Trace number 3739568

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. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock 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
PB11: Sat4j Res//CP 2.3.0? (TO) 1800.73 905.266

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j120/
normalized-j12046_2-sat.opb
MD5SUM8df6acf86997549eac6f2a4fde05a479
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables48158
Total number of constraints168360
Number of constraints which are clauses167568
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints792
Minimum length of a constraint1
Maximum length of a constraint67
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 15
Number of bits of the biggest number in a constraint 4
Biggest sum of numbers in a constraint 432
Number of bits of the biggest sum of numbers9
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.04/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.04/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.04/0.08	c See www.sat4j.org for details.
0.04/0.08	c version 2.3.1.v20110525
0.04/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.04/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.04/0.08	c java.vm.version	19.1-b02
0.04/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.04/0.08	c sun.arch.data.model	64
0.04/0.08	c java.version		1.6.0_24
0.04/0.08	c os.name		Linux
0.04/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.04/0.08	c os.arch		amd64
0.04/0.08	c Free memory 		9996466904
0.04/0.08	c Max memory 		10048897024
0.04/0.08	c Total memory 		10048897024
0.04/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5495fd19
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3739568-1338729401.opb
0.10/0.11	c reading problem ... 
2.25/1.35	c ... done. Wall clock time 1.241s.
2.25/1.35	c #vars     48158
2.25/1.35	c #constraints  149753
2.25/1.35	c constraints type 
2.25/1.35	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18464
2.25/1.35	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 122916
2.25/1.35	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 792
2.25/1.35	c constraints type 
2.25/1.35	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 122916
2.25/1.35	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18464
2.25/1.35	c org.sat4j.pb.constraints.pb.MaxWatchPb => 792
9.71/4.43	c cleaning 2497 clauses out of 4996 with flag 5000/5000
16.16/7.46	c cleaning 4238 clauses out of 8497 with flag 11000/11000
23.07/10.92	c cleaning 5606 clauses out of 11261 with flag 18002/18002
31.20/15.01	c cleaning 6822 clauses out of 13652 with flag 26000/26000
40.46/19.77	c cleaning 7903 clauses out of 15829 with flag 35000/35000
51.75/25.45	c cleaning 8958 clauses out of 17926 with flag 45001/45001
64.00/31.65	c cleaning 9974 clauses out of 19966 with flag 56000/56000
69.85/34.63	c cleaning 0 clauses out of 5000 with flag 0/5000
77.68/38.55	c cleaning 10990 clauses out of 21993 with flag 68001/68001
92.69/46.01	c cleaning 11996 clauses out of 24003 with flag 81001/81001
108.35/53.99	c cleaning 12985 clauses out of 26009 with flag 95003/95003
123.79/61.76	c cleaning 13996 clauses out of 28025 with flag 110004/110004
142.11/71.02	c cleaning 15006 clauses out of 30024 with flag 126000/126000
161.38/80.74	c cleaning 15992 clauses out of 32018 with flag 143000/143000
181.40/90.87	c cleaning 16992 clauses out of 34026 with flag 161000/161000
207.81/104.13	c cleaning 18000 clauses out of 36036 with flag 180002/180002
234.12/117.50	c cleaning 18967 clauses out of 38033 with flag 200000/200000
251.27/126.11	c cleaning 0 clauses out of 11000 with flag 0/11000
264.23/132.73	c cleaning 20030 clauses out of 40068 with flag 221002/221002
292.80/147.16	c cleaning 21003 clauses out of 42036 with flag 243000/243000
324.41/163.15	c cleaning 22000 clauses out of 44034 with flag 266001/266001
358.00/180.07	c cleaning 23012 clauses out of 46035 with flag 290002/290002
391.21/196.78	c cleaning 23985 clauses out of 48021 with flag 315000/315000
427.35/214.96	c cleaning 24994 clauses out of 50036 with flag 341000/341000
467.54/235.21	c cleaning 26003 clauses out of 52044 with flag 368002/368002
510.53/256.83	c cleaning 27004 clauses out of 54041 with flag 396002/396002
550.47/276.94	c cleaning 28013 clauses out of 56035 with flag 425000/425000
604.26/303.98	c cleaning 29002 clauses out of 58021 with flag 455000/455000
655.57/329.88	c cleaning 29999 clauses out of 60019 with flag 486000/486000
710.92/357.61	c cleaning 30940 clauses out of 62020 with flag 518000/518000
738.36/371.59	c cleaning 0 clauses out of 18002 with flag 0/18002
769.35/387.11	c cleaning 32027 clauses out of 64080 with flag 551001/551001
821.63/413.52	c cleaning 33009 clauses out of 66053 with flag 585001/585001
878.96/442.35	c cleaning 34010 clauses out of 68043 with flag 620000/620000
938.30/472.19	c cleaning 34990 clauses out of 70033 with flag 656000/656000
996.68/501.46	c cleaning 35978 clauses out of 72043 with flag 693001/693001
1061.40/534.05	c cleaning 37022 clauses out of 74064 with flag 731000/731000
1133.75/570.31	c cleaning 38006 clauses out of 76043 with flag 770001/770001
1203.48/605.35	c cleaning 38957 clauses out of 78036 with flag 810000/810000
1271.77/639.62	c cleaning 40017 clauses out of 80079 with flag 851000/851000
1360.20/684.14	c cleaning 41011 clauses out of 82063 with flag 893001/893001
1450.71/729.52	c cleaning 42019 clauses out of 84051 with flag 936000/936000
1541.90/775.21	c cleaning 42972 clauses out of 86035 with flag 980003/980003
1620.15/814.55	c cleaning 43961 clauses out of 88061 with flag 1025001/1025001
1709.93/859.76	c cleaning 44979 clauses out of 90101 with flag 1071002/1071002
1760.97/885.46	c cleaning 0 clauses out of 26004 with flag 0/26004
1800.11/905.22	c starts		: 188
1800.11/905.22	c conflicts		: 1115797
1800.11/905.22	c decisions		: 1489903
1800.11/905.22	c propagations		: 1494615967
1800.11/905.22	c inspects		: 5692238215
1800.11/905.22	c shortcuts		: 0
1800.11/905.22	c learnt literals	: 15
1800.11/905.22	c learnt binary clauses	: 105
1800.11/905.22	c learnt ternary clauses	: 1464
1800.11/905.22	c learnt constraints	: 1115782
1800.11/905.22	c ignored constraints	: 0
1800.11/905.22	c root simplifications	: 0
1800.11/905.22	c removed literals (reason simplification)	: 38346793
1800.11/905.22	c reason swapping (by a shorter reason)	: 0
1800.11/905.22	c Calls to reduceDB	: 42
1800.11/905.22	c number of reductions to clauses (during analyze)	: 0
1800.11/905.22	c number of learned constraints concerned by reduction	: 0
1800.11/905.22	c number of learning phase by resolution	: 0
1800.11/905.22	c number of learning phase by cutting planes	: 0
1800.11/905.22	c speed (assignments/second)	: 1653576.0534412544
1800.11/905.22	c non guided choices	162
1800.11/905.25	c learnt constraints type 
1800.11/905.25	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 105
1800.11/905.25	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 89838
1800.11/905.25	c constraints type 
1800.11/905.25	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 18464
1800.11/905.25	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 122916
1800.11/905.25	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 792
1800.11/905.25	c constraints type 
1800.11/905.25	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 122916
1800.11/905.25	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 18464
1800.11/905.25	c org.sat4j.pb.constraints.pb.MaxWatchPb => 792
1800.11/905.25	s UNKNOWN
1800.11/905.25	c Total wall clock time (in seconds): 905.141

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2011 Olivier ROUSSEL

This is runsolver version 3.3.1 (svn: 989)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-3739568-1338729401/watcher-3739568-1338729401 -o /tmp/evaluation-result-3739568-1338729401/solver-3739568-1338729401 -C 1800 -W 1900 -M 15500 java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3739568-1338729401.opb 

running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 3.82 3.83 3.42 3/197 21737
/proc/meminfo: memFree=22483572/32873648 swapFree=6864/6864
[pid=21737] ppid=21735 vsize=92900 CPUtime=0 cores=0,2,4,6
/proc/21737/stat : 21737 (java) S 21735 21737 12644 0 -1 4202496 1217 0 0 0 0 0 0 0 20 0 2 0 339065555 95129600 927 33554432000 1073741824 1073778376 140734736441920 140734736433056 270710898749 0 0 4096 0 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21737/statm: 23225 927 703 9 0 16769 0
[pid=21737/tid=21738] ppid=21735 vsize=94112 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21738/stat : 21738 (java) R 21735 21737 12644 0 -1 4202560 74 0 0 0 0 0 0 0 20 0 2 0 339065555 96370688 930 33554432000 1073741824 1073778376 140734736441920 140279612243496 270698320257 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.050398 s]
/proc/loadavg: 3.82 3.83 3.42 3/197 21737
/proc/meminfo: memFree=22483572/32873648 swapFree=6864/6864
[pid=21737] ppid=21735 vsize=11253516 CPUtime=0.04 cores=0,2,4,6
/proc/21737/stat : 21737 (java) S 21735 21737 12644 0 -1 4202496 4355 0 1 0 3 1 0 0 20 0 13 0 339065555 11523600384 11695 33554432000 1073741824 1073778376 140734736441920 140734736433056 270710898749 0 0 0 16800971 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21737/statm: 2813379 11695 1708 9 0 2804080 0
[pid=21737/tid=21738] ppid=21735 vsize=11253516 CPUtime=0.03 cores=0,2,4,6
/proc/21737/task/21738/stat : 21738 (java) R 21735 21737 12644 0 -1 4202560 3173 0 1 0 3 0 0 0 20 0 13 0 339065555 11523600384 11695 33554432000 1073741824 1073778376 140734736441920 140279612244208 270710924557 0 4 0 16800971 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 11253516

[startup+0.100242 s]
/proc/loadavg: 3.82 3.83 3.42 3/197 21737
/proc/meminfo: memFree=22483572/32873648 swapFree=6864/6864
[pid=21737] ppid=21735 vsize=11586392 CPUtime=0.1 cores=0,2,4,6
/proc/21737/stat : 21737 (java) S 21735 21737 12644 0 -1 4202496 5357 0 1 0 9 1 0 0 20 0 18 0 339065555 11864465408 13197 33554432000 1073741824 1073778376 140734736441920 140734736433056 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21737/statm: 2896598 13197 2116 9 0 2887285 0
[pid=21737/tid=21738] ppid=21735 vsize=11586392 CPUtime=0.08 cores=0,2,4,6
/proc/21737/task/21738/stat : 21738 (java) R 21735 21737 12644 0 -1 4202560 3410 0 1 0 6 2 0 0 20 0 18 0 339065555 11864465408 13197 33554432000 1073741824 1073778376 140734736441920 140279612243560 270710924557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 11586392

[startup+0.300199 s]
/proc/loadavg: 3.82 3.83 3.42 3/197 21737
/proc/meminfo: memFree=22483572/32873648 swapFree=6864/6864
[pid=21737] ppid=21735 vsize=11586392 CPUtime=0.49 cores=0,2,4,6
/proc/21737/stat : 21737 (java) S 21735 21737 12644 0 -1 4202496 7163 0 1 0 48 1 0 0 20 0 18 0 339065555 11864465408 17015 33554432000 1073741824 1073778376 140734736441920 140734736433056 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21737/statm: 2896598 17015 2224 9 0 2887285 0
[pid=21737/tid=21738] ppid=21735 vsize=11586392 CPUtime=0.28 cores=0,2,4,6
/proc/21737/task/21738/stat : 21738 (java) R 21735 21737 12644 0 -1 4202560 3425 0 1 0 26 2 0 0 20 0 18 0 339065555 11864465408 17015 33554432000 1073741824 1073778376 140734736441920 140279612248328 140279484337356 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 11586392

[startup+0.700211 s]
/proc/loadavg: 3.82 3.83 3.42 3/197 21737
/proc/meminfo: memFree=22483572/32873648 swapFree=6864/6864
[pid=21737] ppid=21735 vsize=11586392 CPUtime=1.28 cores=0,2,4,6
/proc/21737/stat : 21737 (java) S 21735 21737 12644 0 -1 4202496 11790 0 1 0 124 4 0 0 20 0 18 0 339065555 11864465408 52400 33554432000 1073741824 1073778376 140734736441920 140734736433056 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21737/statm: 2896598 52400 2245 9 0 2887285 0
[pid=21737/tid=21738] ppid=21735 vsize=11586392 CPUtime=0.68 cores=0,2,4,6
/proc/21737/task/21738/stat : 21738 (java) R 21735 21737 12644 0 -1 4202560 3499 0 1 0 64 4 0 0 20 0 18 0 339065555 11864465408 52400 33554432000 1073741824 1073778376 140734736441920 140279612248328 270710924557 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.28
Current children cumulated vsize (KiB) 11586392

[startup+1.50062 s]
/proc/loadavg: 3.82 3.83 3.42 4/215 21755
/proc/meminfo: memFree=22146400/32873648 swapFree=6864/6864
[pid=21737] ppid=21735 vsize=11852648 CPUtime=2.98 cores=0,2,4,6
/proc/21737/stat : 21737 (java) S 21735 21737 12644 0 -1 4202496 18161 0 1 0 288 10 0 0 20 0 22 0 339065555 12137111552 123061 33554432000 1073741824 1073778376 140734736441920 140734736433056 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21737/statm: 2963162 123061 2258 9 0 2953849 0
[pid=21737/tid=21738] ppid=21735 vsize=11852648 CPUtime=1.33 cores=0,2,4,6
/proc/21737/task/21738/stat : 21738 (java) S 21735 21737 12644 0 -1 4202560 3631 0 1 0 126 7 0 0 20 0 22 0 339065555 12137111552 123061 33554432000 1073741824 1073778376 140734736441920 140279612249240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21740] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21740/stat : 21740 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065557 12137111552 123061 33554432000 1073741824 1073778376 140734736441920 140279449549736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21741] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21741/stat : 21741 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065557 12137111552 123061 33554432000 1073741824 1073778376 140734736441920 140279448497192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21742] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21742/stat : 21742 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065557 12137111552 123061 33554432000 1073741824 1073778376 140734736441920 140279447444136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21737/tid=21743] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21743/stat : 21743 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065557 12137111552 123061 33554432000 1073741824 1073778376 140734736441920 140279446391592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21744] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21744/stat : 21744 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065557 12137111552 123061 33554432000 1073741824 1073778376 140734736441920 140279445338536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21745] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21745/stat : 21745 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065557 12137111552 123061 33554432000 1073741824 1073778376 140734736441920 140279444285992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21746] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21746/stat : 21746 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065557 12137111552 123061 33554432000 1073741824 1073778376 140734736441920 140279443232936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21747] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21747/stat : 21747 (java) S 21735 21737 12644 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339065557 12137111552 123061 33554432000 1073741824 1073778376 140734736441920 140279442180392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21748] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21748/stat : 21748 (java) S 21735 21737 12644 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339065558 12137111552 123061 33554432000 1073741824 1073778376 140734736441920 140279429770088 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21749] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21749/stat : 21749 (java) S 21735 21737 12644 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339065558 12137111552 123061 33554432000 1073741824 1073778376 140734736441920 140279428716408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21750] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21750/stat : 21750 (java) S 21735 21737 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339065558 12137111552 123061 33554432000 1073741824 1073778376 140734736441920 140279427663240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21751] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21751/stat : 21751 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065561 12137111552 123061 33554432000 1073741824 1073778376 140734736441920 140279426611984 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21752] ppid=21735 vsize=11852648 CPUtime=0.64 cores=0,2,4,6
/proc/21737/task/21752/stat : 21752 (java) R 21735 21737 12644 0 -1 4202560 7552 0 0 0 63 1 0 0 20 0 22 0 339065561 12137111552 123061 33554432000 1073741824 1073778376 140734736441920 140279425546128 140279620011066 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21753] ppid=21735 vsize=11852648 CPUtime=0.68 cores=0,2,4,6
/proc/21737/task/21753/stat : 21753 (java) R 21735 21737 12644 0 -1 4202560 5678 0 0 0 66 2 0 0 20 0 22 0 339065561 12137111552 123061 33554432000 1073741824 1073778376 140734736441920 140279424497768 270706888916 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21754] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21754/stat : 21754 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065561 12137111552 123061 33554432000 1073741824 1073778376 140734736441920 140279423453432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21755] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21755/stat : 21755 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065561 12137111552 123061 33554432000 1073741824 1073778376 140734736441920 140279422401096 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.98
Current children cumulated vsize (KiB) 11852648

[startup+3.10073 s]
/proc/loadavg: 3.82 3.83 3.42 5/219 21759
/proc/meminfo: memFree=21815420/32873648 swapFree=6864/6864
[pid=21737] ppid=21735 vsize=11852648 CPUtime=7.04 cores=0,2,4,6
/proc/21737/stat : 21737 (java) S 21735 21737 12644 0 -1 4202496 19347 0 1 0 685 19 0 0 20 0 22 0 339065555 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140734736433056 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21737/statm: 2963162 283536 2263 9 0 2953849 0
[pid=21737/tid=21738] ppid=21735 vsize=11852648 CPUtime=1.33 cores=0,2,4,6
/proc/21737/task/21738/stat : 21738 (java) S 21735 21737 12644 0 -1 4202560 3631 0 1 0 126 7 0 0 20 0 22 0 339065555 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279612249240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21740] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21740/stat : 21740 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065557 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279449549736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21741] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21741/stat : 21741 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065557 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279448497192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21742] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21742/stat : 21742 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065557 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279447444136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21737/tid=21743] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21743/stat : 21743 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065557 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279446391592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21744] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21744/stat : 21744 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065557 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279445338536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21745] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21745/stat : 21745 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065557 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279444285992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21746] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21746/stat : 21746 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065557 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279443232936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21747] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21747/stat : 21747 (java) S 21735 21737 12644 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 339065557 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279442180392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21748] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21748/stat : 21748 (java) S 21735 21737 12644 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 339065558 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279429770088 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21749] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21749/stat : 21749 (java) S 21735 21737 12644 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 339065558 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279428716408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21750] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21750/stat : 21750 (java) S 21735 21737 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339065558 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279427663240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21751] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21751/stat : 21751 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065561 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279426611984 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21752] ppid=21735 vsize=11852648 CPUtime=1.08 cores=0,2,4,6
/proc/21737/task/21752/stat : 21752 (java) S 21735 21737 12644 0 -1 4202560 8225 0 0 0 106 2 0 0 20 0 22 0 339065561 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279425558840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21753] ppid=21735 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/21737/task/21753/stat : 21753 (java) S 21735 21737 12644 0 -1 4202560 5875 0 0 0 109 2 0 0 20 0 22 0 339065561 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279424506296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21754] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21754/stat : 21754 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065561 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279423453432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21755] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21755/stat : 21755 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065561 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279422401096 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21756] ppid=21735 vsize=11852648 CPUtime=1.72 cores=0,2,4,6
/proc/21737/task/21756/stat : 21756 (java) R 21735 21737 12644 0 -1 4202560 30 0 0 0 172 0 0 0 20 0 22 0 339065690 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279421344400 140279484916467 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=21737/tid=21757] ppid=21735 vsize=11852648 CPUtime=1.73 cores=0,2,4,6
/proc/21737/task/21757/stat : 21757 (java) R 21735 21737 12644 0 -1 4202560 383 0 0 0 164 9 0 0 20 0 22 0 339065690 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279420278200 140279484621553 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21758] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21758/stat : 21758 (java) S 21735 21737 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339065697 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279419241768 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21759] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21759/stat : 21759 (java) S 21735 21737 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339065698 12137111552 283536 33554432000 1073741824 1073778376 140734736441920 140279418189224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.04
Current children cumulated vsize (KiB) 11852648

[startup+6.3008 s]
/proc/loadavg: 3.92 3.85 3.43 5/219 21759
/proc/meminfo: memFree=20625924/32873648 swapFree=6864/6864
[pid=21737] ppid=21735 vsize=11852648 CPUtime=13.89 cores=0,2,4,6
/proc/21737/stat : 21737 (java) S 21735 21737 12644 0 -1 4202496 24619 0 1 0 1353 36 0 0 20 0 22 0 339065555 12137111552 476212 33554432000 1073741824 1073778376 140734736441920 140734736433056 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21737/statm: 2963162 476212 2290 9 0 2953849 0
[pid=21737/tid=21738] ppid=21735 vsize=11852648 CPUtime=1.33 cores=0,2,4,6
/proc/21737/task/21738/stat : 21738 (java) S 21735 21737 12644 0 -1 4202560 3631 0 1 0 126 7 0 0 20 0 22 0 339065555 12137111552 476212 33554432000 1073741824 1073778376 140734736441920 140279612249240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21740] ppid=21735 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/21737/task/21740/stat : 21740 (java) S 21735 21737 12644 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 339065557 12137111552 476212 33554432000 1073741824 1073778376 140734736441920 140279449549736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21741] ppid=21735 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/21737/task/21741/stat : 21741 (java) S 21735 21737 12644 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 339065557 12137111552 476212 33554432000 1073741824 1073778376 140734736441920 140279448497192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21742] ppid=21735 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/21737/task/21742/stat : 21742 (java) S 21735 21737 12644 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 339065557 12137111552 476212 33554432000 1073741824 1073778376 140734736441920 140279447444136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21737/tid=21743] ppid=21735 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/21737/task/21743/stat : 21743 (java) S 21735 21737 12644 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 339065557 12137111552 476212 33554432000 1073741824 1073778376 140734736441920 140279446391592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21744] ppid=21735 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/21737/task/21744/stat : 21744 (java) S 21735 21737 12644 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 22 0 339065557 12137111552 476212 33554432000 1073741824 1073778376 140734736441920 140279445338536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21745] ppid=21735 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/21737/task/21745/stat : 21745 (java) S 21735 21737 12644 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 339065557 12137111552 476212 33554432000 1073741824 1073778376 140734736441920 140279444285992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21746] ppid=21735 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/21737/task/21746/stat : 21746 (java) S 21735 21737 12644 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 339065557 12137111552 476212 33554432000 1073741824 1073778376 140734736441920 140279443232936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21747] ppid=21735 vsize=11852648 CPUtime=0.02 cores=0,2,4,6
/proc/21737/task/21747/stat : 21747 (java) S 21735 21737 12644 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 339065557 12137111552 476212 33554432000 1073741824 1073778376 140734736441920 140279442180392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21748] ppid=21735 vsize=11852648 CPUtime=0.16 cores=0,2,4,6
/proc/21737/task/21748/stat : 21748 (java) S 21735 21737 12644 0 -1 4202560 59 0 0 0 16 0 0 0 20 0 22 0 339065558 12137111552 476212 33554432000 1073741824 1073778376 140734736441920 140279429770088 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21749] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21749/stat : 21749 (java) S 21735 21737 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339065558 12137111552 476212 33554432000 1073741824 1073778376 140734736441920 140279428716408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21737/tid=21750] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21750/stat : 21750 (java) S 21735 21737 12644 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339065558 12137111552 476212 33554432000 1073741824 1073778376 140734736441920 140279427663240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21751] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21751/stat : 21751 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065561 12137111552 476212 33554432000 1073741824 1073778376 140734736441920 140279426611984 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=21737/tid=21757] ppid=21735 vsize=11852648 CPUtime=743.85 cores=0,2,4,6
/proc/21737/task/21757/stat : 21757 (java) R 21735 21737 12644 0 -1 4202560 1496 0 0 0 74326 59 0 0 20 0 22 0 339065690 12137111552 944526 33554432000 1073741824 1073778376 140734736441920 140279420292336 140279484438322 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21758] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21758/stat : 21758 (java) S 21735 21737 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339065697 12137111552 944526 33554432000 1073741824 1073778376 140734736441920 140279419241768 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21759] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21759/stat : 21759 (java) S 21735 21737 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339065698 12137111552 944526 33554432000 1073741824 1073778376 140734736441920 140279418189224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1516.03
Current children cumulated vsize (KiB) 11852648

[startup+822.301 s]
/proc/loadavg: 3.99 3.93 3.70 5/220 21831
/proc/meminfo: memFree=18726124/32873648 swapFree=6864/6864
[pid=21737] ppid=21735 vsize=11852648 CPUtime=1635.01 cores=0,2,4,6
/proc/21737/stat : 21737 (java) S 21735 21737 12644 0 -1 4202496 29428 0 1 0 163396 105 0 0 20 0 22 0 339065555 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140734736433056 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21737/statm: 2963162 950742 2290 9 0 2953849 0
[pid=21737/tid=21738] ppid=21735 vsize=11852648 CPUtime=1.36 cores=0,2,4,6
/proc/21737/task/21738/stat : 21738 (java) S 21735 21737 12644 0 -1 4202560 3652 0 1 0 127 9 0 0 20 0 22 0 339065555 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279612249240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21740] ppid=21735 vsize=11852648 CPUtime=1.16 cores=0,2,4,6
/proc/21737/task/21740/stat : 21740 (java) S 21735 21737 12644 0 -1 4202560 215 0 0 0 113 3 0 0 20 0 22 0 339065557 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279449549736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21741] ppid=21735 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/21737/task/21741/stat : 21741 (java) S 21735 21737 12644 0 -1 4202560 232 0 0 0 114 3 0 0 20 0 22 0 339065557 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279448497192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21737/tid=21742] ppid=21735 vsize=11852648 CPUtime=1.11 cores=0,2,4,6
/proc/21737/task/21742/stat : 21742 (java) S 21735 21737 12644 0 -1 4202560 193 0 0 0 108 3 0 0 20 0 22 0 339065557 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279447444136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21743] ppid=21735 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/21737/task/21743/stat : 21743 (java) S 21735 21737 12644 0 -1 4202560 218 0 0 0 119 4 0 0 20 0 22 0 339065557 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279446391592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21744] ppid=21735 vsize=11852648 CPUtime=1.22 cores=0,2,4,6
/proc/21737/task/21744/stat : 21744 (java) S 21735 21737 12644 0 -1 4202560 190 0 0 0 119 3 0 0 20 0 22 0 339065557 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279445338536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21745] ppid=21735 vsize=11852648 CPUtime=1.21 cores=0,2,4,6
/proc/21737/task/21745/stat : 21745 (java) S 21735 21737 12644 0 -1 4202560 183 0 0 0 116 5 0 0 20 0 22 0 339065557 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279444285992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21746] ppid=21735 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/21737/task/21746/stat : 21746 (java) S 21735 21737 12644 0 -1 4202560 214 0 0 0 119 4 0 0 20 0 22 0 339065557 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279443232936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21747] ppid=21735 vsize=11852648 CPUtime=1.19 cores=0,2,4,6
/proc/21737/task/21747/stat : 21747 (java) S 21735 21737 12644 0 -1 4202560 186 0 0 0 115 4 0 0 20 0 22 0 339065557 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279442180392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21748] ppid=21735 vsize=11852648 CPUtime=15.82 cores=0,2,4,6
/proc/21737/task/21748/stat : 21748 (java) S 21735 21737 12644 0 -1 4202560 204 0 0 0 1576 6 0 0 20 0 22 0 339065558 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279429770088 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21749] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21749/stat : 21749 (java) S 21735 21737 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339065558 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279428716408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21737/tid=21750] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21750/stat : 21750 (java) S 21735 21737 12644 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339065558 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279427663240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21751] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21751/stat : 21751 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065561 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279426611984 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21752] ppid=21735 vsize=11852648 CPUtime=1.74 cores=0,2,4,6
/proc/21737/task/21752/stat : 21752 (java) S 21735 21737 12644 0 -1 4202560 13010 0 0 0 171 3 0 0 20 0 22 0 339065561 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279425558840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21737/tid=21753] ppid=21735 vsize=11852648 CPUtime=1.69 cores=0,2,4,6
/proc/21737/task/21753/stat : 21753 (java) S 21735 21737 12644 0 -1 4202560 8116 0 0 0 167 2 0 0 20 0 22 0 339065561 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279424506296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21754] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21754/stat : 21754 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065561 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279423453432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21755] ppid=21735 vsize=11852648 CPUtime=0.27 cores=0,2,4,6
/proc/21737/task/21755/stat : 21755 (java) S 21735 21737 12644 0 -1 4202560 47 0 0 0 11 16 0 0 20 0 22 0 339065561 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279422401096 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21756] ppid=21735 vsize=11852648 CPUtime=802.39 cores=0,2,4,6
/proc/21737/task/21756/stat : 21756 (java) R 21735 21737 12644 0 -1 4202560 83 0 0 0 80227 12 0 0 20 0 22 0 339065690 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279421346640 140279484858791 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21757] ppid=21735 vsize=11852648 CPUtime=802.34 cores=0,2,4,6
/proc/21737/task/21757/stat : 21757 (java) R 21735 21737 12644 0 -1 4202560 1496 0 0 0 80174 60 0 0 20 0 22 0 339065690 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279420292336 140279485011684 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21758] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21758/stat : 21758 (java) S 21735 21737 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339065697 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279419241768 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21759] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21759/stat : 21759 (java) S 21735 21737 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339065698 12137111552 950742 33554432000 1073741824 1073778376 140734736441920 140279418189224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1635.01
Current children cumulated vsize (KiB) 11852648

[startup+882.301 s]
/proc/loadavg: 3.99 3.94 3.71 5/219 21831
/proc/meminfo: memFree=18710684/32873648 swapFree=6864/6864
[pid=21737] ppid=21735 vsize=11852648 CPUtime=1754.76 cores=0,2,4,6
/proc/21737/stat : 21737 (java) S 21735 21737 12644 0 -1 4202496 29571 0 1 0 175369 107 0 0 20 0 22 0 339065555 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140734736433056 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21737/statm: 2963162 950873 2290 9 0 2953849 0
[pid=21737/tid=21738] ppid=21735 vsize=11852648 CPUtime=1.37 cores=0,2,4,6
/proc/21737/task/21738/stat : 21738 (java) S 21735 21737 12644 0 -1 4202560 3652 0 1 0 128 9 0 0 20 0 22 0 339065555 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279612249240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21740] ppid=21735 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/21737/task/21740/stat : 21740 (java) S 21735 21737 12644 0 -1 4202560 235 0 0 0 120 4 0 0 20 0 22 0 339065557 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279449549736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21741] ppid=21735 vsize=11852648 CPUtime=1.23 cores=0,2,4,6
/proc/21737/task/21741/stat : 21741 (java) S 21735 21737 12644 0 -1 4202560 239 0 0 0 120 3 0 0 20 0 22 0 339065557 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279448497192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21737/tid=21742] ppid=21735 vsize=11852648 CPUtime=1.16 cores=0,2,4,6
/proc/21737/task/21742/stat : 21742 (java) S 21735 21737 12644 0 -1 4202560 193 0 0 0 113 3 0 0 20 0 22 0 339065557 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279447444136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21737/tid=21743] ppid=21735 vsize=11852648 CPUtime=1.33 cores=0,2,4,6
/proc/21737/task/21743/stat : 21743 (java) S 21735 21737 12644 0 -1 4202560 265 0 0 0 129 4 0 0 20 0 22 0 339065557 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279446391592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21744] ppid=21735 vsize=11852648 CPUtime=1.29 cores=0,2,4,6
/proc/21737/task/21744/stat : 21744 (java) S 21735 21737 12644 0 -1 4202560 208 0 0 0 126 3 0 0 20 0 22 0 339065557 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279445338536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21737/tid=21745] ppid=21735 vsize=11852648 CPUtime=1.29 cores=0,2,4,6
/proc/21737/task/21745/stat : 21745 (java) S 21735 21737 12644 0 -1 4202560 189 0 0 0 124 5 0 0 20 0 22 0 339065557 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279444285992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21746] ppid=21735 vsize=11852648 CPUtime=1.31 cores=0,2,4,6
/proc/21737/task/21746/stat : 21746 (java) S 21735 21737 12644 0 -1 4202560 223 0 0 0 127 4 0 0 20 0 22 0 339065557 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279443232936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21747] ppid=21735 vsize=11852648 CPUtime=1.28 cores=0,2,4,6
/proc/21737/task/21747/stat : 21747 (java) S 21735 21737 12644 0 -1 4202560 210 0 0 0 124 4 0 0 20 0 22 0 339065557 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279442180392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21748] ppid=21735 vsize=11852648 CPUtime=16.35 cores=0,2,4,6
/proc/21737/task/21748/stat : 21748 (java) S 21735 21737 12644 0 -1 4202560 208 0 0 0 1629 6 0 0 20 0 22 0 339065558 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279429770088 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21749] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21749/stat : 21749 (java) S 21735 21737 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339065558 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279428716408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21737/tid=21750] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21750/stat : 21750 (java) S 21735 21737 12644 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339065558 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279427663240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21751] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21751/stat : 21751 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065561 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279426611984 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21752] ppid=21735 vsize=11852648 CPUtime=1.74 cores=0,2,4,6
/proc/21737/task/21752/stat : 21752 (java) S 21735 21737 12644 0 -1 4202560 13010 0 0 0 171 3 0 0 20 0 22 0 339065561 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279425558840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21737/tid=21753] ppid=21735 vsize=11852648 CPUtime=1.69 cores=0,2,4,6
/proc/21737/task/21753/stat : 21753 (java) S 21735 21737 12644 0 -1 4202560 8116 0 0 0 167 2 0 0 20 0 22 0 339065561 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279424506296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21754] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21754/stat : 21754 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065561 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279423453432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21755] ppid=21735 vsize=11852648 CPUtime=0.29 cores=0,2,4,6
/proc/21737/task/21755/stat : 21755 (java) S 21735 21737 12644 0 -1 4202560 51 0 0 0 12 17 0 0 20 0 22 0 339065561 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279422401096 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21756] ppid=21735 vsize=11852648 CPUtime=861.71 cores=0,2,4,6
/proc/21737/task/21756/stat : 21756 (java) R 21735 21737 12644 0 -1 4202560 87 0 0 0 86156 15 0 0 20 0 22 0 339065690 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279421345696 140279484914055 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21757] ppid=21735 vsize=11852648 CPUtime=861.64 cores=0,2,4,6
/proc/21737/task/21757/stat : 21757 (java) R 21735 21737 12644 0 -1 4202560 1496 0 0 0 86103 61 0 0 20 0 22 0 339065690 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279420292336 140279485011568 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21758] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21758/stat : 21758 (java) S 21735 21737 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339065697 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279419241768 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21759] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21759/stat : 21759 (java) S 21735 21737 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339065698 12137111552 950873 33554432000 1073741824 1073778376 140734736441920 140279418189224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1754.76
Current children cumulated vsize (KiB) 11852648



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+905.201 s]
/proc/loadavg: 3.99 3.95 3.72 5/219 21831
/proc/meminfo: memFree=18687664/32873648 swapFree=6864/6864
[pid=21737] ppid=21735 vsize=11852648 CPUtime=1800.11 cores=0,2,4,6
/proc/21737/stat : 21737 (java) S 21735 21737 12644 0 -1 4202496 29607 0 1 0 179904 107 0 0 20 0 22 0 339065555 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140734736433056 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/21737/statm: 2963162 950905 2290 9 0 2953849 0
[pid=21737/tid=21738] ppid=21735 vsize=11852648 CPUtime=1.37 cores=0,2,4,6
/proc/21737/task/21738/stat : 21738 (java) S 21735 21737 12644 0 -1 4202560 3654 0 1 0 128 9 0 0 20 0 22 0 339065555 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279612249240 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21740] ppid=21735 vsize=11852648 CPUtime=1.27 cores=0,2,4,6
/proc/21737/task/21740/stat : 21740 (java) S 21735 21737 12644 0 -1 4202560 247 0 0 0 123 4 0 0 20 0 22 0 339065557 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279449549736 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21741] ppid=21735 vsize=11852648 CPUtime=1.24 cores=0,2,4,6
/proc/21737/task/21741/stat : 21741 (java) S 21735 21737 12644 0 -1 4202560 239 0 0 0 121 3 0 0 20 0 22 0 339065557 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279448497192 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21742] ppid=21735 vsize=11852648 CPUtime=1.17 cores=0,2,4,6
/proc/21737/task/21742/stat : 21742 (java) S 21735 21737 12644 0 -1 4202560 195 0 0 0 114 3 0 0 20 0 22 0 339065557 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279447444136 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21743] ppid=21735 vsize=11852648 CPUtime=1.36 cores=0,2,4,6
/proc/21737/task/21743/stat : 21743 (java) S 21735 21737 12644 0 -1 4202560 269 0 0 0 132 4 0 0 20 0 22 0 339065557 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279446391592 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21744] ppid=21735 vsize=11852648 CPUtime=1.32 cores=0,2,4,6
/proc/21737/task/21744/stat : 21744 (java) S 21735 21737 12644 0 -1 4202560 212 0 0 0 129 3 0 0 20 0 22 0 339065557 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279445338536 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21737/tid=21745] ppid=21735 vsize=11852648 CPUtime=1.3 cores=0,2,4,6
/proc/21737/task/21745/stat : 21745 (java) S 21735 21737 12644 0 -1 4202560 191 0 0 0 125 5 0 0 20 0 22 0 339065557 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279444285992 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21746] ppid=21735 vsize=11852648 CPUtime=1.34 cores=0,2,4,6
/proc/21737/task/21746/stat : 21746 (java) S 21735 21737 12644 0 -1 4202560 231 0 0 0 130 4 0 0 20 0 22 0 339065557 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279443232936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21747] ppid=21735 vsize=11852648 CPUtime=1.32 cores=0,2,4,6
/proc/21737/task/21747/stat : 21747 (java) S 21735 21737 12644 0 -1 4202560 210 0 0 0 128 4 0 0 20 0 22 0 339065557 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279442180392 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21748] ppid=21735 vsize=11852648 CPUtime=16.89 cores=0,2,4,6
/proc/21737/task/21748/stat : 21748 (java) S 21735 21737 12644 0 -1 4202560 208 0 0 0 1683 6 0 0 20 0 22 0 339065558 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279429770088 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21749] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21749/stat : 21749 (java) S 21735 21737 12644 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 339065558 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279428716408 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21737/tid=21750] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21750/stat : 21750 (java) S 21735 21737 12644 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 339065558 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279427663240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21751] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21751/stat : 21751 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065561 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279426611984 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21752] ppid=21735 vsize=11852648 CPUtime=1.74 cores=0,2,4,6
/proc/21737/task/21752/stat : 21752 (java) S 21735 21737 12644 0 -1 4202560 13010 0 0 0 171 3 0 0 20 0 22 0 339065561 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279425558840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=21737/tid=21753] ppid=21735 vsize=11852648 CPUtime=1.69 cores=0,2,4,6
/proc/21737/task/21753/stat : 21753 (java) S 21735 21737 12644 0 -1 4202560 8116 0 0 0 167 2 0 0 20 0 22 0 339065561 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279424506296 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21754] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21754/stat : 21754 (java) S 21735 21737 12644 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 339065561 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279423453432 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21755] ppid=21735 vsize=11852648 CPUtime=0.3 cores=0,2,4,6
/proc/21737/task/21755/stat : 21755 (java) S 21735 21737 12644 0 -1 4202560 53 0 0 0 12 18 0 0 20 0 22 0 339065561 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279422401096 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21756] ppid=21735 vsize=11852648 CPUtime=884.03 cores=0,2,4,6
/proc/21737/task/21756/stat : 21756 (java) R 21735 21737 12644 0 -1 4202560 87 0 0 0 88388 15 0 0 20 0 22 0 339065690 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279421344880 140279484886394 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=21737/tid=21757] ppid=21735 vsize=11852648 CPUtime=883.96 cores=0,2,4,6
/proc/21737/task/21757/stat : 21757 (java) R 21735 21737 12644 0 -1 4202560 1496 0 0 0 88335 61 0 0 20 0 22 0 339065690 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279420293120 140279485013846 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=21737/tid=21758] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21758/stat : 21758 (java) S 21735 21737 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339065697 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279419241768 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=21737/tid=21759] ppid=21735 vsize=11852648 CPUtime=0 cores=0,2,4,6
/proc/21737/task/21759/stat : 21759 (java) S 21735 21737 12644 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 339065698 12137111552 950905 33554432000 1073741824 1073778376 140734736441920 140279418189224 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 11852648

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

Solver just ended. Dumping a history of the last processes samples

Child status: 143
Real time (s): 905.266
CPU time (s): 1800.73
CPU user time (s): 1799.12
CPU system time (s): 1.61076
CPU usage (%): 198.917
Max. virtual memory (cumulated for all children) (KiB): 11852648

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1799.12
system time used= 1.61075
maximum resident set size= 3805792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 29642
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24338
involuntary context switches= 30600

runsolver used 2.6416 second user time and 8.75367 second system time

The end

Launcher Data

Begin job on node125 at 2012-06-03 15:16:41
IDJOB=3739568
IDBENCH=73459
IDSOLVER=2328
FILE ID=node125/3739568-1338729401
RUNJOBID= node125-1338714015-12660
PBS_JOBID= 14636751
Free space on /tmp= 70432 MiB

SOLVER NAME= PB11: Sat4j Res//CP 2.3.0
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j120/normalized-j12046_2-sat.opb
COMMAND LINE= java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3739568-1338729401/watcher-3739568-1338729401 -o /tmp/evaluation-result-3739568-1338729401/solver-3739568-1338729401 -C 1800 -W 1900 -M 15500  java -server -Xms10000m -Xmx10000m -jar sat4j-pb.jar Both HOME/instance-3739568-1338729401.opb

TIME LIMIT= 1800 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 8df6acf86997549eac6f2a4fde05a479
RANDOM SEED=49814155

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.74
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5438.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.373
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.91
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        22483572 kB
Buffers:          611232 kB
Cached:          5045112 kB
SwapCached:         2308 kB
Active:          6306436 kB
Inactive:        3166716 kB
Active(anon):    3808072 kB
Inactive(anon):     9240 kB
Active(file):    2498364 kB
Inactive(file):  3157476 kB
Unevictable:        6864 kB
Mlocked:            6864 kB
SwapTotal:      67108856 kB
SwapFree:       67102524 kB
Dirty:              6200 kB
Writeback:             0 kB
AnonPages:       3811880 kB
Mapped:            22544 kB
Shmem:                96 kB
Slab:             769396 kB
SReclaimable:     211972 kB
SUnreclaim:       557424 kB
KernelStack:        1792 kB
PageTables:        11632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:   10462020 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3764224 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7680 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 70432 MiB
End job on node125 at 2012-06-03 15:31:49