Trace number 201333

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 ESAC? (TO) 1800.13 1800.75

General information on the benchmark

Namefapp/fapp11-15/fapp12/
fapp12-1500-4.xml
MD5SUMb32f7f4672e7944a90a054382f67ae51
Bench Category2-ARY-INT (binary constraints in intension)
Best result obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1500
Number of constraints25409
Maximum constraint arity2
Maximum domain size310
Number of constraints which are defined in extension0
Number of constraints which are defined in intension25409
Global constraints used (with number of constraints)

Solver Data (download as text)

0.35	   
0.35	Abscon 109 (November, 2006)
0.35	   
0.35	   configuration
0.35	     name=esac.xml
0.39	   
0.39	   instance
0.39	     name=/tmp/evaluation/201333-1168147012/unknown.xml
0.42	   
0.42	   domains being loaded...
0.45	   
0.45	   variables being loaded...
0.67	     nbVariables=1500  nbDomainTypes=13  minDomainSize=42  maxDomainSize=310
0.67	       =>  wckTime=0.321  cpuTime=0.24  mem=22M513
0.67	   
0.67	   predicates being loaded...
0.68	   
0.68	   constraints being loaded...
201.50	   
201.50	   INFO : Stopping converting binary constraints (cpu=200.04, mem = 86M761)
203.66	     nbConstraints=13439  nbMergedConstraints=11970  nbConvertedConstraints=4900  nbConvertConstraintsChecks=341986146
203.66	     nbExtensionStructures=3974  nbSharedExtensionStructures=926  nbConflictsStructures=3974
203.66	     nbSharedConflictsStructures=926  nbSharedBinaryRepresentations=1952602  nbEvaluationManagers=6520
203.66	     nbSharedEvaluationManagers=2019  maxDegree=22  maxArity=2
203.66	       =>  wckTime=203.304  cpuTime=201.92  mem=97M828
203.99	   
203.99	   solver IterativeSystematicSolver being built... 
204.39	       =>  wckTime=204.04  cpuTime=202.23  mem=142M428
272.04	   
272.04	   INFO : Stopping ESAC
272.04	   
272.04	   preprocessing
272.04	     nbConstraintChecks=137209129  nbValidityChecks=59697998  nbPropagations=49304  nbRevisions=714016
272.04	     nbUselessRevisions=647279  nbSingletonTests=503  nbEffectiveSingletonTests=26  nbESACBranches=27
272.04	     nbRemovedValues=241523  detectedInconsistency=no
272.04	       =>  wckTime=67.631  cpuTime=67.56  mem=142M428
279.21	   
279.21	   search
279.21	     run=0  nbConstraintChecks=15572902  nbValidityChecks=9978070  nbPropagations=59210  nbRevisions=861338
279.21	     nbUselessRevisions=780921  nbAssignments=129  nbFailedAssignments=10  nbBacktracks=11  nbVisitedNodes=143
279.21	     nbRestartNogoods=0  mapSize=0  nbInferences=0  nbTooLargeKeys=119
279.21	       =>  wckTime=74.798  cpuTime=74.71  mem=144M506
288.52	   
288.52	   search
288.52	     run=1  nbConstraintChecks=41212451  nbValidityChecks=33297077  nbPropagations=141502  nbRevisions=2057328
288.52	     nbUselessRevisions=1866207  nbAssignments=404  nbFailedAssignments=44  nbBacktracks=26  nbVisitedNodes=340
288.52	     nbRestartNogoods=3  mapSize=0  nbInferences=0  nbTooLargeKeys=241
288.52	       =>  wckTime=84.11  cpuTime=84.02  mem=144M506
293.16	   
293.16	   search
293.16	     run=2  nbConstraintChecks=53548272  nbValidityChecks=44267641  nbPropagations=236328  nbRevisions=3437460
293.16	     nbUselessRevisions=3117871  nbAssignments=622  nbFailedAssignments=76  nbBacktracks=48  nbVisitedNodes=601
293.16	     nbRestartNogoods=5  mapSize=0  nbInferences=0  nbTooLargeKeys=427
293.16	       =>  wckTime=88.754  cpuTime=88.66  mem=144M506
333.59	   
333.60	   search
333.60	     run=3  nbConstraintChecks=172178324  nbValidityChecks=161455629  nbPropagations=443180  nbRevisions=6422821
333.60	     nbUselessRevisions=5843284  nbAssignments=1582  nbFailedAssignments=110  nbBacktracks=82  nbVisitedNodes=873
333.60	     nbRestartNogoods=16  mapSize=0  nbInferences=0  nbTooLargeKeys=619
333.60	       =>  wckTime=129.186  cpuTime=129.07  mem=144M506
359.23	   
359.23	   search
359.23	     run=4  nbConstraintChecks=245073159  nbValidityChecks=231974072  nbPropagations=717506  nbRevisions=10395296
359.23	     nbUselessRevisions=9471406  nbAssignments=2125  nbFailedAssignments=134  nbBacktracks=132  nbVisitedNodes=1118
359.23	     nbRestartNogoods=24  mapSize=0  nbInferences=0  nbTooLargeKeys=795
359.23	       =>  wckTime=154.825  cpuTime=154.69  mem=144M506
374.14	   
374.14	   INFO : Stopping hyperNogood (mapSize=0, nbTooLargekeys=1027, mem=144M506)
374.55	   
374.55	   search
374.55	     run=5  nbConstraintChecks=287140439  nbValidityChecks=266805162  nbPropagations=1033103  nbRevisions=14996833
374.55	     nbUselessRevisions=13662550  nbAssignments=2633  nbFailedAssignments=194  nbBacktracks=207  nbVisitedNodes=1519
374.55	     nbRestartNogoods=31
374.55	       =>  wckTime=170.142  cpuTime=170.01  mem=144M506
406.18	   
406.18	   search
406.18	     run=6  nbConstraintChecks=377215894  nbValidityChecks=351886291  nbPropagations=1441069  nbRevisions=20955032
406.18	     nbUselessRevisions=19079192  nbAssignments=3743  nbFailedAssignments=316  nbBacktracks=320  nbVisitedNodes=2120
406.18	     nbRestartNogoods=44
406.18	       =>  wckTime=201.773  cpuTime=201.62  mem=144M506
415.22	   
415.22	   search
415.22	     run=7  nbConstraintChecks=404870168  nbValidityChecks=375484288  nbPropagations=1882429  nbRevisions=27430916
415.22	     nbUselessRevisions=24947448  nbAssignments=4212  nbFailedAssignments=451  nbBacktracks=490  nbVisitedNodes=2808
415.22	     nbRestartNogoods=51
415.22	       =>  wckTime=210.809  cpuTime=210.65  mem=144M506
463.30	   
463.30	   search
463.30	     run=8  nbConstraintChecks=544414736  nbValidityChecks=508060059  nbPropagations=2467004  nbRevisions=36044047
463.30	     nbUselessRevisions=32759724  nbAssignments=5987  nbFailedAssignments=573  nbBacktracks=747  nbVisitedNodes=3478
463.30	     nbRestartNogoods=62
463.30	       =>  wckTime=258.893  cpuTime=258.72  mem=144M506
485.64	   
485.64	   search
485.64	     run=9  nbConstraintChecks=608474132  nbValidityChecks=554094989  nbPropagations=3130779  nbRevisions=46006222
485.64	     nbUselessRevisions=41738455  nbAssignments=7128  nbFailedAssignments=1180  nbBacktracks=1134  nbVisitedNodes=5412
485.64	     nbRestartNogoods=66
485.64	       =>  wckTime=281.232  cpuTime=281.05  mem=144M506
612.57	   
612.57	   search
612.57	     run=10  nbConstraintChecks=965935054  nbValidityChecks=908733411  nbPropagations=4118834  nbRevisions=60864750
612.57	     nbUselessRevisions=55109057  nbAssignments=10600  nbFailedAssignments=1701  nbBacktracks=1711  nbVisitedNodes=7295
612.57	     nbRestartNogoods=97
612.57	       =>  wckTime=408.162  cpuTime=407.93  mem=144M506
661.76	   
661.76	   search
661.76	     run=11  nbConstraintChecks=1115414239  nbValidityChecks=1013228365  nbPropagations=5298589  nbRevisions=79054222
661.76	     nbUselessRevisions=71267497  nbAssignments=12767  nbFailedAssignments=2824  nbBacktracks=2575  nbVisitedNodes=10907
661.76	     nbRestartNogoods=106
661.76	       =>  wckTime=457.356  cpuTime=457.1  mem=144M506
772.61	   
772.61	   search
772.61	     run=12  nbConstraintChecks=1430689863  nbValidityChecks=1277409909  nbPropagations=6821037  nbRevisions=102878973
772.61	     nbUselessRevisions=92365230  nbAssignments=17136  nbFailedAssignments=5155  nbBacktracks=3872  nbVisitedNodes=17532
772.61	     nbRestartNogoods=132
772.61	       =>  wckTime=568.201  cpuTime=567.91  mem=144M506
905.97	   
905.97	   search
905.97	     run=13  nbConstraintChecks=1846162647  nbValidityChecks=1577266951  nbPropagations=8836027  nbRevisions=135320267
905.97	     nbUselessRevisions=120761581  nbAssignments=22307  nbFailedAssignments=8105  nbBacktracks=5818
905.97	     nbVisitedNodes=26320  nbRestartNogoods=152
905.97	       =>  wckTime=701.567  cpuTime=701.24  mem=144M506
1191.28	   
1191.28	   search
1191.28	     run=14  nbConstraintChecks=2686356722  nbValidityChecks=2296112649  nbPropagations=11717551  nbRevisions=181703818
1191.28	     nbUselessRevisions=161348599  nbAssignments=31473  nbFailedAssignments=10223  nbBacktracks=8738
1191.28	     nbVisitedNodes=34514  nbRestartNogoods=251
1191.28	       =>  wckTime=986.877  cpuTime=986.46  mem=144M506
1603.63	   
1603.63	   search
1603.63	     run=15  nbConstraintChecks=3955437475  nbValidityChecks=3289365420  nbPropagations=16244950  nbRevisions=256419127
1603.63	     nbUselessRevisions=226715781  nbAssignments=43848  nbFailedAssignments=15420  nbBacktracks=13117
1603.63	     nbVisitedNodes=51105  nbRestartNogoods=304
1603.63	       =>  wckTime=1399.221  cpuTime=1398.68  mem=144M506

Verifier Data (download as text)

ERROR: Unexpected answer ! (SAT/UNSAT expected)
Got answer: 

Watcher Data (download as text)

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

command line: runsolver --timestamp -w ROOT/results/node40/watcher-201333-1168147012 -o ROOT/results/node40/solver-201333-1168147012 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/201333-1168147012/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: 0.92 1.12 1.49 3/65 17006
/proc/meminfo: memFree=1883552/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=1784 CPUtime=0
/proc/17005/stat : 17005 (java) D 17003 17005 15840 0 -1 0 192 0 0 0 0 0 0 0 18 0 1 0 163100667 1826816 158 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/17005/statm: 446 158 123 14 0 91 0

[startup+0.107344 s]
/proc/loadavg: 0.92 1.12 1.49 3/65 17006
/proc/meminfo: memFree=1883552/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=907808 CPUtime=0.05
/proc/17005/stat : 17005 (java) D 17003 17005 15840 0 -1 0 2460 0 1 0 4 1 0 0 20 0 4 0 163100667 929595392 2207 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 2147483391 0 23755 18446744073709551615 0 0 17 0 0 0
/proc/17005/statm: 226952 2207 1215 14 0 214535 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 907808

[startup+0.515394 s]
/proc/loadavg: 0.92 1.12 1.49 3/65 17006
/proc/meminfo: memFree=1883552/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=915328 CPUtime=0.42
/proc/17005/stat : 17005 (java) R 17003 17005 15840 0 -1 0 6715 0 1 0 40 2 0 0 16 0 8 0 163100667 937295872 6454 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152819938 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 228832 6455 2138 14 0 215302 0
Current children cumulated CPU time (s) 0.42
Current children cumulated vsize (KiB) 915328

[startup+1.3355 s]
/proc/loadavg: 0.92 1.12 1.49 2/72 17013
/proc/meminfo: memFree=1812328/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=915648 CPUtime=1.24
/proc/17005/stat : 17005 (java) R 17003 17005 15840 0 -1 0 22179 0 1 0 115 9 0 0 17 0 8 0 163100667 937623552 21916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 228912 21916 2160 14 0 215382 0
[pid=17005/tid=17007] ppid=17003 vsize=915648 CPUtime=0.07
/proc/17005/task/17007/stat : 17007 (java) S 17003 17005 15840 0 -1 64 5636 0 0 0 6 1 0 0 16 0 8 0 163100671 937623552 21916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17008] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17008/stat : 17008 (java) S 17003 17005 15840 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163100671 937623552 21916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17009] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17009/stat : 17009 (java) S 17003 17005 15840 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 163100671 937623552 21916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17010] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17010/stat : 17010 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163100680 937623552 21916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17011] ppid=17003 vsize=915648 CPUtime=0.14
/proc/17005/task/17011/stat : 17011 (java) S 17003 17005 15840 0 -1 64 409 0 0 0 14 0 0 0 15 0 8 0 163100680 937623552 21916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17012] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17012/stat : 17012 (java) S 17003 17005 15840 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 163100680 937623552 21916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17013] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17013/stat : 17013 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163100680 937623552 21916 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 915648

[startup+2.97171 s]
/proc/loadavg: 0.92 1.12 1.49 2/72 17013
/proc/meminfo: memFree=1803880/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=915648 CPUtime=2.88
/proc/17005/stat : 17005 (java) R 17003 17005 15840 0 -1 0 22256 0 1 0 278 10 0 0 17 0 8 0 163100667 937623552 21991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073836919 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 228912 21991 2181 14 0 215382 0
[pid=17005/tid=17007] ppid=17003 vsize=915648 CPUtime=0.1
/proc/17005/task/17007/stat : 17007 (java) S 17003 17005 15840 0 -1 64 5637 0 0 0 9 1 0 0 16 0 8 0 163100671 937623552 21991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17008] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17008/stat : 17008 (java) S 17003 17005 15840 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163100671 937623552 21991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17009] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17009/stat : 17009 (java) S 17003 17005 15840 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 163100671 937623552 21991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17010] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17010/stat : 17010 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163100680 937623552 21991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17011] ppid=17003 vsize=915648 CPUtime=0.15
/proc/17005/task/17011/stat : 17011 (java) S 17003 17005 15840 0 -1 64 422 0 0 0 15 0 0 0 15 0 8 0 163100680 937623552 21991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17012] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17012/stat : 17012 (java) S 17003 17005 15840 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 163100680 937623552 21991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17013] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17013/stat : 17013 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163100680 937623552 21991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.88
Current children cumulated vsize (KiB) 915648

[startup+6.26613 s]
/proc/loadavg: 0.93 1.12 1.48 2/72 17013
/proc/meminfo: memFree=1803624/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=915648 CPUtime=6.17
/proc/17005/stat : 17005 (java) R 17003 17005 15840 0 -1 0 22271 0 1 0 607 10 0 0 18 0 8 0 163100667 937623552 22006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073849203 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 228912 22006 2182 14 0 215382 0
[pid=17005/tid=17007] ppid=17003 vsize=915648 CPUtime=0.1
/proc/17005/task/17007/stat : 17007 (java) S 17003 17005 15840 0 -1 64 5637 0 0 0 9 1 0 0 16 0 8 0 163100671 937623552 22006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17008] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17008/stat : 17008 (java) S 17003 17005 15840 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163100671 937623552 22006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17009] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17009/stat : 17009 (java) S 17003 17005 15840 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 163100671 937623552 22006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17010] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17010/stat : 17010 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163100680 937623552 22006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17011] ppid=17003 vsize=915648 CPUtime=0.17
/proc/17005/task/17011/stat : 17011 (java) S 17003 17005 15840 0 -1 64 436 0 0 0 17 0 0 0 15 0 8 0 163100680 937623552 22006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17012] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17012/stat : 17012 (java) S 17003 17005 15840 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 163100680 937623552 22006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17013] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17013/stat : 17013 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163100680 937623552 22006 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.17
Current children cumulated vsize (KiB) 915648

[startup+12.728 s]
/proc/loadavg: 0.93 1.12 1.48 2/72 17013
/proc/meminfo: memFree=1803752/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=915648 CPUtime=12.63
/proc/17005/stat : 17005 (java) R 17003 17005 15840 0 -1 0 22274 0 1 0 1252 11 0 0 18 0 8 0 163100667 937623552 22008 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073835344 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 228912 22008 2182 14 0 215382 0
[pid=17005/tid=17007] ppid=17003 vsize=915648 CPUtime=0.1
/proc/17005/task/17007/stat : 17007 (java) S 17003 17005 15840 0 -1 64 5637 0 0 0 9 1 0 0 16 0 8 0 163100671 937623552 22008 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17008] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17008/stat : 17008 (java) S 17003 17005 15840 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163100671 937623552 22008 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17009] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17009/stat : 17009 (java) S 17003 17005 15840 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 163100671 937623552 22008 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17010] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17010/stat : 17010 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163100680 937623552 22008 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17011] ppid=17003 vsize=915648 CPUtime=0.18
/proc/17005/task/17011/stat : 17011 (java) S 17003 17005 15840 0 -1 64 438 0 0 0 17 1 0 0 16 0 8 0 163100680 937623552 22008 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17012] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17012/stat : 17012 (java) S 17003 17005 15840 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 163100680 937623552 22008 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17013] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17013/stat : 17013 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163100680 937623552 22008 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915648

[startup+25.5826 s]
/proc/loadavg: 1.03 1.13 1.48 2/72 17013
/proc/meminfo: memFree=1791208/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=915648 CPUtime=25.48
/proc/17005/stat : 17005 (java) R 17003 17005 15840 0 -1 0 25484 0 1 0 2535 13 0 0 17 0 8 0 163100667 937623552 25216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073838320 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 228912 25216 2182 14 0 215382 0
[pid=17005/tid=17007] ppid=17003 vsize=915648 CPUtime=0.22
/proc/17005/task/17007/stat : 17007 (java) S 17003 17005 15840 0 -1 64 8840 0 0 0 20 2 0 0 16 0 8 0 163100671 937623552 25216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17008] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17008/stat : 17008 (java) S 17003 17005 15840 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163100671 937623552 25216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17009] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17009/stat : 17009 (java) S 17003 17005 15840 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 163100671 937623552 25216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17010] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17010/stat : 17010 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163100680 937623552 25216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17011] ppid=17003 vsize=915648 CPUtime=0.19
/proc/17005/task/17011/stat : 17011 (java) S 17003 17005 15840 0 -1 64 443 0 0 0 18 1 0 0 16 0 8 0 163100680 937623552 25216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17012] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17012/stat : 17012 (java) S 17003 17005 15840 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 163100680 937623552 25216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17013] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17013/stat : 17013 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163100680 937623552 25216 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 915648

[startup+51.263 s]
/proc/loadavg: 1.02 1.12 1.46 2/72 17013
/proc/meminfo: memFree=1791208/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=915648 CPUtime=51.15
/proc/17005/stat : 17005 (java) R 17003 17005 15840 0 -1 0 25487 0 1 0 5099 16 0 0 25 0 8 0 163100667 937623552 25218 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073847068 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 228912 25218 2182 14 0 215382 0
[pid=17005/tid=17007] ppid=17003 vsize=915648 CPUtime=0.22
/proc/17005/task/17007/stat : 17007 (java) S 17003 17005 15840 0 -1 64 8840 0 0 0 20 2 0 0 16 0 8 0 163100671 937623552 25218 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17008] ppid=17003 vsize=915652 CPUtime=0
/proc/17005/task/17008/stat : 17008 (java) S 17003 17005 15840 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163100671 937627648 25218 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17009] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17009/stat : 17009 (java) S 17003 17005 15840 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 163100671 937623552 25218 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17010] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17010/stat : 17010 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163100680 937623552 25218 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17011] ppid=17003 vsize=915648 CPUtime=0.19
/proc/17005/task/17011/stat : 17011 (java) S 17003 17005 15840 0 -1 64 445 0 0 0 18 1 0 0 16 0 8 0 163100680 937623552 25218 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17012] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17012/stat : 17012 (java) S 17003 17005 15840 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 163100680 937623552 25218 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17013] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17013/stat : 17013 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163100680 937623552 25218 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 51.15
Current children cumulated vsize (KiB) 915648

[startup+102.516 s]
/proc/loadavg: 1.01 1.10 1.44 2/72 17013
/proc/meminfo: memFree=1766440/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=915648 CPUtime=102.39
/proc/17005/stat : 17005 (java) R 17003 17005 15840 0 -1 0 31691 0 1 0 10216 23 0 0 25 0 8 0 163100667 937623552 31418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 228912 31418 2182 14 0 215382 0
[pid=17005/tid=17007] ppid=17003 vsize=915648 CPUtime=0.56
/proc/17005/task/17007/stat : 17007 (java) S 17003 17005 15840 0 -1 64 15032 0 0 0 52 4 0 0 16 0 8 0 163100671 937623552 31418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17008] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17008/stat : 17008 (java) S 17003 17005 15840 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 163100671 937623552 31418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17009] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17009/stat : 17009 (java) S 17003 17005 15840 0 -1 64 6 0 0 0 0 0 0 0 16 0 8 0 163100671 937623552 31418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17010] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17010/stat : 17010 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163100680 937623552 31418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17011] ppid=17003 vsize=915648 CPUtime=0.21
/proc/17005/task/17011/stat : 17011 (java) S 17003 17005 15840 0 -1 64 453 0 0 0 20 1 0 0 16 0 8 0 163100680 937623552 31418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17012] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17012/stat : 17012 (java) S 17003 17005 15840 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 163100680 937623552 31418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17013] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17013/stat : 17013 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163100680 937623552 31418 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 102.39
Current children cumulated vsize (KiB) 915648

[startup+162.596 s]
/proc/loadavg: 1.00 1.08 1.41 2/72 17015
/proc/meminfo: memFree=1757416/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=915648 CPUtime=162.46
/proc/17005/stat : 17005 (java) R 17003 17005 15840 0 -1 0 35969 0 1 0 16216 30 0 0 17 0 8 0 163100667 937623552 35694 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

################
# More data... #
################

Current children cumulated CPU time (s) 1423.84
Current children cumulated vsize (KiB) 915648

[startup+1484.45 s]
/proc/loadavg: 1.00 1.00 1.07 2/72 17015
/proc/meminfo: memFree=1708264/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=915648 CPUtime=1483.9
/proc/17005/stat : 17005 (java) R 17003 17005 15840 0 -1 0 46529 0 1 0 148346 44 0 0 25 0 8 0 163100667 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074184640 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 228912 46196 2547 14 0 215382 0
[pid=17005/tid=17007] ppid=17003 vsize=915648 CPUtime=1.49
/proc/17005/task/17007/stat : 17007 (java) S 17003 17005 15840 0 -1 64 29277 0 0 0 140 9 0 0 16 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17008] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17008/stat : 17008 (java) S 17003 17005 15840 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17009] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17009/stat : 17009 (java) S 17003 17005 15840 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17010] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17010/stat : 17010 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17011] ppid=17003 vsize=915648 CPUtime=0.38
/proc/17005/task/17011/stat : 17011 (java) S 17003 17005 15840 0 -1 64 565 0 0 0 36 2 0 0 16 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17012] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17012/stat : 17012 (java) S 17003 17005 15840 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17013] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17013/stat : 17013 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1483.9
Current children cumulated vsize (KiB) 915648

[startup+1544.54 s]
/proc/loadavg: 1.00 1.00 1.06 2/72 17015
/proc/meminfo: memFree=1708264/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=915648 CPUtime=1543.98
/proc/17005/stat : 17005 (java) R 17003 17005 15840 0 -1 0 46529 0 1 0 154354 44 0 0 25 0 8 0 163100667 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074170660 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 228912 46196 2547 14 0 215382 0
[pid=17005/tid=17007] ppid=17003 vsize=915648 CPUtime=1.49
/proc/17005/task/17007/stat : 17007 (java) S 17003 17005 15840 0 -1 64 29277 0 0 0 140 9 0 0 16 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17008] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17008/stat : 17008 (java) S 17003 17005 15840 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17009] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17009/stat : 17009 (java) S 17003 17005 15840 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17010] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17010/stat : 17010 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17011] ppid=17003 vsize=915648 CPUtime=0.38
/proc/17005/task/17011/stat : 17011 (java) S 17003 17005 15840 0 -1 64 565 0 0 0 36 2 0 0 16 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17012] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17012/stat : 17012 (java) S 17003 17005 15840 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17013] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17013/stat : 17013 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1543.98
Current children cumulated vsize (KiB) 915648

[startup+1604.62 s]
/proc/loadavg: 1.00 1.00 1.06 2/72 17015
/proc/meminfo: memFree=1708200/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=915648 CPUtime=1604.04
/proc/17005/stat : 17005 (java) R 17003 17005 15840 0 -1 0 46529 0 1 0 160360 44 0 0 25 0 8 0 163100667 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074169255 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 228912 46196 2547 14 0 215382 0
[pid=17005/tid=17007] ppid=17003 vsize=915648 CPUtime=1.49
/proc/17005/task/17007/stat : 17007 (java) S 17003 17005 15840 0 -1 64 29277 0 0 0 140 9 0 0 16 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17008] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17008/stat : 17008 (java) S 17003 17005 15840 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17009] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17009/stat : 17009 (java) S 17003 17005 15840 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17010] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17010/stat : 17010 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17011] ppid=17003 vsize=915648 CPUtime=0.38
/proc/17005/task/17011/stat : 17011 (java) S 17003 17005 15840 0 -1 64 565 0 0 0 36 2 0 0 16 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17012] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17012/stat : 17012 (java) S 17003 17005 15840 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17013] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17013/stat : 17013 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1604.04
Current children cumulated vsize (KiB) 915648

[startup+1664.7 s]
/proc/loadavg: 1.00 1.00 1.05 3/72 17015
/proc/meminfo: memFree=1708200/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=915648 CPUtime=1664.11
/proc/17005/stat : 17005 (java) R 17003 17005 15840 0 -1 0 46529 0 1 0 166366 45 0 0 25 0 8 0 163100667 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073831378 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 228912 46196 2547 14 0 215382 0
[pid=17005/tid=17007] ppid=17003 vsize=915648 CPUtime=1.49
/proc/17005/task/17007/stat : 17007 (java) S 17003 17005 15840 0 -1 64 29277 0 0 0 140 9 0 0 16 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17008] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17008/stat : 17008 (java) S 17003 17005 15840 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17009] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17009/stat : 17009 (java) S 17003 17005 15840 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17010] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17010/stat : 17010 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17011] ppid=17003 vsize=915648 CPUtime=0.38
/proc/17005/task/17011/stat : 17011 (java) S 17003 17005 15840 0 -1 64 565 0 0 0 36 2 0 0 16 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17012] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17012/stat : 17012 (java) S 17003 17005 15840 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17013] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17013/stat : 17013 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1664.11
Current children cumulated vsize (KiB) 915648

[startup+1724.79 s]
/proc/loadavg: 1.00 1.00 1.05 2/72 17015
/proc/meminfo: memFree=1708200/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=915648 CPUtime=1724.18
/proc/17005/stat : 17005 (java) R 17003 17005 15840 0 -1 0 46529 0 1 0 172373 45 0 0 25 0 8 0 163100667 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073839144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 228912 46196 2547 14 0 215382 0
[pid=17005/tid=17007] ppid=17003 vsize=915648 CPUtime=1.49
/proc/17005/task/17007/stat : 17007 (java) S 17003 17005 15840 0 -1 64 29277 0 0 0 140 9 0 0 16 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17008] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17008/stat : 17008 (java) S 17003 17005 15840 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17009] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17009/stat : 17009 (java) S 17003 17005 15840 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17010] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17010/stat : 17010 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17011] ppid=17003 vsize=915648 CPUtime=0.38
/proc/17005/task/17011/stat : 17011 (java) S 17003 17005 15840 0 -1 64 565 0 0 0 36 2 0 0 16 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17012] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17012/stat : 17012 (java) S 17003 17005 15840 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17013] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17013/stat : 17013 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1724.18
Current children cumulated vsize (KiB) 915648

[startup+1784.88 s]
/proc/loadavg: 1.00 1.00 1.04 2/72 17015
/proc/meminfo: memFree=1708136/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=915648 CPUtime=1784.24
/proc/17005/stat : 17005 (java) R 17003 17005 15840 0 -1 0 46529 0 1 0 178379 45 0 0 25 0 8 0 163100667 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073836459 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 228912 46196 2547 14 0 215382 0
[pid=17005/tid=17007] ppid=17003 vsize=915648 CPUtime=1.49
/proc/17005/task/17007/stat : 17007 (java) S 17003 17005 15840 0 -1 64 29277 0 0 0 140 9 0 0 16 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17008] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17008/stat : 17008 (java) S 17003 17005 15840 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17009] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17009/stat : 17009 (java) S 17003 17005 15840 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17010] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17010/stat : 17010 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17011] ppid=17003 vsize=915648 CPUtime=0.38
/proc/17005/task/17011/stat : 17011 (java) S 17003 17005 15840 0 -1 64 565 0 0 0 36 2 0 0 16 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17012] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17012/stat : 17012 (java) S 17003 17005 15840 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17013] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17013/stat : 17013 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1784.24
Current children cumulated vsize (KiB) 915648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1800.69 s]
/proc/loadavg: 1.00 1.00 1.04 2/72 17015
/proc/meminfo: memFree=1708136/2055920 swapFree=4192812/4192956
[pid=17005] ppid=17003 vsize=915648 CPUtime=1800.06
/proc/17005/stat : 17005 (java) R 17003 17005 15840 0 -1 0 46529 0 1 0 179961 45 0 0 25 0 8 0 163100667 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4074202693 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/17005/statm: 228912 46196 2547 14 0 215382 0
[pid=17005/tid=17007] ppid=17003 vsize=915648 CPUtime=1.49
/proc/17005/task/17007/stat : 17007 (java) S 17003 17005 15840 0 -1 64 29277 0 0 0 140 9 0 0 16 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17008] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17008/stat : 17008 (java) S 17003 17005 15840 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17009] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17009/stat : 17009 (java) S 17003 17005 15840 0 -1 64 6 0 0 0 0 0 0 0 15 0 8 0 163100671 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17010] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17010/stat : 17010 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17011] ppid=17003 vsize=915648 CPUtime=0.38
/proc/17005/task/17011/stat : 17011 (java) S 17003 17005 15840 0 -1 64 565 0 0 0 36 2 0 0 16 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17012] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17012/stat : 17012 (java) S 17003 17005 15840 0 -1 64 0 0 0 0 0 0 0 0 20 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=17005/tid=17013] ppid=17003 vsize=915648 CPUtime=0
/proc/17005/task/17013/stat : 17013 (java) S 17003 17005 15840 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 163100680 937623552 46196 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 915648

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Child status: 143
Real time (s): 1800.75
CPU time (s): 1800.13
CPU user time (s): 1799.64
CPU system time (s): 0.482926
CPU usage (%): 99.9652
Max. virtual memory (cumulated for all children) (KiB): 915652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.64
system time used= 0.482926
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46546
page faults= 1
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 37821
involuntary context switches= 33268

runsolver used 1.73873 s user time and 4.64929 s system time

The end

Launcher Data (download as text)

Begin job on node40 on Sun Jan  7 05:16:53 UTC 2007


IDJOB= 201333
IDBENCH= 3757
FILE ID= node40/201333-1168147012

PBS_JOBID= 3478367

Free space on /tmp= 66550 MiB

BENCH NAME= HOME/pub/bench/CPAI06/fapp/fapp11-15/fapp12/fapp12-1500-4.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/201333-1168147012/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node40/watcher-201333-1168147012 -o ROOT/results/node40/solver-201333-1168147012 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/201333-1168147012/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  b32f7f4672e7944a90a054382f67ae51

RANDOM SEED= 481680445

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.239
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.239
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:       1883968 kB
Buffers:          7724 kB
Cached:          95704 kB
SwapCached:          0 kB
Active:          83496 kB
Inactive:        35612 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1883968 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            5240 kB
Writeback:           0 kB
Mapped:          25820 kB
Slab:            38932 kB
Committed_AS:  3196968 kB
PageTables:       1412 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= 66550 MiB



End job on node40 on Sun Jan  7 05:46:54 UTC 2007