Trace number 249584

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Abscon 109 ESAC? (TO) 1800.07 1812.38

General information on the benchmark

Nameprimes/primes-20/
primes-20-80-3-5.xml
MD5SUMa4d92b95484173c470960737f3393782
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 benchmark144.365
SatisfiableYES
(Un)Satisfiability was proved
Number of variables100
Number of constraints80
Maximum constraint arity8
Maximum domain size70
Number of constraints which are defined in extension0
Number of constraints which are defined in intension80
Global constraints used (with number of constraints)

Solver Data (download as text)

0.32	   
0.32	Abscon 109 (November, 2006)
0.32	   
0.32	   configuration
0.32	     name=esac.xml
0.35	   
0.35	   instance
0.35	     name=/tmp/evaluation/249584-1168405103/unknown.xml
0.38	   
0.38	   domains being loaded...
0.39	   
0.39	   variables being loaded...
0.43	     nbVariables=100  nbDomainTypes=1  minDomainSize=70  maxDomainSize=70
0.44	       =>  wckTime=0.115  cpuTime=0.1  mem=6M951
0.44	   
0.44	   predicates being loaded...
0.50	   
0.50	   constraints being loaded...
0.64	     nbConstraints=80  nbUnbuiltConflictsStructures=80  nbSharedBinaryRepresentations=0  nbEvaluationManagers=80
0.64	     nbSharedEvaluationManagers=0  maxDegree=10  maxArity=8
0.64	       =>  wckTime=0.318  cpuTime=0.23  mem=11M828
0.68	   
0.68	   solver IterativeSystematicSolver being built... 
0.87	       =>  wckTime=0.547  cpuTime=0.38  mem=16M574
31.47	   
31.47	   preprocessing
31.47	     nbConstraintChecks=51612906  nbValidityChecks=31132  nbPropagations=1142  nbRevisions=965  nbUselessRevisions=207
31.47	     nbSingletonTests=323  nbEffectiveSingletonTests=59  nbESACBranches=22  nbRemovedValues=552
31.47	     detectedInconsistency=no
31.47	       =>  wckTime=30.598  cpuTime=30.27  mem=16M574
45.93	   
45.93	   search
45.93	     run=0  nbConstraintChecks=20482605  nbValidityChecks=6214  nbPropagations=1419  nbRevisions=1197
45.93	     nbUselessRevisions=228  nbAssignments=66  nbFailedAssignments=40  nbBacktracks=10  nbVisitedNodes=107
45.93	     nbRestartNogoods=0  mapSize=10  nbInferences=0  nbTooLargeKeys=0
45.93	       =>  wckTime=45.06  cpuTime=44.58  mem=17M582
99.66	   
99.66	   search
99.66	     run=1  nbConstraintChecks=99474563  nbValidityChecks=24537  nbPropagations=3460  nbRevisions=3027
99.66	     nbUselessRevisions=584  nbAssignments=252  nbFailedAssignments=200  nbBacktracks=33  nbVisitedNodes=453
99.66	     nbRestartNogoods=10  mapSize=26  nbInferences=0  nbTooLargeKeys=0
99.66	       =>  wckTime=98.789  cpuTime=97.81  mem=17M582
146.67	   
146.67	   search
146.67	     run=2  nbConstraintChecks=177697486  nbValidityChecks=60690  nbPropagations=6361  nbRevisions=6215
146.67	     nbUselessRevisions=1203  nbAssignments=402  nbFailedAssignments=319  nbBacktracks=55  nbVisitedNodes=722
146.67	     nbRestartNogoods=11  mapSize=48  nbInferences=0  nbTooLargeKeys=0
146.67	       =>  wckTime=145.804  cpuTime=144.39  mem=17M582
218.28	   
218.28	   search
218.28	     run=3  nbConstraintChecks=291517214  nbValidityChecks=142194  nbPropagations=11232  nbRevisions=11888
218.28	     nbUselessRevisions=2512  nbAssignments=837  nbFailedAssignments=401  nbBacktracks=88  nbVisitedNodes=933
218.28	     nbRestartNogoods=36  mapSize=74  nbInferences=0  nbTooLargeKeys=0
218.28	       =>  wckTime=217.414  cpuTime=215.21  mem=17M582
225.57	   
225.57	   search
225.57	     run=4  nbConstraintChecks=303701587  nbValidityChecks=164496  nbPropagations=17153  nbRevisions=18781
225.57	     nbUselessRevisions=4060  nbAssignments=932  nbFailedAssignments=431  nbBacktracks=139  nbVisitedNodes=1058
225.57	     nbRestartNogoods=41  mapSize=117  nbInferences=0  nbTooLargeKeys=0
225.57	       =>  wckTime=224.702  cpuTime=222.42  mem=17M582
235.02	   
235.02	   search
235.02	     run=5  nbConstraintChecks=319729804  nbValidityChecks=204546  nbPropagations=25163  nbRevisions=28195
235.02	     nbUselessRevisions=5990  nbAssignments=1101  nbFailedAssignments=509  nbBacktracks=215  nbVisitedNodes=1305
235.02	     nbRestartNogoods=46  mapSize=177  nbInferences=0  nbTooLargeKeys=0
235.02	       =>  wckTime=234.154  cpuTime=231.77  mem=17M582
255.11	   
255.11	   search
255.11	     run=6  nbConstraintChecks=353791968  nbValidityChecks=271671  nbPropagations=36316  nbRevisions=41378
255.11	     nbUselessRevisions=8493  nbAssignments=1352  nbFailedAssignments=615  nbBacktracks=333  nbVisitedNodes=1645
255.11	     nbRestartNogoods=56  mapSize=259  nbInferences=0  nbTooLargeKeys=0
255.11	       =>  wckTime=254.245  cpuTime=251.64  mem=17M582
285.98	   
285.98	   search
285.98	     run=7  nbConstraintChecks=406028974  nbValidityChecks=370405  nbPropagations=51312  nbRevisions=59368
285.98	     nbUselessRevisions=11788  nbAssignments=1712  nbFailedAssignments=791  nbBacktracks=503  nbVisitedNodes=2181
285.98	     nbRestartNogoods=67  mapSize=385  nbInferences=0  nbTooLargeKeys=0
285.98	       =>  wckTime=285.113  cpuTime=282.22  mem=17M582
387.14	   
387.14	   search
387.14	     run=8  nbConstraintChecks=564375703  nbValidityChecks=646122  nbPropagations=76253  nbRevisions=90265
387.14	     nbUselessRevisions=16755  nbAssignments=2524  nbFailedAssignments=1322  nbBacktracks=759  nbVisitedNodes=3509
387.14	     nbRestartNogoods=74  mapSize=590  nbInferences=0  nbTooLargeKeys=0
387.14	       =>  wckTime=386.276  cpuTime=382.45  mem=17M582
521.40	   
521.40	   search
521.40	     run=9  nbConstraintChecks=791959898  nbValidityChecks=978960  nbPropagations=108787  nbRevisions=133123
521.40	     nbUselessRevisions=24101  nbAssignments=3307  nbFailedAssignments=1706  nbBacktracks=1143  nbVisitedNodes=4699
521.40	     nbRestartNogoods=88  mapSize=912  nbInferences=0  nbTooLargeKeys=0
521.40	       =>  wckTime=520.534  cpuTime=515.48  mem=18M557
538.92	   
538.92	   INFO : Stopping hyperNogood (mapSize=1018, nbTooLargekeys=0, mem=18M557)
598.80	   
598.80	   search
598.80	     run=10  nbConstraintChecks=917634922  nbValidityChecks=1225099  nbPropagations=152919  nbRevisions=189156
598.80	     nbUselessRevisions=33434  nbAssignments=4335  nbFailedAssignments=2123  nbBacktracks=1719  nbVisitedNodes=6118
598.80	     nbRestartNogoods=100
598.80	       =>  wckTime=597.933  cpuTime=592.16  mem=18M557
787.56	   
787.56	   search
787.56	     run=11  nbConstraintChecks=1206345746  nbValidityChecks=1663020  nbPropagations=210831  nbRevisions=262873
787.56	     nbUselessRevisions=46197  nbAssignments=5986  nbFailedAssignments=2872  nbBacktracks=2586  nbVisitedNodes=8492
787.56	     nbRestartNogoods=129
787.56	       =>  wckTime=786.691  cpuTime=779.21  mem=18M557
1118.36	   
1118.36	   search
1118.36	     run=12  nbConstraintChecks=1741103720  nbValidityChecks=2290845  nbPropagations=286553  nbRevisions=359547
1118.36	     nbUselessRevisions=63958  nbAssignments=8544  nbFailedAssignments=4116  nbBacktracks=3887  nbVisitedNodes=12294
1118.36	     nbRestartNogoods=133
1118.36	       =>  wckTime=1117.493  cpuTime=1108.45  mem=18M557
1378.09	   
1378.09	   search
1378.09	     run=13  nbConstraintChecks=2174890623  nbValidityChecks=2917949  nbPropagations=386081  nbRevisions=486386
1378.09	     nbUselessRevisions=89515  nbAssignments=11624  nbFailedAssignments=5240  nbBacktracks=5834  nbVisitedNodes=16498
1378.09	     nbRestartNogoods=146
1378.09	       =>  wckTime=1377.222  cpuTime=1366.92  mem=18M557

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

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

/proc/loadavg: 2.32 2.08 2.01 4/94 2316
/proc/meminfo: memFree=1484200/2055924 swapFree=4165672/4192956
[pid=2315] ppid=2313 vsize=907676 CPUtime=0.03
/proc/2315/stat : 2315 (java) S 2313 2315 1174 0 -1 0 2171 0 1 0 2 1 0 0 19 0 4 0 188905691 929460224 1920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 18446744073709551615 0 0 17 1 0 0
/proc/2315/statm: 226919 1920 1089 14 0 214502 0
[pid=2315/tid=2317] ppid=2313 vsize=907676 CPUtime=0
/proc/2315/task/2317/stat : 2317 (java) S 2313 2315 1174 0 -1 64 6 0 0 0 0 0 0 0 19 0 4 0 188905694 929460224 1920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 7368 0 0 0 -1 1 0 0
[pid=2315/tid=2318] ppid=2313 vsize=907676 CPUtime=0
/proc/2315/task/2318/stat : 2318 (java) S 2313 2315 1174 0 -1 64 10 0 0 0 0 0 0 0 19 0 4 0 188905695 929460224 1920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 7368 0 0 0 -1 1 0 0
[pid=2315/tid=2319] ppid=2313 vsize=907676 CPUtime=0
/proc/2315/task/2319/stat : 2319 (java) R 2313 2315 1174 0 -1 64 0 0 0 0 0 0 0 0 20 0 4 0 188905695 929460224 1920 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 3035096 0 4 0 7368 0 0 0 -1 1 0 0

[startup+0.103415 s]
/proc/loadavg: 2.32 2.08 2.01 4/94 2316
/proc/meminfo: memFree=1484200/2055924 swapFree=4165672/4192956
[pid=2315] ppid=2313 vsize=914988 CPUtime=0.09
/proc/2315/stat : 2315 (java) S 2313 2315 1174 0 -1 0 2998 0 1 0 8 1 0 0 17 0 8 0 188905691 936947712 2744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2315/statm: 228747 2744 1427 14 0 215242 0
[pid=2315/tid=2317] ppid=2313 vsize=914988 CPUtime=0
/proc/2315/task/2317/stat : 2317 (java) S 2313 2315 1174 0 -1 64 6 0 0 0 0 0 0 0 19 0 8 0 188905694 936947712 2744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2318] ppid=2313 vsize=914988 CPUtime=0
/proc/2315/task/2318/stat : 2318 (java) S 2313 2315 1174 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 188905695 936947712 2744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2319] ppid=2313 vsize=914988 CPUtime=0
/proc/2315/task/2319/stat : 2319 (java) S 2313 2315 1174 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 188905695 936947712 2744 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 914988

[startup+0.513461 s]
/proc/loadavg: 2.32 2.08 2.01 4/94 2316
/proc/meminfo: memFree=1484200/2055924 swapFree=4165672/4192956
[pid=2315] ppid=2313 vsize=915328 CPUtime=0.49
/proc/2315/stat : 2315 (java) R 2313 2315 1174 0 -1 0 6535 0 1 0 45 4 0 0 17 0 8 0 188905691 937295872 6274 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4072943000 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2315/statm: 228832 6274 2146 14 0 215302 0
[pid=2315/tid=2317] ppid=2313 vsize=915328 CPUtime=0
/proc/2315/task/2317/stat : 2317 (java) S 2313 2315 1174 0 -1 64 6 0 0 0 0 0 0 0 19 0 8 0 188905694 937295872 6274 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2318] ppid=2313 vsize=915328 CPUtime=0
/proc/2315/task/2318/stat : 2318 (java) S 2313 2315 1174 0 -1 64 10 0 0 0 0 0 0 0 19 0 8 0 188905695 937295872 6274 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2319] ppid=2313 vsize=915328 CPUtime=0
/proc/2315/task/2319/stat : 2319 (java) S 2313 2315 1174 0 -1 64 4 0 0 0 0 0 0 0 20 0 8 0 188905695 937295872 6274 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 915328

[startup+1.33556 s]
/proc/loadavg: 2.32 2.08 2.01 3/101 2323
/proc/meminfo: memFree=1458672/2055924 swapFree=4165672/4192956
[pid=2315] ppid=2313 vsize=915460 CPUtime=1.31
/proc/2315/stat : 2315 (java) R 2313 2315 1174 0 -1 0 9127 0 1 0 125 6 0 0 21 0 8 0 188905691 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073801356 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2315/statm: 228865 8865 2541 14 0 215335 0
[pid=2315/tid=2317] ppid=2313 vsize=915460 CPUtime=0.03
/proc/2315/task/2317/stat : 2317 (java) S 2313 2315 1174 0 -1 64 202 0 0 0 3 0 0 0 16 0 8 0 188905694 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2318] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2318/stat : 2318 (java) S 2313 2315 1174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188905695 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2319] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2319/stat : 2319 (java) S 2313 2315 1174 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188905695 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2320] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2320/stat : 2320 (java) S 2313 2315 1174 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188905698 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2321] ppid=2313 vsize=915460 CPUtime=0.17
/proc/2315/task/2321/stat : 2321 (java) S 2313 2315 1174 0 -1 64 361 0 0 0 17 0 0 0 16 0 8 0 188905698 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2322] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2322/stat : 2322 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188905698 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2323] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2323/stat : 2323 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188905698 937431040 8865 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1.31
Current children cumulated vsize (KiB) 915460

[startup+2.98322 s]
/proc/loadavg: 2.32 2.08 2.01 3/101 2323
/proc/meminfo: memFree=1458608/2055924 swapFree=4165672/4192956
[pid=2315] ppid=2313 vsize=915460 CPUtime=2.95
/proc/2315/stat : 2315 (java) R 2313 2315 1174 0 -1 0 9132 0 1 0 289 6 0 0 25 0 8 0 188905691 937431040 8869 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800948 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2315/statm: 228865 8869 2541 14 0 215335 0
[pid=2315/tid=2317] ppid=2313 vsize=915460 CPUtime=0.03
/proc/2315/task/2317/stat : 2317 (java) S 2313 2315 1174 0 -1 64 202 0 0 0 3 0 0 0 17 0 8 0 188905694 937431040 8869 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2318] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2318/stat : 2318 (java) S 2313 2315 1174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188905695 937431040 8869 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2319] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2319/stat : 2319 (java) S 2313 2315 1174 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188905695 937431040 8869 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2320] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2320/stat : 2320 (java) S 2313 2315 1174 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188905698 937431040 8869 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2321] ppid=2313 vsize=915460 CPUtime=0.18
/proc/2315/task/2321/stat : 2321 (java) S 2313 2315 1174 0 -1 64 366 0 0 0 18 0 0 0 16 0 8 0 188905698 937431040 8869 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2322] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2322/stat : 2322 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188905698 937431040 8869 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2323] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2323/stat : 2323 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188905698 937431040 8869 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) 915460

[startup+6.18757 s]
/proc/loadavg: 2.29 2.08 2.01 4/101 2323
/proc/meminfo: memFree=1458480/2055924 swapFree=4165672/4192956
[pid=2315] ppid=2313 vsize=915460 CPUtime=6.12
/proc/2315/stat : 2315 (java) R 2313 2315 1174 0 -1 0 9148 0 1 0 606 6 0 0 25 0 8 0 188905691 937431040 8881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802280 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2315/statm: 228865 8881 2543 14 0 215335 0
[pid=2315/tid=2317] ppid=2313 vsize=915460 CPUtime=0.03
/proc/2315/task/2317/stat : 2317 (java) S 2313 2315 1174 0 -1 64 202 0 0 0 3 0 0 0 17 0 8 0 188905694 937431040 8881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2318] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2318/stat : 2318 (java) S 2313 2315 1174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188905695 937431040 8881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2319] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2319/stat : 2319 (java) S 2313 2315 1174 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188905695 937431040 8881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2320] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2320/stat : 2320 (java) S 2313 2315 1174 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188905698 937431040 8881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2321] ppid=2313 vsize=915460 CPUtime=0.2
/proc/2315/task/2321/stat : 2321 (java) S 2313 2315 1174 0 -1 64 373 0 0 0 20 0 0 0 16 0 8 0 188905698 937431040 8881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2322] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2322/stat : 2322 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188905698 937431040 8881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2323] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2323/stat : 2323 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188905698 937431040 8881 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 6.12
Current children cumulated vsize (KiB) 915460

[startup+12.662 s]
/proc/loadavg: 2.27 2.07 2.01 3/101 2323
/proc/meminfo: memFree=1458416/2055924 swapFree=4165672/4192956
[pid=2315] ppid=2313 vsize=915460 CPUtime=12.53
/proc/2315/stat : 2315 (java) R 2313 2315 1174 0 -1 0 9152 0 1 0 1247 6 0 0 25 0 8 0 188905691 937431040 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073800916 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2315/statm: 228865 8883 2543 14 0 215335 0
[pid=2315/tid=2317] ppid=2313 vsize=915460 CPUtime=0.03
/proc/2315/task/2317/stat : 2317 (java) S 2313 2315 1174 0 -1 64 202 0 0 0 3 0 0 0 16 0 8 0 188905694 937431040 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2318] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2318/stat : 2318 (java) S 2313 2315 1174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188905695 937431040 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2319] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2319/stat : 2319 (java) S 2313 2315 1174 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188905695 937431040 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2320] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2320/stat : 2320 (java) S 2313 2315 1174 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188905698 937431040 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2321] ppid=2313 vsize=915460 CPUtime=0.2
/proc/2315/task/2321/stat : 2321 (java) S 2313 2315 1174 0 -1 64 375 0 0 0 20 0 0 0 16 0 8 0 188905698 937431040 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2322] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2322/stat : 2322 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188905698 937431040 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2323] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2323/stat : 2323 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188905698 937431040 8883 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 12.53
Current children cumulated vsize (KiB) 915460

[startup+25.5204 s]
/proc/loadavg: 2.21 2.07 2.00 3/101 2323
/proc/meminfo: memFree=1458480/2055924 swapFree=4165672/4192956
[pid=2315] ppid=2313 vsize=915460 CPUtime=25.28
/proc/2315/stat : 2315 (java) R 2313 2315 1174 0 -1 0 9156 0 1 0 2521 7 0 0 25 0 8 0 188905691 937431040 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805175 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2315/statm: 228865 8884 2543 14 0 215335 0
[pid=2315/tid=2317] ppid=2313 vsize=915460 CPUtime=0.03
/proc/2315/task/2317/stat : 2317 (java) S 2313 2315 1174 0 -1 64 202 0 0 0 3 0 0 0 17 0 8 0 188905694 937431040 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2318] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2318/stat : 2318 (java) S 2313 2315 1174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188905695 937431040 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2319] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2319/stat : 2319 (java) S 2313 2315 1174 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188905695 937431040 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2320] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2320/stat : 2320 (java) S 2313 2315 1174 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188905698 937431040 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2321] ppid=2313 vsize=915460 CPUtime=0.2
/proc/2315/task/2321/stat : 2321 (java) S 2313 2315 1174 0 -1 64 377 0 0 0 20 0 0 0 16 0 8 0 188905698 937431040 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2322] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2322/stat : 2322 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188905698 937431040 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2323] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2323/stat : 2323 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188905698 937431040 8884 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 25.28
Current children cumulated vsize (KiB) 915460

[startup+51.1414 s]
/proc/loadavg: 2.14 2.06 2.00 3/101 2323
/proc/meminfo: memFree=1458096/2055924 swapFree=4165672/4192956
[pid=2315] ppid=2313 vsize=915460 CPUtime=50.66
/proc/2315/stat : 2315 (java) R 2313 2315 1174 0 -1 0 9270 0 1 0 5059 7 0 0 25 0 8 0 188905691 937431040 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805204 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2315/statm: 228865 8990 2544 14 0 215335 0
[pid=2315/tid=2317] ppid=2313 vsize=915460 CPUtime=0.03
/proc/2315/task/2317/stat : 2317 (java) S 2313 2315 1174 0 -1 64 202 0 0 0 3 0 0 0 16 0 8 0 188905694 937431040 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2318] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2318/stat : 2318 (java) S 2313 2315 1174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188905695 937431040 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2319] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2319/stat : 2319 (java) S 2313 2315 1174 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188905695 937431040 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2320] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2320/stat : 2320 (java) S 2313 2315 1174 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188905698 937431040 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2321] ppid=2313 vsize=915460 CPUtime=0.22
/proc/2315/task/2321/stat : 2321 (java) S 2313 2315 1174 0 -1 64 389 0 0 0 22 0 0 0 17 0 8 0 188905698 937431040 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2322] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2322/stat : 2322 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188905698 937431040 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2323] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2323/stat : 2323 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188905698 937431040 8990 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 50.66
Current children cumulated vsize (KiB) 915460

[startup+102.373 s]
/proc/loadavg: 2.17 2.08 2.01 3/101 2323
/proc/meminfo: memFree=1458096/2055924 swapFree=4165672/4192956
[pid=2315] ppid=2313 vsize=915460 CPUtime=101.42
/proc/2315/stat : 2315 (java) R 2313 2315 1174 0 -1 0 9277 0 1 0 10135 7 0 0 25 0 8 0 188905691 937431040 8996 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805779 0 4 0 23759 18446744073709551615 0 0 17 1 0 0
/proc/2315/statm: 228865 8996 2544 14 0 215335 0
[pid=2315/tid=2317] ppid=2313 vsize=915460 CPUtime=0.03
/proc/2315/task/2317/stat : 2317 (java) S 2313 2315 1174 0 -1 64 202 0 0 0 3 0 0 0 16 0 8 0 188905694 937431040 8996 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2318] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2318/stat : 2318 (java) S 2313 2315 1174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188905695 937431040 8996 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0

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

Current children cumulated CPU time (s) 1413.56
Current children cumulated vsize (KiB) 915460

[startup+1484.03 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 2608
/proc/meminfo: memFree=1248368/2055924 swapFree=4165672/4192956
[pid=2315] ppid=2313 vsize=915460 CPUtime=1473.3
/proc/2315/stat : 2315 (java) R 2313 2315 1174 0 -1 0 9520 0 1 0 147317 13 0 0 25 0 8 0 188905691 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802263 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2315/statm: 228865 9219 2544 14 0 215335 0
[pid=2315/tid=2317] ppid=2313 vsize=915460 CPUtime=0.03
/proc/2315/task/2317/stat : 2317 (java) S 2313 2315 1174 0 -1 64 202 0 0 0 3 0 0 0 16 0 8 0 188905694 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2315/tid=2318] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2318/stat : 2318 (java) S 2313 2315 1174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188905695 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2319] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2319/stat : 2319 (java) S 2313 2315 1174 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188905695 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2320] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2320/stat : 2320 (java) S 2313 2315 1174 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2321] ppid=2313 vsize=915460 CPUtime=0.28
/proc/2315/task/2321/stat : 2321 (java) S 2313 2315 1174 0 -1 64 424 0 0 0 28 0 0 0 15 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2315/tid=2322] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2322/stat : 2322 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2323] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2323/stat : 2323 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1473.3
Current children cumulated vsize (KiB) 915460

[startup+1544.08 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 2608
/proc/meminfo: memFree=1248368/2055924 swapFree=4165672/4192956
[pid=2315] ppid=2313 vsize=915460 CPUtime=1533.05
/proc/2315/stat : 2315 (java) R 2313 2315 1174 0 -1 0 9520 0 1 0 153292 13 0 0 25 0 8 0 188905691 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073799619 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2315/statm: 228865 9219 2544 14 0 215335 0
[pid=2315/tid=2317] ppid=2313 vsize=915460 CPUtime=0.03
/proc/2315/task/2317/stat : 2317 (java) S 2313 2315 1174 0 -1 64 202 0 0 0 3 0 0 0 16 0 8 0 188905694 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2315/tid=2318] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2318/stat : 2318 (java) S 2313 2315 1174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188905695 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2319] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2319/stat : 2319 (java) S 2313 2315 1174 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188905695 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2320] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2320/stat : 2320 (java) S 2313 2315 1174 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2321] ppid=2313 vsize=915460 CPUtime=0.28
/proc/2315/task/2321/stat : 2321 (java) S 2313 2315 1174 0 -1 64 424 0 0 0 28 0 0 0 15 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2315/tid=2322] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2322/stat : 2322 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2323] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2323/stat : 2323 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1533.05
Current children cumulated vsize (KiB) 915460

[startup+1604.13 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 2608
/proc/meminfo: memFree=1248368/2055924 swapFree=4165672/4192956
[pid=2315] ppid=2313 vsize=915460 CPUtime=1592.81
/proc/2315/stat : 2315 (java) R 2313 2315 1174 0 -1 0 9520 0 1 0 159268 13 0 0 25 0 8 0 188905691 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805796 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2315/statm: 228865 9219 2544 14 0 215335 0
[pid=2315/tid=2317] ppid=2313 vsize=915460 CPUtime=0.03
/proc/2315/task/2317/stat : 2317 (java) S 2313 2315 1174 0 -1 64 202 0 0 0 3 0 0 0 16 0 8 0 188905694 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2315/tid=2318] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2318/stat : 2318 (java) S 2313 2315 1174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188905695 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2319] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2319/stat : 2319 (java) S 2313 2315 1174 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188905695 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2320] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2320/stat : 2320 (java) S 2313 2315 1174 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2321] ppid=2313 vsize=915460 CPUtime=0.28
/proc/2315/task/2321/stat : 2321 (java) S 2313 2315 1174 0 -1 64 424 0 0 0 28 0 0 0 15 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2315/tid=2322] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2322/stat : 2322 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2323] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2323/stat : 2323 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1592.81
Current children cumulated vsize (KiB) 915460

[startup+1664.17 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 2608
/proc/meminfo: memFree=1248368/2055924 swapFree=4165672/4192956
[pid=2315] ppid=2313 vsize=915460 CPUtime=1652.56
/proc/2315/stat : 2315 (java) R 2313 2315 1174 0 -1 0 9520 0 1 0 165242 14 0 0 25 0 8 0 188905691 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073802327 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2315/statm: 228865 9219 2544 14 0 215335 0
[pid=2315/tid=2317] ppid=2313 vsize=915460 CPUtime=0.03
/proc/2315/task/2317/stat : 2317 (java) S 2313 2315 1174 0 -1 64 202 0 0 0 3 0 0 0 16 0 8 0 188905694 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2315/tid=2318] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2318/stat : 2318 (java) S 2313 2315 1174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188905695 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2319] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2319/stat : 2319 (java) S 2313 2315 1174 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188905695 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2320] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2320/stat : 2320 (java) S 2313 2315 1174 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2321] ppid=2313 vsize=915460 CPUtime=0.28
/proc/2315/task/2321/stat : 2321 (java) S 2313 2315 1174 0 -1 64 424 0 0 0 28 0 0 0 15 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2315/tid=2322] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2322/stat : 2322 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2323] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2323/stat : 2323 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1652.56
Current children cumulated vsize (KiB) 915460

[startup+1724.22 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 2608
/proc/meminfo: memFree=1248432/2055924 swapFree=4165672/4192956
[pid=2315] ppid=2313 vsize=915460 CPUtime=1712.33
/proc/2315/stat : 2315 (java) R 2313 2315 1174 0 -1 0 9520 0 1 0 171219 14 0 0 25 0 8 0 188905691 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073807143 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2315/statm: 228865 9219 2544 14 0 215335 0
[pid=2315/tid=2317] ppid=2313 vsize=915460 CPUtime=0.03
/proc/2315/task/2317/stat : 2317 (java) S 2313 2315 1174 0 -1 64 202 0 0 0 3 0 0 0 16 0 8 0 188905694 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2315/tid=2318] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2318/stat : 2318 (java) S 2313 2315 1174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188905695 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2319] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2319/stat : 2319 (java) S 2313 2315 1174 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188905695 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2320] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2320/stat : 2320 (java) S 2313 2315 1174 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2321] ppid=2313 vsize=915460 CPUtime=0.28
/proc/2315/task/2321/stat : 2321 (java) S 2313 2315 1174 0 -1 64 424 0 0 0 28 0 0 0 15 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2315/tid=2322] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2322/stat : 2322 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2323] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2323/stat : 2323 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1712.33
Current children cumulated vsize (KiB) 915460

[startup+1784.27 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 2608
/proc/meminfo: memFree=1248432/2055924 swapFree=4165672/4192956
[pid=2315] ppid=2313 vsize=915460 CPUtime=1772.09
/proc/2315/stat : 2315 (java) R 2313 2315 1174 0 -1 0 9520 0 1 0 177195 14 0 0 25 0 8 0 188905691 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073804400 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2315/statm: 228865 9219 2544 14 0 215335 0
[pid=2315/tid=2317] ppid=2313 vsize=915460 CPUtime=0.03
/proc/2315/task/2317/stat : 2317 (java) S 2313 2315 1174 0 -1 64 202 0 0 0 3 0 0 0 16 0 8 0 188905694 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2315/tid=2318] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2318/stat : 2318 (java) S 2313 2315 1174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188905695 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2319] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2319/stat : 2319 (java) S 2313 2315 1174 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188905695 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2320] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2320/stat : 2320 (java) S 2313 2315 1174 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2321] ppid=2313 vsize=915460 CPUtime=0.28
/proc/2315/task/2321/stat : 2321 (java) S 2313 2315 1174 0 -1 64 424 0 0 0 28 0 0 0 15 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2315/tid=2322] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2322/stat : 2322 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2323] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2323/stat : 2323 (java) R 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1772.09
Current children cumulated vsize (KiB) 915460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1812.34 s]
/proc/loadavg: 2.00 2.00 2.00 3/101 2608
/proc/meminfo: memFree=1248432/2055924 swapFree=4165672/4192956
[pid=2315] ppid=2313 vsize=915460 CPUtime=1800.03
/proc/2315/stat : 2315 (java) R 2313 2315 1174 0 -1 0 9520 0 1 0 179989 14 0 0 25 0 8 0 188905691 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4073805888 0 4 0 23759 18446744073709551615 0 0 17 0 0 0
/proc/2315/statm: 228865 9219 2544 14 0 215335 0
[pid=2315/tid=2317] ppid=2313 vsize=915460 CPUtime=0.03
/proc/2315/task/2317/stat : 2317 (java) S 2313 2315 1174 0 -1 64 202 0 0 0 3 0 0 0 16 0 8 0 188905694 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 0 0 23759 0 0 0 -1 0 0 0
[pid=2315/tid=2318] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2318/stat : 2318 (java) S 2313 2315 1174 0 -1 64 11 0 0 0 0 0 0 0 16 0 8 0 188905695 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2319] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2319/stat : 2319 (java) S 2313 2315 1174 0 -1 64 5 0 0 0 0 0 0 0 15 0 8 0 188905695 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2320] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2320/stat : 2320 (java) S 2313 2315 1174 0 -1 64 0 0 0 0 0 0 0 0 18 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2321] ppid=2313 vsize=915460 CPUtime=0.28
/proc/2315/task/2321/stat : 2321 (java) S 2313 2315 1174 0 -1 64 424 0 0 0 28 0 0 0 15 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 0 0 0
[pid=2315/tid=2322] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2322/stat : 2322 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 19 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
[pid=2315/tid=2323] ppid=2313 vsize=915460 CPUtime=0
/proc/2315/task/2323/stat : 2323 (java) S 2313 2315 1174 0 -1 64 1 0 0 0 0 0 0 0 15 0 8 0 188905698 937431040 9219 18446744073709551615 134512640 134570532 4294956480 18446744073709551615 4294960144 0 4 0 23759 0 0 0 -1 1 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 915460

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

Child status: 143
Real time (s): 1812.38
CPU time (s): 1800.07
CPU user time (s): 1799.92
CPU system time (s): 0.146977
CPU usage (%): 99.3204
Max. virtual memory (cumulated for all children) (KiB): 915464

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.92
system time used= 0.146977
maximum resident set size= 0
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 9540
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= 37736
involuntary context switches= 85295

runsolver used 2.08968 s user time and 5.9381 s system time

The end

Launcher Data (download as text)

Begin job on node6 on Wed Jan 10 04:58:23 UTC 2007


IDJOB= 249584
IDBENCH= 11795
FILE ID= node6/249584-1168405103

PBS_JOBID= 3523107

Free space on /tmp= 66552 MiB

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

META MD5SUM SOLVER= 9b91398c18c9fe54a6c4cfb50dadce08
MD5SUM BENCH=  a4d92b95484173c470960737f3393782

RANDOM SEED= 165227285

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:      2055924 kB
MemFree:       1484680 kB
Buffers:         53920 kB
Cached:         369588 kB
SwapCached:       2920 kB
Active:         300140 kB
Inactive:       204752 kB
HighTotal:           0 kB
HighFree:            0 kB
LowTotal:      2055924 kB
LowFree:       1484680 kB
SwapTotal:     4192956 kB
SwapFree:      4165672 kB
Dirty:            1764 kB
Writeback:           0 kB
Mapped:          98800 kB
Slab:            50904 kB
Committed_AS:  7249496 kB
PageTables:       2556 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= 66555 MiB



End job on node6 on Wed Jan 10 05:28:35 UTC 2007