Trace number 218346

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds, and are wall clock time (not CPU time).

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESACUNSAT 241.534 242.885

DiagnosticValue
CHECKS223238075
NODES249032

General information on the benchmark

Namerandom/rand-3-20-20/
rand-3-20-20-60-632-31_ext.xml
MD5SUMa1ad4c44e3760e6812341f6b050e1fbe
Bench CategoryN-ARY-EXT (n-ary constraints in extension)
Best result obtained on this benchmarkUNSAT
Best CPU time to get the best result obtained on this benchmark90.6092
SatisfiableNO
(Un)Satisfiability was provedNO
Number of variables20
Number of constraints59
Maximum constraint arity3
Maximum domain size20
Number of constraints which are defined in extension59
Number of constraints which are defined in intension0
Global constraints used (with number of constraints)

Solver Data (download as text)

0.29	   
0.29	Abscon 109 (November, 2006)
0.29	   
0.29	   configuration
0.29	     name=esac.xml
0.32	   
0.32	   instance
0.32	     name=/tmp/evaluation/218346-1168252150/unknown.xml
0.35	   
0.35	   domains being loaded...
0.36	   
0.37	   variables being loaded...
0.39	     nbVariables=20  nbDomainTypes=1  minDomainSize=20  maxDomainSize=20
0.39	       =>  wckTime=0.096  cpuTime=0.09  mem=6M951
0.39	   
0.39	   relations being loaded...
0.65	   
0.65	   constraints being loaded...
0.81	     nbConstraints=59  nbRelationTypes=59  nbExtensionStructures=59  nbSharedExtensionStructures=0
0.81	     nbConflictsStructures=59  nbSharedConflictsStructures=0  nbSharedBinaryRepresentations=0  maxDegree=13  maxArity=3
0.81	       =>  wckTime=0.51  cpuTime=0.46  mem=43M600
0.88	   
0.88	   solver IterativeSystematicSolver being built... 
1.05	       =>  wckTime=0.756  cpuTime=0.59  mem=21M261
1.13	   
1.13	   preprocessing
1.13	     nbConstraintChecks=20827  nbValidityChecks=34596  nbPropagations=187  nbRevisions=1846  nbUselessRevisions=1563
1.13	     nbSingletonTests=29  nbEffectiveSingletonTests=0  nbESACBranches=4  nbRemovedValues=0  detectedInconsistency=no
1.13	       =>  wckTime=0.078  cpuTime=0.05  mem=21M261
1.18	   
1.18	   search
1.18	     run=0  nbConstraintChecks=21601  nbValidityChecks=39968  nbPropagations=444  nbRevisions=4627
1.18	     nbUselessRevisions=3731  nbAssignments=22  nbFailedAssignments=8  nbBacktracks=10  nbVisitedNodes=38
1.18	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
1.18	       =>  wckTime=0.125  cpuTime=0.08  mem=22M245
1.21	   
1.22	   search
1.22	     run=1  nbConstraintChecks=44046  nbValidityChecks=83589  nbPropagations=1185  nbRevisions=12511
1.22	     nbUselessRevisions=9982  nbAssignments=55  nbFailedAssignments=21  nbBacktracks=26  nbVisitedNodes=93
1.22	     nbRestartNogoods=2  mapSize=18  nbInferences=0  nbTooLargeKeys=0
1.22	       =>  wckTime=0.161  cpuTime=0.11  mem=22M245
1.30	   
1.30	   search
1.30	     run=2  nbConstraintChecks=98971  nbValidityChecks=199618  nbPropagations=2735  nbRevisions=29141
1.30	     nbUselessRevisions=23049  nbAssignments=134  nbFailedAssignments=67  nbBacktracks=48  nbVisitedNodes=229
1.30	     nbRestartNogoods=8  mapSize=38  nbInferences=0  nbTooLargeKeys=0
1.30	       =>  wckTime=0.248  cpuTime=0.19  mem=22M245
1.40	   
1.40	   search
1.40	     run=3  nbConstraintChecks=169771  nbValidityChecks=340030  nbPropagations=5250  nbRevisions=55408
1.40	     nbUselessRevisions=43634  nbAssignments=239  nbFailedAssignments=115  nbBacktracks=82  nbVisitedNodes=384
1.40	     nbRestartNogoods=17  mapSize=70  nbInferences=0  nbTooLargeKeys=0
1.40	       =>  wckTime=0.342  cpuTime=0.28  mem=22M245
1.62	   
1.62	   search
1.62	     run=4  nbConstraintChecks=351575  nbValidityChecks=683989  nbPropagations=9595  nbRevisions=103539
1.62	     nbUselessRevisions=80763  nbAssignments=477  nbFailedAssignments=294  nbBacktracks=132  nbVisitedNodes=834
1.62	     nbRestartNogoods=21  mapSize=117  nbInferences=0  nbTooLargeKeys=0
1.62	       =>  wckTime=0.561  cpuTime=0.49  mem=22M245
1.78	   
1.78	   search
1.78	     run=5  nbConstraintChecks=488721  nbValidityChecks=947310  nbPropagations=15683  nbRevisions=169595
1.78	     nbUselessRevisions=131801  nbAssignments=660  nbFailedAssignments=371  nbBacktracks=207  nbVisitedNodes=1107
1.78	     nbRestartNogoods=34  mapSize=180  nbInferences=0  nbTooLargeKeys=0
1.78	       =>  wckTime=0.724  cpuTime=0.65  mem=22M245
2.01	   
2.01	   search
2.01	     run=6  nbConstraintChecks=689477  nbValidityChecks=1329062  nbPropagations=24401  nbRevisions=263188
2.01	     nbUselessRevisions=203947  nbAssignments=924  nbFailedAssignments=516  nbBacktracks=320  nbVisitedNodes=1581
2.01	     nbRestartNogoods=37  mapSize=279  nbInferences=0  nbTooLargeKeys=0
2.01	       =>  wckTime=0.959  cpuTime=0.89  mem=22M245
2.39	   
2.39	   search
2.39	     run=7  nbConstraintChecks=1013146  nbValidityChecks=1964521  nbPropagations=37195  nbRevisions=403165
2.39	     nbUselessRevisions=312660  nbAssignments=1310  nbFailedAssignments=729  nbBacktracks=490  nbVisitedNodes=2298
2.39	     nbRestartNogoods=43  mapSize=427  nbInferences=0  nbTooLargeKeys=0
2.39	       =>  wckTime=1.338  cpuTime=1.26  mem=22M245
2.88	   
2.88	   search
2.88	     run=8  nbConstraintChecks=1433890  nbValidityChecks=2767836  nbPropagations=55586  nbRevisions=601486
2.88	     nbUselessRevisions=466466  nbAssignments=1835  nbFailedAssignments=992  nbBacktracks=748  nbVisitedNodes=3238
2.88	     nbRestartNogoods=50  mapSize=655  nbInferences=0  nbTooLargeKeys=0
2.88	       =>  wckTime=1.831  cpuTime=1.73  mem=22M245
3.66	   
3.66	   search
3.66	     run=9  nbConstraintChecks=2108067  nbValidityChecks=4101094  nbPropagations=83342  nbRevisions=904061
3.66	     nbUselessRevisions=702254  nbAssignments=2679  nbFailedAssignments=1439  nbBacktracks=1133  nbVisitedNodes=4771
3.66	     nbRestartNogoods=56  mapSize=1005  nbInferences=0  nbTooLargeKeys=0
3.66	       =>  wckTime=2.603  cpuTime=2.49  mem=22M245
3.69	   
3.69	   INFO : Stopping hyperNogood (mapSize=1020, nbTooLargekeys=0, mem=22M245)
4.76	   
4.76	   search
4.76	     run=10  nbConstraintChecks=3120777  nbValidityChecks=6007126  nbPropagations=123673  nbRevisions=1338342
4.76	     nbUselessRevisions=1039275  nbAssignments=3941  nbFailedAssignments=2121  nbBacktracks=1709  nbVisitedNodes=7043
4.76	     nbRestartNogoods=60
4.76	       =>  wckTime=3.702  cpuTime=3.58  mem=22M245
6.61	   
6.61	   search
6.61	     run=11  nbConstraintChecks=4794583  nbValidityChecks=9407287  nbPropagations=185660  nbRevisions=2025739
6.61	     nbUselessRevisions=1575886  nbAssignments=6004  nbFailedAssignments=3316  nbBacktracks=2573  nbVisitedNodes=10882
6.61	     nbRestartNogoods=70
6.61	       =>  wckTime=5.553  cpuTime=5.43  mem=22M245
9.09	   
9.09	   search
9.09	     run=12  nbConstraintChecks=7078652  nbValidityChecks=13782507  nbPropagations=277895  nbRevisions=3033268
9.09	     nbUselessRevisions=2360312  nbAssignments=8910  nbFailedAssignments=4920  nbBacktracks=3870  nbVisitedNodes=16185
9.09	     nbRestartNogoods=80
9.09	       =>  wckTime=8.039  cpuTime=7.9  mem=22M245
13.87	   
13.87	   search
13.87	     run=13  nbConstraintChecks=11408277  nbValidityChecks=22228297  nbPropagations=423506  nbRevisions=4656625
13.87	     nbUselessRevisions=3629191  nbAssignments=13750  nbFailedAssignments=7800  nbBacktracks=5816  nbVisitedNodes=25289
13.87	     nbRestartNogoods=95
13.87	       =>  wckTime=12.817  cpuTime=12.63  mem=22M245
19.33	   
19.33	   search
19.33	     run=14  nbConstraintChecks=16493240  nbValidityChecks=31842764  nbPropagations=634475  nbRevisions=6960528
19.33	     nbUselessRevisions=5420478  nbAssignments=20029  nbFailedAssignments=11155  nbBacktracks=8735  nbVisitedNodes=36646
19.33	     nbRestartNogoods=104
19.33	       =>  wckTime=18.273  cpuTime=18.06  mem=22M245
30.08	   
30.08	   search
30.08	     run=15  nbConstraintChecks=26383826  nbValidityChecks=50855126  nbPropagations=964295  nbRevisions=10625669
30.08	     nbUselessRevisions=8279624  nbAssignments=30825  nbFailedAssignments=17567  nbBacktracks=13118
30.08	     nbVisitedNodes=56880  nbRestartNogoods=123
30.08	       =>  wckTime=29.025  cpuTime=28.77  mem=22M245
44.45	   
44.45	   search
44.45	     run=16  nbConstraintChecks=39775802  nbValidityChecks=76574620  nbPropagations=1457654  nbRevisions=16113464
44.45	     nbUselessRevisions=12560482  nbAssignments=46476  nbFailedAssignments=26646  nbBacktracks=19686
44.45	     nbVisitedNodes=85872  nbRestartNogoods=128
44.45	       =>  wckTime=43.392  cpuTime=43.06  mem=22M245
66.24	   
66.24	   search
66.24	     run=17  nbConstraintChecks=60000602  nbValidityChecks=115193146  nbPropagations=2183525  nbRevisions=24201709
66.24	     nbUselessRevisions=18868243  nbAssignments=69100  nbFailedAssignments=39401  nbBacktracks=29538
66.24	     nbVisitedNodes=127416  nbRestartNogoods=149
66.24	       =>  wckTime=65.184  cpuTime=64.72  mem=22M245
99.26	   
99.26	   search
99.26	     run=18  nbConstraintChecks=90353096  nbValidityChecks=173732331  nbPropagations=3269147  nbRevisions=36348823
99.26	     nbUselessRevisions=28334910  nbAssignments=103395  nbFailedAssignments=58908  nbBacktracks=44316
99.26	     nbVisitedNodes=190722  nbRestartNogoods=166
99.26	       =>  wckTime=98.206  cpuTime=97.58  mem=22M245
149.59	   
149.59	   search
149.59	     run=19  nbConstraintChecks=136775928  nbValidityChecks=262782654  nbPropagations=4881559  nbRevisions=54420661
149.59	     nbUselessRevisions=42396372  nbAssignments=154205  nbFailedAssignments=87545  nbBacktracks=66485
149.59	     nbVisitedNodes=284084  nbRestartNogoods=184
149.59	       =>  wckTime=148.54  cpuTime=147.62  mem=22M245
225.28	   
225.28	   search
225.28	     run=20  nbConstraintChecks=206968899  nbValidityChecks=396816952  nbPropagations=7282741  nbRevisions=81296051
225.28	     nbUselessRevisions=63296790  nbAssignments=231558  nbFailedAssignments=131634  nbBacktracks=99737
225.28	     nbVisitedNodes=426148  nbRestartNogoods=191
225.28	       =>  wckTime=224.227  cpuTime=222.92  mem=22M245
242.85	   
242.85	   search
242.85	     run=21  nbConstraintChecks=223217248  nbValidityChecks=427806835  nbPropagations=9863658  nbRevisions=110187711
242.85	     nbUselessRevisions=85766669  nbAssignments=249032  nbFailedAssignments=141463  nbBacktracks=107383
242.85	     nbVisitedNodes=458191  nbRestartNogoods=213
242.85	       =>  wckTime=241.793  cpuTime=240.38  mem=22M245
242.85	   
242.85	   global
242.85	     nbConstraintChecks=223238075  nbValidityChecks=427841431  nbPropagations=9863845  nbRevisions=110189557
242.85	     nbUselessRevisions=85768232  nbRestartNogoods=213  solvingWckTime=241.795  solvingCpuTime=240.38  expiredTime=no
242.85	     totalExploration=yes  nbFoundSolutions=0  globalCpuTime=241.02
242.85	       =>  wckTime=242.554  cpuTime=240.98  mem=22M245
242.85	   
242.85	s UNSATISFIABLE
242.85	d NODES 249032
242.85	d CHECKS 223238075
242.85	   
242.85	   totalWckTime=242.631  totalCpuTime=241.02

Verifier Data (download as text)

No possible verification on an UNSAT instance

Watcher Data (download as text)

runsolver version 3.1.3 (c) roussel@cril.univ-artois.fr

command line: runsolver --timestamp -w ROOT/results/node39/watcher-218346-1168252150 -o ROOT/results/node39/solver-218346-1168252150 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/218346-1168252150/unknown.xml 

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 1800 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 1830 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 921600 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 972800 KiB
Current StackSize limit: 10240 KiB

/proc/loadavg: 1.01 1.00 1.14 1/68 20925
/proc/meminfo: memFree=1857672/2055920 swapFree=4187312/4192956
[pid=20924] ppid=20922 vsize=0 CPUtime=0
/proc/20924/stat : 20924 (java) R 20922 20924 20720 0 -1 0 194 0 0 0 0 0 0 0 18 0 1 0 173614766 0 0 18446744073709551615 0 0 0 18446744073709551615 4294960144 0 0 4096 0 0 0 0 17 1 0 0
/proc/20924/statm: 41 3 0 0 0 1 0

[startup+0.101722 s]
/proc/loadavg: 1.01 1.00 1.14 1/68 20925
/proc/meminfo: memFree=1857672/2055920 swapFree=4187312/4192956
[pid=20924] ppid=20922 vsize=914988 CPUtime=0.08
/proc/20924/stat : 20924 (java) R 20922 20924 20720 0 -1 0 3056 0 1 0 7 1 0 0 16 0 8 0 173614766 936947712 2802 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 11527803 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/20924/statm: 228747 2803 1449 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.509765 s]
/proc/loadavg: 1.01 1.00 1.14 1/68 20925
/proc/meminfo: memFree=1857672/2055920 swapFree=4187312/4192956
[pid=20924] ppid=20922 vsize=915328 CPUtime=0.49
/proc/20924/stat : 20924 (java) R 20922 20924 20720 0 -1 0 7991 0 1 0 43 6 0 0 17 0 8 0 173614766 937295872 7730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20924/statm: 228832 7730 2137 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33084 s]
/proc/loadavg: 1.01 1.00 1.14 3/88 20991
/proc/meminfo: memFree=1784032/2055920 swapFree=4187312/4192956
[pid=20924] ppid=20922 vsize=915460 CPUtime=1.29
/proc/20924/stat : 20924 (java) R 20922 20924 20720 0 -1 0 17386 0 1 0 118 11 0 0 24 0 8 0 173614766 937431040 17124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073613884 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20924/statm: 228865 17124 2527 14 0 215335 0
[pid=20924/tid=20926] ppid=20922 vsize=915460 CPUtime=0.06
/proc/20924/task/20926/stat : 20926 (java) S 20922 20924 20720 0 -1 64 1840 0 0 0 6 0 0 0 17 0 8 0 173614769 937431040 17124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20927] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20927/stat : 20927 (java) S 20922 20924 20720 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173614769 937431040 17124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20928] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20928/stat : 20928 (java) S 20922 20924 20720 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173614769 937431040 17124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20929] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20929/stat : 20929 (java) S 20922 20924 20720 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 173614772 937431040 17124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20930] ppid=20922 vsize=915460 CPUtime=0.15
/proc/20924/task/20930/stat : 20930 (java) S 20922 20924 20720 0 -1 64 358 0 0 0 14 1 0 0 15 0 8 0 173614772 937431040 17124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20931] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20931/stat : 20931 (java) S 20922 20924 20720 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173614772 937431040 17124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20932] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20932/stat : 20932 (java) S 20922 20924 20720 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173614773 937431040 17124 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915460

[startup+2.96799 s]
/proc/loadavg: 1.09 1.02 1.14 3/88 20991
/proc/meminfo: memFree=1776736/2055920 swapFree=4187312/4192956
[pid=20924] ppid=20922 vsize=915460 CPUtime=2.93
/proc/20924/stat : 20924 (java) R 20922 20924 20720 0 -1 0 17406 0 2 0 281 12 0 0 25 0 8 0 173614766 937431040 17143 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073726711 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20924/statm: 228865 17143 2528 14 0 215335 0
[pid=20924/tid=20926] ppid=20922 vsize=915460 CPUtime=0.06
/proc/20924/task/20926/stat : 20926 (java) S 20922 20924 20720 0 -1 64 1840 0 0 0 6 0 0 0 17 0 8 0 173614769 937431040 17143 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20927] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20927/stat : 20927 (java) S 20922 20924 20720 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173614769 937431040 17143 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20928] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20928/stat : 20928 (java) S 20922 20924 20720 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173614769 937431040 17143 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20929] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20929/stat : 20929 (java) S 20922 20924 20720 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 173614772 937431040 17143 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20930] ppid=20922 vsize=915460 CPUtime=0.19
/proc/20924/task/20930/stat : 20930 (java) S 20922 20924 20720 0 -1 64 376 0 0 0 18 1 0 0 16 0 8 0 173614772 937431040 17143 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20931] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20931/stat : 20931 (java) S 20922 20924 20720 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173614772 937431040 17143 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20932] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20932/stat : 20932 (java) S 20922 20924 20720 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173614773 937431040 17143 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915460

[startup+6.17028 s]
/proc/loadavg: 1.09 1.02 1.14 3/88 20991
/proc/meminfo: memFree=1776096/2055920 swapFree=4187312/4192956
[pid=20924] ppid=20922 vsize=915460 CPUtime=6.11
/proc/20924/stat : 20924 (java) R 20922 20924 20720 0 -1 0 17414 0 2 0 599 12 0 0 25 0 8 0 173614766 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073730438 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20924/statm: 228865 17150 2528 14 0 215335 0
[pid=20924/tid=20926] ppid=20922 vsize=915460 CPUtime=0.06
/proc/20924/task/20926/stat : 20926 (java) S 20922 20924 20720 0 -1 64 1840 0 0 0 6 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20927] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20927/stat : 20927 (java) S 20922 20924 20720 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20928] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20928/stat : 20928 (java) S 20922 20924 20720 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20929] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20929/stat : 20929 (java) S 20922 20924 20720 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20930] ppid=20922 vsize=915460 CPUtime=0.2
/proc/20924/task/20930/stat : 20930 (java) S 20922 20924 20720 0 -1 64 384 0 0 0 19 1 0 0 16 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20931] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20931/stat : 20931 (java) S 20922 20924 20720 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20932] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20932/stat : 20932 (java) S 20922 20924 20720 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173614773 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.11
Current children cumulated vsize (KiB) 915460

[startup+12.6429 s]
/proc/loadavg: 1.23 1.05 1.15 3/88 20991
/proc/meminfo: memFree=1776096/2055920 swapFree=4187312/4192956
[pid=20924] ppid=20922 vsize=915460 CPUtime=12.53
/proc/20924/stat : 20924 (java) R 20922 20924 20720 0 -1 0 17415 0 2 0 1241 12 0 0 25 0 8 0 173614766 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073726681 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20924/statm: 228865 17150 2528 14 0 215335 0
[pid=20924/tid=20926] ppid=20922 vsize=915460 CPUtime=0.06
/proc/20924/task/20926/stat : 20926 (java) S 20922 20924 20720 0 -1 64 1840 0 0 0 6 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20927] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20927/stat : 20927 (java) S 20922 20924 20720 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20928] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20928/stat : 20928 (java) S 20922 20924 20720 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20929] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20929/stat : 20929 (java) S 20922 20924 20720 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20930] ppid=20922 vsize=915460 CPUtime=0.2
/proc/20924/task/20930/stat : 20930 (java) S 20922 20924 20720 0 -1 64 384 0 0 0 19 1 0 0 16 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20931] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20931/stat : 20931 (java) S 20922 20924 20720 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20932] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20932/stat : 20932 (java) S 20922 20924 20720 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173614773 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 915460

[startup+25.5141 s]
/proc/loadavg: 1.35 1.08 1.16 3/88 20991
/proc/meminfo: memFree=1776288/2055920 swapFree=4187312/4192956
[pid=20924] ppid=20922 vsize=915460 CPUtime=25.34
/proc/20924/stat : 20924 (java) R 20922 20924 20720 0 -1 0 17415 0 2 0 2522 12 0 0 25 0 8 0 173614766 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073742551 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20924/statm: 228865 17150 2528 14 0 215335 0
[pid=20924/tid=20926] ppid=20922 vsize=915460 CPUtime=0.06
/proc/20924/task/20926/stat : 20926 (java) S 20922 20924 20720 0 -1 64 1840 0 0 0 6 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20927] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20927/stat : 20927 (java) S 20922 20924 20720 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20928] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20928/stat : 20928 (java) S 20922 20924 20720 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20929] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20929/stat : 20929 (java) S 20922 20924 20720 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20930] ppid=20922 vsize=915460 CPUtime=0.2
/proc/20924/task/20930/stat : 20930 (java) S 20922 20924 20720 0 -1 64 384 0 0 0 19 1 0 0 16 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20931] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20931/stat : 20931 (java) S 20922 20924 20720 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20932] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20932/stat : 20932 (java) S 20922 20924 20720 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173614773 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.34
Current children cumulated vsize (KiB) 915460

[startup+51.1334 s]
/proc/loadavg: 1.57 1.15 1.18 3/88 20991
/proc/meminfo: memFree=1776352/2055920 swapFree=4187312/4192956
[pid=20924] ppid=20922 vsize=915460 CPUtime=50.83
/proc/20924/stat : 20924 (java) R 20922 20924 20720 0 -1 0 17415 0 2 0 5071 12 0 0 25 0 8 0 173614766 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073726816 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20924/statm: 228865 17150 2528 14 0 215335 0
[pid=20924/tid=20926] ppid=20922 vsize=915460 CPUtime=0.06
/proc/20924/task/20926/stat : 20926 (java) S 20922 20924 20720 0 -1 64 1840 0 0 0 6 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20927] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20927/stat : 20927 (java) S 20922 20924 20720 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20928] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20928/stat : 20928 (java) S 20922 20924 20720 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20929] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20929/stat : 20929 (java) S 20922 20924 20720 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20930] ppid=20922 vsize=915460 CPUtime=0.2
/proc/20924/task/20930/stat : 20930 (java) S 20922 20924 20720 0 -1 64 384 0 0 0 19 1 0 0 16 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20931] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20931/stat : 20931 (java) S 20922 20924 20720 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20932] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20932/stat : 20932 (java) S 20922 20924 20720 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173614773 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.83
Current children cumulated vsize (KiB) 915460

[startup+102.365 s]
/proc/loadavg: 1.81 1.28 1.22 3/88 20991
/proc/meminfo: memFree=1776480/2055920 swapFree=4187312/4192956
[pid=20924] ppid=20922 vsize=915460 CPUtime=101.77
/proc/20924/stat : 20924 (java) R 20922 20924 20720 0 -1 0 17415 0 2 0 10165 12 0 0 25 0 8 0 173614766 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073609067 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20924/statm: 228865 17150 2528 14 0 215335 0
[pid=20924/tid=20926] ppid=20922 vsize=915460 CPUtime=0.06
/proc/20924/task/20926/stat : 20926 (java) S 20922 20924 20720 0 -1 64 1840 0 0 0 6 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20927] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20927/stat : 20927 (java) S 20922 20924 20720 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20928] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20928/stat : 20928 (java) S 20922 20924 20720 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20929] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20929/stat : 20929 (java) S 20922 20924 20720 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20930] ppid=20922 vsize=915460 CPUtime=0.2
/proc/20924/task/20930/stat : 20930 (java) S 20922 20924 20720 0 -1 64 384 0 0 0 19 1 0 0 16 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20931] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20931/stat : 20931 (java) S 20922 20924 20720 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20932] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20932/stat : 20932 (java) S 20922 20924 20720 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173614773 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.77
Current children cumulated vsize (KiB) 915460

[startup+162.443 s]
/proc/loadavg: 1.93 1.41 1.27 3/88 20991
/proc/meminfo: memFree=1776416/2055920 swapFree=4187312/4192956
[pid=20924] ppid=20922 vsize=915460 CPUtime=161.53
/proc/20924/stat : 20924 (java) R 20922 20924 20720 0 -1 0 17415 0 2 0 16141 12 0 0 25 0 8 0 173614766 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073742617 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20924/statm: 228865 17150 2528 14 0 215335 0
[pid=20924/tid=20926] ppid=20922 vsize=915460 CPUtime=0.06
/proc/20924/task/20926/stat : 20926 (java) S 20922 20924 20720 0 -1 64 1840 0 0 0 6 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20927] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20927/stat : 20927 (java) S 20922 20924 20720 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20928] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20928/stat : 20928 (java) S 20922 20924 20720 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20929] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20929/stat : 20929 (java) S 20922 20924 20720 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20930] ppid=20922 vsize=915460 CPUtime=0.2
/proc/20924/task/20930/stat : 20930 (java) S 20922 20924 20720 0 -1 64 384 0 0 0 19 1 0 0 16 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20931] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20931/stat : 20931 (java) S 20922 20924 20720 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20932] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20932/stat : 20932 (java) S 20922 20924 20720 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173614773 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 161.53
Current children cumulated vsize (KiB) 915460

[startup+222.522 s]
/proc/loadavg: 1.97 1.51 1.31 3/88 20991
/proc/meminfo: memFree=1776416/2055920 swapFree=4187312/4192956
[pid=20924] ppid=20922 vsize=915460 CPUtime=221.3
/proc/20924/stat : 20924 (java) R 20922 20924 20720 0 -1 0 17415 0 2 0 22118 12 0 0 25 0 8 0 173614766 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073609012 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/20924/statm: 228865 17150 2528 14 0 215335 0
[pid=20924/tid=20926] ppid=20922 vsize=915460 CPUtime=0.06
/proc/20924/task/20926/stat : 20926 (java) S 20922 20924 20720 0 -1 64 1840 0 0 0 6 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20927] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20927/stat : 20927 (java) S 20922 20924 20720 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20928] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20928/stat : 20928 (java) S 20922 20924 20720 0 -1 64 5 0 0 0 0 0 0 0 16 0 8 0 173614769 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20929] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20929/stat : 20929 (java) S 20922 20924 20720 0 -1 64 1 0 0 0 0 0 0 0 21 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20930] ppid=20922 vsize=915460 CPUtime=0.2
/proc/20924/task/20930/stat : 20930 (java) S 20922 20924 20720 0 -1 64 384 0 0 0 19 1 0 0 16 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20931] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20931/stat : 20931 (java) S 20922 20924 20720 0 -1 64 0 0 0 0 0 0 0 0 22 0 8 0 173614772 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=20924/tid=20932] ppid=20922 vsize=915460 CPUtime=0
/proc/20924/task/20932/stat : 20932 (java) S 20922 20924 20720 0 -1 64 0 0 0 0 0 0 0 0 15 0 8 0 173614773 937431040 17150 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 221.3
Current children cumulated vsize (KiB) 915460

Child status: 0
Real time (s): 242.885
CPU time (s): 241.534
CPU user time (s): 241.392
CPU system time (s): 0.141978
CPU usage (%): 99.4441
Max. virtual memory (cumulated for all children) (KiB): 915460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 241.392
system time used= 0.141978
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17423
page faults= 2
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 5933
involuntary context switches= 8910

runsolver used 0.336948 s user time and 0.745886 s system time

The end

Launcher Data (download as text)

Begin job on node39 on Mon Jan  8 10:29:12 UTC 2007


IDJOB= 218346
IDBENCH= 5229
FILE ID= node39/218346-1168252150

PBS_JOBID= 3481938

Free space on /tmp= 66560 MiB

BENCH NAME= HOME/pub/bench/CPAI06/random/rand-3-20-20/rand-3-20-20-60-632-31_ext.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/218346-1168252150/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node39/watcher-218346-1168252150 -o ROOT/results/node39/solver-218346-1168252150 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/218346-1168252150/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  a1ad4c44e3760e6812341f6b050e1fbe

RANDOM SEED= 636056317

TIME LIMIT= 1800 seconds

MEMORY LIMIT= 900 MiB


/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5914.62
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 15
model		: 4
model name	:                   Intel(R) Xeon(TM) CPU 3.00GHz
stepping	: 3
cpu MHz		: 3000.236
cache size	: 2048 KB
fpu		: yes
fpu_exception	: yes
cpuid level	: 5
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm syscall nx lm pni monitor ds_cpl cid cx16 xtpr
bogomips	: 5586.94
clflush size	: 64
cache_alignment	: 128
address sizes	: 36 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:      2055920 kB
MemFree:       1858280 kB
Buffers:         38828 kB
Cached:          87740 kB
SwapCached:       1408 kB
Active:          73676 kB
Inactive:        68976 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1858280 kB
SwapTotal:     4192956 kB
SwapFree:      4187312 kB
Dirty:            3112 kB
Writeback:           0 kB
Mapped:          23312 kB
Slab:            40804 kB
Committed_AS:  3566828 kB
PageTables:       1620 kB
VmallocTotal: 536870911 kB
VmallocUsed:    264952 kB
VmallocChunk: 536605679 kB
HugePages_Total:     0
HugePages_Free:      0
Hugepagesize:     2048 kB

Free space on /tmp at the end= 66559 MiB



End job on node39 on Mon Jan  8 10:33:15 UTC 2007