Trace number 249533

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 AC? (TO) 1800.09 1807.75

General information on the benchmark

Nameprimes/primes-20/
primes-20-60-3-5.xml
MD5SUM281e13990af9db27d375d39ca6f4cf05
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 constraints60
Maximum constraint arity8
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension60
Global constraints used (with number of constraints)

Solver Data (download as text)

0.31	   
0.31	Abscon 109 (November, 2006)
0.31	   
0.31	   configuration
0.31	     name=mac.xml
0.34	   
0.34	   instance
0.34	     name=/tmp/evaluation/249533-1168086168/unknown.xml
0.37	   
0.37	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.42	     nbVariables=100  nbDomainTypes=1  minDomainSize=70  maxDomainSize=70
0.42	       =>  wckTime=0.11  cpuTime=0.1  mem=6M951
0.42	   
0.42	   predicates being loaded...
0.47	   
0.47	   constraints being loaded...
0.58	     nbConstraints=60  nbSingletonDomainVariables=1  nbDisconnectedVariables=1  nbUnbuiltConflictsStructures=60
0.58	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=60  nbSharedEvaluationManagers=0  maxDegree=8  maxArity=8
0.58	       =>  wckTime=0.271  cpuTime=0.21  mem=10M852
0.62	   
0.62	   solver IterativeSystematicSolver being built... 
0.79	       =>  wckTime=0.483  cpuTime=0.35  mem=15M608
1.48	   
1.48	   preprocessing
1.48	     nbConstraintChecks=1570218  nbValidityChecks=404  nbPropagations=105  nbRevisions=17  nbUselessRevisions=7
1.48	     nbRemovedValues=437  detectedInconsistency=no
1.48	       =>  wckTime=0.683  cpuTime=0.67  mem=15M608
45.71	   
45.71	   search
45.71	     run=0  nbConstraintChecks=73095333  nbValidityChecks=44121  nbPropagations=1064  nbRevisions=1411
45.71	     nbUselessRevisions=165  nbAssignments=185  nbFailedAssignments=165  nbBacktracks=12  nbVisitedNodes=351
45.71	     nbRestartNogoods=0  mapSize=8  nbInferences=0  nbTooLargeKeys=0
45.71	       =>  wckTime=44.912  cpuTime=44.67  mem=16M585
94.41	   
94.41	   search
94.41	     run=1  nbConstraintChecks=143517474  nbValidityChecks=72407  nbPropagations=2371  nbRevisions=3400
94.41	     nbUselessRevisions=508  nbAssignments=288  nbFailedAssignments=241  nbBacktracks=32  nbVisitedNodes=530
94.41	     nbRestartNogoods=1  mapSize=21  nbInferences=0  nbTooLargeKeys=0
94.41	       =>  wckTime=93.618  cpuTime=93.15  mem=16M585
101.93	   
101.93	   search
101.94	     run=2  nbConstraintChecks=155817728  nbValidityChecks=83633  nbPropagations=3950  nbRevisions=5696
101.94	     nbUselessRevisions=922  nbAssignments=339  nbFailedAssignments=261  nbBacktracks=54  nbVisitedNodes=601
101.94	     nbRestartNogoods=6  mapSize=43  nbInferences=0  nbTooLargeKeys=0
101.94	       =>  wckTime=101.141  cpuTime=100.64  mem=16M585
110.68	   
110.68	   search
110.68	     run=3  nbConstraintChecks=168977944  nbValidityChecks=104126  nbPropagations=6623  nbRevisions=9300
110.68	     nbUselessRevisions=1454  nbAssignments=451  nbFailedAssignments=328  nbBacktracks=87  nbVisitedNodes=780
110.68	     nbRestartNogoods=16  mapSize=71  nbInferences=0  nbTooLargeKeys=0
110.68	       =>  wckTime=109.884  cpuTime=109.34  mem=16M585
119.10	   
119.10	   search
119.10	     run=4  nbConstraintChecks=182096270  nbValidityChecks=131617  nbPropagations=10767  nbRevisions=14678
119.10	     nbUselessRevisions=2194  nbAssignments=599  nbFailedAssignments=410  nbBacktracks=138  nbVisitedNodes=1010
119.10	     nbRestartNogoods=23  mapSize=105  nbInferences=0  nbTooLargeKeys=0
119.10	       =>  wckTime=118.305  cpuTime=117.72  mem=16M585
128.07	   
128.07	   search
128.07	     run=5  nbConstraintChecks=195490796  nbValidityChecks=158387  nbPropagations=16278  nbRevisions=21820
128.07	     nbUselessRevisions=3234  nbAssignments=757  nbFailedAssignments=480  nbBacktracks=215  nbVisitedNodes=1238
128.07	     nbRestartNogoods=27  mapSize=157  nbInferences=0  nbTooLargeKeys=0
128.07	       =>  wckTime=127.273  cpuTime=126.64  mem=16M585
191.09	   
191.09	   search
191.09	     run=6  nbConstraintChecks=288598822  nbValidityChecks=279524  nbPropagations=25354  nbRevisions=33023
191.09	     nbUselessRevisions=5053  nbAssignments=1149  nbFailedAssignments=745  nbBacktracks=329  nbVisitedNodes=1895
191.09	     nbRestartNogoods=28  mapSize=269  nbInferences=0  nbTooLargeKeys=0
191.09	       =>  wckTime=190.294  cpuTime=189.38  mem=16M585
680.73	   
680.73	   search
680.73	     run=7  nbConstraintChecks=1045113342  nbValidityChecks=771754  nbPropagations=41770  nbRevisions=55267
680.73	     nbUselessRevisions=8837  nbAssignments=2766  nbFailedAssignments=2182  nbBacktracks=499  nbVisitedNodes=4949
680.73	     nbRestartNogoods=32  mapSize=433  nbInferences=0  nbTooLargeKeys=0
680.73	       =>  wckTime=679.938  cpuTime=676.89  mem=16M585
1042.92	   
1042.92	   search
1042.92	     run=8  nbConstraintChecks=1561630085  nbValidityChecks=1021671  nbPropagations=65700  nbRevisions=86287
1042.92	     nbUselessRevisions=13533  nbAssignments=4442  nbFailedAssignments=3573  nbBacktracks=755  nbVisitedNodes=8016
1042.92	     nbRestartNogoods=94  mapSize=657  nbInferences=0  nbTooLargeKeys=0
1042.92	       =>  wckTime=1042.122  cpuTime=1037.52  mem=16M585
1191.69	   
1191.69	   search
1191.69	     run=9  nbConstraintChecks=1747572292  nbValidityChecks=1254329  nbPropagations=96187  nbRevisions=125812
1191.69	     nbUselessRevisions=19614  nbAssignments=5430  nbFailedAssignments=4144  nbBacktracks=1145  nbVisitedNodes=9578
1191.69	     nbRestartNogoods=208  mapSize=866  nbInferences=0  nbTooLargeKeys=0
1191.69	       =>  wckTime=1190.894  cpuTime=1185.63  mem=17M560
1273.00	   
1273.00	   INFO : Stopping hyperNogood (mapSize=1021, nbTooLargekeys=0, mem=17M560)
1579.11	   
1579.11	   search
1579.11	     run=10  nbConstraintChecks=2223128768  nbValidityChecks=1930705  nbPropagations=138566  nbRevisions=187291
1579.11	     nbUselessRevisions=30044  nbAssignments=7229  nbFailedAssignments=5336  nbBacktracks=1721  nbVisitedNodes=12569
1579.11	     nbRestartNogoods=279
1579.11	       =>  wckTime=1578.318  cpuTime=1571.38  mem=17M560

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/node47/watcher-249533-1168086168 -o ROOT/results/node47/solver-249533-1168086168 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/249533-1168086168/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.83 0.32 0.74 2/80 5833
/proc/meminfo: memFree=1712592/2055920 swapFree=4192812/4192956
[pid=5832] ppid=5830 vsize=18540 CPUtime=0
/proc/5832/stat : 5832 (runsolver) R 5830 5832 5353 0 -1 4194368 17 0 0 0 0 0 0 0 19 0 1 0 157016069 18984960 279 18446744073709551615 4194304 4267372 548682068960 18446744073709551615 208717540647 0 2147483391 4096 24578 0 0 0 17 1 0 0
/proc/5832/statm: 4635 279 244 17 0 2626 0

[startup+0.10274 s]
/proc/loadavg: 0.83 0.32 0.74 2/80 5833
/proc/meminfo: memFree=1712592/2055920 swapFree=4192812/4192956
[pid=5832] ppid=5830 vsize=914988 CPUtime=0.08
/proc/5832/stat : 5832 (java) S 5830 5832 5353 0 -1 0 2995 0 1 0 7 1 0 0 17 0 8 0 157016069 936947712 2741 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5832/statm: 228747 2741 1427 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.514784 s]
/proc/loadavg: 0.83 0.32 0.74 2/80 5833
/proc/meminfo: memFree=1712592/2055920 swapFree=4192812/4192956
[pid=5832] ppid=5830 vsize=915328 CPUtime=0.5
/proc/5832/stat : 5832 (java) R 5830 5832 5353 0 -1 0 6830 0 1 0 46 4 0 0 18 0 8 0 157016069 937295872 6569 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4152164555 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5832/statm: 228832 6569 2158 14 0 215302 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 915328

[startup+1.34187 s]
/proc/loadavg: 0.83 0.32 0.74 3/87 5840
/proc/meminfo: memFree=1688024/2055920 swapFree=4192812/4192956
[pid=5832] ppid=5830 vsize=915464 CPUtime=1.32
/proc/5832/stat : 5832 (java) R 5830 5832 5353 0 -1 0 8867 0 1 0 126 6 0 0 21 0 8 0 157016069 937435136 8605 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073762207 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5832/statm: 228866 8605 2528 14 0 215336 0
[pid=5832/tid=5834] ppid=5830 vsize=915464 CPUtime=0.02
/proc/5832/task/5834/stat : 5834 (java) S 5830 5832 5353 0 -1 64 192 0 0 0 2 0 0 0 16 0 8 0 157016072 937435136 8605 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5835] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5835/stat : 5835 (java) S 5830 5832 5353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157016073 937435136 8605 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5836] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5836/stat : 5836 (java) S 5830 5832 5353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157016073 937435136 8605 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5837] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5837/stat : 5837 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 157016076 937435136 8605 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5838] ppid=5830 vsize=915464 CPUtime=0.14
/proc/5832/task/5838/stat : 5838 (java) S 5830 5832 5353 0 -1 64 350 0 0 0 14 0 0 0 16 0 8 0 157016076 937435136 8605 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5839] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5839/stat : 5839 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157016076 937435136 8605 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5840] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5840/stat : 5840 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157016076 937435136 8605 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 915464

[startup+2.97904 s]
/proc/loadavg: 0.83 0.32 0.74 3/87 5840
/proc/meminfo: memFree=1687576/2055920 swapFree=4192812/4192956
[pid=5832] ppid=5830 vsize=915464 CPUtime=2.95
/proc/5832/stat : 5832 (java) R 5830 5832 5353 0 -1 0 8974 0 1 0 289 6 0 0 25 0 8 0 157016069 937435136 8710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073761428 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5832/statm: 228866 8710 2529 14 0 215336 0
[pid=5832/tid=5834] ppid=5830 vsize=915464 CPUtime=0.02
/proc/5832/task/5834/stat : 5834 (java) S 5830 5832 5353 0 -1 64 192 0 0 0 2 0 0 0 17 0 8 0 157016072 937435136 8710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5835] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5835/stat : 5835 (java) S 5830 5832 5353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157016073 937435136 8710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5836] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5836/stat : 5836 (java) S 5830 5832 5353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157016073 937435136 8710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5837] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5837/stat : 5837 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 157016076 937435136 8710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5838] ppid=5830 vsize=915464 CPUtime=0.16
/proc/5832/task/5838/stat : 5838 (java) S 5830 5832 5353 0 -1 64 360 0 0 0 16 0 0 0 16 0 8 0 157016076 937435136 8710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5839] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5839/stat : 5839 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157016076 937435136 8710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5840] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5840/stat : 5840 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157016076 937435136 8710 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 2.95
Current children cumulated vsize (KiB) 915464

[startup+6.25839 s]
/proc/loadavg: 0.93 0.35 0.74 3/87 5840
/proc/meminfo: memFree=1687512/2055920 swapFree=4192812/4192956
[pid=5832] ppid=5830 vsize=915464 CPUtime=6.21
/proc/5832/stat : 5832 (java) R 5830 5832 5353 0 -1 0 8981 0 1 0 615 6 0 0 25 0 8 0 157016069 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758451 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5832/statm: 228866 8715 2530 14 0 215336 0
[pid=5832/tid=5834] ppid=5830 vsize=915464 CPUtime=0.02
/proc/5832/task/5834/stat : 5834 (java) S 5830 5832 5353 0 -1 64 192 0 0 0 2 0 0 0 17 0 8 0 157016072 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5835] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5835/stat : 5835 (java) S 5830 5832 5353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157016073 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5836] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5836/stat : 5836 (java) S 5830 5832 5353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157016073 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5837] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5837/stat : 5837 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 157016076 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5838] ppid=5830 vsize=915464 CPUtime=0.16
/proc/5832/task/5838/stat : 5838 (java) S 5830 5832 5353 0 -1 64 364 0 0 0 16 0 0 0 16 0 8 0 157016076 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5839] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5839/stat : 5839 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157016076 937435136 8715 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5840] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5840/stat : 5840 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157016076 937435136 8715 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.7441 s]
/proc/loadavg: 1.09 0.40 0.76 3/87 5840
/proc/meminfo: memFree=1687520/2055920 swapFree=4192812/4192956
[pid=5832] ppid=5830 vsize=915464 CPUtime=12.67
/proc/5832/stat : 5832 (java) R 5830 5832 5353 0 -1 0 8986 0 1 0 1261 6 0 0 25 0 8 0 157016069 937435136 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758391 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5832/statm: 228866 8718 2530 14 0 215336 0
[pid=5832/tid=5834] ppid=5830 vsize=915464 CPUtime=0.02
/proc/5832/task/5834/stat : 5834 (java) S 5830 5832 5353 0 -1 64 192 0 0 0 2 0 0 0 16 0 8 0 157016072 937435136 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5835] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5835/stat : 5835 (java) S 5830 5832 5353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157016073 937435136 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5836] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5836/stat : 5836 (java) S 5830 5832 5353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157016073 937435136 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5837] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5837/stat : 5837 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 157016076 937435136 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5838] ppid=5830 vsize=915464 CPUtime=0.17
/proc/5832/task/5838/stat : 5838 (java) S 5830 5832 5353 0 -1 64 369 0 0 0 17 0 0 0 16 0 8 0 157016076 937435136 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5839] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5839/stat : 5839 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157016076 937435136 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5840] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5840/stat : 5840 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157016076 937435136 8718 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 915464

[startup+25.5964 s]
/proc/loadavg: 1.23 0.45 0.77 3/87 5840
/proc/meminfo: memFree=1687520/2055920 swapFree=4192812/4192956
[pid=5832] ppid=5830 vsize=915464 CPUtime=25.46
/proc/5832/stat : 5832 (java) R 5830 5832 5353 0 -1 0 8988 0 1 0 2540 6 0 0 25 0 8 0 157016069 937435136 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073756624 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5832/statm: 228866 8719 2530 14 0 215336 0
[pid=5832/tid=5834] ppid=5830 vsize=915464 CPUtime=0.02
/proc/5832/task/5834/stat : 5834 (java) S 5830 5832 5353 0 -1 64 192 0 0 0 2 0 0 0 16 0 8 0 157016072 937435136 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5835] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5835/stat : 5835 (java) S 5830 5832 5353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157016073 937435136 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5836] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5836/stat : 5836 (java) S 5830 5832 5353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157016073 937435136 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5837] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5837/stat : 5837 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 157016076 937435136 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5838] ppid=5830 vsize=915464 CPUtime=0.17
/proc/5832/task/5838/stat : 5838 (java) S 5830 5832 5353 0 -1 64 370 0 0 0 17 0 0 0 16 0 8 0 157016076 937435136 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5839] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5839/stat : 5839 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157016076 937435136 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5840] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5840/stat : 5840 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157016076 937435136 8719 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 915464

[startup+51.2972 s]
/proc/loadavg: 1.49 0.58 0.80 3/87 5840
/proc/meminfo: memFree=1687520/2055920 swapFree=4192812/4192956
[pid=5832] ppid=5830 vsize=915464 CPUtime=51.05
/proc/5832/stat : 5832 (java) R 5830 5832 5353 0 -1 0 9002 0 1 0 5098 7 0 0 25 0 8 0 157016069 937435136 8730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073756608 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5832/statm: 228866 8730 2533 14 0 215336 0
[pid=5832/tid=5834] ppid=5830 vsize=915464 CPUtime=0.03
/proc/5832/task/5834/stat : 5834 (java) S 5830 5832 5353 0 -1 64 193 0 0 0 3 0 0 0 16 0 8 0 157016072 937435136 8730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5835] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5835/stat : 5835 (java) S 5830 5832 5353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157016073 937435136 8730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5836] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5836/stat : 5836 (java) S 5830 5832 5353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157016073 937435136 8730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5837] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5837/stat : 5837 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 157016076 937435136 8730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5838] ppid=5830 vsize=915464 CPUtime=0.17
/proc/5832/task/5838/stat : 5838 (java) S 5830 5832 5353 0 -1 64 374 0 0 0 17 0 0 0 16 0 8 0 157016076 937435136 8730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5839] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5839/stat : 5839 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157016076 937435136 8730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5840] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5840/stat : 5840 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157016076 937435136 8730 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 915464

[startup+102.596 s]
/proc/loadavg: 1.78 0.79 0.86 3/87 5840
/proc/meminfo: memFree=1687520/2055920 swapFree=4192812/4192956
[pid=5832] ppid=5830 vsize=915464 CPUtime=102.12
/proc/5832/stat : 5832 (java) R 5830 5832 5353 0 -1 0 9026 0 1 0 10205 7 0 0 25 0 8 0 157016069 937435136 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479184 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5832/statm: 228866 8745 2533 14 0 215336 0
[pid=5832/tid=5834] ppid=5830 vsize=915464 CPUtime=0.03
/proc/5832/task/5834/stat : 5834 (java) S 5830 5832 5353 0 -1 64 193 0 0 0 3 0 0 0 16 0 8 0 157016072 937435136 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5835] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5835/stat : 5835 (java) S 5830 5832 5353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157016073 937435136 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5836] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5836/stat : 5836 (java) S 5830 5832 5353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157016073 937435136 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5837] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5837/stat : 5837 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 157016076 937435136 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5838] ppid=5830 vsize=915464 CPUtime=0.19
/proc/5832/task/5838/stat : 5838 (java) S 5830 5832 5353 0 -1 64 385 0 0 0 18 1 0 0 17 0 8 0 157016076 937435136 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5839] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5839/stat : 5839 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157016076 937435136 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5840] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5840/stat : 5840 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157016076 937435136 8745 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 102.12
Current children cumulated vsize (KiB) 915464

[startup+162.638 s]
/proc/loadavg: 1.92 1.01 0.93 3/87 5840
/proc/meminfo: memFree=1687336/2055920 swapFree=4192812/4192956
[pid=5832] ppid=5830 vsize=915464 CPUtime=161.9
/proc/5832/stat : 5832 (java) R 5830 5832 5353 0 -1 0 9073 0 1 0 16182 8 0 0 25 0 8 0 157016069 937435136 8787 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759298 0 4 0 23759 18446744073709551615 0 0 17 1 0 0

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

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

[startup+1483.44 s]
/proc/loadavg: 2.05 1.99 1.72 3/87 5840
/proc/meminfo: memFree=1685928/2055920 swapFree=4192812/4192956
[pid=5832] ppid=5830 vsize=915464 CPUtime=1477.01
/proc/5832/stat : 5832 (java) R 5830 5832 5353 0 -1 0 9290 0 1 0 147687 14 0 0 25 0 8 0 157016069 937435136 8991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479196 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5832/statm: 228866 8991 2533 14 0 215336 0
[pid=5832/tid=5834] ppid=5830 vsize=915464 CPUtime=0.03
/proc/5832/task/5834/stat : 5834 (java) S 5830 5832 5353 0 -1 64 193 0 0 0 3 0 0 0 16 0 8 0 157016072 937435136 8991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5835] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5835/stat : 5835 (java) S 5830 5832 5353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157016073 937435136 8991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5836] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5836/stat : 5836 (java) S 5830 5832 5353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157016073 937435136 8991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5837] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5837/stat : 5837 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 157016076 937435136 8991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5838] ppid=5830 vsize=915464 CPUtime=0.24
/proc/5832/task/5838/stat : 5838 (java) S 5830 5832 5353 0 -1 64 415 0 0 0 23 1 0 0 16 0 8 0 157016076 937435136 8991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5839] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5839/stat : 5839 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157016076 937435136 8991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5840] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5840/stat : 5840 (java) R 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157016076 937435136 8991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1477.01
Current children cumulated vsize (KiB) 915464

[startup+1543.48 s]
/proc/loadavg: 2.02 1.99 1.73 3/87 5840
/proc/meminfo: memFree=1685928/2055920 swapFree=4192812/4192956
[pid=5832] ppid=5830 vsize=915464 CPUtime=1536.79
/proc/5832/stat : 5832 (java) R 5830 5832 5353 0 -1 0 9290 0 1 0 153665 14 0 0 25 0 8 0 157016069 937435136 8991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073756627 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5832/statm: 228866 8991 2533 14 0 215336 0
[pid=5832/tid=5834] ppid=5830 vsize=915464 CPUtime=0.03
/proc/5832/task/5834/stat : 5834 (java) S 5830 5832 5353 0 -1 64 193 0 0 0 3 0 0 0 16 0 8 0 157016072 937435136 8991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5835] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5835/stat : 5835 (java) S 5830 5832 5353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157016073 937435136 8991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5836] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5836/stat : 5836 (java) S 5830 5832 5353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157016073 937435136 8991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5837] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5837/stat : 5837 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 157016076 937435136 8991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5838] ppid=5830 vsize=915464 CPUtime=0.24
/proc/5832/task/5838/stat : 5838 (java) S 5830 5832 5353 0 -1 64 415 0 0 0 23 1 0 0 16 0 8 0 157016076 937435136 8991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5839] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5839/stat : 5839 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157016076 937435136 8991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5840] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5840/stat : 5840 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157016076 937435136 8991 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1536.79
Current children cumulated vsize (KiB) 915464

[startup+1603.52 s]
/proc/loadavg: 2.00 1.99 1.75 3/87 5840
/proc/meminfo: memFree=1685864/2055920 swapFree=4192812/4192956
[pid=5832] ppid=5830 vsize=915464 CPUtime=1596.57
/proc/5832/stat : 5832 (java) R 5830 5832 5353 0 -1 0 9296 0 1 0 159643 14 0 0 25 0 8 0 157016069 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073759308 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5832/statm: 228866 8997 2533 14 0 215336 0
[pid=5832/tid=5834] ppid=5830 vsize=915464 CPUtime=0.03
/proc/5832/task/5834/stat : 5834 (java) S 5830 5832 5353 0 -1 64 193 0 0 0 3 0 0 0 16 0 8 0 157016072 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5835] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5835/stat : 5835 (java) S 5830 5832 5353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157016073 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5836] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5836/stat : 5836 (java) S 5830 5832 5353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157016073 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5837] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5837/stat : 5837 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 157016076 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5838] ppid=5830 vsize=915464 CPUtime=0.24
/proc/5832/task/5838/stat : 5838 (java) S 5830 5832 5353 0 -1 64 416 0 0 0 23 1 0 0 16 0 8 0 157016076 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5839] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5839/stat : 5839 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157016076 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5840] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5840/stat : 5840 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157016076 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1596.57
Current children cumulated vsize (KiB) 915464

[startup+1663.56 s]
/proc/loadavg: 2.00 1.99 1.76 3/87 5840
/proc/meminfo: memFree=1685864/2055920 swapFree=4192812/4192956
[pid=5832] ppid=5830 vsize=915464 CPUtime=1656.36
/proc/5832/stat : 5832 (java) R 5830 5832 5353 0 -1 0 9296 0 1 0 165621 15 0 0 25 0 8 0 157016069 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073758451 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5832/statm: 228866 8997 2533 14 0 215336 0
[pid=5832/tid=5834] ppid=5830 vsize=915464 CPUtime=0.03
/proc/5832/task/5834/stat : 5834 (java) S 5830 5832 5353 0 -1 64 193 0 0 0 3 0 0 0 16 0 8 0 157016072 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5835] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5835/stat : 5835 (java) S 5830 5832 5353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157016073 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5836] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5836/stat : 5836 (java) S 5830 5832 5353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157016073 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5837] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5837/stat : 5837 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 157016076 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5838] ppid=5830 vsize=915464 CPUtime=0.24
/proc/5832/task/5838/stat : 5838 (java) S 5830 5832 5353 0 -1 64 416 0 0 0 23 1 0 0 16 0 8 0 157016076 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5839] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5839/stat : 5839 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157016076 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5840] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5840/stat : 5840 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157016076 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1656.36
Current children cumulated vsize (KiB) 915464

[startup+1723.59 s]
/proc/loadavg: 2.00 1.99 1.77 3/87 5840
/proc/meminfo: memFree=1685800/2055920 swapFree=4192812/4192956
[pid=5832] ppid=5830 vsize=915464 CPUtime=1716.14
/proc/5832/stat : 5832 (java) R 5830 5832 5353 0 -1 0 9296 0 1 0 171599 15 0 0 25 0 8 0 157016069 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073479187 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/5832/statm: 228866 8997 2533 14 0 215336 0
[pid=5832/tid=5834] ppid=5830 vsize=915464 CPUtime=0.03
/proc/5832/task/5834/stat : 5834 (java) S 5830 5832 5353 0 -1 64 193 0 0 0 3 0 0 0 16 0 8 0 157016072 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5835] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5835/stat : 5835 (java) S 5830 5832 5353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157016073 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5836] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5836/stat : 5836 (java) S 5830 5832 5353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157016073 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5837] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5837/stat : 5837 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 157016076 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5838] ppid=5830 vsize=915464 CPUtime=0.24
/proc/5832/task/5838/stat : 5838 (java) S 5830 5832 5353 0 -1 64 416 0 0 0 23 1 0 0 16 0 8 0 157016076 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5839] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5839/stat : 5839 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157016076 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5840] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5840/stat : 5840 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157016076 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1716.14
Current children cumulated vsize (KiB) 915464

[startup+1783.63 s]
/proc/loadavg: 2.00 1.99 1.78 3/80 5879
/proc/meminfo: memFree=1708504/2055920 swapFree=4192812/4192956
[pid=5832] ppid=5830 vsize=915464 CPUtime=1776
/proc/5832/stat : 5832 (java) R 5830 5832 5353 0 -1 0 9296 0 1 0 177585 15 0 0 25 0 8 0 157016069 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073756627 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5832/statm: 228866 8997 2533 14 0 215336 0
[pid=5832/tid=5834] ppid=5830 vsize=915464 CPUtime=0.03
/proc/5832/task/5834/stat : 5834 (java) S 5830 5832 5353 0 -1 64 193 0 0 0 3 0 0 0 16 0 8 0 157016072 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5835] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5835/stat : 5835 (java) S 5830 5832 5353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157016073 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5836] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5836/stat : 5836 (java) S 5830 5832 5353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157016073 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5837] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5837/stat : 5837 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 157016076 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5838] ppid=5830 vsize=915464 CPUtime=0.24
/proc/5832/task/5838/stat : 5838 (java) S 5830 5832 5353 0 -1 64 416 0 0 0 23 1 0 0 16 0 8 0 157016076 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5839] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5839/stat : 5839 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157016076 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5840] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5840/stat : 5840 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157016076 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1776
Current children cumulated vsize (KiB) 915464



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1807.72 s]
/proc/loadavg: 2.00 1.99 1.79 3/80 5879
/proc/meminfo: memFree=1708376/2055920 swapFree=4192812/4192956
[pid=5832] ppid=5830 vsize=915464 CPUtime=1800.05
/proc/5832/stat : 5832 (java) R 5830 5832 5353 0 -1 0 9296 0 1 0 179990 15 0 0 25 0 8 0 157016069 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073762087 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/5832/statm: 228866 8997 2533 14 0 215336 0
[pid=5832/tid=5834] ppid=5830 vsize=915464 CPUtime=0.03
/proc/5832/task/5834/stat : 5834 (java) S 5830 5832 5353 0 -1 64 193 0 0 0 3 0 0 0 16 0 8 0 157016072 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5835] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5835/stat : 5835 (java) S 5830 5832 5353 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 157016073 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5836] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5836/stat : 5836 (java) S 5830 5832 5353 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 157016073 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5837] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5837/stat : 5837 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 18 0 8 0 157016076 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5838] ppid=5830 vsize=915464 CPUtime=0.24
/proc/5832/task/5838/stat : 5838 (java) S 5830 5832 5353 0 -1 64 416 0 0 0 23 1 0 0 16 0 8 0 157016076 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5839] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5839/stat : 5839 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 157016076 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=5832/tid=5840] ppid=5830 vsize=915464 CPUtime=0
/proc/5832/task/5840/stat : 5840 (java) S 5830 5832 5353 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 157016076 937435136 8997 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 915464

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

Child status: 143
Real time (s): 1807.75
CPU time (s): 1800.09
CPU user time (s): 1799.93
CPU system time (s): 0.164974
CPU usage (%): 99.5763
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.93
system time used= 0.164974
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9316
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= 37597
involuntary context switches= 55480

runsolver used 1.86772 s user time and 5.48817 s system time

The end

Launcher Data (download as text)

Begin job on node47 on Sat Jan  6 12:22:48 UTC 2007


IDJOB= 249533
IDBENCH= 11791
FILE ID= node47/249533-1168086168

PBS_JOBID= 3476590

Free space on /tmp= 66532 MiB

BENCH NAME= HOME/pub/bench/CPAI06/primes/primes-20/primes-20-60-3-5.xml
COMMAND LINE= java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/249533-1168086168/unknown.xml
RUNSOLVER COMMAND LINE= runsolver  --timestamp  -w ROOT/results/node47/watcher-249533-1168086168 -o ROOT/results/node47/solver-249533-1168086168 -C 1800 -M 900  java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar mac.xml 1 XSax /tmp/evaluation/249533-1168086168/unknown.xml

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  281e13990af9db27d375d39ca6f4cf05

RANDOM SEED= 221810078

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.240
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.240
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:       1713072 kB
Buffers:         30816 kB
Cached:         194536 kB
SwapCached:          0 kB
Active:         101088 kB
Inactive:       170064 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1713072 kB
SwapTotal:     4192956 kB
SwapFree:      4192812 kB
Dirty:            1832 kB
Writeback:           0 kB
Mapped:          65988 kB
Slab:            56808 kB
Committed_AS:  3685308 kB
PageTables:       1940 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= 66533 MiB



End job on node47 on Sat Jan  6 12:52:56 UTC 2007