Trace number 249350

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.07 1810.88

General information on the benchmark

Nameprimes/primes-15/
primes-15-40-3-7.xml
MD5SUM7067b4aa7a4be04ae42f14293bb123cc
Bench CategoryN-ARY-INT (n-ary 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 variables100
Number of constraints40
Maximum constraint arity10
Maximum domain size46
Number of constraints which are defined in extension0
Number of constraints which are defined in intension40
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/249350-1168403993/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=100  nbDomainTypes=1  minDomainSize=46  maxDomainSize=46
0.43	       =>  wckTime=0.113  cpuTime=0.1  mem=6M951
0.43	   
0.43	   predicates being loaded...
0.48	   
0.48	   constraints being loaded...
0.64	     nbConstraints=40  nbSingletonDomainVariables=6  nbDisconnectedVariables=6  nbConflictsStructures=1
0.64	     nbSharedConflictsStructures=0  nbUnbuiltConflictsStructures=39  nbSharedBinaryRepresentations=0
0.64	     nbEvaluationManagers=40  nbSharedEvaluationManagers=0  maxDegree=10  maxArity=10
0.64	       =>  wckTime=0.32  cpuTime=0.25  mem=10M869
0.68	   
0.68	   solver IterativeSystematicSolver being built... 
0.86	       =>  wckTime=0.539  cpuTime=0.4  mem=15M460
1.91	   
1.91	   preprocessing
1.91	     nbConstraintChecks=1655927  nbValidityChecks=1426  nbPropagations=280  nbRevisions=96  nbUselessRevisions=17
1.91	     nbSingletonTests=109  nbEffectiveSingletonTests=0  nbESACBranches=6  nbRemovedValues=71  detectedInconsistency=no
1.91	       =>  wckTime=1.051  cpuTime=1.02  mem=15M460
4.57	   
4.57	   search
4.57	     run=0  nbConstraintChecks=3618483  nbValidityChecks=4447  nbPropagations=509  nbRevisions=334
4.57	     nbUselessRevisions=75  nbAssignments=70  nbFailedAssignments=10  nbBacktracks=14  nbVisitedNodes=81
4.57	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
4.57	       =>  wckTime=3.706  cpuTime=3.63  mem=16M452
11.41	   
11.41	   search
11.41	     run=1  nbConstraintChecks=10989280  nbValidityChecks=12552  nbPropagations=1523  nbRevisions=1183
11.41	     nbUselessRevisions=324  nbAssignments=244  nbFailedAssignments=47  nbBacktracks=29  nbVisitedNodes=205
11.41	     nbRestartNogoods=6  mapSize=25  nbInferences=0  nbTooLargeKeys=0
11.41	       =>  wckTime=10.553  cpuTime=10.4  mem=16M452
21.55	   
21.55	   search
21.55	     run=2  nbConstraintChecks=24288174  nbValidityChecks=23085  nbPropagations=2999  nbRevisions=2528
21.55	     nbUselessRevisions=642  nbAssignments=400  nbFailedAssignments=133  nbBacktracks=53  nbVisitedNodes=447
21.55	     nbRestartNogoods=21  mapSize=47  nbInferences=0  nbTooLargeKeys=0
21.55	       =>  wckTime=20.687  cpuTime=20.44  mem=16M452
80.91	   
80.98	   search
80.98	     run=3  nbConstraintChecks=107393036  nbValidityChecks=156632  nbPropagations=9176  nbRevisions=9187
80.98	     nbUselessRevisions=2453  nbAssignments=2382  nbFailedAssignments=477  nbBacktracks=91  nbVisitedNodes=1203
80.98	     nbRestartNogoods=101  mapSize=74  nbInferences=0  nbTooLargeKeys=0
80.98	       =>  wckTime=80.051  cpuTime=79.24  mem=16M452
99.81	   
99.81	   search
99.81	     run=4  nbConstraintChecks=129588104  nbValidityChecks=177347  nbPropagations=16641  nbRevisions=17201
99.81	     nbUselessRevisions=4674  nbAssignments=2822  nbFailedAssignments=605  nbBacktracks=141  nbVisitedNodes=1543
99.81	     nbRestartNogoods=106  mapSize=119  nbInferences=0  nbTooLargeKeys=0
99.81	       =>  wckTime=98.95  cpuTime=97.96  mem=16M452
168.73	   
168.73	   search
168.73	     run=5  nbConstraintChecks=203233600  nbValidityChecks=316017  nbPropagations=31396  nbRevisions=33097
168.73	     nbUselessRevisions=9831  nbAssignments=5751  nbFailedAssignments=1141  nbBacktracks=217  nbVisitedNodes=2725
168.73	     nbRestartNogoods=164  mapSize=189  nbInferences=0  nbTooLargeKeys=0
168.73	       =>  wckTime=167.869  cpuTime=166.24  mem=16M452
330.12	   
330.12	   search
330.12	     run=6  nbConstraintChecks=417425500  nbValidityChecks=620654  nbPropagations=53133  nbRevisions=58180
330.12	     nbUselessRevisions=16603  nbAssignments=8523  nbFailedAssignments=2345  nbBacktracks=331  nbVisitedNodes=5285
330.12	     nbRestartNogoods=196  mapSize=299  nbInferences=0  nbTooLargeKeys=0
330.12	       =>  wckTime=329.263  cpuTime=326.15  mem=16M452
374.56	   
374.56	   search
374.56	     run=7  nbConstraintChecks=477753599  nbValidityChecks=794638  nbPropagations=83411  nbRevisions=93822
374.56	     nbUselessRevisions=28246  nbAssignments=11789  nbFailedAssignments=2479  nbBacktracks=501  nbVisitedNodes=5755
374.56	     nbRestartNogoods=251  mapSize=431  nbInferences=0  nbTooLargeKeys=0
374.56	       =>  wckTime=373.698  cpuTime=370.18  mem=16M452
396.49	   
396.49	   search
396.49	     run=8  nbConstraintChecks=506883282  nbValidityChecks=844536  nbPropagations=116776  nbRevisions=132769
396.49	     nbUselessRevisions=40945  nbAssignments=12679  nbFailedAssignments=2638  nbBacktracks=757  nbVisitedNodes=6363
396.49	     nbRestartNogoods=272  mapSize=625  nbInferences=0  nbTooLargeKeys=0
396.49	       =>  wckTime=395.623  cpuTime=391.91  mem=16M452
441.64	   
441.64	   search
441.64	     run=9  nbConstraintChecks=548129243  nbValidityChecks=904402  nbPropagations=153678  nbRevisions=175879
441.64	     nbUselessRevisions=54636  nbAssignments=13684  nbFailedAssignments=3062  nbBacktracks=1142  nbVisitedNodes=7633
441.64	     nbRestartNogoods=286  mapSize=928  nbInferences=0  nbTooLargeKeys=0
441.64	       =>  wckTime=440.778  cpuTime=436.64  mem=17M427
522.75	   
522.75	   INFO : Stopping hyperNogood (mapSize=1033, nbTooLargekeys=0, mem=17M427)
570.68	   
570.68	   search
570.68	     run=10  nbConstraintChecks=678471246  nbValidityChecks=1017706  nbPropagations=199766  nbRevisions=227572
570.68	     nbUselessRevisions=69910  nbAssignments=15928  nbFailedAssignments=4298  nbBacktracks=1718  nbVisitedNodes=10714
570.68	     nbRestartNogoods=315
570.68	       =>  wckTime=569.818  cpuTime=564.51  mem=17M427

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/node4/watcher-249350-1168403993 -o ROOT/results/node4/solver-249350-1168403993 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/249350-1168403993/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: 2.04 2.02 1.95 3/93 14863
/proc/meminfo: memFree=1717632/2055920 swapFree=4182144/4192956
[pid=14862] ppid=14860 vsize=18540 CPUtime=0
/proc/14862/stat : 14862 (runsolver) R 14860 14862 14741 0 -1 4194368 17 0 0 0 0 0 0 0 25 0 1 0 188794860 18984960 280 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 259913215271 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/14862/statm: 4635 280 244 17 0 2626 0

[startup+0.107506 s]
/proc/loadavg: 2.04 2.02 1.95 3/93 14863
/proc/meminfo: memFree=1717632/2055920 swapFree=4182144/4192956
[pid=14862] ppid=14860 vsize=914988 CPUtime=0.08
/proc/14862/stat : 14862 (java) R 14860 14862 14741 0 -1 0 2964 0 1 0 6 2 0 0 17 0 8 0 188794860 936947712 2710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072943000 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14862/statm: 228747 2710 1417 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.515544 s]
/proc/loadavg: 2.04 2.02 1.95 3/93 14863
/proc/meminfo: memFree=1717632/2055920 swapFree=4182144/4192956
[pid=14862] ppid=14860 vsize=915328 CPUtime=0.49
/proc/14862/stat : 14862 (java) R 14860 14862 14741 0 -1 0 6758 0 1 0 44 5 0 0 18 0 8 0 188794860 937295872 6497 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4155582306 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14862/statm: 228832 6497 2153 14 0 215302 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33862 s]
/proc/loadavg: 2.04 2.02 1.95 3/100 14870
/proc/meminfo: memFree=1693256/2055920 swapFree=4182144/4192956
[pid=14862] ppid=14860 vsize=915464 CPUtime=1.3
/proc/14862/stat : 14862 (java) R 14860 14862 14741 0 -1 0 8835 0 1 0 123 7 0 0 21 0 8 0 188794860 937435136 8573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073633207 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14862/statm: 228866 8573 2542 14 0 215336 0
[pid=14862/tid=14864] ppid=14860 vsize=915464 CPUtime=0.02
/proc/14862/task/14864/stat : 14864 (java) S 14860 14862 14741 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 188794864 937435136 8573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14865] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14865/stat : 14865 (java) S 14860 14862 14741 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188794865 937435136 8573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14866] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14866/stat : 14866 (java) S 14860 14862 14741 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188794865 937435136 8573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14867] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14867/stat : 14867 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188794868 937435136 8573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14868] ppid=14860 vsize=915464 CPUtime=0.17
/proc/14862/task/14868/stat : 14868 (java) S 14860 14862 14741 0 -1 64 355 0 0 0 16 1 0 0 16 0 8 0 188794868 937435136 8573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14869] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14869/stat : 14869 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188794868 937435136 8573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14870] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14870/stat : 14870 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188794868 937435136 8573 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.3
Current children cumulated vsize (KiB) 915464

[startup+2.99077 s]
/proc/loadavg: 2.04 2.02 1.95 3/100 14870
/proc/meminfo: memFree=1692808/2055920 swapFree=4182144/4192956
[pid=14862] ppid=14860 vsize=915464 CPUtime=2.94
/proc/14862/stat : 14862 (java) R 14860 14862 14741 0 -1 0 8943 0 1 0 287 7 0 0 25 0 8 0 188794860 937435136 8679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073631676 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14862/statm: 228866 8679 2543 14 0 215336 0
[pid=14862/tid=14864] ppid=14860 vsize=915464 CPUtime=0.02
/proc/14862/task/14864/stat : 14864 (java) S 14860 14862 14741 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 188794864 937435136 8679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14865] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14865/stat : 14865 (java) S 14860 14862 14741 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188794865 937435136 8679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14866] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14866/stat : 14866 (java) S 14860 14862 14741 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188794865 937435136 8679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14867] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14867/stat : 14867 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188794868 937435136 8679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14868] ppid=14860 vsize=915464 CPUtime=0.19
/proc/14862/task/14868/stat : 14868 (java) S 14860 14862 14741 0 -1 64 366 0 0 0 18 1 0 0 16 0 8 0 188794868 937435136 8679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14869] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14869/stat : 14869 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188794868 937435136 8679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14870] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14870/stat : 14870 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188794868 937435136 8679 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.94
Current children cumulated vsize (KiB) 915464

[startup+6.28909 s]
/proc/loadavg: 2.04 2.02 1.95 3/100 14870
/proc/meminfo: memFree=1692680/2055920 swapFree=4182144/4192956
[pid=14862] ppid=14860 vsize=915464 CPUtime=6.21
/proc/14862/stat : 14862 (java) R 14860 14862 14741 0 -1 0 8957 0 1 0 614 7 0 0 25 0 8 0 188794860 937435136 8690 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073622370 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14862/statm: 228866 8690 2543 14 0 215336 0
[pid=14862/tid=14864] ppid=14860 vsize=915464 CPUtime=0.02
/proc/14862/task/14864/stat : 14864 (java) S 14860 14862 14741 0 -1 64 173 0 0 0 2 0 0 0 17 0 8 0 188794864 937435136 8690 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14865] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14865/stat : 14865 (java) S 14860 14862 14741 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188794865 937435136 8690 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14866] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14866/stat : 14866 (java) S 14860 14862 14741 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188794865 937435136 8690 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14867] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14867/stat : 14867 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188794868 937435136 8690 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14868] ppid=14860 vsize=915464 CPUtime=0.19
/proc/14862/task/14868/stat : 14868 (java) S 14860 14862 14741 0 -1 64 370 0 0 0 18 1 0 0 16 0 8 0 188794868 937435136 8690 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14869] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14869/stat : 14869 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188794868 937435136 8690 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14870] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14870/stat : 14870 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188794868 937435136 8690 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 915464

[startup+12.7697 s]
/proc/loadavg: 2.03 2.02 1.95 3/100 14870
/proc/meminfo: memFree=1692616/2055920 swapFree=4182144/4192956
[pid=14862] ppid=14860 vsize=915464 CPUtime=12.63
/proc/14862/stat : 14862 (java) R 14860 14862 14741 0 -1 0 8966 0 1 0 1256 7 0 0 25 0 8 0 188794860 937435136 8696 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629927 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14862/statm: 228866 8696 2543 14 0 215336 0
[pid=14862/tid=14864] ppid=14860 vsize=915464 CPUtime=0.02
/proc/14862/task/14864/stat : 14864 (java) S 14860 14862 14741 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 188794864 937435136 8696 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14865] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14865/stat : 14865 (java) S 14860 14862 14741 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188794865 937435136 8696 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14866] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14866/stat : 14866 (java) S 14860 14862 14741 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188794865 937435136 8696 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14867] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14867/stat : 14867 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188794868 937435136 8696 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14868] ppid=14860 vsize=915464 CPUtime=0.19
/proc/14862/task/14868/stat : 14868 (java) S 14860 14862 14741 0 -1 64 374 0 0 0 18 1 0 0 16 0 8 0 188794868 937435136 8696 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14869] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14869/stat : 14869 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188794868 937435136 8696 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14870] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14870/stat : 14870 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188794868 937435136 8696 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 915464

[startup+25.6129 s]
/proc/loadavg: 2.03 2.02 1.95 3/100 14870
/proc/meminfo: memFree=1692552/2055920 swapFree=4182144/4192956
[pid=14862] ppid=14860 vsize=915464 CPUtime=25.36
/proc/14862/stat : 14862 (java) R 14860 14862 14741 0 -1 0 8984 0 1 0 2529 7 0 0 25 0 8 0 188794860 937435136 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073624237 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14862/statm: 228866 8711 2543 14 0 215336 0
[pid=14862/tid=14864] ppid=14860 vsize=915464 CPUtime=0.02
/proc/14862/task/14864/stat : 14864 (java) S 14860 14862 14741 0 -1 64 173 0 0 0 2 0 0 0 17 0 8 0 188794864 937435136 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14865] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14865/stat : 14865 (java) S 14860 14862 14741 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188794865 937435136 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14866] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14866/stat : 14866 (java) S 14860 14862 14741 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188794865 937435136 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14867] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14867/stat : 14867 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188794868 937435136 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14868] ppid=14860 vsize=915464 CPUtime=0.21
/proc/14862/task/14868/stat : 14868 (java) S 14860 14862 14741 0 -1 64 380 0 0 0 20 1 0 0 16 0 8 0 188794868 937435136 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14869] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14869/stat : 14869 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188794868 937435136 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14870] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14870/stat : 14870 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188794868 937435136 8711 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.36
Current children cumulated vsize (KiB) 915464

[startup+51.2224 s]
/proc/loadavg: 2.08 2.03 1.95 3/100 14870
/proc/meminfo: memFree=1692552/2055920 swapFree=4182144/4192956
[pid=14862] ppid=14860 vsize=915464 CPUtime=50.73
/proc/14862/stat : 14862 (java) R 14860 14862 14741 0 -1 0 9009 0 1 0 5066 7 0 0 25 0 8 0 188794860 937435136 8728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073627984 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14862/statm: 228866 8728 2543 14 0 215336 0
[pid=14862/tid=14864] ppid=14860 vsize=915464 CPUtime=0.02
/proc/14862/task/14864/stat : 14864 (java) S 14860 14862 14741 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 188794864 937435136 8728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14865] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14865/stat : 14865 (java) S 14860 14862 14741 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188794865 937435136 8728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14866] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14866/stat : 14866 (java) S 14860 14862 14741 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188794865 937435136 8728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14867] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14867/stat : 14867 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188794868 937435136 8728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14868] ppid=14860 vsize=915464 CPUtime=0.23
/proc/14862/task/14868/stat : 14868 (java) S 14860 14862 14741 0 -1 64 389 0 0 0 22 1 0 0 16 0 8 0 188794868 937435136 8728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14869] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14869/stat : 14869 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188794868 937435136 8728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14870] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14870/stat : 14870 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188794868 937435136 8728 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.73
Current children cumulated vsize (KiB) 915464

[startup+102.426 s]
/proc/loadavg: 2.07 2.04 1.96 3/100 14870
/proc/meminfo: memFree=1692424/2055920 swapFree=4182144/4192956
[pid=14862] ppid=14860 vsize=915464 CPUtime=101.47
/proc/14862/stat : 14862 (java) R 14860 14862 14741 0 -1 0 9026 0 1 0 10139 8 0 0 25 0 8 0 188794860 937435136 8744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629927 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/14862/statm: 228866 8744 2543 14 0 215336 0
[pid=14862/tid=14864] ppid=14860 vsize=915464 CPUtime=0.02
/proc/14862/task/14864/stat : 14864 (java) S 14860 14862 14741 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 188794864 937435136 8744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14865] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14865/stat : 14865 (java) S 14860 14862 14741 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188794865 937435136 8744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14866] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14866/stat : 14866 (java) S 14860 14862 14741 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188794865 937435136 8744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14867] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14867/stat : 14867 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188794868 937435136 8744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14868] ppid=14860 vsize=915464 CPUtime=0.23
/proc/14862/task/14868/stat : 14868 (java) S 14860 14862 14741 0 -1 64 391 0 0 0 22 1 0 0 16 0 8 0 188794868 937435136 8744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14869] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14869/stat : 14869 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188794868 937435136 8744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14870] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14870/stat : 14870 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188794868 937435136 8744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 101.47
Current children cumulated vsize (KiB) 915464

[startup+162.475 s]
/proc/loadavg: 2.23 2.09 1.98 3/100 14870
/proc/meminfo: memFree=1692296/2055920 swapFree=4182144/4192956
[pid=14862] ppid=14860 vsize=915464 CPUtime=160.97
/proc/14862/stat : 14862 (java) R 14860 14862 14741 0 -1 0 9048 0 1 0 16089 8 0 0 25 0 8 0 188794860 937435136 8763 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629927 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

Current children cumulated CPU time (s) 1413.14
Current children cumulated vsize (KiB) 915464

[startup+1483.59 s]
/proc/loadavg: 2.03 2.01 2.00 3/101 15248
/proc/meminfo: memFree=1669240/2055920 swapFree=4182144/4192956
[pid=14862] ppid=14860 vsize=915464 CPUtime=1473.14
/proc/14862/stat : 14862 (java) R 14860 14862 14741 0 -1 0 9222 0 1 0 147290 24 0 0 25 0 8 0 188794860 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073624263 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14862/statm: 228866 8931 2543 14 0 215336 0
[pid=14862/tid=14864] ppid=14860 vsize=915464 CPUtime=0.02
/proc/14862/task/14864/stat : 14864 (java) S 14860 14862 14741 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 188794864 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14865] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14865/stat : 14865 (java) S 14860 14862 14741 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188794865 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14866] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14866/stat : 14866 (java) S 14860 14862 14741 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188794865 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14867] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14867/stat : 14867 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14868] ppid=14860 vsize=915464 CPUtime=0.26
/proc/14862/task/14868/stat : 14868 (java) S 14860 14862 14741 0 -1 64 409 0 0 0 25 1 0 0 15 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14869] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14869/stat : 14869 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14870] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14870/stat : 14870 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1473.14
Current children cumulated vsize (KiB) 915464

[startup+1543.66 s]
/proc/loadavg: 2.01 2.01 2.00 3/101 15248
/proc/meminfo: memFree=1669240/2055920 swapFree=4182144/4192956
[pid=14862] ppid=14860 vsize=915464 CPUtime=1533.13
/proc/14862/stat : 14862 (java) R 14860 14862 14741 0 -1 0 9222 0 1 0 153289 24 0 0 25 0 8 0 188794860 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073629927 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14862/statm: 228866 8931 2543 14 0 215336 0
[pid=14862/tid=14864] ppid=14860 vsize=915464 CPUtime=0.02
/proc/14862/task/14864/stat : 14864 (java) S 14860 14862 14741 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 188794864 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14865] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14865/stat : 14865 (java) S 14860 14862 14741 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188794865 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14866] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14866/stat : 14866 (java) S 14860 14862 14741 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188794865 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14867] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14867/stat : 14867 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14868] ppid=14860 vsize=915464 CPUtime=0.26
/proc/14862/task/14868/stat : 14868 (java) S 14860 14862 14741 0 -1 64 409 0 0 0 25 1 0 0 15 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14869] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14869/stat : 14869 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14870] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14870/stat : 14870 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1533.13
Current children cumulated vsize (KiB) 915464

[startup+1603.72 s]
/proc/loadavg: 2.04 2.02 2.00 3/101 15248
/proc/meminfo: memFree=1669176/2055920 swapFree=4182144/4192956
[pid=14862] ppid=14860 vsize=915464 CPUtime=1593.13
/proc/14862/stat : 14862 (java) R 14860 14862 14741 0 -1 0 9222 0 1 0 159289 24 0 0 25 0 8 0 188794860 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073622403 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14862/statm: 228866 8931 2543 14 0 215336 0
[pid=14862/tid=14864] ppid=14860 vsize=915464 CPUtime=0.02
/proc/14862/task/14864/stat : 14864 (java) S 14860 14862 14741 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 188794864 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14865] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14865/stat : 14865 (java) S 14860 14862 14741 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188794865 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14866] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14866/stat : 14866 (java) S 14860 14862 14741 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188794865 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14867] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14867/stat : 14867 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14868] ppid=14860 vsize=915464 CPUtime=0.26
/proc/14862/task/14868/stat : 14868 (java) S 14860 14862 14741 0 -1 64 409 0 0 0 25 1 0 0 15 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14869] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14869/stat : 14869 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14870] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14870/stat : 14870 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1593.13
Current children cumulated vsize (KiB) 915464

[startup+1663.77 s]
/proc/loadavg: 2.08 2.03 2.00 3/101 15248
/proc/meminfo: memFree=1669112/2055920 swapFree=4182144/4192956
[pid=14862] ppid=14860 vsize=915464 CPUtime=1653.13
/proc/14862/stat : 14862 (java) R 14860 14862 14741 0 -1 0 9222 0 1 0 165289 24 0 0 25 0 8 0 188794860 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073627982 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14862/statm: 228866 8931 2543 14 0 215336 0
[pid=14862/tid=14864] ppid=14860 vsize=915464 CPUtime=0.02
/proc/14862/task/14864/stat : 14864 (java) S 14860 14862 14741 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 188794864 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14865] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14865/stat : 14865 (java) S 14860 14862 14741 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188794865 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14866] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14866/stat : 14866 (java) S 14860 14862 14741 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188794865 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14867] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14867/stat : 14867 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14868] ppid=14860 vsize=915464 CPUtime=0.26
/proc/14862/task/14868/stat : 14868 (java) S 14860 14862 14741 0 -1 64 409 0 0 0 25 1 0 0 15 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14869] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14869/stat : 14869 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14870] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14870/stat : 14870 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1653.13
Current children cumulated vsize (KiB) 915464

[startup+1723.81 s]
/proc/loadavg: 2.06 2.03 2.00 3/101 15248
/proc/meminfo: memFree=1669120/2055920 swapFree=4182144/4192956
[pid=14862] ppid=14860 vsize=915464 CPUtime=1713.09
/proc/14862/stat : 14862 (java) R 14860 14862 14741 0 -1 0 9222 0 1 0 171285 24 0 0 25 0 8 0 188794860 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073622386 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14862/statm: 228866 8931 2543 14 0 215336 0
[pid=14862/tid=14864] ppid=14860 vsize=915464 CPUtime=0.02
/proc/14862/task/14864/stat : 14864 (java) S 14860 14862 14741 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 188794864 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14865] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14865/stat : 14865 (java) S 14860 14862 14741 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188794865 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14866] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14866/stat : 14866 (java) S 14860 14862 14741 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188794865 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14867] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14867/stat : 14867 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14868] ppid=14860 vsize=915464 CPUtime=0.26
/proc/14862/task/14868/stat : 14868 (java) S 14860 14862 14741 0 -1 64 409 0 0 0 25 1 0 0 15 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14869] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14869/stat : 14869 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14870] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14870/stat : 14870 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1713.09
Current children cumulated vsize (KiB) 915464

[startup+1783.88 s]
/proc/loadavg: 2.02 2.02 2.00 3/101 15248
/proc/meminfo: memFree=1669056/2055920 swapFree=4182144/4192956
[pid=14862] ppid=14860 vsize=915464 CPUtime=1773.11
/proc/14862/stat : 14862 (java) R 14860 14862 14741 0 -1 0 9222 0 1 0 177287 24 0 0 25 0 8 0 188794860 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073625103 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14862/statm: 228866 8931 2543 14 0 215336 0
[pid=14862/tid=14864] ppid=14860 vsize=915464 CPUtime=0.02
/proc/14862/task/14864/stat : 14864 (java) S 14860 14862 14741 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 188794864 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14865] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14865/stat : 14865 (java) S 14860 14862 14741 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188794865 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14866] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14866/stat : 14866 (java) S 14860 14862 14741 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188794865 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14867] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14867/stat : 14867 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14868] ppid=14860 vsize=915464 CPUtime=0.26
/proc/14862/task/14868/stat : 14868 (java) S 14860 14862 14741 0 -1 64 409 0 0 0 25 1 0 0 15 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14869] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14869/stat : 14869 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14870] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14870/stat : 14870 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1773.11
Current children cumulated vsize (KiB) 915464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1810.82 s]
/proc/loadavg: 2.01 2.02 2.00 3/101 15248
/proc/meminfo: memFree=1668992/2055920 swapFree=4182144/4192956
[pid=14862] ppid=14860 vsize=915464 CPUtime=1800.02
/proc/14862/stat : 14862 (java) R 14860 14862 14741 0 -1 0 9222 0 1 0 179977 25 0 0 25 0 8 0 188794860 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073622627 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/14862/statm: 228866 8931 2543 14 0 215336 0
[pid=14862/tid=14864] ppid=14860 vsize=915464 CPUtime=0.02
/proc/14862/task/14864/stat : 14864 (java) S 14860 14862 14741 0 -1 64 173 0 0 0 2 0 0 0 16 0 8 0 188794864 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14865] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14865/stat : 14865 (java) S 14860 14862 14741 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188794865 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14866] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14866/stat : 14866 (java) S 14860 14862 14741 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188794865 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14867] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14867/stat : 14867 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14868] ppid=14860 vsize=915464 CPUtime=0.26
/proc/14862/task/14868/stat : 14868 (java) S 14860 14862 14741 0 -1 64 409 0 0 0 25 1 0 0 15 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14869] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14869/stat : 14869 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=14862/tid=14870] ppid=14860 vsize=915464 CPUtime=0
/proc/14862/task/14870/stat : 14870 (java) S 14860 14862 14741 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188794868 937435136 8931 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.02
Current children cumulated vsize (KiB) 915464

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

Child status: 143
Real time (s): 1810.88
CPU time (s): 1800.07
CPU user time (s): 1799.82
CPU system time (s): 0.255961
CPU usage (%): 99.4034
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.82
system time used= 0.255961
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9241
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= 37670
involuntary context switches= 82197

runsolver used 2.23266 s user time and 5.81212 s system time

The end

Launcher Data (download as text)

Begin job on node4 on Wed Jan 10 04:39:53 UTC 2007


IDJOB= 249350
IDBENCH= 11777
FILE ID= node4/249350-1168403993

PBS_JOBID= 3523126

Free space on /tmp= 66529 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-15/primes-15-40-3-7.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/249350-1168403993/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node4/watcher-249350-1168403993 -o ROOT/results/node4/solver-249350-1168403993 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/249350-1168403993/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  7067b4aa7a4be04ae42f14293bb123cc

RANDOM SEED= 116029801

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.223
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.223
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:       1718176 kB
Buffers:         47172 kB
Cached:         145504 kB
SwapCached:       2552 kB
Active:         164380 kB
Inactive:        96596 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1718176 kB
SwapTotal:     4192956 kB
SwapFree:      4182144 kB
Dirty:            1692 kB
Writeback:           0 kB
Mapped:          87708 kB
Slab:            61384 kB
Committed_AS:  6901828 kB
PageTables:       2504 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= 66527 MiB



End job on node4 on Wed Jan 10 05:10:04 UTC 2007