Trace number 3689260

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
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.19 909.455

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-2012 Artois University and CNRS
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.3.2.v20120418
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 		501472288
0.00/0.07	c Max memory 		7480803328
0.00/0.07	c Total memory 		504102912
0.00/0.07	c Number of processors 	8
0.11/0.10	c Pseudo Boolean Optimization by upper bound
0.11/0.10	c ManyCore solver with 2 solvers running in parallel
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.10	c Expensive reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.10	c --- Begin Solver configuration ---
0.11/0.10	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.11/0.10	c Learn all clauses as in MiniSAT
0.11/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.10	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.10	c No reason simplification
0.11/0.10	c Armin Biere (Picosat) restarts strategy
0.11/0.10	c Glucose learned constraints deletion strategy
0.11/0.10	c timeout=2147483s
0.11/0.10	c DB Simplification allowed=false
0.11/0.10	c c --- End Solver configuration ---
0.11/0.10	c solving HOME/instance-3689260-1337881466.opb
0.11/0.10	c reading problem ... 
2.60/1.05	c ... done. Wall clock time 0.948s.
2.60/1.05	c declared #vars     11712
2.60/1.05	c #constraints  34540
2.60/1.05	c constraints type 
2.60/1.05	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4331
2.60/1.05	c ignored satisfied constraints => 4111
2.60/1.05	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28124
2.60/1.05	c org.sat4j.minisat.constraints.cnf.UnitClause => 1705
2.60/1.05	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 380
2.60/1.05	c 38651 constraints processed.
2.60/1.05	c constraints type 
2.60/1.05	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 28124
2.60/1.05	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4331
2.60/1.05	c ignored satisfied constraints => 4111
2.60/1.05	c org.sat4j.pb.constraints.pb.MaxWatchPb => 380
2.60/1.05	c org.sat4j.pb.constraints.pb.UnitClausePB => 1705
2.60/1.05	c 38651 constraints processed.
7.22/2.51	c cleaning 2494 clauses out of 4998 with flag 5000/5000
10.18/3.77	c cleaning 4248 clauses out of 8504 with flag 11000/11000
13.14/5.23	c cleaning 5626 clauses out of 11256 with flag 18000/18000
16.70/7.05	c cleaning 6812 clauses out of 13630 with flag 26000/26000
20.83/9.19	c cleaning 7907 clauses out of 15819 with flag 35001/35001
25.35/11.41	c cleaning 8949 clauses out of 17912 with flag 45001/45001
30.85/14.29	c cleaning 9968 clauses out of 19962 with flag 56000/56000
36.96/17.39	c cleaning 10992 clauses out of 21994 with flag 68000/68000
43.57/20.76	c cleaning 11999 clauses out of 24004 with flag 81002/81002
50.24/24.12	c cleaning 12995 clauses out of 26004 with flag 95001/95001
57.48/27.88	c cleaning 13997 clauses out of 28008 with flag 110000/110000
65.54/31.97	c cleaning 14993 clauses out of 30011 with flag 126000/126000
75.28/36.98	c cleaning 16003 clauses out of 32019 with flag 143001/143001
82.72/40.79	c cleaning 0 clauses out of 5001 with flag 0/5001
85.60/42.29	c cleaning 16974 clauses out of 34015 with flag 161000/161000
96.99/47.92	c cleaning 18001 clauses out of 36041 with flag 180000/180000
109.68/54.47	c cleaning 19012 clauses out of 38042 with flag 200002/200002
122.71/61.05	c cleaning 20006 clauses out of 40028 with flag 221000/221000
136.75/68.16	c cleaning 21001 clauses out of 42026 with flag 243004/243004
150.15/74.93	c cleaning 21991 clauses out of 44021 with flag 266000/266000
164.59/82.30	c cleaning 22998 clauses out of 46030 with flag 290000/290000
180.77/90.50	c cleaning 24012 clauses out of 48035 with flag 315003/315003
196.35/98.48	c cleaning 24998 clauses out of 50020 with flag 341000/341000
215.11/107.94	c cleaning 25993 clauses out of 52022 with flag 368000/368000
233.90/117.54	c cleaning 27010 clauses out of 54033 with flag 396004/396004
253.43/127.44	c cleaning 27995 clauses out of 56019 with flag 425000/425000
272.95/137.33	c cleaning 29006 clauses out of 58024 with flag 455000/455000
293.88/147.93	c cleaning 29993 clauses out of 60019 with flag 486001/486001
317.60/160.07	c cleaning 31001 clauses out of 62030 with flag 518005/518005
341.52/172.12	c cleaning 32001 clauses out of 64025 with flag 551001/551001
367.83/185.44	c cleaning 32996 clauses out of 66023 with flag 585000/585000
395.18/199.27	c cleaning 34000 clauses out of 68029 with flag 620002/620002
421.28/212.57	c cleaning 0 clauses out of 11001 with flag 0/11001
422.30/213.24	c cleaning 35006 clauses out of 70028 with flag 656001/656001
449.05/226.77	c cleaning 35999 clauses out of 72021 with flag 693000/693000
478.41/241.57	c cleaning 37004 clauses out of 74022 with flag 731000/731000
510.73/257.95	c cleaning 37987 clauses out of 76020 with flag 770002/770002
540.66/273.04	c cleaning 39005 clauses out of 78032 with flag 810001/810001
573.08/289.36	c cleaning 40004 clauses out of 80026 with flag 851000/851000
607.00/306.40	c cleaning 40991 clauses out of 82024 with flag 893002/893002
642.30/324.37	c cleaning 42010 clauses out of 84033 with flag 936002/936002
684.44/345.56	c cleaning 43002 clauses out of 86021 with flag 980000/980000
725.87/366.34	c cleaning 43999 clauses out of 88020 with flag 1025001/1025001
769.38/388.24	c cleaning 44997 clauses out of 90020 with flag 1071000/1071000
813.60/410.67	c cleaning 46003 clauses out of 92026 with flag 1118003/1118003
858.35/433.16	c cleaning 47001 clauses out of 94022 with flag 1166002/1166002
903.26/455.78	c cleaning 48000 clauses out of 96020 with flag 1215001/1215001
952.00/480.20	c cleaning 48993 clauses out of 98019 with flag 1265000/1265000
996.92/503.10	c cleaning 50002 clauses out of 100026 with flag 1316000/1316000
1044.82/527.12	c cleaning 50997 clauses out of 102024 with flag 1368000/1368000
1095.50/552.98	c cleaning 52011 clauses out of 104029 with flag 1421002/1421002
1145.92/578.58	c cleaning 53004 clauses out of 106017 with flag 1475001/1475001
1197.08/604.38	c cleaning 53997 clauses out of 108014 with flag 1530002/1530002
1251.08/631.58	c cleaning 54998 clauses out of 110016 with flag 1586001/1586001
1260.23/636.42	c cleaning 0 clauses out of 18000 with flag 0/18000
1309.32/661.47	c cleaning 55998 clauses out of 112018 with flag 1643001/1643001
1371.23/692.68	c cleaning 57002 clauses out of 114019 with flag 1701000/1701000
1428.95/721.73	c cleaning 57998 clauses out of 116017 with flag 1760000/1760000
1487.47/751.21	c cleaning 58990 clauses out of 118023 with flag 1820004/1820004
1549.90/782.91	c cleaning 60000 clauses out of 120029 with flag 1881000/1881000
1613.97/815.29	c cleaning 61008 clauses out of 122031 with flag 1943002/1943002
1681.22/849.17	c cleaning 62000 clauses out of 124021 with flag 2006000/2006000
1748.65/883.17	c cleaning 63000 clauses out of 126021 with flag 2070000/2070000
1800.19/909.41	c starts		: 227
1800.19/909.41	c conflicts		: 2122402
1800.19/909.41	c decisions		: 2647304
1800.19/909.41	c propagations		: 915575658
1800.19/909.41	c inspects		: 7377587929
1800.19/909.41	c shortcuts		: 0
1800.19/909.41	c learnt literals	: 2
1800.19/909.41	c learnt binary clauses	: 16
1800.19/909.41	c learnt ternary clauses	: 848
1800.19/909.41	c learnt constraints	: 2122400
1800.19/909.41	c ignored constraints	: 0
1800.19/909.41	c root simplifications	: 0
1800.19/909.41	c removed literals (reason simplification)	: 44536169
1800.19/909.41	c reason swapping (by a shorter reason)	: 0
1800.19/909.41	c Calls to reduceDB	: 60
1800.19/909.41	c number of reductions to clauses (during analyze)	: 0
1800.19/909.41	c number of learned constraints concerned by reduction	: 0
1800.19/909.41	c number of learning phase by resolution	: 0
1800.19/909.41	c number of learning phase by cutting planes	: 0
1800.19/909.41	c speed (assignments/second)	: 1007999.2161266529
1800.19/909.41	c non guided choices	20
1800.19/909.44	c learnt constraints type 
1800.19/909.44	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 16
1800.19/909.44	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 115429
1800.19/909.44	c constraints type 
1800.19/909.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4331
1800.19/909.44	c ignored satisfied constraints => 4111
1800.19/909.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 28124
1800.19/909.44	c org.sat4j.minisat.constraints.cnf.UnitClause => 1705
1800.19/909.44	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 380
1800.19/909.44	c 38651 constraints processed.
1800.19/909.44	c constraints type 
1800.19/909.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 28124
1800.19/909.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4331
1800.19/909.44	c ignored satisfied constraints => 4111
1800.19/909.44	c org.sat4j.pb.constraints.pb.MaxWatchPb => 380
1800.19/909.44	c org.sat4j.pb.constraints.pb.UnitClausePB => 1705
1800.19/909.44	c 38651 constraints processed.
1800.19/909.44	s UNKNOWN
1800.19/909.44	c Total wall clock time (in seconds): 909.335

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-3689260-1337881466/watcher-3689260-1337881466 -o /tmp/evaluation-result-3689260-1337881466/solver-3689260-1337881466 -C 1800 -W 1900 -M 15500 java -jar HOME/sat4j-pb.jar Both HOME/instance-3689260-1337881466.opb 

running on 4 cores: 1,3,5,7

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.71 3.47 3.45 4/197 29694
/proc/meminfo: memFree=27558664/32873648 swapFree=6596/6596
[pid=29694] ppid=29692 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/29694/stat : 29694 (java) R 29692 29694 25418 0 -1 4202496 1021 0 0 0 0 0 0 0 20 0 1 0 254271071 23793664 748 33554432000 1073741824 1073778376 140734456217760 140734456206824 140335668274496 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/29694/statm: 5809 766 563 9 0 128 0

[startup+0.0908291 s]
/proc/loadavg: 3.71 3.47 3.45 4/197 29694
/proc/meminfo: memFree=27558664/32873648 swapFree=6596/6596
[pid=29694] ppid=29692 vsize=9558412 CPUtime=0.1 cores=1,3,5,7
/proc/29694/stat : 29694 (java) S 29692 29694 25418 0 -1 4202496 4366 0 1 0 9 1 0 0 20 0 18 0 254271071 9787813888 6067 33554432000 1073741824 1073778376 140734456217760 140734456208896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29694/statm: 2389603 6068 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.10021 s]
/proc/loadavg: 3.71 3.47 3.45 4/197 29694
/proc/meminfo: memFree=27558664/32873648 swapFree=6596/6596
[pid=29694] ppid=29692 vsize=9558412 CPUtime=0.11 cores=1,3,5,7
/proc/29694/stat : 29694 (java) S 29692 29694 25418 0 -1 4202496 4477 0 1 0 10 1 0 0 20 0 18 0 254271071 9787813888 6139 33554432000 1073741824 1073778376 140734456217760 140734456208896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29694/statm: 2389603 6139 2142 9 0 2380296 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558412

[startup+0.30016 s]
/proc/loadavg: 3.71 3.47 3.45 4/197 29694
/proc/meminfo: memFree=27558664/32873648 swapFree=6596/6596
[pid=29694] ppid=29692 vsize=9558412 CPUtime=0.5 cores=1,3,5,7
/proc/29694/stat : 29694 (java) S 29692 29694 25418 0 -1 4202496 6143 0 1 0 49 1 0 0 20 0 18 0 254271071 9787813888 9320 33554432000 1073741824 1073778376 140734456217760 140734456208896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29694/statm: 2389603 9320 2218 9 0 2380296 0
Current children cumulated CPU time (s) 0.5
Current children cumulated vsize (KiB) 9558412

[startup+0.700187 s]
/proc/loadavg: 3.71 3.47 3.45 4/197 29694
/proc/meminfo: memFree=27558664/32873648 swapFree=6596/6596
[pid=29694] ppid=29692 vsize=9558412 CPUtime=1.68 cores=1,3,5,7
/proc/29694/stat : 29694 (java) S 29692 29694 25418 0 -1 4202496 19310 0 1 0 163 5 0 0 20 0 18 0 254271071 9787813888 29980 33554432000 1073741824 1073778376 140734456217760 140734456208896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29694/statm: 2389603 29980 2240 9 0 2380296 0
Current children cumulated CPU time (s) 1.68
Current children cumulated vsize (KiB) 9558412

[startup+1.50064 s]
/proc/loadavg: 3.71 3.47 3.45 6/215 29712
/proc/meminfo: memFree=27412064/32873648 swapFree=6596/6596
[pid=29694] ppid=29692 vsize=9824668 CPUtime=4.52 cores=1,3,5,7
/proc/29694/stat : 29694 (java) S 29692 29694 25418 0 -1 4202496 23237 0 1 0 445 7 0 0 20 0 22 0 254271071 10060460032 47002 33554432000 1073741824 1073778376 140734456217760 140734456208896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29694/statm: 2456167 47002 2255 9 0 2446860 0
[pid=29694/tid=29696] ppid=29692 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/29694/task/29696/stat : 29696 (java) S 29692 29694 25418 0 -1 4202560 2502 0 1 0 101 2 0 0 20 0 22 0 254271071 10060460032 47002 33554432000 1073741824 1073778376 140734456217760 140335660319736 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29694/tid=29697] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29697/stat : 29697 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271072 10060460032 47002 33554432000 1073741824 1073778376 140734456217760 140335649380648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29698] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29698/stat : 29698 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271072 10060460032 47002 33554432000 1073741824 1073778376 140734456217760 140335648327848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29699] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29699/stat : 29699 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271072 10060460032 47002 33554432000 1073741824 1073778376 140734456217760 140335647275560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29700] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29700/stat : 29700 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271072 10060460032 47002 33554432000 1073741824 1073778376 140734456217760 140335646222760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29694/tid=29701] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29701/stat : 29701 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271072 10060460032 47002 33554432000 1073741824 1073778376 140734456217760 140335645170472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29702] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29702/stat : 29702 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271072 10060460032 47002 33554432000 1073741824 1073778376 140734456217760 140335644117672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29694/tid=29703] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29703/stat : 29703 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271072 10060460032 47002 33554432000 1073741824 1073778376 140734456217760 140335643065384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29704] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29704/stat : 29704 (java) S 29692 29694 25418 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 254271072 10060460032 47002 33554432000 1073741824 1073778376 140734456217760 140335642012584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29705] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29705/stat : 29705 (java) S 29692 29694 25418 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 254271073 10060460032 47002 33554432000 1073741824 1073778376 140734456217760 140335484315880 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29706] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29706/stat : 29706 (java) S 29692 29694 25418 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 254271073 10060460032 47002 33554432000 1073741824 1073778376 140734456217760 140335483261944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29707] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29707/stat : 29707 (java) S 29692 29694 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254271073 10060460032 47002 33554432000 1073741824 1073778376 140734456217760 140335482209544 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29708] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29708/stat : 29708 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271076 10060460032 47002 33554432000 1073741824 1073778376 140734456217760 140335481158032 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29709] ppid=29692 vsize=9824668 CPUtime=1.27 cores=1,3,5,7
/proc/29694/task/29709/stat : 29709 (java) R 29692 29694 25418 0 -1 4202560 10669 0 0 0 124 3 0 0 20 0 22 0 254271076 10060460032 47002 33554432000 1073741824 1073778376 140734456217760 140335480092936 140335667293616 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29710] ppid=29692 vsize=9824668 CPUtime=1.3 cores=1,3,5,7
/proc/29694/task/29710/stat : 29710 (java) R 29692 29694 25418 0 -1 4202560 8756 0 0 0 128 2 0 0 20 0 22 0 254271076 10060460032 47002 33554432000 1073741824 1073778376 140734456217760 140335479045136 140335666702158 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29711] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29711/stat : 29711 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271076 10060460032 47002 33554432000 1073741824 1073778376 140734456217760 140335478000760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29712] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29712/stat : 29712 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271076 10060460032 47002 33554432000 1073741824 1073778376 140734456217760 140335476948168 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.52
Current children cumulated vsize (KiB) 9824668

[startup+3.10087 s]
/proc/loadavg: 3.71 3.47 3.45 5/219 29716
/proc/meminfo: memFree=27325272/32873648 swapFree=6596/6596
[pid=29694] ppid=29692 vsize=9824668 CPUtime=8.88 cores=1,3,5,7
/proc/29694/stat : 29694 (java) S 29692 29694 25418 0 -1 4202496 26847 0 1 0 875 13 0 0 20 0 22 0 254271071 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140734456208896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29694/statm: 2456167 78867 2286 9 0 2446860 0
[pid=29694/tid=29696] ppid=29692 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/29694/task/29696/stat : 29696 (java) S 29692 29694 25418 0 -1 4202560 2502 0 1 0 101 2 0 0 20 0 22 0 254271071 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335660319736 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29697] ppid=29692 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/29694/task/29697/stat : 29697 (java) S 29692 29694 25418 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 254271072 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335649380648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29694/tid=29698] ppid=29692 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/29694/task/29698/stat : 29698 (java) S 29692 29694 25418 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 254271072 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335648327848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29694/tid=29699] ppid=29692 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/29694/task/29699/stat : 29699 (java) S 29692 29694 25418 0 -1 4202560 17 0 0 0 0 1 0 0 20 0 22 0 254271072 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335647275560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29700] ppid=29692 vsize=9824668 CPUtime=0.01 cores=1,3,5,7
/proc/29694/task/29700/stat : 29700 (java) S 29692 29694 25418 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 254271072 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335646222760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29694/tid=29701] ppid=29692 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/29694/task/29701/stat : 29701 (java) S 29692 29694 25418 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 254271072 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335645170472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29694/tid=29702] ppid=29692 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/29694/task/29702/stat : 29702 (java) S 29692 29694 25418 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 254271072 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335644117672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29703] ppid=29692 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/29694/task/29703/stat : 29703 (java) S 29692 29694 25418 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 254271072 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335643065384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29694/tid=29704] ppid=29692 vsize=9824668 CPUtime=0.02 cores=1,3,5,7
/proc/29694/task/29704/stat : 29704 (java) S 29692 29694 25418 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 254271072 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335642012584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29705] ppid=29692 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/29694/task/29705/stat : 29705 (java) S 29692 29694 25418 0 -1 4202560 102 0 0 0 5 0 0 0 20 0 22 0 254271073 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335484315880 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29706] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29706/stat : 29706 (java) S 29692 29694 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254271073 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335483261944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29707] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29707/stat : 29707 (java) S 29692 29694 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254271073 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335482209544 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29708] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29708/stat : 29708 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271076 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335481158032 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29709] ppid=29692 vsize=9824668 CPUtime=1.99 cores=1,3,5,7
/proc/29694/task/29709/stat : 29709 (java) S 29692 29694 25418 0 -1 4202560 14036 0 0 0 196 3 0 0 20 0 22 0 254271076 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335480105656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29710] ppid=29692 vsize=9824668 CPUtime=1.7 cores=1,3,5,7
/proc/29694/task/29710/stat : 29710 (java) S 29692 29694 25418 0 -1 4202560 8761 0 0 0 168 2 0 0 20 0 22 0 254271076 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335479052856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29711] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29711/stat : 29711 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271076 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335478000760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29712] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29712/stat : 29712 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271076 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335476948168 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29713] ppid=29692 vsize=9824668 CPUtime=1.88 cores=1,3,5,7
/proc/29694/task/29713/stat : 29713 (java) R 29692 29694 25418 0 -1 4202560 26 0 0 0 188 0 0 0 20 0 22 0 254271176 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335475892296 140335524351540 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29714] ppid=29692 vsize=9824668 CPUtime=1.9 cores=1,3,5,7
/proc/29694/task/29714/stat : 29714 (java) R 29692 29694 25418 0 -1 4202560 114 0 0 0 188 2 0 0 20 0 22 0 254271176 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335474839784 140335524468195 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29694/tid=29715] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29715/stat : 29715 (java) S 29692 29694 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254271181 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335473788072 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29716] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29716/stat : 29716 (java) S 29692 29694 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254271181 10060460032 78867 33554432000 1073741824 1073778376 140734456217760 140335472735272 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 8.88
Current children cumulated vsize (KiB) 9824668

[startup+6.30085 s]
/proc/loadavg: 3.82 3.50 3.46 5/219 29716
/proc/meminfo: memFree=27105412/32873648 swapFree=6596/6596
[pid=29694] ppid=29692 vsize=9824668 CPUtime=15.26 cores=1,3,5,7
/proc/29694/stat : 29694 (java) S 29692 29694 25418 0 -1 4202496 27106 0 1 0 1509 17 0 0 20 0 22 0 254271071 10060460032 126008 33554432000 1073741824 1073778376 140734456217760 140734456208896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29694/statm: 2456167 126008 2286 9 0 2446860 0
[pid=29694/tid=29696] ppid=29692 vsize=9824668 CPUtime=1.03 cores=1,3,5,7
/proc/29694/task/29696/stat : 29696 (java) S 29692 29694 25418 0 -1 4202560 2502 0 1 0 101 2 0 0 20 0 22 0 254271071 10060460032 126008 33554432000 1073741824 1073778376 140734456217760 140335660319736 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29697] ppid=29692 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/29694/task/29697/stat : 29697 (java) S 29692 29694 25418 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 254271072 10060460032 126008 33554432000 1073741824 1073778376 140734456217760 140335649380648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29698] ppid=29692 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/29694/task/29698/stat : 29698 (java) S 29692 29694 25418 0 -1 4202560 11 0 0 0 3 0 0 0 20 0 22 0 254271072 10060460032 126008 33554432000 1073741824 1073778376 140734456217760 140335648327848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29699] ppid=29692 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/29694/task/29699/stat : 29699 (java) S 29692 29694 25418 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 254271072 10060460032 126008 33554432000 1073741824 1073778376 140734456217760 140335647275560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29700] ppid=29692 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/29694/task/29700/stat : 29700 (java) S 29692 29694 25418 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 254271072 10060460032 126008 33554432000 1073741824 1073778376 140734456217760 140335646222760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29701] ppid=29692 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/29694/task/29701/stat : 29701 (java) S 29692 29694 25418 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 254271072 10060460032 126008 33554432000 1073741824 1073778376 140734456217760 140335645170472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29694/tid=29702] ppid=29692 vsize=9824668 CPUtime=0.04 cores=1,3,5,7
/proc/29694/task/29702/stat : 29702 (java) S 29692 29694 25418 0 -1 4202560 25 0 0 0 3 1 0 0 20 0 22 0 254271072 10060460032 126008 33554432000 1073741824 1073778376 140734456217760 140335644117672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29703] ppid=29692 vsize=9824668 CPUtime=0.05 cores=1,3,5,7
/proc/29694/task/29703/stat : 29703 (java) S 29692 29694 25418 0 -1 4202560 24 0 0 0 4 1 0 0 20 0 22 0 254271072 10060460032 126008 33554432000 1073741824 1073778376 140734456217760 140335643065384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29694/tid=29704] ppid=29692 vsize=9824668 CPUtime=0.03 cores=1,3,5,7
/proc/29694/task/29704/stat : 29704 (java) S 29692 29694 25418 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 254271072 10060460032 126008 33554432000 1073741824 1073778376 140734456217760 140335642012584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29705] ppid=29692 vsize=9824668 CPUtime=0.22 cores=1,3,5,7
/proc/29694/task/29705/stat : 29705 (java) S 29692 29694 25418 0 -1 4202560 245 0 0 0 22 0 0 0 20 0 22 0 254271073 10060460032 126008 33554432000 1073741824 1073778376 140734456217760 140335484315880 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29706] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29706/stat : 29706 (java) S 29692 29694 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254271073 10060460032 126008 33554432000 1073741824 1073778376 140734456217760 140335483261944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29707] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29707/stat : 29707 (java) S 29692 29694 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254271073 10060460032 126008 33554432000 1073741824 1073778376 140734456217760 140335482209544 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29708] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29708/stat : 29708 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271076 10060460032 126008 33554432000 1073741824 1073778376 140734456217760 140335481158032 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29709] ppid=29692 vsize=9824668 CPUtime=2.06 cores=1,3,5,7
/proc/29694/task/29709/stat : 29709 (java) S 29692 29694 25418 0 -1 4202560 14036 0 0 0 203 3 0 0 20 0 22 0 254271076 10060460032 126008 33554432000 1073741824 1073778376 140734456217760 140335480105656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29710] ppid=29692 vsize=9824668 CPUtime=1.72 cores=1,3,5,7
/proc/29694/task/29710/stat : 29710 (java) S 29692 29694 25418 0 -1 4202560 8761 0 0 0 170 2 0 0 20 0 22 0 254271076 10060460032 126008 33554432000 1073741824 1073778376 140734456217760 140335479052856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29711] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29711/stat : 29711 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271076 10060460032 126008 33554432000 1073741824 1073778376 140734456217760 140335478000760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29712] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29712/stat : 29712 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271076 10060460032 126008 33554432000 1073741824 1073778376 140734456217760 140335476948168 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29713] ppid=29692 vsize=9824668 CPUtime=4.87 cores=1,3,5,7
/proc/29694/task/29713/stat : 29713 (java) R 29692 29694 25418 0 -1 4202560 26 0 0 0 487 0 0 0 20 0 22 0 254271176 10060460032 126008 33554432000 1073741824 1073778376 140734456217760 140335475892448 140335524350951 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0

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

/proc/29694/statm: 2456167 741485 2287 9 0 2446860 0
[pid=29694/tid=29696] ppid=29692 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/29694/task/29696/stat : 29696 (java) S 29692 29694 25418 0 -1 4202560 2516 0 1 0 103 4 0 0 20 0 22 0 254271071 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335660319736 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29697] ppid=29692 vsize=9824668 CPUtime=2.63 cores=1,3,5,7
/proc/29694/task/29697/stat : 29697 (java) S 29692 29694 25418 0 -1 4202560 503 0 0 0 254 9 0 0 20 0 22 0 254271072 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335649380648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29694/tid=29698] ppid=29692 vsize=9824668 CPUtime=2.4 cores=1,3,5,7
/proc/29694/task/29698/stat : 29698 (java) S 29692 29694 25418 0 -1 4202560 541 0 0 0 229 11 0 0 20 0 22 0 254271072 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335648327848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29699] ppid=29692 vsize=9824668 CPUtime=2.42 cores=1,3,5,7
/proc/29694/task/29699/stat : 29699 (java) S 29692 29694 25418 0 -1 4202560 458 0 0 0 233 9 0 0 20 0 22 0 254271072 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335647275560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29700] ppid=29692 vsize=9824668 CPUtime=2.46 cores=1,3,5,7
/proc/29694/task/29700/stat : 29700 (java) S 29692 29694 25418 0 -1 4202560 415 0 0 0 238 8 0 0 20 0 22 0 254271072 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335646222760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29701] ppid=29692 vsize=9824668 CPUtime=2.72 cores=1,3,5,7
/proc/29694/task/29701/stat : 29701 (java) S 29692 29694 25418 0 -1 4202560 700 0 0 0 260 12 0 0 20 0 22 0 254271072 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335645170472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29702] ppid=29692 vsize=9824668 CPUtime=2.44 cores=1,3,5,7
/proc/29694/task/29702/stat : 29702 (java) S 29692 29694 25418 0 -1 4202560 564 0 0 0 236 8 0 0 20 0 22 0 254271072 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335644117672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29703] ppid=29692 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/29694/task/29703/stat : 29703 (java) S 29692 29694 25418 0 -1 4202560 635 0 0 0 243 9 0 0 20 0 22 0 254271072 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335643065384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29704] ppid=29692 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/29694/task/29704/stat : 29704 (java) S 29692 29694 25418 0 -1 4202560 622 0 0 0 252 10 0 0 20 0 22 0 254271072 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335642012584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29705] ppid=29692 vsize=9824668 CPUtime=28.95 cores=1,3,5,7
/proc/29694/task/29705/stat : 29705 (java) S 29692 29694 25418 0 -1 4202560 12044 0 0 0 2863 32 0 0 20 0 22 0 254271073 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335484315880 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29706] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29706/stat : 29706 (java) S 29692 29694 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254271073 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335483261944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29707] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29707/stat : 29707 (java) S 29692 29694 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254271073 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335482209544 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29708] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29708/stat : 29708 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271076 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335481158032 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29709] ppid=29692 vsize=9824668 CPUtime=2.39 cores=1,3,5,7
/proc/29694/task/29709/stat : 29709 (java) S 29692 29694 25418 0 -1 4202560 15425 0 0 0 236 3 0 0 20 0 22 0 254271076 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335480105656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29710] ppid=29692 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/29694/task/29710/stat : 29710 (java) S 29692 29694 25418 0 -1 4202560 8764 0 0 0 181 2 0 0 20 0 22 0 254271076 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335479052856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29711] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29711/stat : 29711 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271076 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335478000760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29712] ppid=29692 vsize=9824668 CPUtime=0.33 cores=1,3,5,7
/proc/29694/task/29712/stat : 29712 (java) S 29692 29694 25418 0 -1 4202560 47 0 0 0 11 22 0 0 20 0 22 0 254271076 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335476948168 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29713] ppid=29692 vsize=9824668 CPUtime=784.32 cores=1,3,5,7
/proc/29694/task/29713/stat : 29713 (java) R 29692 29694 25418 0 -1 4202560 98 0 0 0 78420 12 0 0 20 0 22 0 254271176 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335475892448 140335524356643 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29694/tid=29714] ppid=29692 vsize=9824668 CPUtime=784.35 cores=1,3,5,7
/proc/29694/task/29714/stat : 29714 (java) R 29692 29694 25418 0 -1 4202560 3312 0 0 0 78395 40 0 0 20 0 22 0 254271176 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335474839808 140335524492353 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29715] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29715/stat : 29715 (java) S 29692 29694 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254271181 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335473788072 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29716] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29716/stat : 29716 (java) S 29692 29694 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254271181 10060460032 741485 33554432000 1073741824 1073778376 140734456217760 140335472735272 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1627.44
Current children cumulated vsize (KiB) 9824668

[startup+882.301 s]
/proc/loadavg: 3.75 3.56 3.54 5/219 29784
/proc/meminfo: memFree=23204012/32873648 swapFree=6596/6596
[pid=29694] ppid=29692 vsize=9824668 CPUtime=1746.99 cores=1,3,5,7
/proc/29694/stat : 29694 (java) S 29692 29694 25418 0 -1 4202496 48138 0 1 0 174523 176 0 0 20 0 22 0 254271071 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140734456208896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29694/statm: 2456167 785137 2287 9 0 2446860 0
[pid=29694/tid=29696] ppid=29692 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/29694/task/29696/stat : 29696 (java) S 29692 29694 25418 0 -1 4202560 2516 0 1 0 103 4 0 0 20 0 22 0 254271071 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335660319736 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29697] ppid=29692 vsize=9824668 CPUtime=2.71 cores=1,3,5,7
/proc/29694/task/29697/stat : 29697 (java) S 29692 29694 25418 0 -1 4202560 526 0 0 0 262 9 0 0 20 0 22 0 254271072 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335649380648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29698] ppid=29692 vsize=9824668 CPUtime=2.48 cores=1,3,5,7
/proc/29694/task/29698/stat : 29698 (java) S 29692 29694 25418 0 -1 4202560 564 0 0 0 237 11 0 0 20 0 22 0 254271072 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335648327848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29699] ppid=29692 vsize=9824668 CPUtime=2.52 cores=1,3,5,7
/proc/29694/task/29699/stat : 29699 (java) S 29692 29694 25418 0 -1 4202560 478 0 0 0 242 10 0 0 20 0 22 0 254271072 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335647275560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29700] ppid=29692 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/29694/task/29700/stat : 29700 (java) S 29692 29694 25418 0 -1 4202560 444 0 0 0 251 8 0 0 20 0 22 0 254271072 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335646222760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29701] ppid=29692 vsize=9824668 CPUtime=2.81 cores=1,3,5,7
/proc/29694/task/29701/stat : 29701 (java) S 29692 29694 25418 0 -1 4202560 711 0 0 0 269 12 0 0 20 0 22 0 254271072 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335645170472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29702] ppid=29692 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/29694/task/29702/stat : 29702 (java) S 29692 29694 25418 0 -1 4202560 584 0 0 0 250 9 0 0 20 0 22 0 254271072 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335644117672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29703] ppid=29692 vsize=9824668 CPUtime=2.59 cores=1,3,5,7
/proc/29694/task/29703/stat : 29703 (java) S 29692 29694 25418 0 -1 4202560 641 0 0 0 249 10 0 0 20 0 22 0 254271072 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335643065384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29704] ppid=29692 vsize=9824668 CPUtime=2.76 cores=1,3,5,7
/proc/29694/task/29704/stat : 29704 (java) S 29692 29694 25418 0 -1 4202560 641 0 0 0 265 11 0 0 20 0 22 0 254271072 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335642012584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29705] ppid=29692 vsize=9824668 CPUtime=29.75 cores=1,3,5,7
/proc/29694/task/29705/stat : 29705 (java) S 29692 29694 25418 0 -1 4202560 12147 0 0 0 2943 32 0 0 20 0 22 0 254271073 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335484315880 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29694/tid=29706] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29706/stat : 29706 (java) S 29692 29694 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254271073 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335483261944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29707] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29707/stat : 29707 (java) S 29692 29694 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254271073 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335482209544 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29708] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29708/stat : 29708 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271076 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335481158032 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29709] ppid=29692 vsize=9824668 CPUtime=2.39 cores=1,3,5,7
/proc/29694/task/29709/stat : 29709 (java) S 29692 29694 25418 0 -1 4202560 15425 0 0 0 236 3 0 0 20 0 22 0 254271076 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335480105656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29710] ppid=29692 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/29694/task/29710/stat : 29710 (java) S 29692 29694 25418 0 -1 4202560 8764 0 0 0 181 2 0 0 20 0 22 0 254271076 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335479052856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29711] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29711/stat : 29711 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271076 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335478000760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29712] ppid=29692 vsize=9824668 CPUtime=0.35 cores=1,3,5,7
/proc/29694/task/29712/stat : 29712 (java) S 29692 29694 25418 0 -1 4202560 51 0 0 0 12 23 0 0 20 0 22 0 254271076 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335476948168 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29713] ppid=29692 vsize=9824668 CPUtime=843.11 cores=1,3,5,7
/proc/29694/task/29713/stat : 29713 (java) R 29692 29694 25418 0 -1 4202560 101 0 0 0 84298 13 0 0 20 0 22 0 254271176 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335475890592 140335524418466 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29714] ppid=29692 vsize=9824668 CPUtime=843.16 cores=1,3,5,7
/proc/29694/task/29714/stat : 29714 (java) R 29692 29694 25418 0 -1 4202560 3357 0 0 0 84273 43 0 0 20 0 22 0 254271176 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335474838656 140335524650961 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=29694/tid=29715] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29715/stat : 29715 (java) S 29692 29694 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254271181 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335473788072 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29716] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29716/stat : 29716 (java) S 29692 29694 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254271181 10060460032 785137 33554432000 1073741824 1073778376 140734456217760 140335472735272 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1746.99
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+909.401 s]
/proc/loadavg: 3.85 3.60 3.55 5/219 29784
/proc/meminfo: memFree=23178120/32873648 swapFree=6596/6596
[pid=29694] ppid=29692 vsize=9824668 CPUtime=1800.19 cores=1,3,5,7
/proc/29694/stat : 29694 (java) S 29692 29694 25418 0 -1 4202496 48214 0 1 0 179839 180 0 0 20 0 22 0 254271071 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140734456208896 212076625981 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/29694/statm: 2456167 800505 2287 9 0 2446860 0
[pid=29694/tid=29696] ppid=29692 vsize=9824668 CPUtime=1.07 cores=1,3,5,7
/proc/29694/task/29696/stat : 29696 (java) S 29692 29694 25418 0 -1 4202560 2517 0 1 0 103 4 0 0 20 0 22 0 254271071 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335660319736 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29697] ppid=29692 vsize=9824668 CPUtime=2.77 cores=1,3,5,7
/proc/29694/task/29697/stat : 29697 (java) S 29692 29694 25418 0 -1 4202560 528 0 0 0 268 9 0 0 20 0 22 0 254271072 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335649380648 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29694/tid=29698] ppid=29692 vsize=9824668 CPUtime=2.55 cores=1,3,5,7
/proc/29694/task/29698/stat : 29698 (java) S 29692 29694 25418 0 -1 4202560 572 0 0 0 244 11 0 0 20 0 22 0 254271072 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335648327848 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29699] ppid=29692 vsize=9824668 CPUtime=2.62 cores=1,3,5,7
/proc/29694/task/29699/stat : 29699 (java) S 29692 29694 25418 0 -1 4202560 491 0 0 0 251 11 0 0 20 0 22 0 254271072 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335647275560 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29700] ppid=29692 vsize=9824668 CPUtime=2.68 cores=1,3,5,7
/proc/29694/task/29700/stat : 29700 (java) S 29692 29694 25418 0 -1 4202560 454 0 0 0 259 9 0 0 20 0 22 0 254271072 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335646222760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29701] ppid=29692 vsize=9824668 CPUtime=2.92 cores=1,3,5,7
/proc/29694/task/29701/stat : 29701 (java) S 29692 29694 25418 0 -1 4202560 715 0 0 0 279 13 0 0 20 0 22 0 254271072 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335645170472 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=29694/tid=29702] ppid=29692 vsize=9824668 CPUtime=2.64 cores=1,3,5,7
/proc/29694/task/29702/stat : 29702 (java) S 29692 29694 25418 0 -1 4202560 584 0 0 0 255 9 0 0 20 0 22 0 254271072 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335644117672 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29703] ppid=29692 vsize=9824668 CPUtime=2.67 cores=1,3,5,7
/proc/29694/task/29703/stat : 29703 (java) S 29692 29694 25418 0 -1 4202560 648 0 0 0 257 10 0 0 20 0 22 0 254271072 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335643065384 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29704] ppid=29692 vsize=9824668 CPUtime=2.83 cores=1,3,5,7
/proc/29694/task/29704/stat : 29704 (java) S 29692 29694 25418 0 -1 4202560 646 0 0 0 272 11 0 0 20 0 22 0 254271072 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335642012584 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29705] ppid=29692 vsize=9824668 CPUtime=31.05 cores=1,3,5,7
/proc/29694/task/29705/stat : 29705 (java) S 29692 29694 25418 0 -1 4202560 12155 0 0 0 3073 32 0 0 20 0 22 0 254271073 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335484315880 212076640169 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29706] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29706/stat : 29706 (java) S 29692 29694 25418 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254271073 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335483261944 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29707] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29707/stat : 29707 (java) S 29692 29694 25418 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254271073 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335482209544 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29708] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29708/stat : 29708 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271076 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335481158032 212076648224 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29709] ppid=29692 vsize=9824668 CPUtime=2.39 cores=1,3,5,7
/proc/29694/task/29709/stat : 29709 (java) S 29692 29694 25418 0 -1 4202560 15425 0 0 0 236 3 0 0 20 0 22 0 254271076 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335480105656 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29710] ppid=29692 vsize=9824668 CPUtime=1.83 cores=1,3,5,7
/proc/29694/task/29710/stat : 29710 (java) S 29692 29694 25418 0 -1 4202560 8764 0 0 0 181 2 0 0 20 0 22 0 254271076 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335479052856 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29711] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29711/stat : 29711 (java) S 29692 29694 25418 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254271076 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335478000760 212076639292 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29712] ppid=29692 vsize=9824668 CPUtime=0.37 cores=1,3,5,7
/proc/29694/task/29712/stat : 29712 (java) S 29692 29694 25418 0 -1 4202560 53 0 0 0 13 24 0 0 20 0 22 0 254271076 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335476948168 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29713] ppid=29692 vsize=9824668 CPUtime=868.68 cores=1,3,5,7
/proc/29694/task/29713/stat : 29713 (java) R 29692 29694 25418 0 -1 4202560 102 0 0 0 86853 15 0 0 20 0 22 0 254271176 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335475891472 140335524351417 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=29694/tid=29714] ppid=29692 vsize=9824668 CPUtime=868.73 cores=1,3,5,7
/proc/29694/task/29714/stat : 29714 (java) R 29692 29694 25418 0 -1 4202560 3372 0 0 0 86829 44 0 0 20 0 22 0 254271176 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335474837856 140335524650961 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=29694/tid=29715] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29715/stat : 29715 (java) S 29692 29694 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254271181 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335473788072 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=29694/tid=29716] ppid=29692 vsize=9824668 CPUtime=0 cores=1,3,5,7
/proc/29694/task/29716/stat : 29716 (java) S 29692 29694 25418 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254271181 10060460032 800505 33554432000 1073741824 1073778376 140734456217760 140335472735272 212076640169 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
Current children cumulated vsize (KiB) 9824668

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

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

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 29694 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=980273
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=241659
# CPU time returned by wait4() is 1796.22
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 909.455
CPU time (s): 1800.19
CPU user time (s): 1798.39
CPU system time (s): 1.8
CPU usage (%): 197.942
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.98
system time used= 2.24166
maximum resident set size= 3202136
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 48245
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= 29849
involuntary context switches= 45295

runsolver used 3.38149 second user time and 8.47371 second system time

The end

Launcher Data

Begin job on node148 at 2012-05-24 19:44:26
IDJOB=3689260
IDBENCH=76228
IDSOLVER=2268
FILE ID=node148/3689260-1337881466
RUNJOBID= node148-1337871865-25435
PBS_JOBID= 14620056
Free space on /tmp= 71700 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j60/normalized-j6029_8-unsat.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689260-1337881466/watcher-3689260-1337881466 -o /tmp/evaluation-result-3689260-1337881466/solver-3689260-1337881466 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689260-1337881466.opb

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

MD5SUM BENCH= c619d5d1f14c9c14bda19749a65da87b
RANDOM SEED=1606195925

node148.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		: 2667.284
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	: 5334.56
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		: 2667.284
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.94
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		: 2667.284
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		: 2667.284
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		: 2667.284
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.90
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		: 2667.284
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.91
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		: 2667.284
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		: 2667.284
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.90
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32873648 kB
MemFree:        27558784 kB
Buffers:          240460 kB
Cached:          2611092 kB
SwapCached:            0 kB
Active:          2083936 kB
Inactive:        2408072 kB
Active(anon):    1643060 kB
Inactive(anon):        0 kB
Active(file):     440876 kB
Inactive(file):  2408072 kB
Unevictable:        6596 kB
Mlocked:            6596 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              1608 kB
Writeback:             0 kB
AnonPages:       1681612 kB
Mapped:            22548 kB
Shmem:               200 kB
Slab:             646984 kB
SReclaimable:      90552 kB
SUnreclaim:       556432 kB
KernelStack:        1728 kB
PageTables:         7696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545680 kB
Committed_AS:    2549704 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346400 kB
VmallocChunk:   34341988052 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1619968 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= 71692 MiB
End job on node148 at 2012-05-24 19:59:37