Trace number 3740071

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
PB10: SAT4J PB RES // CP 2.2.0 2010-05-31? (TO) 1800.52 901.346

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j60/
normalized-j6029_8-unsat.opb
MD5SUMc619d5d1f14c9c14bda19749a65da87b
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark1646.31
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables11712
Total number of constraints38651
Number of constraints which are clauses38271
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints380
Minimum length of a constraint1
Maximum length of a constraint60
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 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 368
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.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2010 Daniel Le Berre
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.07	c version 2.2.0.v20100531
0.00/0.07	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.07	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.07	c java.vm.version	19.1-b02
0.00/0.07	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.07	c sun.arch.data.model	64
0.00/0.07	c java.version		1.6.0_24
0.00/0.07	c os.name		Linux
0.00/0.07	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.07	c os.arch		amd64
0.00/0.07	c Free memory 		1349517296
0.00/0.07	c Max memory 		1356595200
0.00/0.07	c Total memory 		1356595200
0.00/0.07	c Number of processors 	8
0.00/0.10	c Pseudo Boolean Optimization
0.00/0.10	c ManyCore solver with 2 solvers running in parallel
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c Stops conflict analysis at the first Unique Implication Point
0.00/0.10	c org.sat4j.pb.constraints.CompetResolutionPBMixedWLClauseCardConstrDataStructure@5495fd19
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.00/0.10	c Expensive reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.00/0.10	c --- Begin Solver configuration ---
0.00/0.10	c Stops conflict analysis at the first Unique Implication Point
0.00/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@ae94e92
0.00/0.10	c Learn all clauses as in MiniSAT
0.00/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.00/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.00/0.10	c No reason simplification
0.00/0.10	c Armin Biere (Picosat) restarts strategy
0.00/0.10	c Glucose learned constraints deletion strategy
0.00/0.10	c timeout=2147483s
0.00/0.10	c DB Simplification allowed=false
0.00/0.10	c --- End Solver configuration ---
0.00/0.10	
0.00/0.10	c solving HOME/instance-3740071-1338758497.opb
0.00/0.10	c reading problem ... 
1.52/0.70	c ... done. Wall clock time 0.602s.
1.52/0.70	c #vars     11712
1.52/0.70	c #constraints  34540
1.52/0.70	c constraints type 
1.52/0.70	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4331
1.52/0.70	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28124
1.52/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 380
1.52/0.70	c constraints type 
1.52/0.70	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 28124
1.52/0.70	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4331
1.52/0.70	c org.sat4j.pb.constraints.pb.MaxWatchPb => 380
5.99/2.32	c cleaning 2496 clauses out of 5000 with flag 5001/5001
9.12/3.88	c cleaning 4249 clauses out of 8502 with flag 11001/11001
12.71/5.69	c cleaning 5617 clauses out of 11252 with flag 18000/18000
16.91/7.78	c cleaning 6816 clauses out of 13635 with flag 26000/26000
21.88/10.29	c cleaning 7901 clauses out of 15819 with flag 35000/35000
27.67/13.15	c cleaning 8951 clauses out of 17918 with flag 45000/45000
34.04/16.37	c cleaning 9970 clauses out of 19968 with flag 56001/56001
41.43/20.02	c cleaning 10986 clauses out of 21998 with flag 68001/68001
49.53/24.17	c cleaning 11995 clauses out of 24011 with flag 81000/81000
57.91/28.34	c cleaning 13000 clauses out of 26016 with flag 95000/95000
67.52/33.12	c cleaning 13995 clauses out of 28016 with flag 110000/110000
77.28/38.10	c cleaning 15001 clauses out of 30021 with flag 126000/126000
87.44/43.12	c cleaning 0 clauses out of 5001 with flag 0/5001
88.77/43.71	c cleaning 16001 clauses out of 32021 with flag 143001/143001
100.71/49.71	c cleaning 16999 clauses out of 34019 with flag 161000/161000
113.49/56.19	c cleaning 18000 clauses out of 36022 with flag 180002/180002
126.35/62.67	c cleaning 19002 clauses out of 38023 with flag 200003/200003
140.35/69.68	c cleaning 19995 clauses out of 40018 with flag 221000/221000
155.51/77.27	c cleaning 21006 clauses out of 42023 with flag 243000/243000
171.67/85.32	c cleaning 22000 clauses out of 44017 with flag 266000/266000
188.40/93.72	c cleaning 22997 clauses out of 46017 with flag 290000/290000
206.17/102.62	c cleaning 23995 clauses out of 48021 with flag 315001/315001
223.91/111.50	c cleaning 25006 clauses out of 50026 with flag 341001/341001
244.93/122.05	c cleaning 26000 clauses out of 52020 with flag 368001/368001
266.85/133.05	c cleaning 27006 clauses out of 54019 with flag 396000/396000
290.25/144.76	c cleaning 27998 clauses out of 56014 with flag 425001/425001
315.06/157.14	c cleaning 28992 clauses out of 58015 with flag 455000/455000
337.69/168.47	c cleaning 29994 clauses out of 60023 with flag 486000/486000
364.02/181.66	c cleaning 30975 clauses out of 62029 with flag 518000/518000
393.86/196.50	c cleaning 32009 clauses out of 64054 with flag 551000/551000
424.90/212.09	c cleaning 32515 clauses out of 65045 with flag 584000/584000
434.38/216.83	c cleaning 0 clauses out of 11001 with flag 0/11001
452.78/226.18	c cleaning 32746 clauses out of 65531 with flag 617001/617001
481.39/240.45	c cleaning 32877 clauses out of 65784 with flag 650000/650000
509.99/254.74	c cleaning 32944 clauses out of 65907 with flag 683000/683000
535.79/267.70	c cleaning 32963 clauses out of 65963 with flag 716000/716000
566.20/282.94	c cleaning 32987 clauses out of 66000 with flag 749000/749000
597.61/298.62	c cleaning 32994 clauses out of 66013 with flag 782000/782000
626.63/313.13	c cleaning 33006 clauses out of 66020 with flag 815001/815001
656.65/328.14	c cleaning 32992 clauses out of 66013 with flag 848000/848000
687.09/343.41	c cleaning 32998 clauses out of 66021 with flag 881000/881000
715.52/357.61	c cleaning 33002 clauses out of 66023 with flag 914000/914000
743.92/371.87	c cleaning 33004 clauses out of 66021 with flag 947000/947000
772.07/385.94	c cleaning 33004 clauses out of 66018 with flag 980001/980001
802.71/401.37	c cleaning 32992 clauses out of 66013 with flag 1013000/1013000
833.12/416.52	c cleaning 32990 clauses out of 66022 with flag 1046001/1046001
862.10/431.03	c cleaning 32989 clauses out of 66031 with flag 1079000/1079000
893.68/446.82	c cleaning 32999 clauses out of 66042 with flag 1112000/1112000
926.76/463.41	c cleaning 33017 clauses out of 66044 with flag 1145001/1145001
957.70/478.95	c cleaning 32999 clauses out of 66026 with flag 1178000/1178000
988.85/494.57	c cleaning 32993 clauses out of 66028 with flag 1211001/1211001
1020.07/510.10	c cleaning 33005 clauses out of 66035 with flag 1244001/1244001
1051.46/525.91	c cleaning 32983 clauses out of 66031 with flag 1277002/1277002
1082.75/541.62	c cleaning 33019 clauses out of 66049 with flag 1310003/1310003
1112.56/556.57	c cleaning 32999 clauses out of 66027 with flag 1343000/1343000
1143.28/571.90	c cleaning 32997 clauses out of 66027 with flag 1376000/1376000
1173.22/587.02	c cleaning 33005 clauses out of 66031 with flag 1409001/1409001
1205.21/603.07	c cleaning 33002 clauses out of 66025 with flag 1442000/1442000
1234.17/617.55	c cleaning 32989 clauses out of 66023 with flag 1475000/1475000
1263.12/632.08	c cleaning 32988 clauses out of 66035 with flag 1508001/1508001
1295.86/648.54	c cleaning 32993 clauses out of 66047 with flag 1541001/1541001
1303.79/652.60	c cleaning 0 clauses out of 18000 with flag 0/18000
1330.50/666.05	c cleaning 33015 clauses out of 66053 with flag 1574000/1574000
1362.26/681.99	c cleaning 33010 clauses out of 66038 with flag 1607000/1607000
1394.07/697.97	c cleaning 32999 clauses out of 66028 with flag 1640000/1640000
1424.64/713.26	c cleaning 33006 clauses out of 66029 with flag 1673000/1673000
1457.48/729.62	c cleaning 33000 clauses out of 66023 with flag 1706000/1706000
1489.91/745.86	c cleaning 33000 clauses out of 66024 with flag 1739001/1739001
1523.33/762.64	c cleaning 32997 clauses out of 66023 with flag 1772000/1772000
1554.50/778.29	c cleaning 32990 clauses out of 66026 with flag 1805000/1805000
1582.92/792.45	c cleaning 33004 clauses out of 66037 with flag 1838001/1838001
1614.78/808.36	c cleaning 32994 clauses out of 66035 with flag 1871003/1871003
1645.28/823.76	c cleaning 33002 clauses out of 66038 with flag 1904000/1904000
1676.46/839.36	c cleaning 33003 clauses out of 66036 with flag 1937000/1937000
1708.90/855.58	c cleaning 32994 clauses out of 66033 with flag 1970000/1970000
1741.21/871.74	c cleaning 33015 clauses out of 66041 with flag 2003002/2003002
1773.58/888.01	c cleaning 33000 clauses out of 66024 with flag 2036000/2036000
1800.10/901.31	c starts		: 225
1800.10/901.31	c conflicts		: 2065620
1800.10/901.31	c decisions		: 2534826
1800.10/901.31	c propagations		: 939939801
1800.10/901.31	c inspects		: 6010708663
1800.10/901.31	c learnt literals	: 4
1800.10/901.31	c learnt binary clauses	: 46
1800.10/901.31	c learnt ternary clauses	: 838
1800.10/901.31	c learnt clauses	: 2065616
1800.10/901.31	c ignored clauses	: 0
1800.10/901.31	c root simplifications	: 0
1800.10/901.31	c removed literals (reason simplification)	: 39829312
1800.10/901.31	c reason swapping (by a shorter reason)	: 0
1800.10/901.31	c Calls to reduceDB	: 74
1800.10/901.31	c number of reductions to clauses (during analyze)	: 0
1800.10/901.31	c number of learned constraints concerned by reduction	: 0
1800.10/901.31	c number of learning phase by resolution	: 0
1800.10/901.31	c number of learning phase by cutting planes	: 0
1800.10/901.31	c speed (assignments/second)	: 1043675.2475555348
1800.10/901.31	c non guided choices	20
1800.10/901.34	c learnt constraints type 
1800.10/901.34	c org.sat4j.minisat.constraints.cnf.LearntHTClause => 62647
1800.10/901.34	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 46
1800.10/901.34	c constraints type 
1800.10/901.34	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4331
1800.10/901.34	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28124
1800.10/901.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 380
1800.10/901.34	c constraints type 
1800.10/901.34	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 28124
1800.10/901.34	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4331
1800.10/901.34	c org.sat4j.pb.constraints.pb.MaxWatchPb => 380
1800.10/901.34	s UNKNOWN
1800.10/901.34	c Total wall clock time (in seconds): 901.235

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-3740071-1338758497/watcher-3740071-1338758497 -o /tmp/evaluation-result-3740071-1338758497/solver-3740071-1338758497 -C 1800 -W 1900 -M 15500 java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3740071-1338758497.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: 4.07 3.86 3.74 4/197 20713
/proc/meminfo: memFree=26467580/32873648 swapFree=6860/6860
[pid=20713] ppid=20711 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/20713/stat : 20713 (java) R 20711 20713 17435 0 -1 4202496 986 0 0 0 0 0 0 0 20 0 1 0 341975779 23793664 713 33554432000 1073741824 1073778376 140734015675728 140734015664792 266426431568 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/20713/statm: 5809 714 529 9 0 128 0

[startup+0.105631 s]
/proc/loadavg: 4.07 3.86 3.74 4/197 20713
/proc/meminfo: memFree=26467580/32873648 swapFree=6860/6860
[pid=20713] ppid=20711 vsize=2699928 CPUtime=0.11 cores=0,2,4,6
/proc/20713/stat : 20713 (java) S 20711 20713 17435 0 -1 4202496 4902 0 1 0 11 0 0 0 20 0 18 0 341975779 2764726272 6059 33554432000 1073741824 1073778376 140734015675728 140734015666864 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20713/statm: 674982 6059 2158 9 0 665676 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 2699928

[startup+0.200204 s]
/proc/loadavg: 4.07 3.86 3.74 4/197 20713
/proc/meminfo: memFree=26467580/32873648 swapFree=6860/6860
[pid=20713] ppid=20711 vsize=2699928 CPUtime=0.25 cores=0,2,4,6
/proc/20713/stat : 20713 (java) S 20711 20713 17435 0 -1 4202496 5074 0 1 0 25 0 0 0 20 0 18 0 341975779 2764726272 7208 33554432000 1073741824 1073778376 140734015675728 140734015666864 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20713/statm: 674982 7208 2200 9 0 665676 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 2699928

[startup+0.300203 s]
/proc/loadavg: 4.07 3.86 3.74 4/197 20713
/proc/meminfo: memFree=26467580/32873648 swapFree=6860/6860
[pid=20713] ppid=20711 vsize=2699928 CPUtime=0.51 cores=0,2,4,6
/proc/20713/stat : 20713 (java) S 20711 20713 17435 0 -1 4202496 6519 0 1 0 50 1 0 0 20 0 18 0 341975779 2764726272 9726 33554432000 1073741824 1073778376 140734015675728 140734015666864 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20713/statm: 674982 9726 2219 9 0 665676 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 2699928

[startup+0.700179 s]
/proc/loadavg: 4.07 3.86 3.74 4/197 20713
/proc/meminfo: memFree=26467580/32873648 swapFree=6860/6860
[pid=20713] ppid=20711 vsize=2699928 CPUtime=1.52 cores=0,2,4,6
/proc/20713/stat : 20713 (java) S 20711 20713 17435 0 -1 4202496 16278 0 1 0 149 3 0 0 20 0 18 0 341975779 2764726272 37392 33554432000 1073741824 1073778376 140734015675728 140734015666864 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20713/statm: 674982 37392 2243 9 0 665676 0
Current children cumulated CPU time (s) 1.52
Current children cumulated vsize (KiB) 2699928

[startup+1.50072 s]
/proc/loadavg: 4.23 3.89 3.76 7/219 20735
/proc/meminfo: memFree=26266568/32873648 swapFree=6860/6860
[pid=20713] ppid=20711 vsize=2966184 CPUtime=4.16 cores=0,2,4,6
/proc/20713/stat : 20713 (java) S 20711 20713 17435 0 -1 4202496 20963 0 1 0 408 8 0 0 20 0 22 0 341975779 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140734015666864 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20713/statm: 741546 98314 2268 9 0 732240 0
[pid=20713/tid=20715] ppid=20711 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (java) S 20711 20713 17435 0 -1 4202560 2905 0 1 0 66 2 0 0 20 0 22 0 341975780 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335439320216 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (java) S 20711 20713 17435 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 341975781 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335373269928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20717] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20717/stat : 20717 (java) S 20711 20713 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341975781 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335304928296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20718] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20718/stat : 20718 (java) S 20711 20713 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341975781 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335303875240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20719] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20719/stat : 20719 (java) S 20711 20713 17435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341975781 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335302822696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20720] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20720/stat : 20720 (java) S 20711 20713 17435 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 341975781 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335301769640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20721] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20721/stat : 20721 (java) S 20711 20713 17435 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 341975781 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335300717096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20722] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20722/stat : 20722 (java) S 20711 20713 17435 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 341975781 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335299664040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20723] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20723/stat : 20723 (java) S 20711 20713 17435 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 341975781 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335298611496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20724] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20724/stat : 20724 (java) S 20711 20713 17435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341975782 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335286201192 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20725] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20725/stat : 20725 (java) S 20711 20713 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341975782 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335285147512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20726] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20726/stat : 20726 (java) S 20711 20713 17435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341975782 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335284094344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20727] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20727/stat : 20727 (java) S 20711 20713 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341975784 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335283043088 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20728] ppid=20711 vsize=2966184 CPUtime=0.88 cores=0,2,4,6
/proc/20713/task/20728/stat : 20728 (java) R 20711 20713 17435 0 -1 4202560 7250 0 0 0 88 0 0 0 20 0 22 0 341975784 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335281989944 140335442899191 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20729] ppid=20711 vsize=2966184 CPUtime=0.93 cores=0,2,4,6
/proc/20713/task/20729/stat : 20729 (java) R 20711 20713 17435 0 -1 4202560 9347 0 0 0 92 1 0 0 20 0 22 0 341975784 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335280937400 140335446120464 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20730] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20730/stat : 20730 (java) S 20711 20713 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341975784 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335279884536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20731] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20731/stat : 20731 (java) S 20711 20713 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341975784 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335278832200 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20732] ppid=20711 vsize=2966184 CPUtime=0.74 cores=0,2,4,6
/proc/20713/task/20732/stat : 20732 (java) R 20711 20713 17435 0 -1 4202560 44 0 0 0 74 0 0 0 20 0 22 0 341975850 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335277749416 140335379974030 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20733] ppid=20711 vsize=2966184 CPUtime=0.75 cores=0,2,4,6
/proc/20713/task/20733/stat : 20733 (java) R 20711 20713 17435 0 -1 4202560 158 0 0 0 72 3 0 0 20 0 22 0 341975850 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335276694520 140335380036422 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20713/tid=20734] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20734/stat : 20734 (java) S 20711 20713 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341975854 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335275644200 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20735] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20735/stat : 20735 (java) S 20711 20713 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341975854 3037372416 98314 33554432000 1073741824 1073778376 140734015675728 140335274591656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 4.16
Current children cumulated vsize (KiB) 2966184

[startup+3.10076 s]
/proc/loadavg: 4.23 3.89 3.76 5/219 20735
/proc/meminfo: memFree=26052460/32873648 swapFree=6860/6860
[pid=20713] ppid=20711 vsize=2966184 CPUtime=7.66 cores=0,2,4,6
/proc/20713/stat : 20713 (java) S 20711 20713 17435 0 -1 4202496 22015 0 1 0 755 11 0 0 20 0 22 0 341975779 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140734015666864 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20713/statm: 741546 110143 2283 9 0 732240 0
[pid=20713/tid=20715] ppid=20711 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (java) S 20711 20713 17435 0 -1 4202560 2905 0 1 0 66 2 0 0 20 0 22 0 341975780 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335439320216 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (java) S 20711 20713 17435 0 -1 4202560 24 0 0 0 1 2 0 0 20 0 22 0 341975781 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335373269928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20717] ppid=20711 vsize=2966184 CPUtime=0.01 cores=0,2,4,6
/proc/20713/task/20717/stat : 20717 (java) S 20711 20713 17435 0 -1 4202560 4 0 0 0 1 0 0 0 20 0 22 0 341975781 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335304928296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20718] ppid=20711 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/20713/task/20718/stat : 20718 (java) S 20711 20713 17435 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 341975781 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335303875240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20719] ppid=20711 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/20713/task/20719/stat : 20719 (java) S 20711 20713 17435 0 -1 4202560 18 0 0 0 2 2 0 0 20 0 22 0 341975781 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335302822696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20720] ppid=20711 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/20713/task/20720/stat : 20720 (java) S 20711 20713 17435 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 341975781 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335301769640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20713/tid=20721] ppid=20711 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/20713/task/20721/stat : 20721 (java) S 20711 20713 17435 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 341975781 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335300717096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20713/tid=20722] ppid=20711 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/20713/task/20722/stat : 20722 (java) S 20711 20713 17435 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 341975781 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335299664040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20723] ppid=20711 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/20713/task/20723/stat : 20723 (java) S 20711 20713 17435 0 -1 4202560 5 0 0 0 2 0 0 0 20 0 22 0 341975781 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335298611496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20713/tid=20724] ppid=20711 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/20713/task/20724/stat : 20724 (java) S 20711 20713 17435 0 -1 4202560 37 0 0 0 4 0 0 0 20 0 22 0 341975782 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335286201192 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20725] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20725/stat : 20725 (java) S 20711 20713 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341975782 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335285147512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20726] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20726/stat : 20726 (java) S 20711 20713 17435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341975782 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335284094344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20727] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20727/stat : 20727 (java) S 20711 20713 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341975784 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335283043088 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20728] ppid=20711 vsize=2966184 CPUtime=1.06 cores=0,2,4,6
/proc/20713/task/20728/stat : 20728 (java) S 20711 20713 17435 0 -1 4202560 7268 0 0 0 106 0 0 0 20 0 22 0 341975784 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335281989944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20729] ppid=20711 vsize=2966184 CPUtime=1.05 cores=0,2,4,6
/proc/20713/task/20729/stat : 20729 (java) S 20711 20713 17435 0 -1 4202560 10298 0 0 0 103 2 0 0 20 0 22 0 341975784 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335280937400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20730] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20730/stat : 20730 (java) S 20711 20713 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341975784 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335279884536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20731] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20731/stat : 20731 (java) S 20711 20713 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341975784 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335278832200 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20732] ppid=20711 vsize=2966184 CPUtime=2.22 cores=0,2,4,6
/proc/20713/task/20732/stat : 20732 (java) R 20711 20713 17435 0 -1 4202560 44 0 0 0 222 0 0 0 20 0 22 0 341975850 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335277748024 140335380017802 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20733] ppid=20711 vsize=2966184 CPUtime=2.25 cores=0,2,4,6
/proc/20713/task/20733/stat : 20733 (java) R 20711 20713 17435 0 -1 4202560 165 0 0 0 222 3 0 0 20 0 22 0 341975850 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335276695624 140335379741212 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20734] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20734/stat : 20734 (java) S 20711 20713 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341975854 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335275644200 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20735] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20735/stat : 20735 (java) S 20711 20713 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341975854 3037372416 110143 33554432000 1073741824 1073778376 140734015675728 140335274591656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 7.66
Current children cumulated vsize (KiB) 2966184

[startup+6.30078 s]
/proc/loadavg: 4.23 3.89 3.76 5/219 20735
/proc/meminfo: memFree=26023788/32873648 swapFree=6860/6860
[pid=20713] ppid=20711 vsize=2966184 CPUtime=14.06 cores=0,2,4,6
/proc/20713/stat : 20713 (java) S 20711 20713 17435 0 -1 4202496 22078 0 1 0 1392 14 0 0 20 0 22 0 341975779 3037372416 125874 33554432000 1073741824 1073778376 140734015675728 140734015666864 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20713/statm: 741546 125874 2283 9 0 732240 0
[pid=20713/tid=20715] ppid=20711 vsize=2966184 CPUtime=0.68 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (java) S 20711 20713 17435 0 -1 4202560 2906 0 1 0 66 2 0 0 20 0 22 0 341975780 3037372416 125874 33554432000 1073741824 1073778376 140734015675728 140335439320216 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (java) S 20711 20713 17435 0 -1 4202560 29 0 0 0 3 2 0 0 20 0 22 0 341975781 3037372416 125874 33554432000 1073741824 1073778376 140734015675728 140335373269928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20717] ppid=20711 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/20713/task/20717/stat : 20717 (java) S 20711 20713 17435 0 -1 4202560 9 0 0 0 3 0 0 0 20 0 22 0 341975781 3037372416 125874 33554432000 1073741824 1073778376 140734015675728 140335304928296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20713/tid=20718] ppid=20711 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/20713/task/20718/stat : 20718 (java) S 20711 20713 17435 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 341975781 3037372416 125874 33554432000 1073741824 1073778376 140734015675728 140335303875240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20719] ppid=20711 vsize=2966184 CPUtime=0.05 cores=0,2,4,6
/proc/20713/task/20719/stat : 20719 (java) S 20711 20713 17435 0 -1 4202560 25 0 0 0 3 2 0 0 20 0 22 0 341975781 3037372416 125874 33554432000 1073741824 1073778376 140734015675728 140335302822696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20720] ppid=20711 vsize=2966184 CPUtime=0.04 cores=0,2,4,6
/proc/20713/task/20720/stat : 20720 (java) S 20711 20713 17435 0 -1 4202560 25 0 0 0 4 0 0 0 20 0 22 0 341975781 3037372416 125874 33554432000 1073741824 1073778376 140734015675728 140335301769640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20713/tid=20721] ppid=20711 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/20713/task/20721/stat : 20721 (java) S 20711 20713 17435 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 341975781 3037372416 125874 33554432000 1073741824 1073778376 140734015675728 140335300717096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20713/tid=20722] ppid=20711 vsize=2966184 CPUtime=0.03 cores=0,2,4,6
/proc/20713/task/20722/stat : 20722 (java) S 20711 20713 17435 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 341975781 3037372416 125874 33554432000 1073741824 1073778376 140734015675728 140335299664040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20723] ppid=20711 vsize=2966184 CPUtime=0.02 cores=0,2,4,6
/proc/20713/task/20723/stat : 20723 (java) S 20711 20713 17435 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 22 0 341975781 3037372416 125874 33554432000 1073741824 1073778376 140734015675728 140335298611496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20713/tid=20724] ppid=20711 vsize=2966184 CPUtime=0.16 cores=0,2,4,6
/proc/20713/task/20724/stat : 20724 (java) S 20711 20713 17435 0 -1 4202560 43 0 0 0 16 0 0 0 20 0 22 0 341975782 3037372416 125874 33554432000 1073741824 1073778376 140734015675728 140335286201192 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20725] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20725/stat : 20725 (java) S 20711 20713 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341975782 3037372416 125874 33554432000 1073741824 1073778376 140734015675728 140335285147512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20726] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20726/stat : 20726 (java) S 20711 20713 17435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341975782 3037372416 125874 33554432000 1073741824 1073778376 140734015675728 140335284094344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20727] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20727/stat : 20727 (java) S 20711 20713 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341975784 3037372416 125874 33554432000 1073741824 1073778376 140734015675728 140335283043088 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20728] ppid=20711 vsize=2966184 CPUtime=1.1 cores=0,2,4,6
/proc/20713/task/20728/stat : 20728 (java) S 20711 20713 17435 0 -1 4202560 7268 0 0 0 110 0 0 0 20 0 22 0 341975784 3037372416 125874 33554432000 1073741824 1073778376 140734015675728 140335281989944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0

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

[pid=20713/tid=20733] ppid=20711 vsize=2966184 CPUtime=735.59 cores=0,2,4,6
/proc/20713/task/20733/stat : 20733 (java) R 20711 20713 17435 0 -1 4202560 464 0 0 0 73542 17 0 0 20 0 22 0 341975850 3037372416 188409 33554432000 1073741824 1073778376 140734015675728 140335276694832 140335379874779 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20734] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20734/stat : 20734 (java) S 20711 20713 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341975854 3037372416 188409 33554432000 1073741824 1073778376 140734015675728 140335275644200 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20735] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20735/stat : 20735 (java) S 20711 20713 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341975854 3037372416 188409 33554432000 1073741824 1073778376 140734015675728 140335274591656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1522.74
Current children cumulated vsize (KiB) 2966184

[startup+822.301 s]
/proc/loadavg: 3.93 3.86 3.77 5/219 21053
/proc/meminfo: memFree=25717220/32873648 swapFree=6860/6860
[pid=20713] ppid=20711 vsize=2966184 CPUtime=1642.44 cores=0,2,4,6
/proc/20713/stat : 20713 (java) S 20711 20713 17435 0 -1 4202496 51264 0 1 0 164149 95 0 0 20 0 22 0 341975779 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140734015666864 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20713/statm: 741546 190456 2284 9 0 732240 0
[pid=20713/tid=20715] ppid=20711 vsize=2966184 CPUtime=0.7 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (java) S 20711 20713 17435 0 -1 4202560 2928 0 1 0 67 3 0 0 20 0 22 0 341975780 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335439320216 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=2966184 CPUtime=4.29 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (java) S 20711 20713 17435 0 -1 4202560 321 0 0 0 424 5 0 0 20 0 22 0 341975781 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335373269928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20717] ppid=20711 vsize=2966184 CPUtime=4.18 cores=0,2,4,6
/proc/20713/task/20717/stat : 20717 (java) S 20711 20713 17435 0 -1 4202560 290 0 0 0 414 4 0 0 20 0 22 0 341975781 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335304928296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20718] ppid=20711 vsize=2966184 CPUtime=4.16 cores=0,2,4,6
/proc/20713/task/20718/stat : 20718 (java) S 20711 20713 17435 0 -1 4202560 301 0 0 0 412 4 0 0 20 0 22 0 341975781 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335303875240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20719] ppid=20711 vsize=2966184 CPUtime=4.39 cores=0,2,4,6
/proc/20713/task/20719/stat : 20719 (java) S 20711 20713 17435 0 -1 4202560 319 0 0 0 434 5 0 0 20 0 22 0 341975781 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335302822696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20720] ppid=20711 vsize=2966184 CPUtime=4.34 cores=0,2,4,6
/proc/20713/task/20720/stat : 20720 (java) S 20711 20713 17435 0 -1 4202560 317 0 0 0 429 5 0 0 20 0 22 0 341975781 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335301769640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20721] ppid=20711 vsize=2966184 CPUtime=4.3 cores=0,2,4,6
/proc/20713/task/20721/stat : 20721 (java) S 20711 20713 17435 0 -1 4202560 319 0 0 0 424 6 0 0 20 0 22 0 341975781 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335300717096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20722] ppid=20711 vsize=2966184 CPUtime=4.18 cores=0,2,4,6
/proc/20713/task/20722/stat : 20722 (java) S 20711 20713 17435 0 -1 4202560 305 0 0 0 413 5 0 0 20 0 22 0 341975781 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335299664040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20723] ppid=20711 vsize=2966184 CPUtime=4.18 cores=0,2,4,6
/proc/20713/task/20723/stat : 20723 (java) S 20711 20713 17435 0 -1 4202560 292 0 0 0 414 4 0 0 20 0 22 0 341975781 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335298611496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20724] ppid=20711 vsize=2966184 CPUtime=18.77 cores=0,2,4,6
/proc/20713/task/20724/stat : 20724 (java) S 20711 20713 17435 0 -1 4202560 24830 0 0 0 1841 36 0 0 20 0 22 0 341975782 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335286201192 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20725] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20725/stat : 20725 (java) S 20711 20713 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341975782 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335285147512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20726] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20726/stat : 20726 (java) S 20711 20713 17435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341975782 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335284094344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20727] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20727/stat : 20727 (java) S 20711 20713 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341975784 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335283043088 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20728] ppid=20711 vsize=2966184 CPUtime=1.28 cores=0,2,4,6
/proc/20713/task/20728/stat : 20728 (java) S 20711 20713 17435 0 -1 4202560 7279 0 0 0 128 0 0 0 20 0 22 0 341975784 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335281989944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20729] ppid=20711 vsize=2966184 CPUtime=1.34 cores=0,2,4,6
/proc/20713/task/20729/stat : 20729 (java) S 20711 20713 17435 0 -1 4202560 11694 0 0 0 132 2 0 0 20 0 22 0 341975784 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335280937400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20730] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20730/stat : 20730 (java) S 20711 20713 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341975784 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335279884536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20731] ppid=20711 vsize=2966184 CPUtime=0.29 cores=0,2,4,6
/proc/20713/task/20731/stat : 20731 (java) S 20711 20713 17435 0 -1 4202560 46 0 0 0 15 14 0 0 20 0 22 0 341975784 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335278832200 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20713/tid=20732] ppid=20711 vsize=2966184 CPUtime=792.94 cores=0,2,4,6
/proc/20713/task/20732/stat : 20732 (java) R 20711 20713 17435 0 -1 4202560 352 0 0 0 79279 15 0 0 20 0 22 0 341975850 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335277748176 140335380065486 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20733] ppid=20711 vsize=2966184 CPUtime=793.08 cores=0,2,4,6
/proc/20713/task/20733/stat : 20733 (java) R 20711 20713 17435 0 -1 4202560 481 0 0 0 79290 18 0 0 20 0 22 0 341975850 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335276694720 140335379972576 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20713/tid=20734] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20734/stat : 20734 (java) S 20711 20713 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341975854 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335275644200 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20735] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20735/stat : 20735 (java) S 20711 20713 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341975854 3037372416 190456 33554432000 1073741824 1073778376 140734015675728 140335274591656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1642.44
Current children cumulated vsize (KiB) 2966184

[startup+882.307 s]
/proc/loadavg: 4.04 3.90 3.79 5/219 21053
/proc/meminfo: memFree=25683588/32873648 swapFree=6860/6860
[pid=20713] ppid=20711 vsize=2966184 CPUtime=1762.07 cores=0,2,4,6
/proc/20713/stat : 20713 (java) S 20711 20713 17435 0 -1 4202496 52584 0 1 0 176105 102 0 0 20 0 22 0 341975779 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140734015666864 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20713/statm: 741546 193017 2284 9 0 732240 0
[pid=20713/tid=20715] ppid=20711 vsize=2966184 CPUtime=0.7 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (java) S 20711 20713 17435 0 -1 4202560 2931 0 1 0 67 3 0 0 20 0 22 0 341975780 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335439320216 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=2966184 CPUtime=4.66 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (java) S 20711 20713 17435 0 -1 4202560 323 0 0 0 461 5 0 0 20 0 22 0 341975781 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335373269928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20717] ppid=20711 vsize=2966184 CPUtime=4.53 cores=0,2,4,6
/proc/20713/task/20717/stat : 20717 (java) S 20711 20713 17435 0 -1 4202560 290 0 0 0 449 4 0 0 20 0 22 0 341975781 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335304928296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20718] ppid=20711 vsize=2966184 CPUtime=4.55 cores=0,2,4,6
/proc/20713/task/20718/stat : 20718 (java) S 20711 20713 17435 0 -1 4202560 303 0 0 0 450 5 0 0 20 0 22 0 341975781 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335303875240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20719] ppid=20711 vsize=2966184 CPUtime=4.74 cores=0,2,4,6
/proc/20713/task/20719/stat : 20719 (java) S 20711 20713 17435 0 -1 4202560 319 0 0 0 469 5 0 0 20 0 22 0 341975781 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335302822696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20720] ppid=20711 vsize=2966184 CPUtime=4.75 cores=0,2,4,6
/proc/20713/task/20720/stat : 20720 (java) S 20711 20713 17435 0 -1 4202560 317 0 0 0 470 5 0 0 20 0 22 0 341975781 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335301769640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20721] ppid=20711 vsize=2966184 CPUtime=4.71 cores=0,2,4,6
/proc/20713/task/20721/stat : 20721 (java) S 20711 20713 17435 0 -1 4202560 320 0 0 0 465 6 0 0 20 0 22 0 341975781 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335300717096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20722] ppid=20711 vsize=2966184 CPUtime=4.59 cores=0,2,4,6
/proc/20713/task/20722/stat : 20722 (java) S 20711 20713 17435 0 -1 4202560 305 0 0 0 454 5 0 0 20 0 22 0 341975781 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335299664040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20723] ppid=20711 vsize=2966184 CPUtime=4.5 cores=0,2,4,6
/proc/20713/task/20723/stat : 20723 (java) S 20711 20713 17435 0 -1 4202560 294 0 0 0 445 5 0 0 20 0 22 0 341975781 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335298611496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20724] ppid=20711 vsize=2966184 CPUtime=20.51 cores=0,2,4,6
/proc/20713/task/20724/stat : 20724 (java) S 20711 20713 17435 0 -1 4202560 26098 0 0 0 2011 40 0 0 20 0 22 0 341975782 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335286201192 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20725] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20725/stat : 20725 (java) S 20711 20713 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341975782 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335285147512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20726] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20726/stat : 20726 (java) S 20711 20713 17435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341975782 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335284094344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20727] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20727/stat : 20727 (java) S 20711 20713 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341975784 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335283043088 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20728] ppid=20711 vsize=2966184 CPUtime=1.28 cores=0,2,4,6
/proc/20713/task/20728/stat : 20728 (java) S 20711 20713 17435 0 -1 4202560 7279 0 0 0 128 0 0 0 20 0 22 0 341975784 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335281989944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20729] ppid=20711 vsize=2966184 CPUtime=1.34 cores=0,2,4,6
/proc/20713/task/20729/stat : 20729 (java) S 20711 20713 17435 0 -1 4202560 11694 0 0 0 132 2 0 0 20 0 22 0 341975784 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335280937400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20730] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20730/stat : 20730 (java) S 20711 20713 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341975784 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335279884536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20731] ppid=20711 vsize=2966184 CPUtime=0.32 cores=0,2,4,6
/proc/20713/task/20731/stat : 20731 (java) S 20711 20713 17435 0 -1 4202560 50 0 0 0 16 16 0 0 20 0 22 0 341975784 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335278832200 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20713/tid=20732] ppid=20711 vsize=2966184 CPUtime=850.38 cores=0,2,4,6
/proc/20713/task/20732/stat : 20732 (java) R 20711 20713 17435 0 -1 4202560 368 0 0 0 85023 15 0 0 20 0 22 0 341975850 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335277747496 140335380066037 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20713/tid=20733] ppid=20711 vsize=2966184 CPUtime=850.52 cores=0,2,4,6
/proc/20713/task/20733/stat : 20733 (java) R 20711 20713 17435 0 -1 4202560 503 0 0 0 85034 18 0 0 20 0 22 0 341975850 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335276695736 140335380021977 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20734] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20734/stat : 20734 (java) S 20711 20713 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341975854 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335275644200 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20735] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20735/stat : 20735 (java) S 20711 20713 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341975854 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335274591656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1762.07
Current children cumulated vsize (KiB) 2966184



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+901.301 s]
/proc/loadavg: 4.03 3.91 3.79 5/219 21053
/proc/meminfo: memFree=25682968/32873648 swapFree=6860/6860
[pid=20713] ppid=20711 vsize=2966184 CPUtime=1800.1 cores=0,2,4,6
/proc/20713/stat : 20713 (java) S 20711 20713 17435 0 -1 4202496 52931 0 1 0 179907 103 0 0 20 0 22 0 341975779 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140734015666864 266439000125 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/20713/statm: 741546 193017 2284 9 0 732240 0
[pid=20713/tid=20715] ppid=20711 vsize=2966184 CPUtime=0.7 cores=0,2,4,6
/proc/20713/task/20715/stat : 20715 (java) S 20711 20713 17435 0 -1 4202560 2932 0 1 0 67 3 0 0 20 0 22 0 341975780 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335439320216 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20716] ppid=20711 vsize=2966184 CPUtime=4.78 cores=0,2,4,6
/proc/20713/task/20716/stat : 20716 (java) S 20711 20713 17435 0 -1 4202560 323 0 0 0 473 5 0 0 20 0 22 0 341975781 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335373269928 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20717] ppid=20711 vsize=2966184 CPUtime=4.66 cores=0,2,4,6
/proc/20713/task/20717/stat : 20717 (java) S 20711 20713 17435 0 -1 4202560 290 0 0 0 462 4 0 0 20 0 22 0 341975781 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335304928296 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20718] ppid=20711 vsize=2966184 CPUtime=4.65 cores=0,2,4,6
/proc/20713/task/20718/stat : 20718 (java) S 20711 20713 17435 0 -1 4202560 303 0 0 0 460 5 0 0 20 0 22 0 341975781 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335303875240 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20719] ppid=20711 vsize=2966184 CPUtime=4.83 cores=0,2,4,6
/proc/20713/task/20719/stat : 20719 (java) S 20711 20713 17435 0 -1 4202560 319 0 0 0 478 5 0 0 20 0 22 0 341975781 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335302822696 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20720] ppid=20711 vsize=2966184 CPUtime=4.85 cores=0,2,4,6
/proc/20713/task/20720/stat : 20720 (java) S 20711 20713 17435 0 -1 4202560 317 0 0 0 480 5 0 0 20 0 22 0 341975781 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335301769640 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20721] ppid=20711 vsize=2966184 CPUtime=4.84 cores=0,2,4,6
/proc/20713/task/20721/stat : 20721 (java) S 20711 20713 17435 0 -1 4202560 320 0 0 0 478 6 0 0 20 0 22 0 341975781 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335300717096 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20722] ppid=20711 vsize=2966184 CPUtime=4.71 cores=0,2,4,6
/proc/20713/task/20722/stat : 20722 (java) S 20711 20713 17435 0 -1 4202560 305 0 0 0 466 5 0 0 20 0 22 0 341975781 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335299664040 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20723] ppid=20711 vsize=2966184 CPUtime=4.63 cores=0,2,4,6
/proc/20713/task/20723/stat : 20723 (java) S 20711 20713 17435 0 -1 4202560 294 0 0 0 458 5 0 0 20 0 22 0 341975781 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335298611496 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20724] ppid=20711 vsize=2966184 CPUtime=20.89 cores=0,2,4,6
/proc/20713/task/20724/stat : 20724 (java) S 20711 20713 17435 0 -1 4202560 26434 0 0 0 2048 41 0 0 20 0 22 0 341975782 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335286201192 266439014313 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20725] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20725/stat : 20725 (java) S 20711 20713 17435 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 341975782 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335285147512 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20726] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20726/stat : 20726 (java) S 20711 20713 17435 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 341975782 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335284094344 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20727] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20727/stat : 20727 (java) S 20711 20713 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341975784 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335283043088 266439022368 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20728] ppid=20711 vsize=2966184 CPUtime=1.28 cores=0,2,4,6
/proc/20713/task/20728/stat : 20728 (java) S 20711 20713 17435 0 -1 4202560 7279 0 0 0 128 0 0 0 20 0 22 0 341975784 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335281989944 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20729] ppid=20711 vsize=2966184 CPUtime=1.34 cores=0,2,4,6
/proc/20713/task/20729/stat : 20729 (java) S 20711 20713 17435 0 -1 4202560 11694 0 0 0 132 2 0 0 20 0 22 0 341975784 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335280937400 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20730] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20730/stat : 20730 (java) S 20711 20713 17435 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 341975784 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335279884536 266439013436 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20713/tid=20731] ppid=20711 vsize=2966184 CPUtime=0.33 cores=0,2,4,6
/proc/20713/task/20731/stat : 20731 (java) S 20711 20713 17435 0 -1 4202560 50 0 0 0 17 16 0 0 20 0 22 0 341975784 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335278832200 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20713/tid=20732] ppid=20711 vsize=2966184 CPUtime=868.75 cores=0,2,4,6
/proc/20713/task/20732/stat : 20732 (java) R 20711 20713 17435 0 -1 4202560 374 0 0 0 86859 16 0 0 20 0 22 0 341975850 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335277748160 140335379974083 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20713/tid=20733] ppid=20711 vsize=2966184 CPUtime=868.88 cores=0,2,4,6
/proc/20713/task/20733/stat : 20733 (java) R 20711 20713 17435 0 -1 4202560 507 0 0 0 86869 19 0 0 20 0 22 0 341975850 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335276694672 140335379972056 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=20713/tid=20734] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20734/stat : 20734 (java) S 20711 20713 17435 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 341975854 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335275644200 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20713/tid=20735] ppid=20711 vsize=2966184 CPUtime=0 cores=0,2,4,6
/proc/20713/task/20735/stat : 20735 (java) S 20711 20713 17435 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 341975854 3037372416 193017 33554432000 1073741824 1073778376 140734015675728 140335274591656 266439014313 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 2966184

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): 901.346
CPU time (s): 1800.52
CPU user time (s): 1798.99
CPU system time (s): 1.53177
CPU usage (%): 199.759
Max. virtual memory (cumulated for all children) (KiB): 2966184

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.99
system time used= 1.53177
maximum resident set size= 773412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 52962
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40317
involuntary context switches= 70764

runsolver used 3.19051 second user time and 8.42372 second system time

The end

Launcher Data

Begin job on node116 at 2012-06-03 23:21:37
IDJOB=3740071
IDBENCH=76228
IDSOLVER=2324
FILE ID=node116/3740071-1338758497
RUNJOBID= node116-1338748331-17451
PBS_JOBID= 14636786
Free space on /tmp= 71036 MiB

SOLVER NAME= PB10: SAT4J PB RES // CP 2.2.0 2010-05-31
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j60/normalized-j6029_8-unsat.opb
COMMAND LINE= java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3740071-1338758497/watcher-3740071-1338758497 -o /tmp/evaluation-result-3740071-1338758497/solver-3740071-1338758497 -C 1800 -W 1900 -M 15500  java6 -server -Xms1350m -Xmx1350m -jar HOME/sat4j-multicore.jar HOME/instance-3740071-1338758497.opb

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

MD5SUM BENCH= c619d5d1f14c9c14bda19749a65da87b
RANDOM SEED=2093057316

node116.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.556
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	: 5333.11
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.556
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.556
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	: 5438.54
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.556
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.91
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.556
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.92
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.556
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	: 5331.92
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.556
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.90
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.556
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:        26467464 kB
Buffers:          557444 kB
Cached:          4108080 kB
SwapCached:         3028 kB
Active:          3051276 kB
Inactive:        2437972 kB
Active(anon):     813764 kB
Inactive(anon):     8500 kB
Active(file):    2237512 kB
Inactive(file):  2429472 kB
Unevictable:        6860 kB
Mlocked:            6860 kB
SwapTotal:      67108856 kB
SwapFree:       67103480 kB
Dirty:              1896 kB
Writeback:             4 kB
AnonPages:        824716 kB
Mapped:            20064 kB
Shmem:                68 kB
Slab:             776684 kB
SReclaimable:     219852 kB
SUnreclaim:       556832 kB
KernelStack:        1640 kB
PageTables:         6076 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    1575392 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:    768000 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= 71032 MiB
End job on node116 at 2012-06-03 23:36:41