Trace number 3689570

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 NameAnswerobjective functionCPU timeWall clock time
SAT 4j PB RES // CP 2.3.2 Snapshot? (TO) 1800.67 956.768

General information on the benchmark

Name/OPT-BIGINT-LIN/
heinz/normalized-stp3d.opb
MD5SUM1cc8070e576e6483e1f532bdbbfa41dd
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables204880
Total number of constraints159488
Number of constraints which are clauses129232
Number of constraints which are cardinality constraints (but not clauses)5805
Number of constraints which are nor clauses,nor cardinality constraints24451
Minimum length of a constraint2
Maximum length of a constraint120
Number of terms in the objective function 75648
Biggest coefficient in the objective function 100303
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 7576266096
Number of bits of the sum of numbers in the objective function 33
Biggest number in a constraint 100303
Number of bits of the biggest number in a constraint 17
Biggest sum of numbers in a constraint 7576266096
Number of bits of the biggest sum of numbers33
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2012 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version 2.3.2.v20120418
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@63415de6
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@23174b07
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose learned constraints deletion strategy
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-3689570-1337883165.opb
0.10/0.11	c reading problem ... 
41.73/38.04	c ... done. Wall clock time 37.921s.
41.73/38.04	c declared #vars     204880
41.73/38.04	c #constraints  184017
41.73/38.04	c constraints type 
41.73/38.04	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
41.73/38.04	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3552
41.73/38.04	c org.sat4j.minisat.constraints.card.MinWatchCard => 51151
41.73/38.04	c ignored satisfied constraints => 3556
41.73/38.04	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
41.73/38.04	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 129278
41.73/38.04	c 187573 constraints processed.
41.73/38.04	c constraints type 
41.73/38.04	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 129278
41.73/38.04	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
41.73/38.04	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51151
41.73/38.04	c ignored satisfied constraints => 3556
41.73/38.04	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3552
41.73/38.04	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
41.73/38.04	c 187573 constraints processed.
41.73/38.04	c objective function length is 75648 literals
56.57/44.60	c cleaning 2466 clauses out of 4979 with flag 5000/5000
68.17/50.55	c cleaning 4214 clauses out of 8511 with flag 11000/11000
81.01/57.16	c cleaning 5557 clauses out of 11294 with flag 18000/18000
93.51/63.67	c cleaning 6712 clauses out of 13735 with flag 26000/26000
107.98/71.29	c cleaning 7983 clauses out of 16019 with flag 35001/35001
120.01/77.58	c cleaning 8917 clauses out of 18033 with flag 45001/45001
135.55/85.66	c cleaning 9940 clauses out of 20115 with flag 56002/56002
154.30/95.32	c cleaning 11049 clauses out of 22172 with flag 68001/68001
174.08/105.78	c cleaning 11838 clauses out of 24116 with flag 81001/81001
194.50/116.34	c cleaning 13068 clauses out of 26274 with flag 95000/95000
217.77/128.55	c cleaning 13955 clauses out of 28201 with flag 110000/110000
238.02/139.24	c cleaning 14965 clauses out of 30247 with flag 126004/126004
261.38/151.80	c cleaning 16065 clauses out of 32277 with flag 143002/143002
284.86/164.08	c cleaning 16962 clauses out of 34212 with flag 161003/161003
309.49/176.92	c cleaning 17856 clauses out of 36243 with flag 180000/180000
332.92/189.28	c cleaning 18950 clauses out of 38387 with flag 200001/200001
363.16/205.21	c cleaning 20121 clauses out of 40436 with flag 221001/221001
395.39/221.98	c cleaning 20921 clauses out of 42312 with flag 243000/243000
430.62/240.15	c cleaning 21997 clauses out of 44382 with flag 266000/266000
461.38/256.15	c cleaning 23016 clauses out of 46383 with flag 290000/290000
498.90/275.87	c cleaning 24026 clauses out of 48364 with flag 315001/315001
540.19/297.18	c cleaning 24984 clauses out of 50337 with flag 341000/341000
580.84/318.26	c cleaning 25980 clauses out of 52348 with flag 368000/368000
627.00/342.16	c cleaning 26884 clauses out of 54365 with flag 396000/396000
684.49/373.12	c cleaning 27923 clauses out of 56480 with flag 425001/425001
739.70/401.28	c cleaning 29225 clauses out of 58554 with flag 455000/455000
780.93/422.87	c cleaning 30082 clauses out of 60329 with flag 486000/486000
828.00/447.72	c cleaning 30997 clauses out of 62242 with flag 518000/518000
836.63/453.01	c cleaning 0 clauses out of 5006 with flag 0/5006
876.52/473.84	c cleaning 31781 clauses out of 64249 with flag 551005/551005
928.86/500.95	c cleaning 32916 clauses out of 66465 with flag 585002/585002
985.60/530.86	c cleaning 33961 clauses out of 68548 with flag 620002/620002
1035.65/556.97	c cleaning 35225 clauses out of 70583 with flag 656001/656001
1094.41/587.47	c cleaning 36126 clauses out of 72361 with flag 693004/693004
1171.35/627.04	c cleaning 36932 clauses out of 74229 with flag 731000/731000
1246.34/666.38	c cleaning 38048 clauses out of 76297 with flag 770000/770000
1314.02/702.87	c cleaning 38821 clauses out of 78246 with flag 810000/810000
1377.16/734.99	c cleaning 39997 clauses out of 80426 with flag 851002/851002
1454.47/775.44	c cleaning 41051 clauses out of 82423 with flag 893000/893000
1527.50/813.34	c cleaning 41795 clauses out of 84371 with flag 936000/936000
1611.57/858.38	c cleaning 42805 clauses out of 86571 with flag 980000/980000
1698.41/903.33	c cleaning 43891 clauses out of 88766 with flag 1025000/1025000
1780.37/945.51	c cleaning 45046 clauses out of 90874 with flag 1071001/1071001
1800.02/956.71	c starts		: 171
1800.02/956.71	c conflicts		: 1080381
1800.02/956.71	c decisions		: 5070883
1800.02/956.71	c propagations		: 2512434835
1800.02/956.71	c inspects		: 3228174145
1800.02/956.71	c shortcuts		: 0
1800.02/956.71	c learnt literals	: 125
1800.02/956.71	c learnt binary clauses	: 3212
1800.02/956.71	c learnt ternary clauses	: 14117
1800.02/956.71	c learnt constraints	: 1080266
1800.02/956.71	c ignored constraints	: 0
1800.02/956.71	c root simplifications	: 0
1800.02/956.71	c removed literals (reason simplification)	: 7996574
1800.02/956.71	c reason swapping (by a shorter reason)	: 0
1800.02/956.71	c Calls to reduceDB	: 42
1800.02/956.71	c number of reductions to clauses (during analyze)	: 0
1800.02/956.71	c number of learned constraints concerned by reduction	: 0
1800.02/956.71	c number of learning phase by resolution	: 0
1800.02/956.71	c number of learning phase by cutting planes	: 0
1800.02/956.71	c speed (assignments/second)	: 2735265.295213377
1800.02/956.71	c non guided choices	435573
1800.02/956.74	c learnt constraints type 
1800.02/956.74	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 3212
1800.02/956.74	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 52037
1800.02/956.74	c constraints type 
1800.02/956.74	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 32
1800.02/956.74	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3552
1800.02/956.74	c org.sat4j.minisat.constraints.card.MinWatchCard => 51151
1800.02/956.74	c ignored satisfied constraints => 3556
1800.02/956.74	c org.sat4j.minisat.constraints.cnf.UnitClause => 4
1800.02/956.74	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 129278
1800.02/956.74	c 187573 constraints processed.
1800.02/956.74	c constraints type 
1800.02/956.74	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 129278
1800.02/956.74	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 32
1800.02/956.74	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 51151
1800.02/956.74	c ignored satisfied constraints => 3556
1800.02/956.74	c org.sat4j.pb.constraints.pb.UnitClausesPB => 3552
1800.02/956.74	c org.sat4j.pb.constraints.pb.UnitClausePB => 4
1800.02/956.74	c 187573 constraints processed.
1800.02/956.74	s UNKNOWN
1800.02/956.74	c Total wall clock time (in seconds): 956.628

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

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

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


[startup+0 s]
/proc/loadavg: 3.43 3.77 3.56 4/195 29878
/proc/meminfo: memFree=25120508/32873844 swapFree=7364/7364
[pid=29878] ppid=29876 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/29878/stat : 29878 (java) R 29876 29878 26250 0 -1 4202496 1117 0 0 0 0 0 0 0 20 0 1 0 254441338 23793664 845 33554432000 1073741824 1073778376 140734594326720 140734594315784 139753808218656 0 0 4096 0 0 0 0 17 0 0 0 0 0 0
/proc/29878/statm: 5809 860 649 9 0 128 0

[startup+0.0994481 s]
/proc/loadavg: 3.43 3.77 3.56 4/195 29878
/proc/meminfo: memFree=25120508/32873844 swapFree=7364/7364
[pid=29878] ppid=29876 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/29878/stat : 29878 (java) S 29876 29878 26250 0 -1 4202496 4374 0 1 0 10 0 0 0 20 0 18 0 254441338 9787813888 5056 33554432000 1073741824 1073778376 140734594326720 140734594317856 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29878/statm: 2389603 5056 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.100229 s]
/proc/loadavg: 3.43 3.77 3.56 4/195 29878
/proc/meminfo: memFree=25120508/32873844 swapFree=7364/7364
[pid=29878] ppid=29876 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/29878/stat : 29878 (java) S 29876 29878 26250 0 -1 4202496 4375 0 1 0 10 0 0 0 20 0 18 0 254441338 9787813888 5568 33554432000 1073741824 1073778376 140734594326720 140734594317856 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29878/statm: 2389603 5568 2109 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558412

[startup+0.30025 s]
/proc/loadavg: 3.43 3.77 3.56 4/195 29878
/proc/meminfo: memFree=25120508/32873844 swapFree=7364/7364
[pid=29878] ppid=29876 vsize=9558412 CPUtime=0.46 cores=0,2,4,6
/proc/29878/stat : 29878 (java) S 29876 29878 26250 0 -1 4202496 5475 0 1 0 45 1 0 0 20 0 18 0 254441338 9787813888 13884 33554432000 1073741824 1073778376 140734594326720 140734594317856 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29878/statm: 2389603 13884 2216 9 0 2380296 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9558412

[startup+0.700369 s]
/proc/loadavg: 3.43 3.77 3.56 4/195 29878
/proc/meminfo: memFree=25120508/32873844 swapFree=7364/7364
[pid=29878] ppid=29876 vsize=9558412 CPUtime=1.19 cores=0,2,4,6
/proc/29878/stat : 29878 (java) S 29876 29878 26250 0 -1 4202496 6100 0 1 0 107 12 0 0 20 0 18 0 254441338 9787813888 87446 33554432000 1073741824 1073778376 140734594326720 140734594317856 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29878/statm: 2389603 87446 2237 9 0 2380296 0
Current children cumulated CPU time (s) 1.19
Current children cumulated vsize (KiB) 9558412

[startup+1.501 s]
/proc/loadavg: 3.40 3.76 3.56 3/213 29896
/proc/meminfo: memFree=24536036/32873844 swapFree=7364/7364
[pid=29878] ppid=29876 vsize=9558412 CPUtime=2.26 cores=0,2,4,6
/proc/29878/stat : 29878 (java) S 29876 29878 26250 0 -1 4202496 7829 0 1 0 197 29 0 0 20 0 18 0 254441338 9787813888 281202 33554432000 1073741824 1073778376 140734594326720 140734594317856 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29878/statm: 2389603 281202 2237 9 0 2380296 0
[pid=29878/tid=29879] ppid=29876 vsize=9558412 CPUtime=1.29 cores=0,2,4,6
/proc/29878/task/29879/stat : 29879 (java) R 29876 29878 26250 0 -1 4202560 3422 0 1 0 116 13 0 0 20 0 18 0 254441339 9787813888 281202 33554432000 1073741824 1073778376 140734594326720 139753805334712 139753813101665 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29878/tid=29881] ppid=29876 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/29878/task/29881/stat : 29881 (java) S 29876 29878 26250 0 -1 4202560 56 0 0 0 5 1 0 0 20 0 18 0 254441340 9787813888 281202 33554432000 1073741824 1073778376 140734594326720 139753744066856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29882] ppid=29876 vsize=9558412 CPUtime=0.04 cores=0,2,4,6
/proc/29878/task/29882/stat : 29882 (java) S 29876 29878 26250 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 18 0 254441340 9787813888 281202 33554432000 1073741824 1073778376 140734594326720 139753743014056 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29883] ppid=29876 vsize=9558412 CPUtime=0.07 cores=0,2,4,6
/proc/29878/task/29883/stat : 29883 (java) S 29876 29878 26250 0 -1 4202560 40 0 0 0 6 1 0 0 20 0 18 0 254441340 9787813888 281202 33554432000 1073741824 1073778376 140734594326720 139753741961768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29884] ppid=29876 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/29878/task/29884/stat : 29884 (java) S 29876 29878 26250 0 -1 4202560 87 0 0 0 8 4 0 0 20 0 18 0 254441340 9787813888 281202 33554432000 1073741824 1073778376 140734594326720 139753740908968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29885] ppid=29876 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/29878/task/29885/stat : 29885 (java) S 29876 29878 26250 0 -1 4202560 38 0 0 0 4 2 0 0 20 0 18 0 254441340 9787813888 281202 33554432000 1073741824 1073778376 140734594326720 139753644833576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29886] ppid=29876 vsize=9558412 CPUtime=0.05 cores=0,2,4,6
/proc/29878/task/29886/stat : 29886 (java) S 29876 29878 26250 0 -1 4202560 40 0 0 0 4 1 0 0 20 0 18 0 254441340 9787813888 281202 33554432000 1073741824 1073778376 140734594326720 139753643780776 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29887] ppid=29876 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/29878/task/29887/stat : 29887 (java) S 29876 29878 26250 0 -1 4202560 66 0 0 0 5 3 0 0 20 0 18 0 254441340 9787813888 281202 33554432000 1073741824 1073778376 140734594326720 139753642728488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29888] ppid=29876 vsize=9558412 CPUtime=0.06 cores=0,2,4,6
/proc/29878/task/29888/stat : 29888 (java) S 29876 29878 26250 0 -1 4202560 44 0 0 0 4 2 0 0 20 0 18 0 254441340 9787813888 281202 33554432000 1073741824 1073778376 140734594326720 139753641675688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29878/tid=29889] ppid=29876 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29889/stat : 29889 (java) S 29876 29878 26250 0 -1 4202560 957 0 0 0 0 0 0 0 20 0 18 0 254441341 9787813888 281202 33554432000 1073741824 1073778376 140734594326720 139753629477096 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29890] ppid=29876 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29890/stat : 29890 (java) S 29876 29878 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254441341 9787813888 281202 33554432000 1073741824 1073778376 140734594326720 139753628423160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29891] ppid=29876 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29891/stat : 29891 (java) S 29876 29878 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254441341 9787813888 281202 33554432000 1073741824 1073778376 140734594326720 139753627370760 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29892] ppid=29876 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29892/stat : 29892 (java) S 29876 29878 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254441344 9787813888 281202 33554432000 1073741824 1073778376 140734594326720 139753626319248 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29893] ppid=29876 vsize=9558412 CPUtime=0.13 cores=0,2,4,6
/proc/29878/task/29893/stat : 29893 (java) S 29876 29878 26250 0 -1 4202560 842 0 0 0 13 0 0 0 20 0 18 0 254441344 9787813888 281202 33554432000 1073741824 1073778376 140734594326720 139753625266872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29894] ppid=29876 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/29878/task/29894/stat : 29894 (java) S 29876 29878 26250 0 -1 4202560 1030 0 0 0 14 0 0 0 20 0 18 0 254441344 9787813888 281202 33554432000 1073741824 1073778376 140734594326720 139753624214072 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29895] ppid=29876 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29895/stat : 29895 (java) S 29876 29878 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254441344 9787813888 281202 33554432000 1073741824 1073778376 140734594326720 139753623161976 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29896] ppid=29876 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29896/stat : 29896 (java) S 29876 29878 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254441344 9787813888 281202 33554432000 1073741824 1073778376 140734594326720 139753622109384 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.26
Current children cumulated vsize (KiB) 9558412

[startup+3.10074 s]
/proc/loadavg: 3.40 3.76 3.56 10/213 29896
/proc/meminfo: memFree=23359872/32873844 swapFree=7364/7364
[pid=29878] ppid=29876 vsize=9558412 CPUtime=4.6 cores=0,2,4,6
/proc/29878/stat : 29878 (java) S 29876 29878 26250 0 -1 4202496 21043 0 1 0 406 54 0 0 20 0 18 0 254441338 9787813888 543723 33554432000 1073741824 1073778376 140734594326720 140734594317856 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29878/statm: 2389603 543723 2248 9 0 2380296 0
[pid=29878/tid=29879] ppid=29876 vsize=9558412 CPUtime=2.81 cores=0,2,4,6
/proc/29878/task/29879/stat : 29879 (java) R 29876 29878 26250 0 -1 4202560 3902 0 1 0 248 33 0 0 20 0 18 0 254441339 9787813888 543723 33554432000 1073741824 1073778376 140734594326720 139753805328256 139753745438533 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29878/tid=29881] ppid=29876 vsize=9558412 CPUtime=0.09 cores=0,2,4,6
/proc/29878/task/29881/stat : 29881 (java) S 29876 29878 26250 0 -1 4202560 64 0 0 0 7 2 0 0 20 0 18 0 254441340 9787813888 543723 33554432000 1073741824 1073778376 140734594326720 139753744066856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29882] ppid=29876 vsize=9558412 CPUtime=0.08 cores=0,2,4,6
/proc/29878/task/29882/stat : 29882 (java) S 29876 29878 26250 0 -1 4202560 210 0 0 0 7 1 0 0 20 0 18 0 254441340 9787813888 543723 33554432000 1073741824 1073778376 140734594326720 139753743014056 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29883] ppid=29876 vsize=9558412 CPUtime=0.1 cores=0,2,4,6
/proc/29878/task/29883/stat : 29883 (java) S 29876 29878 26250 0 -1 4202560 48 0 0 0 8 2 0 0 20 0 18 0 254441340 9787813888 543723 33554432000 1073741824 1073778376 140734594326720 139753741961768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29884] ppid=29876 vsize=9558412 CPUtime=0.14 cores=0,2,4,6
/proc/29878/task/29884/stat : 29884 (java) S 29876 29878 26250 0 -1 4202560 276 0 0 0 10 4 0 0 20 0 18 0 254441340 9787813888 543723 33554432000 1073741824 1073778376 140734594326720 139753740908968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29885] ppid=29876 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/29878/task/29885/stat : 29885 (java) S 29876 29878 26250 0 -1 4202560 53 0 0 0 9 3 0 0 20 0 18 0 254441340 9787813888 543723 33554432000 1073741824 1073778376 140734594326720 139753644833576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29886] ppid=29876 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/29878/task/29886/stat : 29886 (java) S 29876 29878 26250 0 -1 4202560 236 0 0 0 9 2 0 0 20 0 18 0 254441340 9787813888 543723 33554432000 1073741824 1073778376 140734594326720 139753643780776 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29887] ppid=29876 vsize=9558412 CPUtime=0.11 cores=0,2,4,6
/proc/29878/task/29887/stat : 29887 (java) S 29876 29878 26250 0 -1 4202560 257 0 0 0 8 3 0 0 20 0 18 0 254441340 9787813888 543723 33554432000 1073741824 1073778376 140734594326720 139753642728488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29888] ppid=29876 vsize=9558412 CPUtime=0.12 cores=0,2,4,6
/proc/29878/task/29888/stat : 29888 (java) S 29876 29878 26250 0 -1 4202560 110 0 0 0 9 3 0 0 20 0 18 0 254441340 9787813888 543723 33554432000 1073741824 1073778376 140734594326720 139753641675688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29878/tid=29889] ppid=29876 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29889/stat : 29889 (java) S 29876 29878 26250 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 18 0 254441341 9787813888 543723 33554432000 1073741824 1073778376 140734594326720 139753629477096 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29890] ppid=29876 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29890/stat : 29890 (java) S 29876 29878 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254441341 9787813888 543723 33554432000 1073741824 1073778376 140734594326720 139753628423160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29891] ppid=29876 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29891/stat : 29891 (java) S 29876 29878 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254441341 9787813888 543723 33554432000 1073741824 1073778376 140734594326720 139753627370760 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29892] ppid=29876 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29892/stat : 29892 (java) S 29876 29878 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254441344 9787813888 543723 33554432000 1073741824 1073778376 140734594326720 139753626319248 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29893] ppid=29876 vsize=9558412 CPUtime=0.38 cores=0,2,4,6
/proc/29878/task/29893/stat : 29893 (java) S 29876 29878 26250 0 -1 4202560 6286 0 0 0 37 1 0 0 20 0 18 0 254441344 9787813888 543723 33554432000 1073741824 1073778376 140734594326720 139753625266872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29894] ppid=29876 vsize=9558412 CPUtime=0.41 cores=0,2,4,6
/proc/29878/task/29894/stat : 29894 (java) S 29876 29878 26250 0 -1 4202560 7165 0 0 0 39 2 0 0 20 0 18 0 254441344 9787813888 543723 33554432000 1073741824 1073778376 140734594326720 139753624214072 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29895] ppid=29876 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29895/stat : 29895 (java) S 29876 29878 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254441344 9787813888 543723 33554432000 1073741824 1073778376 140734594326720 139753623161976 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29896] ppid=29876 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29896/stat : 29896 (java) S 29876 29878 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254441344 9787813888 543723 33554432000 1073741824 1073778376 140734594326720 139753622109384 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 9558412

[startup+6.30099 s]
/proc/loadavg: 3.29 3.73 3.55 3/213 29896
/proc/meminfo: memFree=22119780/32873844 swapFree=7364/7364
[pid=29878] ppid=29876 vsize=9558412 CPUtime=8.75 cores=0,2,4,6
/proc/29878/stat : 29878 (java) S 29876 29878 26250 0 -1 4202496 22559 0 1 0 792 83 0 0 20 0 18 0 254441338 9787813888 710250 33554432000 1073741824 1073778376 140734594326720 140734594317856 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29878/statm: 2389603 710250 2248 9 0 2380296 0
[pid=29878/tid=29879] ppid=29876 vsize=9558412 CPUtime=5.7 cores=0,2,4,6
/proc/29878/task/29879/stat : 29879 (java) R 29876 29878 26250 0 -1 4202560 4184 0 1 0 525 45 0 0 20 0 18 0 254441339 9787813888 710250 33554432000 1073741824 1073778376 140734594326720 139753805335064 139753813101665 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29878/tid=29881] ppid=29876 vsize=9558412 CPUtime=0.25 cores=0,2,4,6
/proc/29878/task/29881/stat : 29881 (java) S 29876 29878 26250 0 -1 4202560 423 0 0 0 21 4 0 0 20 0 18 0 254441340 9787813888 710250 33554432000 1073741824 1073778376 140734594326720 139753744066856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29882] ppid=29876 vsize=9558412 CPUtime=0.21 cores=0,2,4,6
/proc/29878/task/29882/stat : 29882 (java) S 29876 29878 26250 0 -1 4202560 235 0 0 0 17 4 0 0 20 0 18 0 254441340 9787813888 710250 33554432000 1073741824 1073778376 140734594326720 139753743014056 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29883] ppid=29876 vsize=9558412 CPUtime=0.24 cores=0,2,4,6
/proc/29878/task/29883/stat : 29883 (java) S 29876 29878 26250 0 -1 4202560 348 0 0 0 20 4 0 0 20 0 18 0 254441340 9787813888 710250 33554432000 1073741824 1073778376 140734594326720 139753741961768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29884] ppid=29876 vsize=9558412 CPUtime=0.27 cores=0,2,4,6
/proc/29878/task/29884/stat : 29884 (java) S 29876 29878 26250 0 -1 4202560 296 0 0 0 21 6 0 0 20 0 18 0 254441340 9787813888 710250 33554432000 1073741824 1073778376 140734594326720 139753740908968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29885] ppid=29876 vsize=9558412 CPUtime=0.31 cores=0,2,4,6
/proc/29878/task/29885/stat : 29885 (java) S 29876 29878 26250 0 -1 4202560 95 0 0 0 26 5 0 0 20 0 18 0 254441340 9787813888 710250 33554432000 1073741824 1073778376 140734594326720 139753644833576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29886] ppid=29876 vsize=9558412 CPUtime=0.3 cores=0,2,4,6
/proc/29878/task/29886/stat : 29886 (java) S 29876 29878 26250 0 -1 4202560 353 0 0 0 25 5 0 0 20 0 18 0 254441340 9787813888 710250 33554432000 1073741824 1073778376 140734594326720 139753643780776 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29887] ppid=29876 vsize=9558412 CPUtime=0.25 cores=0,2,4,6
/proc/29878/task/29887/stat : 29887 (java) S 29876 29878 26250 0 -1 4202560 281 0 0 0 20 5 0 0 20 0 18 0 254441340 9787813888 710250 33554432000 1073741824 1073778376 140734594326720 139753642728488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29888] ppid=29876 vsize=9558412 CPUtime=0.28 cores=0,2,4,6
/proc/29878/task/29888/stat : 29888 (java) S 29876 29878 26250 0 -1 4202560 456 0 0 0 23 5 0 0 20 0 18 0 254441340 9787813888 710250 33554432000 1073741824 1073778376 140734594326720 139753641675688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29878/tid=29889] ppid=29876 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29889/stat : 29889 (java) S 29876 29878 26250 0 -1 4202560 1261 0 0 0 0 0 0 0 20 0 18 0 254441341 9787813888 710250 33554432000 1073741824 1073778376 140734594326720 139753629477096 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29890] ppid=29876 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29890/stat : 29890 (java) S 29876 29878 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 254441341 9787813888 710250 33554432000 1073741824 1073778376 140734594326720 139753628423160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29891] ppid=29876 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29891/stat : 29891 (java) S 29876 29878 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 254441341 9787813888 710250 33554432000 1073741824 1073778376 140734594326720 139753627370760 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29892] ppid=29876 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29892/stat : 29892 (java) S 29876 29878 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254441344 9787813888 710250 33554432000 1073741824 1073778376 140734594326720 139753626319248 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29893] ppid=29876 vsize=9558412 CPUtime=0.38 cores=0,2,4,6
/proc/29878/task/29893/stat : 29893 (java) S 29876 29878 26250 0 -1 4202560 6286 0 0 0 37 1 0 0 20 0 18 0 254441344 9787813888 710250 33554432000 1073741824 1073778376 140734594326720 139753625266872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29894] ppid=29876 vsize=9558412 CPUtime=0.43 cores=0,2,4,6
/proc/29878/task/29894/stat : 29894 (java) S 29876 29878 26250 0 -1 4202560 7166 0 0 0 41 2 0 0 20 0 18 0 254441344 9787813888 710250 33554432000 1073741824 1073778376 140734594326720 139753624214072 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29895] ppid=29876 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29895/stat : 29895 (java) S 29876 29878 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254441344 9787813888 710250 33554432000 1073741824 1073778376 140734594326720 139753623161976 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29896] ppid=29876 vsize=9558412 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29896/stat : 29896 (java) S 29876 29878 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 254441344 9787813888 710250 33554432000 1073741824 1073778376 140734594326720 139753622109384 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.75
Current children cumulated vsize (KiB) 9558412

[startup+12.7009 s]
/proc/loadavg: 3.74 3.81 3.58 3/213 29896
/proc/meminfo: memFree=22106756/32873844 swapFree=7364/7364
[pid=29878] ppid=29876 vsize=9558412 CPUtime=15.47 cores=0,2,4,6
/proc/29878/stat : 29878 (java) S 29876 29878 26250 0 -1 4202496 22609 0 1 0 1462 85 0 0 20 0 18 0 254441338 9787813888 715928 33554432000 1073741824 1073778376 140734594326720 140734594317856 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29878/statm: 2389603 715928 2248 9 0 2380296 0
[pid=29878/tid=29879] ppid=29876 vsize=9558412 CPUtime=12.01 cores=0,2,4,6

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

[pid=29878/tid=29898] ppid=29876 vsize=9824668 CPUtime=709.48 cores=0,2,4,6
/proc/29878/task/29898/stat : 29898 (java) R 29876 29878 26250 0 -1 4202560 74 0 0 0 70938 10 0 0 20 0 22 0 254445142 10060460032 980091 33554432000 1073741824 1073778376 140734594326720 139753619998656 139753745760879 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29878/tid=29899] ppid=29876 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29899/stat : 29899 (java) S 29876 29878 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254445156 10060460032 980091 33554432000 1073741824 1073778376 140734594326720 139753618949288 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29900] ppid=29876 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29900/stat : 29900 (java) S 29876 29878 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254445156 10060460032 980091 33554432000 1073741824 1073778376 140734594326720 139753617896488 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1542.7
Current children cumulated vsize (KiB) 9824668

[startup+882.307 s]
/proc/loadavg: 3.73 3.83 3.72 5/221 29915
/proc/meminfo: memFree=17563580/32873844 swapFree=7364/7364
[pid=29878] ppid=29876 vsize=9824668 CPUtime=1656.43 cores=0,2,4,6
/proc/29878/stat : 29878 (java) S 29876 29878 26250 0 -1 4202496 67730 0 1 0 165391 252 0 0 20 0 22 0 254441338 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 140734594317856 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29878/statm: 2456167 1007973 2285 9 0 2446860 0
[pid=29878/tid=29879] ppid=29876 vsize=9824668 CPUtime=37 cores=0,2,4,6
/proc/29878/task/29879/stat : 29879 (java) S 29876 29878 26250 0 -1 4202560 4570 0 1 0 3653 47 0 0 20 0 22 0 254441339 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753805337592 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29881] ppid=29876 vsize=9824668 CPUtime=1.53 cores=0,2,4,6
/proc/29878/task/29881/stat : 29881 (java) S 29876 29878 26250 0 -1 4202560 2469 0 0 0 133 20 0 0 20 0 22 0 254441340 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753744066856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29882] ppid=29876 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/29878/task/29882/stat : 29882 (java) S 29876 29878 26250 0 -1 4202560 2656 0 0 0 127 21 0 0 20 0 22 0 254441340 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753743014056 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29878/tid=29883] ppid=29876 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/29878/task/29883/stat : 29883 (java) S 29876 29878 26250 0 -1 4202560 2596 0 0 0 113 26 0 0 20 0 22 0 254441340 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753741961768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29878/tid=29884] ppid=29876 vsize=9824668 CPUtime=1.32 cores=0,2,4,6
/proc/29878/task/29884/stat : 29884 (java) S 29876 29878 26250 0 -1 4202560 1272 0 0 0 113 19 0 0 20 0 22 0 254441340 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753740908968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29885] ppid=29876 vsize=9824668 CPUtime=1.6 cores=0,2,4,6
/proc/29878/task/29885/stat : 29885 (java) S 29876 29878 26250 0 -1 4202560 2365 0 0 0 134 26 0 0 20 0 22 0 254441340 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753644833576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29886] ppid=29876 vsize=9824668 CPUtime=1.44 cores=0,2,4,6
/proc/29878/task/29886/stat : 29886 (java) S 29876 29878 26250 0 -1 4202560 1995 0 0 0 124 20 0 0 20 0 22 0 254441340 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753643780776 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29887] ppid=29876 vsize=9824668 CPUtime=1.58 cores=0,2,4,6
/proc/29878/task/29887/stat : 29887 (java) S 29876 29878 26250 0 -1 4202560 2423 0 0 0 139 19 0 0 20 0 22 0 254441340 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753642728488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29888] ppid=29876 vsize=9824668 CPUtime=1.45 cores=0,2,4,6
/proc/29878/task/29888/stat : 29888 (java) S 29876 29878 26250 0 -1 4202560 2913 0 0 0 121 24 0 0 20 0 22 0 254441340 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753641675688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29889] ppid=29876 vsize=9824668 CPUtime=80.06 cores=0,2,4,6
/proc/29878/task/29889/stat : 29889 (java) S 29876 29878 26250 0 -1 4202560 16836 0 0 0 7993 13 0 0 20 0 22 0 254441341 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753629477096 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29878/tid=29890] ppid=29876 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29890/stat : 29890 (java) S 29876 29878 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254441341 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753628423160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29891] ppid=29876 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29891/stat : 29891 (java) S 29876 29878 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254441341 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753627370760 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29892] ppid=29876 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29892/stat : 29892 (java) S 29876 29878 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254441344 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753626319248 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29893] ppid=29876 vsize=9824668 CPUtime=1.52 cores=0,2,4,6
/proc/29878/task/29893/stat : 29893 (java) S 29876 29878 26250 0 -1 4202560 10644 0 0 0 149 3 0 0 20 0 22 0 254441344 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753625266872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29894] ppid=29876 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/29878/task/29894/stat : 29894 (java) S 29876 29878 26250 0 -1 4202560 15645 0 0 0 170 5 0 0 20 0 22 0 254441344 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753624214072 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29878/tid=29895] ppid=29876 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29895/stat : 29895 (java) S 29876 29878 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254441344 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753623161976 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29896] ppid=29876 vsize=9824668 CPUtime=0.35 cores=0,2,4,6
/proc/29878/task/29896/stat : 29896 (java) S 29876 29878 26250 0 -1 4202560 51 0 0 0 18 17 0 0 20 0 22 0 254441344 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753622109384 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29897] ppid=29876 vsize=9824668 CPUtime=762.11 cores=0,2,4,6
/proc/29878/task/29897/stat : 29897 (java) R 29876 29878 26250 0 -1 4202560 32 0 0 0 76200 11 0 0 20 0 22 0 254445142 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753621053648 139753746007613 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29898] ppid=29876 vsize=9824668 CPUtime=762.01 cores=0,2,4,6
/proc/29878/task/29898/stat : 29898 (java) R 29876 29878 26250 0 -1 4202560 74 0 0 0 76190 11 0 0 20 0 22 0 254445142 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753619998656 139753746307563 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29878/tid=29899] ppid=29876 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29899/stat : 29899 (java) S 29876 29878 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254445156 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753618949288 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29900] ppid=29876 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29900/stat : 29900 (java) S 29876 29878 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254445156 10060460032 1007973 33554432000 1073741824 1073778376 140734594326720 139753617896488 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1656.43
Current children cumulated vsize (KiB) 9824668

[startup+942.301 s]
/proc/loadavg: 3.49 3.76 3.70 4/197 29926
/proc/meminfo: memFree=24863060/32873844 swapFree=7364/7364
[pid=29878] ppid=29876 vsize=9824668 CPUtime=1773.81 cores=0,2,4,6
/proc/29878/stat : 29878 (java) S 29876 29878 26250 0 -1 4202496 67776 0 1 0 177128 253 0 0 20 0 22 0 254441338 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 140734594317856 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29878/statm: 2456167 1025386 2285 9 0 2446860 0
[pid=29878/tid=29879] ppid=29876 vsize=9824668 CPUtime=37 cores=0,2,4,6
/proc/29878/task/29879/stat : 29879 (java) S 29876 29878 26250 0 -1 4202560 4571 0 1 0 3653 47 0 0 20 0 22 0 254441339 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753805337592 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29881] ppid=29876 vsize=9824668 CPUtime=1.55 cores=0,2,4,6
/proc/29878/task/29881/stat : 29881 (java) S 29876 29878 26250 0 -1 4202560 2469 0 0 0 135 20 0 0 20 0 22 0 254441340 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753744066856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29882] ppid=29876 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/29878/task/29882/stat : 29882 (java) S 29876 29878 26250 0 -1 4202560 2656 0 0 0 129 21 0 0 20 0 22 0 254441340 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753743014056 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29883] ppid=29876 vsize=9824668 CPUtime=1.41 cores=0,2,4,6
/proc/29878/task/29883/stat : 29883 (java) S 29876 29878 26250 0 -1 4202560 2596 0 0 0 115 26 0 0 20 0 22 0 254441340 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753741961768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29884] ppid=29876 vsize=9824668 CPUtime=1.39 cores=0,2,4,6
/proc/29878/task/29884/stat : 29884 (java) S 29876 29878 26250 0 -1 4202560 1272 0 0 0 120 19 0 0 20 0 22 0 254441340 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753740908968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29885] ppid=29876 vsize=9824668 CPUtime=1.63 cores=0,2,4,6
/proc/29878/task/29885/stat : 29885 (java) S 29876 29878 26250 0 -1 4202560 2370 0 0 0 137 26 0 0 20 0 22 0 254441340 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753644833576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29886] ppid=29876 vsize=9824668 CPUtime=1.48 cores=0,2,4,6
/proc/29878/task/29886/stat : 29886 (java) S 29876 29878 26250 0 -1 4202560 1995 0 0 0 128 20 0 0 20 0 22 0 254441340 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753643780776 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29887] ppid=29876 vsize=9824668 CPUtime=1.62 cores=0,2,4,6
/proc/29878/task/29887/stat : 29887 (java) S 29876 29878 26250 0 -1 4202560 2423 0 0 0 143 19 0 0 20 0 22 0 254441340 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753642728488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29888] ppid=29876 vsize=9824668 CPUtime=1.49 cores=0,2,4,6
/proc/29878/task/29888/stat : 29888 (java) S 29876 29878 26250 0 -1 4202560 2913 0 0 0 125 24 0 0 20 0 22 0 254441340 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753641675688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29889] ppid=29876 vsize=9824668 CPUtime=82.77 cores=0,2,4,6
/proc/29878/task/29889/stat : 29889 (java) S 29876 29878 26250 0 -1 4202560 16872 0 0 0 8264 13 0 0 20 0 22 0 254441341 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753629477096 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29890] ppid=29876 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29890/stat : 29890 (java) S 29876 29878 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254441341 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753628423160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29891] ppid=29876 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29891/stat : 29891 (java) S 29876 29878 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254441341 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753627370760 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29892] ppid=29876 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29892/stat : 29892 (java) S 29876 29878 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254441344 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753626319248 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29893] ppid=29876 vsize=9824668 CPUtime=1.52 cores=0,2,4,6
/proc/29878/task/29893/stat : 29893 (java) S 29876 29878 26250 0 -1 4202560 10644 0 0 0 149 3 0 0 20 0 22 0 254441344 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753625266872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29894] ppid=29876 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/29878/task/29894/stat : 29894 (java) S 29876 29878 26250 0 -1 4202560 15645 0 0 0 170 5 0 0 20 0 22 0 254441344 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753624214072 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29878/tid=29895] ppid=29876 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29895/stat : 29895 (java) S 29876 29878 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254441344 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753623161976 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29896] ppid=29876 vsize=9824668 CPUtime=0.37 cores=0,2,4,6
/proc/29878/task/29896/stat : 29896 (java) S 29876 29878 26250 0 -1 4202560 55 0 0 0 20 17 0 0 20 0 22 0 254441344 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753622109384 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29897] ppid=29876 vsize=9824668 CPUtime=819.32 cores=0,2,4,6
/proc/29878/task/29897/stat : 29897 (java) R 29876 29878 26250 0 -1 4202560 32 0 0 0 81920 12 0 0 20 0 22 0 254445142 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753621053648 139753746007749 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29898] ppid=29876 vsize=9824668 CPUtime=819.2 cores=0,2,4,6
/proc/29878/task/29898/stat : 29898 (java) R 29876 29878 26250 0 -1 4202560 74 0 0 0 81908 12 0 0 20 0 22 0 254445142 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753619998656 139753746007820 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=29878/tid=29899] ppid=29876 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29899/stat : 29899 (java) S 29876 29878 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254445156 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753618949288 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29900] ppid=29876 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29900/stat : 29900 (java) S 29876 29878 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254445156 10060460032 1025386 33554432000 1073741824 1073778376 140734594326720 139753617896488 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1773.81
Current children cumulated vsize (KiB) 9824668



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+956.701 s]
/proc/loadavg: 3.79 3.82 3.72 5/197 29926
/proc/meminfo: memFree=24783496/32873844 swapFree=7364/7364
[pid=29878] ppid=29876 vsize=9824668 CPUtime=1800.02 cores=0,2,4,6
/proc/29878/stat : 29878 (java) S 29876 29878 26250 0 -1 4202496 67831 0 1 0 179747 255 0 0 20 0 22 0 254441338 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 140734594317856 215146856509 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/29878/statm: 2456167 1045105 2285 9 0 2446860 0
[pid=29878/tid=29879] ppid=29876 vsize=9824668 CPUtime=37 cores=0,2,4,6
/proc/29878/task/29879/stat : 29879 (java) S 29876 29878 26250 0 -1 4202560 4572 0 1 0 3653 47 0 0 20 0 22 0 254441339 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753805337592 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29881] ppid=29876 vsize=9824668 CPUtime=1.65 cores=0,2,4,6
/proc/29878/task/29881/stat : 29881 (java) S 29876 29878 26250 0 -1 4202560 2469 0 0 0 145 20 0 0 20 0 22 0 254441340 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753744066856 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29878/tid=29882] ppid=29876 vsize=9824668 CPUtime=1.67 cores=0,2,4,6
/proc/29878/task/29882/stat : 29882 (java) S 29876 29878 26250 0 -1 4202560 2656 0 0 0 146 21 0 0 20 0 22 0 254441340 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753743014056 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29883] ppid=29876 vsize=9824668 CPUtime=1.46 cores=0,2,4,6
/proc/29878/task/29883/stat : 29883 (java) S 29876 29878 26250 0 -1 4202560 2596 0 0 0 120 26 0 0 20 0 22 0 254441340 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753741961768 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29884] ppid=29876 vsize=9824668 CPUtime=1.5 cores=0,2,4,6
/proc/29878/task/29884/stat : 29884 (java) S 29876 29878 26250 0 -1 4202560 1272 0 0 0 131 19 0 0 20 0 22 0 254441340 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753740908968 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29885] ppid=29876 vsize=9824668 CPUtime=1.71 cores=0,2,4,6
/proc/29878/task/29885/stat : 29885 (java) S 29876 29878 26250 0 -1 4202560 2379 0 0 0 145 26 0 0 20 0 22 0 254441340 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753644833576 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29886] ppid=29876 vsize=9824668 CPUtime=1.54 cores=0,2,4,6
/proc/29878/task/29886/stat : 29886 (java) S 29876 29878 26250 0 -1 4202560 1995 0 0 0 134 20 0 0 20 0 22 0 254441340 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753643780776 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29887] ppid=29876 vsize=9824668 CPUtime=1.69 cores=0,2,4,6
/proc/29878/task/29887/stat : 29887 (java) S 29876 29878 26250 0 -1 4202560 2423 0 0 0 150 19 0 0 20 0 22 0 254441340 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753642728488 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29888] ppid=29876 vsize=9824668 CPUtime=1.54 cores=0,2,4,6
/proc/29878/task/29888/stat : 29888 (java) S 29876 29878 26250 0 -1 4202560 2913 0 0 0 130 24 0 0 20 0 22 0 254441340 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753641675688 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29878/tid=29889] ppid=29876 vsize=9824668 CPUtime=85.68 cores=0,2,4,6
/proc/29878/task/29889/stat : 29889 (java) S 29876 29878 26250 0 -1 4202560 16915 0 0 0 8553 15 0 0 20 0 22 0 254441341 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753629477096 215146870697 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29890] ppid=29876 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29890/stat : 29890 (java) S 29876 29878 26250 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 254441341 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753628423160 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29891] ppid=29876 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29891/stat : 29891 (java) S 29876 29878 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254441341 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753627370760 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29892] ppid=29876 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29892/stat : 29892 (java) S 29876 29878 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254441344 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753626319248 215146878752 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29893] ppid=29876 vsize=9824668 CPUtime=1.52 cores=0,2,4,6
/proc/29878/task/29893/stat : 29893 (java) S 29876 29878 26250 0 -1 4202560 10644 0 0 0 149 3 0 0 20 0 22 0 254441344 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753625266872 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29894] ppid=29876 vsize=9824668 CPUtime=1.75 cores=0,2,4,6
/proc/29878/task/29894/stat : 29894 (java) S 29876 29878 26250 0 -1 4202560 15646 0 0 0 170 5 0 0 20 0 22 0 254441344 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753624214072 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29878/tid=29895] ppid=29876 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29895/stat : 29895 (java) S 29876 29878 26250 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 254441344 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753623161976 215146869820 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29896] ppid=29876 vsize=9824668 CPUtime=0.38 cores=0,2,4,6
/proc/29878/task/29896/stat : 29896 (java) S 29876 29878 26250 0 -1 4202560 55 0 0 0 20 18 0 0 20 0 22 0 254441344 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753622109384 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=29878/tid=29897] ppid=29876 vsize=9824668 CPUtime=830.64 cores=0,2,4,6
/proc/29878/task/29897/stat : 29897 (java) R 29876 29878 26250 0 -1 4202560 32 0 0 0 83052 12 0 0 20 0 22 0 254445142 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753621053648 139753745979820 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=29878/tid=29898] ppid=29876 vsize=9824668 CPUtime=830.5 cores=0,2,4,6
/proc/29878/task/29898/stat : 29898 (java) R 29876 29878 26250 0 -1 4202560 75 0 0 0 83038 12 0 0 20 0 22 0 254445142 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753620000856 139753746308138 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=29878/tid=29899] ppid=29876 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29899/stat : 29899 (java) S 29876 29878 26250 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 254445156 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753618949288 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=29878/tid=29900] ppid=29876 vsize=9824668 CPUtime=0 cores=0,2,4,6
/proc/29878/task/29900/stat : 29900 (java) S 29876 29878 26250 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 254445156 10060460032 1045105 33554432000 1073741824 1073778376 140734594326720 139753617896488 215146870697 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.02
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
Real time (s): 956.768
CPU time (s): 1800.67
CPU user time (s): 1797.63
CPU system time (s): 3.04154
CPU usage (%): 188.203
Max. virtual memory (cumulated for all children) (KiB): 9824668

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1797.63
system time used= 3.04154
maximum resident set size= 4180544
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 67862
page faults= 1
swaps= 0
block input operations= 0
block output operations= 992
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25878
involuntary context switches= 18611

runsolver used 3.55146 second user time and 8.97463 second system time

The end

Launcher Data

Begin job on node133 at 2012-05-24 20:12:45
IDJOB=3689570
IDBENCH=89904
IDSOLVER=2268
FILE ID=node133/3689570-1337883165
RUNJOBID= node133-1337871880-26266
PBS_JOBID= 14620071
Free space on /tmp= 71304 MiB

SOLVER NAME= SAT 4j PB RES // CP 2.3.2 Snapshot
BENCH NAME= PB11/normalized-PB11/OPT-BIGINT-LIN/heinz/normalized-stp3d.opb
COMMAND LINE= java -jar HOME/sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-3689570-1337883165/watcher-3689570-1337883165 -o /tmp/evaluation-result-3689570-1337883165/solver-3689570-1337883165 -C 1800 -W 1900 -M 15500  java -jar HOME/sat4j-pb.jar Both HOME/instance-3689570-1337883165.opb

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

MD5SUM BENCH= 1cc8070e576e6483e1f532bdbbfa41dd
RANDOM SEED=1379821960

node133.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.540
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.08
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.540
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.92
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.540
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5331.92
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.540
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:       32873844 kB
MemFree:        25120888 kB
Buffers:          221156 kB
Cached:          2842164 kB
SwapCached:            0 kB
Active:          4655544 kB
Inactive:        2313188 kB
Active(anon):    3908108 kB
Inactive(anon):        0 kB
Active(file):     747436 kB
Inactive(file):  2313188 kB
Unevictable:        7364 kB
Mlocked:            7364 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:              9384 kB
Writeback:             0 kB
AnonPages:       3912676 kB
Mapped:            22464 kB
Shmem:               212 kB
Slab:             637828 kB
SReclaimable:      80224 kB
SUnreclaim:       557604 kB
KernelStack:        1608 kB
PageTables:        11724 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545776 kB
Committed_AS:    4434284 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346376 kB
VmallocChunk:   34341987860 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3831808 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7872 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71280 MiB
End job on node133 at 2012-05-24 20:28:44