Trace number 248414

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.12 1808.83

General information on the benchmark

Nameprimes/primes-30/
primes-30-20-3-5.xml
MD5SUM5983dc282210d4da62fb3b4ee065b723
Bench CategoryN-ARY-INT (n-ary constraints in intension)
Best result obtained on this benchmarkSAT
Best CPU time to get the best result obtained on this benchmark0.023995
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints20
Maximum constraint arity8
Maximum domain size112
Number of constraints which are defined in extension0
Number of constraints which are defined in intension20
Global constraints used (with number of constraints)

Solver Data (download as text)

0.30	   
0.30	Abscon 109 (November, 2006)
0.30	   
0.30	   configuration
0.30	     name=esac.xml
0.33	   
0.33	   instance
0.33	     name=/tmp/evaluation/248414-1168399317/unknown.xml
0.36	   
0.36	   domains being loaded...
0.37	   
0.37	   variables being loaded...
0.42	     nbVariables=100  nbDomainTypes=1  minDomainSize=112  maxDomainSize=112
0.42	       =>  wckTime=0.114  cpuTime=0.09  mem=7M927
0.42	   
0.42	   predicates being loaded...
0.44	   
0.44	   constraints being loaded...
0.50	     nbConstraints=20  nbSingletonDomainVariables=30  nbDisconnectedVariables=30  nbUnbuiltConflictsStructures=20
0.51	     nbSharedBinaryRepresentations=0  nbEvaluationManagers=20  nbSharedEvaluationManagers=0  maxDegree=3  maxArity=8
0.51	       =>  wckTime=0.203  cpuTime=0.15  mem=8M936
0.54	   
0.54	   solver IterativeSystematicSolver being built... 
0.71	       =>  wckTime=0.411  cpuTime=0.29  mem=15M681
1.93	   
1.93	   preprocessing
1.93	     nbConstraintChecks=2926643  nbValidityChecks=797  nbPropagations=281  nbRevisions=49  nbUselessRevisions=9
1.93	     nbSingletonTests=150  nbEffectiveSingletonTests=0  nbESACBranches=5  nbRemovedValues=301  detectedInconsistency=no
1.93	       =>  wckTime=1.213  cpuTime=1.18  mem=15M681
11.12	   
11.12	   search
11.12	     run=0  nbConstraintChecks=14049280  nbPropagations=2532  nbRevisions=1169  nbUselessRevisions=9  nbAssignments=1131
11.12	     nbFailedAssignments=1120  nbBacktracks=10  nbVisitedNodes=2252  nbRestartNogoods=0  mapSize=10  nbInferences=0
11.12	     nbTooLargeKeys=0
11.12	       =>  wckTime=10.404  cpuTime=10.3  mem=15M681
24.87	   
24.87	   search
24.87	     run=1  nbConstraintChecks=35123200  nbPropagations=8441  nbRevisions=4018  nbUselessRevisions=18
24.87	     nbAssignments=2827  nbFailedAssignments=2800  nbBacktracks=25  nbVisitedNodes=5628  nbRestartNogoods=10  mapSize=25
24.87	     nbInferences=0  nbTooLargeKeys=0
24.87	       =>  wckTime=24.158  cpuTime=23.97  mem=15M681
44.90	   
44.90	   search
44.90	     run=2  nbConstraintChecks=66031616  nbPropagations=19302  nbRevisions=9331  nbUselessRevisions=27
44.90	     nbAssignments=5314  nbFailedAssignments=5264  nbBacktracks=47  nbVisitedNodes=10579  nbRestartNogoods=25
44.90	     mapSize=47  nbInferences=0  nbTooLargeKeys=0
44.90	       =>  wckTime=44.19  cpuTime=43.88  mem=15M681
75.04	   
75.04	   search
75.04	     run=3  nbConstraintChecks=112394240  nbPropagations=37590  nbRevisions=18340  nbUselessRevisions=36
75.04	     nbAssignments=9044  nbFailedAssignments=8960  nbBacktracks=80  nbVisitedNodes=18005  nbRestartNogoods=47
75.04	     mapSize=80  nbInferences=0  nbTooLargeKeys=0
75.04	       =>  wckTime=74.322  cpuTime=73.88  mem=15M681
120.11	   
120.11	   search
120.11	     run=4  nbConstraintChecks=181235712  nbPropagations=66906  nbRevisions=32837  nbUselessRevisions=45
120.11	     nbAssignments=14583  nbFailedAssignments=14448  nbBacktracks=130  nbVisitedNodes=29032  nbRestartNogoods=80
120.11	     mapSize=130  nbInferences=0  nbTooLargeKeys=0
120.11	       =>  wckTime=119.398  cpuTime=118.7  mem=15M681
189.07	   
189.07	   search
189.07	     run=5  nbConstraintChecks=286605312  nbPropagations=113099  nbRevisions=55734  nbUselessRevisions=54
189.07	     nbAssignments=23059  nbFailedAssignments=22848  nbBacktracks=205  nbVisitedNodes=45908  nbRestartNogoods=97
189.07	     mapSize=205  nbInferences=0  nbTooLargeKeys=0
189.07	       =>  wckTime=188.36  cpuTime=187.32  mem=15M681
291.44	   
291.44	   search
291.44	     run=6  nbConstraintChecks=443957248  nbPropagations=184495  nbRevisions=91175  nbUselessRevisions=63
291.44	     nbAssignments=35717  nbFailedAssignments=35392  nbBacktracks=318  nbVisitedNodes=71110  nbRestartNogoods=172
291.44	     mapSize=318  nbInferences=0  nbTooLargeKeys=0
291.44	       =>  wckTime=290.726  cpuTime=289.19  mem=16M657
445.03	   
445.03	   search
445.03	     run=7  nbConstraintChecks=679985152  nbPropagations=293695  nbRevisions=145432  nbUselessRevisions=72
445.03	     nbAssignments=54704  nbFailedAssignments=54208  nbBacktracks=488  nbVisitedNodes=108913  nbRestartNogoods=264
445.03	     mapSize=488  nbInferences=0  nbTooLargeKeys=0
445.03	       =>  wckTime=444.317  cpuTime=442.01  mem=16M657
677.64	   
677.64	   search
677.64	     run=8  nbConstraintChecks=1036836864  nbPropagations=460049  nbRevisions=228137  nbUselessRevisions=81
677.64	     nbAssignments=83409  nbFailedAssignments=82656  nbBacktracks=744  nbVisitedNodes=166066  nbRestartNogoods=300
677.64	     mapSize=744  nbInferences=0  nbTooLargeKeys=0
677.64	       =>  wckTime=676.925  cpuTime=673.49  mem=16M657
956.00	   
956.00	   INFO : Stopping hyperNogood (mapSize=1021, nbTooLargekeys=0, mem=16M657)
977.32	   
977.32	   search
977.32	     run=9  nbConstraintChecks=1433921866  nbValidityChecks=8795  nbPropagations=690164  nbRevisions=342755
977.32	     nbUselessRevisions=198  nbAssignments=115364  nbFailedAssignments=114204  nbBacktracks=1128  nbVisitedNodes=229569
977.32	     nbRestartNogoods=366
977.32	       =>  wckTime=976.604  cpuTime=971.77  mem=16M657
1689.60	   
1689.60	   search
1689.60	     run=10  nbConstraintChecks=2242302736  nbValidityChecks=22850  nbPropagations=1051305  nbRevisions=522296
1689.60	     nbUselessRevisions=476  nbAssignments=181505  nbFailedAssignments=178374  nbBacktracks=1704  nbVisitedNodes=358492
1689.60	     nbRestartNogoods=745
1689.60	       =>  wckTime=1688.89  cpuTime=1680.64  mem=16M657

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/node1/watcher-248414-1168399317 -o ROOT/results/node1/solver-248414-1168399317 -C 1800 -M 900 java -Xms756M -Xmx756M -XX:PermSize=10m -XX:MaxPermSize=10m -jar abscon109.jar esac.xml 1 XSax /tmp/evaluation/248414-1168399317/unknown.xml 

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

/proc/loadavg: 1.88 1.99 1.94 3/81 25251
/proc/meminfo: memFree=1589624/2055920 swapFree=4165612/4192956
[pid=25250] ppid=25248 vsize=1784 CPUtime=0
/proc/25250/stat : 25250 (java) D 25248 25250 23845 0 -1 0 192 0 0 0 0 0 0 0 18 0 1 0 188327501 1826816 158 18446744073709551615 134512640 134570532 4294956624 18446744073709551615 4294960144 0 2147483391 4096 0 18446744072099781622 0 0 17 1 0 0
/proc/25250/statm: 446 158 123 14 0 91 0

[startup+0.102703 s]
/proc/loadavg: 1.88 1.99 1.94 3/81 25251
/proc/meminfo: memFree=1589624/2055920 swapFree=4165612/4192956
[pid=25250] ppid=25248 vsize=914988 CPUtime=0.08
/proc/25250/stat : 25250 (java) R 25248 25250 23845 0 -1 0 3002 0 1 0 7 1 0 0 16 0 8 0 188327501 936947712 2748 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/25250/statm: 228747 2749 1430 14 0 215242 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 914988

[startup+0.51075 s]
/proc/loadavg: 1.88 1.99 1.94 3/81 25251
/proc/meminfo: memFree=1589624/2055920 swapFree=4165612/4192956
[pid=25250] ppid=25248 vsize=915456 CPUtime=0.48
/proc/25250/stat : 25250 (java) R 25248 25250 23845 0 -1 0 6680 0 1 0 44 4 0 0 17 0 8 0 188327501 937426944 6419 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4155582256 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25250/statm: 228864 6419 2175 14 0 215334 0
Current children cumulated CPU time (s) 0.48
Current children cumulated vsize (KiB) 915456

[startup+1.33184 s]
/proc/loadavg: 1.88 1.99 1.94 3/101 25317
/proc/meminfo: memFree=1487312/2055920 swapFree=4165612/4192956
[pid=25250] ppid=25248 vsize=915456 CPUtime=1.29
/proc/25250/stat : 25250 (java) R 25248 25250 23845 0 -1 0 8747 0 1 0 124 5 0 0 23 0 8 0 188327501 937426944 8485 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073706542 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25250/statm: 228864 8485 2540 14 0 215334 0
[pid=25250/tid=25252] ppid=25248 vsize=915456 CPUtime=0.02
/proc/25250/task/25252/stat : 25252 (java) S 25248 25250 23845 0 -1 64 199 0 0 0 2 0 0 0 17 0 8 0 188327505 937426944 8485 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=25250/tid=25253] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25253/stat : 25253 (java) S 25248 25250 23845 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8485 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25254] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25254/stat : 25254 (java) S 25248 25250 23845 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8485 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25255] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25255/stat : 25255 (java) S 25248 25250 23845 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 188327508 937426944 8485 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25256] ppid=25248 vsize=915456 CPUtime=0.12
/proc/25250/task/25256/stat : 25256 (java) S 25248 25250 23845 0 -1 64 333 0 0 0 12 0 0 0 16 0 8 0 188327508 937426944 8485 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25257] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25257/stat : 25257 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 188327508 937426944 8485 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25258] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25258/stat : 25258 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188327508 937426944 8485 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1.29
Current children cumulated vsize (KiB) 915456

[startup+2.97803 s]
/proc/loadavg: 1.88 1.99 1.94 3/101 25317
/proc/meminfo: memFree=1245072/2055920 swapFree=4165612/4192956
[pid=25250] ppid=25248 vsize=915456 CPUtime=2.93
/proc/25250/stat : 25250 (java) R 25248 25250 23845 0 -1 0 8861 0 1 0 287 6 0 0 25 0 8 0 188327501 937426944 8597 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073701564 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25250/statm: 228864 8597 2543 14 0 215334 0
[pid=25250/tid=25252] ppid=25248 vsize=915456 CPUtime=0.02
/proc/25250/task/25252/stat : 25252 (java) S 25248 25250 23845 0 -1 64 199 0 0 0 2 0 0 0 17 0 8 0 188327505 937426944 8597 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25253] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25253/stat : 25253 (java) S 25248 25250 23845 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8597 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25254] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25254/stat : 25254 (java) S 25248 25250 23845 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8597 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25255] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25255/stat : 25255 (java) S 25248 25250 23845 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 188327508 937426944 8597 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25256] ppid=25248 vsize=915456 CPUtime=0.15
/proc/25250/task/25256/stat : 25256 (java) S 25248 25250 23845 0 -1 64 345 0 0 0 14 1 0 0 15 0 8 0 188327508 937426944 8597 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25257] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25257/stat : 25257 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 188327508 937426944 8597 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25258] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25258/stat : 25258 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188327508 937426944 8597 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 2.93
Current children cumulated vsize (KiB) 915456

[startup+6.17841 s]
/proc/loadavg: 1.89 1.99 1.94 3/101 25317
/proc/meminfo: memFree=931344/2055920 swapFree=4165612/4192956
[pid=25250] ppid=25248 vsize=915456 CPUtime=6.12
/proc/25250/stat : 25250 (java) R 25248 25250 23845 0 -1 0 8870 0 1 0 606 6 0 0 25 0 8 0 188327501 937426944 8603 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073701408 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25250/statm: 228864 8603 2543 14 0 215334 0
[pid=25250/tid=25252] ppid=25248 vsize=915456 CPUtime=0.02
/proc/25250/task/25252/stat : 25252 (java) S 25248 25250 23845 0 -1 64 199 0 0 0 2 0 0 0 17 0 8 0 188327505 937426944 8603 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25253] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25253/stat : 25253 (java) S 25248 25250 23845 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8603 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25254] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25254/stat : 25254 (java) S 25248 25250 23845 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8603 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25255] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25255/stat : 25255 (java) S 25248 25250 23845 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 188327508 937426944 8603 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25256] ppid=25248 vsize=915456 CPUtime=0.16
/proc/25250/task/25256/stat : 25256 (java) S 25248 25250 23845 0 -1 64 351 0 0 0 15 1 0 0 15 0 8 0 188327508 937426944 8603 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25257] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25257/stat : 25257 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 188327508 937426944 8603 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25258] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25258/stat : 25258 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188327508 937426944 8603 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 915456

[startup+12.6482 s]
/proc/loadavg: 1.90 1.99 1.94 3/101 25317
/proc/meminfo: memFree=931344/2055920 swapFree=4165612/4192956
[pid=25250] ppid=25248 vsize=915456 CPUtime=12.56
/proc/25250/stat : 25250 (java) R 25248 25250 23845 0 -1 0 8880 0 1 0 1250 6 0 0 25 0 8 0 188327501 937426944 8610 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073706423 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25250/statm: 228864 8610 2543 14 0 215334 0
[pid=25250/tid=25252] ppid=25248 vsize=915456 CPUtime=0.02
/proc/25250/task/25252/stat : 25252 (java) S 25248 25250 23845 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 188327505 937426944 8610 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25253] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25253/stat : 25253 (java) S 25248 25250 23845 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8610 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25254] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25254/stat : 25254 (java) S 25248 25250 23845 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8610 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25255] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25255/stat : 25255 (java) S 25248 25250 23845 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 188327508 937426944 8610 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25256] ppid=25248 vsize=915456 CPUtime=0.17
/proc/25250/task/25256/stat : 25256 (java) S 25248 25250 23845 0 -1 64 356 0 0 0 16 1 0 0 16 0 8 0 188327508 937426944 8610 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25257] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25257/stat : 25257 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 188327508 937426944 8610 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25258] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25258/stat : 25258 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188327508 937426944 8610 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 12.56
Current children cumulated vsize (KiB) 915456

[startup+25.4957 s]
/proc/loadavg: 1.92 1.99 1.94 4/101 25317
/proc/meminfo: memFree=931408/2055920 swapFree=4165612/4192956
[pid=25250] ppid=25248 vsize=915456 CPUtime=25.35
/proc/25250/stat : 25250 (java) R 25248 25250 23845 0 -1 0 8903 0 1 0 2529 6 0 0 25 0 8 0 188327501 937426944 8630 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073729213 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25250/statm: 228864 8630 2543 14 0 215334 0
[pid=25250/tid=25252] ppid=25248 vsize=915456 CPUtime=0.02
/proc/25250/task/25252/stat : 25252 (java) S 25248 25250 23845 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 188327505 937426944 8630 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25253] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25253/stat : 25253 (java) S 25248 25250 23845 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8630 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25254] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25254/stat : 25254 (java) S 25248 25250 23845 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8630 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25255] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25255/stat : 25255 (java) S 25248 25250 23845 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 188327508 937426944 8630 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25256] ppid=25248 vsize=915456 CPUtime=0.2
/proc/25250/task/25256/stat : 25256 (java) S 25248 25250 23845 0 -1 64 372 0 0 0 19 1 0 0 16 0 8 0 188327508 937426944 8630 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25257] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25257/stat : 25257 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 188327508 937426944 8630 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25258] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25258/stat : 25258 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188327508 937426944 8630 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 25.35
Current children cumulated vsize (KiB) 915456

[startup+51.1937 s]
/proc/loadavg: 1.94 1.99 1.94 3/101 25317
/proc/meminfo: memFree=931472/2055920 swapFree=4165612/4192956
[pid=25250] ppid=25248 vsize=915456 CPUtime=50.9
/proc/25250/stat : 25250 (java) R 25248 25250 23845 0 -1 0 8912 0 1 0 5084 6 0 0 25 0 8 0 188327501 937426944 8638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073700704 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25250/statm: 228864 8638 2543 14 0 215334 0
[pid=25250/tid=25252] ppid=25248 vsize=915456 CPUtime=0.02
/proc/25250/task/25252/stat : 25252 (java) S 25248 25250 23845 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 188327505 937426944 8638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25253] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25253/stat : 25253 (java) S 25248 25250 23845 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25254] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25254/stat : 25254 (java) S 25248 25250 23845 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25255] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25255/stat : 25255 (java) S 25248 25250 23845 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 188327508 937426944 8638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25256] ppid=25248 vsize=915456 CPUtime=0.2
/proc/25250/task/25256/stat : 25256 (java) S 25248 25250 23845 0 -1 64 373 0 0 0 19 1 0 0 16 0 8 0 188327508 937426944 8638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25257] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25257/stat : 25257 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 188327508 937426944 8638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25258] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25258/stat : 25258 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188327508 937426944 8638 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 50.9
Current children cumulated vsize (KiB) 915456

[startup+102.482 s]
/proc/loadavg: 2.01 2.00 1.95 3/101 25317
/proc/meminfo: memFree=931472/2055920 swapFree=4165612/4192956
[pid=25250] ppid=25248 vsize=915456 CPUtime=101.95
/proc/25250/stat : 25250 (java) R 25248 25250 23845 0 -1 0 8923 0 1 0 10188 7 0 0 25 0 8 0 188327501 937426944 8649 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073695955 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25250/statm: 228864 8649 2543 14 0 215334 0
[pid=25250/tid=25252] ppid=25248 vsize=915456 CPUtime=0.02
/proc/25250/task/25252/stat : 25252 (java) S 25248 25250 23845 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 188327505 937426944 8649 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25253] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25253/stat : 25253 (java) S 25248 25250 23845 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8649 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25254] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25254/stat : 25254 (java) S 25248 25250 23845 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8649 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25255] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25255/stat : 25255 (java) S 25248 25250 23845 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 188327508 937426944 8649 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25256] ppid=25248 vsize=915456 CPUtime=0.2
/proc/25250/task/25256/stat : 25256 (java) S 25248 25250 23845 0 -1 64 373 0 0 0 19 1 0 0 16 0 8 0 188327508 937426944 8649 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25257] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25257/stat : 25257 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 188327508 937426944 8649 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25258] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25258/stat : 25258 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188327508 937426944 8649 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 101.95
Current children cumulated vsize (KiB) 915456

[startup+162.511 s]
/proc/loadavg: 2.04 2.01 1.95 3/101 25317
/proc/meminfo: memFree=931472/2055920 swapFree=4165612/4192956
[pid=25250] ppid=25248 vsize=915456 CPUtime=161.67
/proc/25250/stat : 25250 (java) R 25248 25250 23845 0 -1 0 8936 0 1 0 16160 7 0 0 25 0 8 0 188327501 937426944 8662 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073703463 0 4 0 23759 18446744073709551615 0 0 17 0 0 0

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

Current children cumulated CPU time (s) 1416.17
Current children cumulated vsize (KiB) 915456

[startup+1483.09 s]
/proc/loadavg: 2.06 2.02 1.97 3/101 25317
/proc/meminfo: memFree=930320/2055920 swapFree=4165612/4192956
[pid=25250] ppid=25248 vsize=915456 CPUtime=1475.9
/proc/25250/stat : 25250 (java) R 25248 25250 23845 0 -1 0 9142 0 1 0 147579 11 0 0 25 0 8 0 188327501 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073697191 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25250/statm: 228864 8856 2543 14 0 215334 0
[pid=25250/tid=25252] ppid=25248 vsize=915456 CPUtime=0.02
/proc/25250/task/25252/stat : 25252 (java) S 25248 25250 23845 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 188327505 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25253] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25253/stat : 25253 (java) S 25248 25250 23845 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25254] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25254/stat : 25254 (java) S 25248 25250 23845 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25255] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25255/stat : 25255 (java) S 25248 25250 23845 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 188327508 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25256] ppid=25248 vsize=915456 CPUtime=0.22
/proc/25250/task/25256/stat : 25256 (java) S 25248 25250 23845 0 -1 64 385 0 0 0 21 1 0 0 17 0 8 0 188327508 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25257] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25257/stat : 25257 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 188327508 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25258] ppid=25248 vsize=915456 CPUtime=0.01
/proc/25250/task/25258/stat : 25258 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 1 0 0 15 0 8 0 188327508 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1475.9
Current children cumulated vsize (KiB) 915456

[startup+1543.11 s]
/proc/loadavg: 2.02 2.01 1.97 3/101 25317
/proc/meminfo: memFree=930320/2055920 swapFree=4165612/4192956
[pid=25250] ppid=25248 vsize=915456 CPUtime=1535.65
/proc/25250/stat : 25250 (java) R 25248 25250 23845 0 -1 0 9142 0 1 0 153554 11 0 0 25 0 8 0 188327501 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073700298 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25250/statm: 228864 8856 2543 14 0 215334 0
[pid=25250/tid=25252] ppid=25248 vsize=915456 CPUtime=0.02
/proc/25250/task/25252/stat : 25252 (java) S 25248 25250 23845 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 188327505 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25253] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25253/stat : 25253 (java) S 25248 25250 23845 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25254] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25254/stat : 25254 (java) S 25248 25250 23845 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25255] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25255/stat : 25255 (java) S 25248 25250 23845 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 188327508 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25256] ppid=25248 vsize=915456 CPUtime=0.22
/proc/25250/task/25256/stat : 25256 (java) S 25248 25250 23845 0 -1 64 385 0 0 0 21 1 0 0 17 0 8 0 188327508 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25257] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25257/stat : 25257 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 188327508 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25258] ppid=25248 vsize=915456 CPUtime=0.01
/proc/25250/task/25258/stat : 25258 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 1 0 0 15 0 8 0 188327508 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1535.65
Current children cumulated vsize (KiB) 915456

[startup+1603.13 s]
/proc/loadavg: 2.01 2.00 1.97 3/101 25317
/proc/meminfo: memFree=930256/2055920 swapFree=4165612/4192956
[pid=25250] ppid=25248 vsize=915456 CPUtime=1595.39
/proc/25250/stat : 25250 (java) R 25248 25250 23845 0 -1 0 9142 0 1 0 159528 11 0 0 25 0 8 0 188327501 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073479193 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25250/statm: 228864 8856 2543 14 0 215334 0
[pid=25250/tid=25252] ppid=25248 vsize=915456 CPUtime=0.02
/proc/25250/task/25252/stat : 25252 (java) S 25248 25250 23845 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 188327505 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25253] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25253/stat : 25253 (java) S 25248 25250 23845 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25254] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25254/stat : 25254 (java) S 25248 25250 23845 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25255] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25255/stat : 25255 (java) S 25248 25250 23845 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 188327508 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25256] ppid=25248 vsize=915456 CPUtime=0.22
/proc/25250/task/25256/stat : 25256 (java) S 25248 25250 23845 0 -1 64 385 0 0 0 21 1 0 0 17 0 8 0 188327508 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25257] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25257/stat : 25257 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 188327508 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25258] ppid=25248 vsize=915456 CPUtime=0.01
/proc/25250/task/25258/stat : 25258 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 1 0 0 15 0 8 0 188327508 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1595.39
Current children cumulated vsize (KiB) 915456

[startup+1663.15 s]
/proc/loadavg: 2.00 2.00 1.97 3/101 25317
/proc/meminfo: memFree=930256/2055920 swapFree=4165612/4192956
[pid=25250] ppid=25248 vsize=915456 CPUtime=1655.13
/proc/25250/stat : 25250 (java) R 25248 25250 23845 0 -1 0 9142 0 1 0 165501 12 0 0 25 0 8 0 188327501 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073695925 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25250/statm: 228864 8856 2543 14 0 215334 0
[pid=25250/tid=25252] ppid=25248 vsize=915456 CPUtime=0.02
/proc/25250/task/25252/stat : 25252 (java) S 25248 25250 23845 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 188327505 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25253] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25253/stat : 25253 (java) S 25248 25250 23845 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25254] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25254/stat : 25254 (java) S 25248 25250 23845 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25255] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25255/stat : 25255 (java) S 25248 25250 23845 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 188327508 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25256] ppid=25248 vsize=915456 CPUtime=0.22
/proc/25250/task/25256/stat : 25256 (java) S 25248 25250 23845 0 -1 64 385 0 0 0 21 1 0 0 17 0 8 0 188327508 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25257] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25257/stat : 25257 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 188327508 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25258] ppid=25248 vsize=915456 CPUtime=0.01
/proc/25250/task/25258/stat : 25258 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 1 0 0 15 0 8 0 188327508 937426944 8856 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1655.13
Current children cumulated vsize (KiB) 915456

[startup+1723.18 s]
/proc/loadavg: 2.00 2.00 1.97 3/101 25317
/proc/meminfo: memFree=930256/2055920 swapFree=4165612/4192956
[pid=25250] ppid=25248 vsize=915456 CPUtime=1714.87
/proc/25250/stat : 25250 (java) R 25248 25250 23845 0 -1 0 9149 0 1 0 171475 12 0 0 25 0 8 0 188327501 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073698647 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25250/statm: 228864 8863 2543 14 0 215334 0
[pid=25250/tid=25252] ppid=25248 vsize=915456 CPUtime=0.02
/proc/25250/task/25252/stat : 25252 (java) S 25248 25250 23845 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 188327505 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25253] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25253/stat : 25253 (java) S 25248 25250 23845 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25254] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25254/stat : 25254 (java) S 25248 25250 23845 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25255] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25255/stat : 25255 (java) S 25248 25250 23845 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 188327508 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25256] ppid=25248 vsize=915456 CPUtime=0.22
/proc/25250/task/25256/stat : 25256 (java) S 25248 25250 23845 0 -1 64 386 0 0 0 21 1 0 0 15 0 8 0 188327508 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25257] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25257/stat : 25257 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 188327508 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25258] ppid=25248 vsize=915456 CPUtime=0.01
/proc/25250/task/25258/stat : 25258 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 1 0 0 15 0 8 0 188327508 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1714.87
Current children cumulated vsize (KiB) 915456

[startup+1783.2 s]
/proc/loadavg: 2.00 2.00 1.97 3/101 25317
/proc/meminfo: memFree=930256/2055920 swapFree=4165612/4192956
[pid=25250] ppid=25248 vsize=915456 CPUtime=1774.6
/proc/25250/stat : 25250 (java) R 25248 25250 23845 0 -1 0 9149 0 1 0 177448 12 0 0 25 0 8 0 188327501 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073698586 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25250/statm: 228864 8863 2543 14 0 215334 0
[pid=25250/tid=25252] ppid=25248 vsize=915456 CPUtime=0.02
/proc/25250/task/25252/stat : 25252 (java) S 25248 25250 23845 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 188327505 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25253] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25253/stat : 25253 (java) S 25248 25250 23845 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25254] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25254/stat : 25254 (java) S 25248 25250 23845 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25255] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25255/stat : 25255 (java) S 25248 25250 23845 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 188327508 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25256] ppid=25248 vsize=915456 CPUtime=0.22
/proc/25250/task/25256/stat : 25256 (java) S 25248 25250 23845 0 -1 64 386 0 0 0 21 1 0 0 15 0 8 0 188327508 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25257] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25257/stat : 25257 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 188327508 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25258] ppid=25248 vsize=915456 CPUtime=0.01
/proc/25250/task/25258/stat : 25258 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 1 0 0 15 0 8 0 188327508 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1774.6
Current children cumulated vsize (KiB) 915456



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1808.79 s]
/proc/loadavg: 2.00 2.00 1.97 3/101 25317
/proc/meminfo: memFree=930256/2055920 swapFree=4165612/4192956
[pid=25250] ppid=25248 vsize=915456 CPUtime=1800.07
/proc/25250/stat : 25250 (java) R 25248 25250 23845 0 -1 0 9149 0 1 0 179995 12 0 0 25 0 8 0 188327501 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4073703463 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/25250/statm: 228864 8863 2543 14 0 215334 0
[pid=25250/tid=25252] ppid=25248 vsize=915456 CPUtime=0.02
/proc/25250/task/25252/stat : 25252 (java) S 25248 25250 23845 0 -1 64 199 0 0 0 2 0 0 0 16 0 8 0 188327505 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25253] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25253/stat : 25253 (java) S 25248 25250 23845 0 -1 64 11 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25254] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25254/stat : 25254 (java) S 25248 25250 23845 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188327505 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25255] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25255/stat : 25255 (java) S 25248 25250 23845 0 -1 64 0 0 0 0 0 0 0 0 21 0 8 0 188327508 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25256] ppid=25248 vsize=915456 CPUtime=0.22
/proc/25250/task/25256/stat : 25256 (java) S 25248 25250 23845 0 -1 64 386 0 0 0 21 1 0 0 15 0 8 0 188327508 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25257] ppid=25248 vsize=915456 CPUtime=0
/proc/25250/task/25257/stat : 25257 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 0 0 0 22 0 8 0 188327508 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=25250/tid=25258] ppid=25248 vsize=915456 CPUtime=0.01
/proc/25250/task/25258/stat : 25258 (java) S 25248 25250 23845 0 -1 64 1 0 0 0 0 1 0 0 15 0 8 0 188327508 937426944 8863 18446744073709551615 134512640 134570532 4294956464 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
Current children cumulated CPU time (s) 1800.07
Current children cumulated vsize (KiB) 915456

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

Child status: 143
Real time (s): 1808.83
CPU time (s): 1800.12
CPU user time (s): 1799.99
CPU system time (s): 0.133979
CPU usage (%): 99.5183
Max. virtual memory (cumulated for all children) (KiB): 915456

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.99
system time used= 0.133979
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9170
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= 66556

runsolver used 1.9447 s user time and 4.85726 s system time

The end

Launcher Data (download as text)

Begin job on node1 on Wed Jan 10 03:21:57 UTC 2007


IDJOB= 248414
IDBENCH= 11705
FILE ID= node1/248414-1168399317

PBS_JOBID= 3522861

Free space on /tmp= 66523 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  5983dc282210d4da62fb3b4ee065b723

RANDOM SEED= 613247211

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.234
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.234
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:       1590168 kB
Buffers:         50816 kB
Cached:         316164 kB
SwapCached:       4096 kB
Active:         192464 kB
Inactive:       215172 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055920 kB
LowFree:       1590168 kB
SwapTotal:     4192956 kB
SwapFree:      4165612 kB
Dirty:            1984 kB
Writeback:           0 kB
Mapped:          50188 kB
Slab:            43228 kB
Committed_AS:  6275188 kB
PageTables:       2176 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= 66523 MiB



End job on node1 on Wed Jan 10 03:52:06 UTC 2007