Trace number 4081290

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
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.03 893.845

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/
bounded_golomb_rulers/normalized-bogr_19.opb
MD5SUM691db1c1df60c391acb60afdfcce171f
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark360
Best CPU time to get the best result obtained on this benchmark1800.67
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables10998
Total number of constraints21679
Number of constraints which are clauses1
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints21678
Minimum length of a constraint1
Maximum length of a constraint37
Number of terms in the objective function 9
Biggest coefficient in the objective function 171
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 426
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 531
Number of bits of the biggest number in a constraint 10
Biggest sum of numbers in a constraint 2868
Number of bits of the biggest sum of numbers12
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-2013 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.08	c version PB16.v20160501
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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4081290-1465233246.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
3.15/1.84	c ... done. Wall clock time 1.733s.
3.15/1.84	c declared #vars     10998
3.15/1.84	c #constraints  21679
3.15/1.84	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
3.15/1.84	c constraints type 
3.15/1.84	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
3.15/1.84	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 21678
3.15/1.84	c 21679 constraints processed.
3.15/1.84	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
3.15/1.84	c constraints type 
3.15/1.84	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
3.15/1.84	c org.sat4j.pb.constraints.pb.MaxWatchPb => 21678
3.15/1.84	c 21679 constraints processed.
3.15/1.84	c objective function length is 9 literals
43.74/21.32	c cleaning 2496 clauses out of 5000 with flag 21319/5000
83.34/41.02	c cleaning 4246 clauses out of 8505 with flag 45032/11001
143.46/71.02	c cleaning 5619 clauses out of 11258 with flag 79833/18000
151.66/75.16	c cleaning 0 clauses out of 5001 with flag 0/5001
209.00/103.54	c cleaning 6812 clauses out of 13640 with flag 117164/26001
277.95/137.86	c cleaning 7906 clauses out of 15828 with flag 156752/35001
359.18/178.35	c cleaning 8952 clauses out of 17921 with flag 203058/45000
402.48/199.98	c cleaning 0 clauses out of 11001 with flag 0/11001
447.31/222.21	c cleaning 9975 clauses out of 19969 with flag 248707/56000
546.57/271.67	c cleaning 10983 clauses out of 21995 with flag 300529/68001
660.36/328.12	c cleaning 11988 clauses out of 24011 with flag 358618/81000
711.72/353.62	c cleaning 0 clauses out of 18000 with flag 0/18000
784.96/390.03	c cleaning 13002 clauses out of 26024 with flag 425262/95001
923.56/458.89	c cleaning 13997 clauses out of 28021 with flag 499426/110000
1064.01/528.54	c cleaning 14992 clauses out of 30024 with flag 573118/126000
1211.87/601.91	c cleaning 16003 clauses out of 32034 with flag 654819/143002
1272.52/632.08	c cleaning 0 clauses out of 26000 with flag 0/26000
1356.67/673.85	c cleaning 17011 clauses out of 34030 with flag 731362/161001
1471.37/730.78	c cleaning 18004 clauses out of 36019 with flag 784218/180001
1600.82/794.94	c cleaning 19003 clauses out of 38014 with flag 846610/200000
1725.83/857.05	c cleaning 19999 clauses out of 40011 with flag 906058/221000
1800.03/893.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/893.80	c starts		: 119
1800.03/893.80	c conflicts		: 232972
1800.03/893.80	c decisions		: 293366
1800.03/893.80	c propagations		: 78528461
1800.03/893.80	c inspects		: 3507059665
1800.03/893.80	c shortcuts		: 0
1800.03/893.80	c learnt literals	: 0
1800.03/893.80	c learnt binary clauses	: 0
1800.03/893.80	c learnt ternary clauses	: 0
1800.03/893.80	c learnt constraints	: 232971
1800.03/893.80	c ignored constraints	: 0
1800.03/893.80	c root simplifications	: 0
1800.03/893.80	c removed literals (reason simplification)	: 647336
1800.03/893.80	c reason swapping (by a shorter reason)	: 0
1800.03/893.80	c Calls to reduceDB	: 17
1800.03/893.80	c Number of update (reduction) of LBD	: 57303
1800.03/893.80	c Imported unit clauses	: 0
1800.03/893.80	c number of reductions to clauses (during analyze)	: 0
1800.03/893.80	c number of learned constraints concerned by reduction	: 0
1800.03/893.80	c number of learning phase by resolution	: 0
1800.03/893.80	c number of learning phase by cutting planes	: 0
1800.03/893.80	c speed (assignments/second)	: 88041.62242823845
1800.03/893.80	c non guided choices	11017
1800.03/893.82	c learnt constraints type 
1800.03/893.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 31984
1800.03/893.82	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.03/893.82	c starts		: 55
1800.03/893.82	c conflicts		: 31228
1800.03/893.82	c decisions		: 55162
1800.03/893.82	c propagations		: 11036625
1800.03/893.82	c inspects		: 990533485
1800.03/893.82	c shortcuts		: 0
1800.03/893.82	c learnt literals	: 0
1800.03/893.82	c learnt binary clauses	: 0
1800.03/893.82	c learnt ternary clauses	: 0
1800.03/893.82	c learnt constraints	: 31228
1800.03/893.82	c ignored constraints	: 0
1800.03/893.82	c root simplifications	: 0
1800.03/893.82	c removed literals (reason simplification)	: 0
1800.03/893.82	c reason swapping (by a shorter reason)	: 0
1800.03/893.82	c Calls to reduceDB	: 4
1800.03/893.82	c Number of update (reduction) of LBD	: 0
1800.03/893.82	c Imported unit clauses	: 0
1800.03/893.82	c number of reductions to clauses (during analyze)	: 0
1800.03/893.82	c number of learned constraints concerned by reduction	: 0
1800.03/893.82	c number of learning phase by resolution	: 0
1800.03/893.82	c number of learning phase by cutting planes	: 0
1800.03/893.82	c speed (assignments/second)	: 12373.480589893246
1800.03/893.82	c non guided choices	10736
1800.03/893.83	c learnt constraints type 
1800.03/893.83	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 5141
1800.03/893.83	c org.sat4j.pb.constraints.pb.MaxWatchPb => 26087
1800.03/893.83	s UNKNOWN
1800.03/893.83	c Total wall clock time (in seconds): 893.724

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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-4081290-1465233246/watcher-4081290-1465233246 -o /tmp/evaluation-result-4081290-1465233246/solver-4081290-1465233246 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25468 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081290-1465233246.opb 

pid=1234
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.88 3.95 4.03 3/194 1237
/proc/meminfo: memFree=31445180/32872528 swapFree=11252/530428
[pid=1237] ppid=1234 vsize=23236 CPUtime=0 cores=1,3,5,7
/proc/1237/stat : 1237 (java) R 1234 1237 25451 0 -1 4202496 1061 0 0 0 0 0 0 0 20 0 1 0 105256341 23793664 711 33554432000 1073741824 1073778376 140736818989120 140736818978184 211449591144 0 0 4096 0 0 0 0 17 3 0 0 0 0 0
/proc/1237/statm: 5809 711 526 9 0 128 0
[pid=1237/tid=1238] ppid=1234 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (java) R 1234 1237 25451 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 105256341 98570240 978 33554432000 1073741824 1073778376 140736818989120 140548155354664 211458803072 0 0 4096 0 0 0 0 -1 5 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 3.88 3.95 4.03 3/194 1237
/proc/meminfo: memFree=31445180/32872528 swapFree=11252/530428
[pid=1237] ppid=1234 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/1237/stat : 1237 (java) S 1234 1237 25451 0 -1 4202496 4471 0 1 0 10 1 0 0 20 0 18 0 105256341 9787879424 6106 33554432000 1073741824 1073778376 140736818989120 140736818980256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1237/statm: 2389619 6106 2156 9 0 2380296 0
[pid=1237/tid=1238] ppid=1234 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (java) R 1234 1237 25451 0 -1 4202560 2389 0 1 0 7 0 0 0 20 0 18 0 105256341 9787879424 6106 33554432000 1073741824 1073778376 140736818989120 140548155359352 211462186253 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200272 s]
/proc/loadavg: 3.88 3.95 4.03 3/194 1237
/proc/meminfo: memFree=31445180/32872528 swapFree=11252/530428
[pid=1237] ppid=1234 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/1237/stat : 1237 (java) S 1234 1237 25451 0 -1 4202496 4776 0 1 0 27 1 0 0 20 0 18 0 105256341 9787879424 6834 33554432000 1073741824 1073778376 140736818989120 140736818980256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1237/statm: 2389619 6834 2219 9 0 2380296 0
[pid=1237/tid=1238] ppid=1234 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (java) R 1234 1237 25451 0 -1 4202560 2409 0 1 0 17 0 0 0 20 0 18 0 105256341 9787879424 6834 33554432000 1073741824 1073778376 140736818989120 140548155343552 140547989814061 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300282 s]
/proc/loadavg: 3.88 3.95 4.03 3/194 1237
/proc/meminfo: memFree=31445180/32872528 swapFree=11252/530428
[pid=1237] ppid=1234 vsize=9558476 CPUtime=0.58 cores=1,3,5,7
/proc/1237/stat : 1237 (java) S 1234 1237 25451 0 -1 4202496 12919 0 1 0 55 3 0 0 20 0 18 0 105256341 9787879424 13818 33554432000 1073741824 1073778376 140736818989120 140736818980256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1237/statm: 2389619 13818 2234 9 0 2380296 0
[pid=1237/tid=1238] ppid=1234 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (java) R 1234 1237 25451 0 -1 4202560 2412 0 1 0 27 0 0 0 20 0 18 0 105256341 9787879424 13818 33554432000 1073741824 1073778376 140736818989120 140548155350944 140547989824495 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 0.58
Current children cumulated vsize (KiB) 9558476

[startup+0.700244 s]
/proc/loadavg: 3.88 3.95 4.03 3/194 1237
/proc/meminfo: memFree=31445180/32872528 swapFree=11252/530428
[pid=1237] ppid=1234 vsize=9558476 CPUtime=1.41 cores=1,3,5,7
/proc/1237/stat : 1237 (java) S 1234 1237 25451 0 -1 4202496 16889 0 1 0 136 5 0 0 20 0 18 0 105256341 9787879424 40085 33554432000 1073741824 1073778376 140736818989120 140736818980256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1237/statm: 2389619 40597 2245 9 0 2380296 0
[pid=1237/tid=1238] ppid=1234 vsize=9558476 CPUtime=0.67 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (java) R 1234 1237 25451 0 -1 4202560 2464 0 1 0 66 1 0 0 20 0 18 0 105256341 9787879424 40597 33554432000 1073741824 1073778376 140736818989120 140548155350944 140547990167003 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 3.88 3.95 4.03 2/212 1261
/proc/meminfo: memFree=31208524/32872528 swapFree=11252/530428
[pid=1237] ppid=1234 vsize=9558476 CPUtime=2.64 cores=1,3,5,7
/proc/1237/stat : 1237 (java) S 1234 1237 25451 0 -1 4202496 18288 0 1 0 251 13 0 0 20 0 18 0 105256341 9787879424 75973 33554432000 1073741824 1073778376 140736818989120 140736818980256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1237/statm: 2389619 75973 2262 9 0 2380296 0
[pid=1237/tid=1238] ppid=1234 vsize=9558476 CPUtime=1.38 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (java) R 1234 1237 25451 0 -1 4202560 2514 0 1 0 135 3 0 0 20 0 18 0 105256341 9787879424 75973 33554432000 1073741824 1073778376 140736818989120 140548155350944 140547990110460 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1240] ppid=1234 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/1237/task/1240/stat : 1240 (java) S 1234 1237 25451 0 -1 4202560 17 0 0 0 1 1 0 0 20 0 18 0 105256342 9787879424 75973 33554432000 1073741824 1073778376 140736818989120 140548116851112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1241] ppid=1234 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/1237/task/1241/stat : 1241 (java) S 1234 1237 25451 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 18 0 105256342 9787879424 75973 33554432000 1073741824 1073778376 140736818989120 140548115798568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1242] ppid=1234 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/1237/task/1242/stat : 1242 (java) S 1234 1237 25451 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 18 0 105256342 9787879424 75973 33554432000 1073741824 1073778376 140736818989120 140548114745512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1243] ppid=1234 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/1237/task/1243/stat : 1243 (java) S 1234 1237 25451 0 -1 4202560 139 0 0 0 4 2 0 0 20 0 18 0 105256342 9787879424 75973 33554432000 1073741824 1073778376 140736818989120 140548113692968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1244] ppid=1234 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/1237/task/1244/stat : 1244 (java) S 1234 1237 25451 0 -1 4202560 100 0 0 0 3 0 0 0 20 0 18 0 105256342 9787879424 75973 33554432000 1073741824 1073778376 140736818989120 140548112640936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1245] ppid=1234 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/1237/task/1245/stat : 1245 (java) S 1234 1237 25451 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 105256342 9787879424 75973 33554432000 1073741824 1073778376 140736818989120 140548111588392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1246] ppid=1234 vsize=9558476 CPUtime=0.05 cores=1,3,5,7
/proc/1237/task/1246/stat : 1246 (java) S 1234 1237 25451 0 -1 4202560 95 0 0 0 3 2 0 0 20 0 18 0 105256342 9787879424 75973 33554432000 1073741824 1073778376 140736818989120 140548110535336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1247] ppid=1234 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/1237/task/1247/stat : 1247 (java) S 1234 1237 25451 0 -1 4202560 81 0 0 0 2 0 0 0 20 0 18 0 105256342 9787879424 75973 33554432000 1073741824 1073778376 140736818989120 140548109482792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1248] ppid=1234 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1248/stat : 1248 (java) S 1234 1237 25451 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 105256343 9787879424 75973 33554432000 1073741824 1073778376 140736818989120 140547979602280 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1249] ppid=1234 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1249/stat : 1249 (java) S 1234 1237 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 105256343 9787879424 75973 33554432000 1073741824 1073778376 140736818989120 140547978548600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1250] ppid=1234 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1250/stat : 1250 (java) S 1234 1237 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 105256343 9787879424 75973 33554432000 1073741824 1073778376 140736818989120 140547977495432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1251] ppid=1234 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1251/stat : 1251 (java) S 1234 1237 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 105256345 9787879424 75973 33554432000 1073741824 1073778376 140736818989120 140547976444176 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1252] ppid=1234 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/1237/task/1252/stat : 1252 (java) S 1234 1237 25451 0 -1 4202560 8981 0 0 0 45 2 0 0 20 0 18 0 105256345 9787879424 75973 33554432000 1073741824 1073778376 140736818989120 140547975392056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1253] ppid=1234 vsize=9558476 CPUtime=0.39 cores=1,3,5,7
/proc/1237/task/1253/stat : 1253 (java) S 1234 1237 25451 0 -1 4202560 5009 0 0 0 38 1 0 0 20 0 18 0 105256345 9787879424 75973 33554432000 1073741824 1073778376 140736818989120 140547974339512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1254] ppid=1234 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1254/stat : 1254 (java) S 1234 1237 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 105256345 9787879424 75973 33554432000 1073741824 1073778376 140736818989120 140547100502776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1255] ppid=1234 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1255/stat : 1255 (java) S 1234 1237 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 105256346 9787879424 75973 33554432000 1073741824 1073778376 140736818989120 140547099450440 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.64
Current children cumulated vsize (KiB) 9558476

[startup+3.1009 s]
/proc/loadavg: 3.81 3.93 4.02 3/216 1271
/proc/meminfo: memFree=31019116/32872528 swapFree=11252/530428
[pid=1237] ppid=1234 vsize=9824732 CPUtime=6.29 cores=1,3,5,7
/proc/1237/stat : 1237 (java) S 1234 1237 25451 0 -1 4202496 18812 0 1 0 604 25 0 0 20 0 22 0 105256341 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140736818980256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1237/statm: 2456183 109059 2276 9 0 2446860 0
[pid=1237/tid=1238] ppid=1234 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (java) S 1234 1237 25451 0 -1 4202560 2545 0 1 0 162 3 0 0 20 0 22 0 105256341 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140548155360120 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1240] ppid=1234 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/1237/task/1240/stat : 1240 (java) S 1234 1237 25451 0 -1 4202560 52 0 0 0 6 2 0 0 20 0 22 0 105256342 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140548116851112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1241] ppid=1234 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/1237/task/1241/stat : 1241 (java) S 1234 1237 25451 0 -1 4202560 47 0 0 0 4 3 0 0 20 0 22 0 105256342 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140548115798568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1242] ppid=1234 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/1237/task/1242/stat : 1242 (java) S 1234 1237 25451 0 -1 4202560 27 0 0 0 5 1 0 0 20 0 22 0 105256342 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140548114745512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1243] ppid=1234 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/1237/task/1243/stat : 1243 (java) S 1234 1237 25451 0 -1 4202560 177 0 0 0 8 3 0 0 20 0 22 0 105256342 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140548113692968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1244] ppid=1234 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/1237/task/1244/stat : 1244 (java) S 1234 1237 25451 0 -1 4202560 155 0 0 0 8 3 0 0 20 0 22 0 105256342 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140548112640936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1245] ppid=1234 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/1237/task/1245/stat : 1245 (java) S 1234 1237 25451 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 105256342 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140548111588392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1246] ppid=1234 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/1237/task/1246/stat : 1246 (java) S 1234 1237 25451 0 -1 4202560 130 0 0 0 10 4 0 0 20 0 22 0 105256342 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140548110535336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1247] ppid=1234 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/1237/task/1247/stat : 1247 (java) S 1234 1237 25451 0 -1 4202560 133 0 0 0 8 2 0 0 20 0 22 0 105256342 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140548109482792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1248] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1248/stat : 1248 (java) S 1234 1237 25451 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 105256343 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140547979602280 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1249] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1249/stat : 1249 (java) S 1234 1237 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105256343 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140547978548600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1250] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1250/stat : 1250 (java) S 1234 1237 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105256343 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140547977495432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1251] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1251/stat : 1251 (java) S 1234 1237 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105256345 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140547976444176 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1252] ppid=1234 vsize=9824732 CPUtime=0.64 cores=1,3,5,7
/proc/1237/task/1252/stat : 1252 (java) S 1234 1237 25451 0 -1 4202560 8982 0 0 0 62 2 0 0 20 0 22 0 105256345 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140547975392056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1253] ppid=1234 vsize=9824732 CPUtime=0.72 cores=1,3,5,7
/proc/1237/task/1253/stat : 1253 (java) S 1234 1237 25451 0 -1 4202560 5017 0 0 0 71 1 0 0 20 0 22 0 105256345 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140547974339512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1254] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1254/stat : 1254 (java) S 1234 1237 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105256345 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140547100502776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1255] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1255/stat : 1255 (java) S 1234 1237 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105256346 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140547099450440 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1265] ppid=1234 vsize=9824732 CPUtime=1.18 cores=1,3,5,7
/proc/1237/task/1265/stat : 1265 (java) R 1234 1237 25451 0 -1 4202560 18 0 0 0 118 0 0 0 20 0 22 0 105256525 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140547098393136 140547990640688 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1266] ppid=1234 vsize=9824732 CPUtime=1.17 cores=1,3,5,7
/proc/1237/task/1266/stat : 1266 (java) R 1234 1237 25451 0 -1 4202560 25 0 0 0 117 0 0 0 20 0 22 0 105256526 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140547097341976 140547990501313 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1267] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1267/stat : 1267 (java) S 1234 1237 25451 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 105256527 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140547096290088 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1268] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1268/stat : 1268 (java) S 1234 1237 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105256527 10060525568 109059 33554432000 1073741824 1073778376 140736818989120 140547095237544 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 9824732

[startup+6.30101 s]
/proc/loadavg: 3.81 3.93 4.02 4/216 1292
/proc/meminfo: memFree=30712108/32872528 swapFree=11252/530428
[pid=1237] ppid=1234 vsize=9824732 CPUtime=13.02 cores=1,3,5,7
/proc/1237/stat : 1237 (java) S 1234 1237 25451 0 -1 4202496 19797 0 1 0 1269 33 0 0 20 0 22 0 105256341 10060525568 168769 33554432000 1073741824 1073778376 140736818989120 140736818980256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1237/statm: 2456183 168769 2281 9 0 2446860 0
[pid=1237/tid=1238] ppid=1234 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (java) S 1234 1237 25451 0 -1 4202560 2545 0 1 0 162 3 0 0 20 0 22 0 105256341 10060525568 168769 33554432000 1073741824 1073778376 140736818989120 140548155360120 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1240] ppid=1234 vsize=9824732 CPUtime=0.1 cores=1,3,5,7
/proc/1237/task/1240/stat : 1240 (java) S 1234 1237 25451 0 -1 4202560 55 0 0 0 7 3 0 0 20 0 22 0 105256342 10060525568 168769 33554432000 1073741824 1073778376 140736818989120 140548116851112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1241] ppid=1234 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/1237/task/1241/stat : 1241 (java) S 1234 1237 25451 0 -1 4202560 50 0 0 0 5 3 0 0 20 0 22 0 105256342 10060525568 168769 33554432000 1073741824 1073778376 140736818989120 140548115798568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1242] ppid=1234 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/1237/task/1242/stat : 1242 (java) S 1234 1237 25451 0 -1 4202560 30 0 0 0 6 1 0 0 20 0 22 0 105256342 10060525568 168769 33554432000 1073741824 1073778376 140736818989120 140548114745512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1243] ppid=1234 vsize=9824732 CPUtime=0.14 cores=1,3,5,7
/proc/1237/task/1243/stat : 1243 (java) S 1234 1237 25451 0 -1 4202560 195 0 0 0 10 4 0 0 20 0 22 0 105256342 10060525568 168769 33554432000 1073741824 1073778376 140736818989120 140548113692968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1244] ppid=1234 vsize=9824732 CPUtime=0.12 cores=1,3,5,7
/proc/1237/task/1244/stat : 1244 (java) S 1234 1237 25451 0 -1 4202560 156 0 0 0 9 3 0 0 20 0 22 0 105256342 10060525568 168769 33554432000 1073741824 1073778376 140736818989120 140548112640936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1245] ppid=1234 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/1237/task/1245/stat : 1245 (java) S 1234 1237 25451 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 22 0 105256342 10060525568 168769 33554432000 1073741824 1073778376 140736818989120 140548111588392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1246] ppid=1234 vsize=9824732 CPUtime=0.17 cores=1,3,5,7
/proc/1237/task/1246/stat : 1246 (java) S 1234 1237 25451 0 -1 4202560 149 0 0 0 12 5 0 0 20 0 22 0 105256342 10060525568 168769 33554432000 1073741824 1073778376 140736818989120 140548110535336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1247] ppid=1234 vsize=9824732 CPUtime=0.11 cores=1,3,5,7
/proc/1237/task/1247/stat : 1247 (java) S 1234 1237 25451 0 -1 4202560 137 0 0 0 8 3 0 0 20 0 22 0 105256342 10060525568 168769 33554432000 1073741824 1073778376 140736818989120 140548109482792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1248] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1248/stat : 1248 (java) S 1234 1237 25451 0 -1 4202560 486 0 0 0 0 0 0 0 20 0 22 0 105256343 10060525568 168769 33554432000 1073741824 1073778376 140736818989120 140547979602280 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1249] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1249/stat : 1249 (java) S 1234 1237 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105256343 10060525568 168769 33554432000 1073741824 1073778376 140736818989120 140547978548600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1250] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1250/stat : 1250 (java) S 1234 1237 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105256343 10060525568 168769 33554432000 1073741824 1073778376 140736818989120 140547977495432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1251] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7

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

/proc/1237/task/1242/stat : 1242 (java) S 1234 1237 25451 0 -1 4202560 336 0 0 0 285 5 0 0 20 0 22 0 105256342 10060525568 580143 33554432000 1073741824 1073778376 140736818989120 140548114745512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1243] ppid=1234 vsize=9824732 CPUtime=2.89 cores=1,3,5,7
/proc/1237/task/1243/stat : 1243 (java) S 1234 1237 25451 0 -1 4202560 490 0 0 0 281 8 0 0 20 0 22 0 105256342 10060525568 580143 33554432000 1073741824 1073778376 140736818989120 140548113692968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1244] ppid=1234 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/1237/task/1244/stat : 1244 (java) S 1234 1237 25451 0 -1 4202560 452 0 0 0 293 8 0 0 20 0 22 0 105256342 10060525568 580143 33554432000 1073741824 1073778376 140736818989120 140548112640936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1245] ppid=1234 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/1237/task/1245/stat : 1245 (java) S 1234 1237 25451 0 -1 4202560 341 0 0 0 303 6 0 0 20 0 22 0 105256342 10060525568 580143 33554432000 1073741824 1073778376 140736818989120 140548111588392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1246] ppid=1234 vsize=9824732 CPUtime=2.82 cores=1,3,5,7
/proc/1237/task/1246/stat : 1246 (java) S 1234 1237 25451 0 -1 4202560 442 0 0 0 275 7 0 0 20 0 22 0 105256342 10060525568 580143 33554432000 1073741824 1073778376 140736818989120 140548110535336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1247] ppid=1234 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/1237/task/1247/stat : 1247 (java) S 1234 1237 25451 0 -1 4202560 430 0 0 0 304 6 0 0 20 0 22 0 105256342 10060525568 580143 33554432000 1073741824 1073778376 140736818989120 140548109482792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1248] ppid=1234 vsize=9824732 CPUtime=0.2 cores=1,3,5,7
/proc/1237/task/1248/stat : 1248 (java) S 1234 1237 25451 0 -1 4202560 1309 0 0 0 4 16 0 0 20 0 22 0 105256343 10060525568 580143 33554432000 1073741824 1073778376 140736818989120 140547979602280 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1249] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1249/stat : 1249 (java) S 1234 1237 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105256343 10060525568 580143 33554432000 1073741824 1073778376 140736818989120 140547978548600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1250] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1250/stat : 1250 (java) S 1234 1237 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105256343 10060525568 580143 33554432000 1073741824 1073778376 140736818989120 140547977495432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1251] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1251/stat : 1251 (java) S 1234 1237 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105256345 10060525568 580143 33554432000 1073741824 1073778376 140736818989120 140547976444176 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1252] ppid=1234 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/1237/task/1252/stat : 1252 (java) S 1234 1237 25451 0 -1 4202560 9334 0 0 0 92 3 0 0 20 0 22 0 105256345 10060525568 580143 33554432000 1073741824 1073778376 140736818989120 140547975392056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1253] ppid=1234 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/1237/task/1253/stat : 1253 (java) S 1234 1237 25451 0 -1 4202560 11022 0 0 0 195 2 0 0 20 0 22 0 105256345 10060525568 580143 33554432000 1073741824 1073778376 140736818989120 140547974339512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1254] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1254/stat : 1254 (java) S 1234 1237 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105256345 10060525568 580143 33554432000 1073741824 1073778376 140736818989120 140547100502776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1255] ppid=1234 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/1237/task/1255/stat : 1255 (java) S 1234 1237 25451 0 -1 4202560 47 0 0 0 11 23 0 0 20 0 22 0 105256346 10060525568 580143 33554432000 1073741824 1073778376 140736818989120 140547099450440 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1265] ppid=1234 vsize=9824732 CPUtime=811.68 cores=1,3,5,7
/proc/1237/task/1265/stat : 1265 (java) R 1234 1237 25451 0 -1 4202560 127 0 0 0 81155 13 0 0 20 0 22 0 105256525 10060525568 580143 33554432000 1073741824 1073778376 140736818989120 140547098393152 140547990527090 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1266] ppid=1234 vsize=9824732 CPUtime=811.65 cores=1,3,5,7
/proc/1237/task/1266/stat : 1266 (java) R 1234 1237 25451 0 -1 4202560 1882 0 0 0 81118 47 0 0 20 0 22 0 105256526 10060525568 580143 33554432000 1073741824 1073778376 140736818989120 140547097341392 140547990543493 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1267] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1267/stat : 1267 (java) S 1234 1237 25451 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 105256527 10060525568 580143 33554432000 1073741824 1073778376 140736818989120 140547096290088 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1268] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1268/stat : 1268 (java) S 1234 1237 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105256527 10060525568 580143 33554432000 1073741824 1073778376 140736818989120 140547095237544 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1655.99
Current children cumulated vsize (KiB) 9824732

[startup+882.308 s]
/proc/loadavg: 4.06 4.09 4.03 5/219 1526
/proc/meminfo: memFree=28182864/32872528 swapFree=11252/530428
[pid=1237] ppid=1234 vsize=9824732 CPUtime=1776.86 cores=1,3,5,7
/proc/1237/stat : 1237 (java) S 1234 1237 25451 0 -1 4202496 30787 0 1 0 177553 133 0 0 20 0 22 0 105256341 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140736818980256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1237/statm: 2456183 577794 2292 9 0 2446860 0
[pid=1237/tid=1238] ppid=1234 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (java) S 1234 1237 25451 0 -1 4202560 2551 0 1 0 165 5 0 0 20 0 22 0 105256341 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140548155360120 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1240] ppid=1234 vsize=9824732 CPUtime=3.23 cores=1,3,5,7
/proc/1237/task/1240/stat : 1240 (java) S 1234 1237 25451 0 -1 4202560 363 0 0 0 315 8 0 0 20 0 22 0 105256342 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140548116851112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1241] ppid=1234 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/1237/task/1241/stat : 1241 (java) S 1234 1237 25451 0 -1 4202560 350 0 0 0 295 6 0 0 20 0 22 0 105256342 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140548115798568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1242] ppid=1234 vsize=9824732 CPUtime=3.16 cores=1,3,5,7
/proc/1237/task/1242/stat : 1242 (java) S 1234 1237 25451 0 -1 4202560 338 0 0 0 311 5 0 0 20 0 22 0 105256342 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140548114745512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1243] ppid=1234 vsize=9824732 CPUtime=3.14 cores=1,3,5,7
/proc/1237/task/1243/stat : 1243 (java) S 1234 1237 25451 0 -1 4202560 491 0 0 0 306 8 0 0 20 0 22 0 105256342 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140548113692968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1244] ppid=1234 vsize=9824732 CPUtime=3.22 cores=1,3,5,7
/proc/1237/task/1244/stat : 1244 (java) S 1234 1237 25451 0 -1 4202560 452 0 0 0 314 8 0 0 20 0 22 0 105256342 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140548112640936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1245] ppid=1234 vsize=9824732 CPUtime=3.36 cores=1,3,5,7
/proc/1237/task/1245/stat : 1245 (java) S 1234 1237 25451 0 -1 4202560 344 0 0 0 329 7 0 0 20 0 22 0 105256342 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140548111588392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1246] ppid=1234 vsize=9824732 CPUtime=3.05 cores=1,3,5,7
/proc/1237/task/1246/stat : 1246 (java) S 1234 1237 25451 0 -1 4202560 447 0 0 0 298 7 0 0 20 0 22 0 105256342 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140548110535336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1247] ppid=1234 vsize=9824732 CPUtime=3.35 cores=1,3,5,7
/proc/1237/task/1247/stat : 1247 (java) S 1234 1237 25451 0 -1 4202560 432 0 0 0 329 6 0 0 20 0 22 0 105256342 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140548109482792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1248] ppid=1234 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/1237/task/1248/stat : 1248 (java) S 1234 1237 25451 0 -1 4202560 1313 0 0 0 4 19 0 0 20 0 22 0 105256343 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140547979602280 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1249] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1249/stat : 1249 (java) S 1234 1237 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105256343 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140547978548600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1250] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1250/stat : 1250 (java) S 1234 1237 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105256343 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140547977495432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1251] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1251/stat : 1251 (java) S 1234 1237 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105256345 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140547976444176 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1252] ppid=1234 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/1237/task/1252/stat : 1252 (java) S 1234 1237 25451 0 -1 4202560 9334 0 0 0 92 3 0 0 20 0 22 0 105256345 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140547975392056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1253] ppid=1234 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/1237/task/1253/stat : 1253 (java) S 1234 1237 25451 0 -1 4202560 11022 0 0 0 195 2 0 0 20 0 22 0 105256345 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140547974339512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1254] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1254/stat : 1254 (java) S 1234 1237 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105256345 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140547100502776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1255] ppid=1234 vsize=9824732 CPUtime=0.36 cores=1,3,5,7
/proc/1237/task/1255/stat : 1255 (java) S 1234 1237 25451 0 -1 4202560 51 0 0 0 12 24 0 0 20 0 22 0 105256346 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140547099450440 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1265] ppid=1234 vsize=9824732 CPUtime=870.91 cores=1,3,5,7
/proc/1237/task/1265/stat : 1265 (java) R 1234 1237 25451 0 -1 4202560 136 0 0 0 87077 14 0 0 20 0 22 0 105256525 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140547098394000 140547990527128 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1266] ppid=1234 vsize=9824732 CPUtime=870.91 cores=1,3,5,7
/proc/1237/task/1266/stat : 1266 (java) R 1234 1237 25451 0 -1 4202560 1892 0 0 0 87043 48 0 0 20 0 22 0 105256526 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140547097340592 140547990501145 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1267] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1267/stat : 1267 (java) S 1234 1237 25451 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 105256527 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140547096290088 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1268] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1268/stat : 1268 (java) S 1234 1237 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105256527 10060525568 577794 33554432000 1073741824 1073778376 140736818989120 140547095237544 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1776.86
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.801 s]
/proc/loadavg: 4.04 4.08 4.03 5/219 1526
/proc/meminfo: memFree=28182620/32872528 swapFree=11252/530428
[pid=1237] ppid=1234 vsize=9824732 CPUtime=1800.03 cores=1,3,5,7
/proc/1237/stat : 1237 (java) S 1234 1237 25451 0 -1 4202496 30796 0 1 0 179869 134 0 0 20 0 22 0 105256341 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140736818980256 211462160445 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/1237/statm: 2456183 577889 2292 9 0 2446860 0
[pid=1237/tid=1238] ppid=1234 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/1237/task/1238/stat : 1238 (java) S 1234 1237 25451 0 -1 4202560 2551 0 1 0 165 5 0 0 20 0 22 0 105256341 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140548155360120 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1240] ppid=1234 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/1237/task/1240/stat : 1240 (java) S 1234 1237 25451 0 -1 4202560 364 0 0 0 319 8 0 0 20 0 22 0 105256342 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140548116851112 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1241] ppid=1234 vsize=9824732 CPUtime=3.06 cores=1,3,5,7
/proc/1237/task/1241/stat : 1241 (java) S 1234 1237 25451 0 -1 4202560 350 0 0 0 300 6 0 0 20 0 22 0 105256342 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140548115798568 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1242] ppid=1234 vsize=9824732 CPUtime=3.21 cores=1,3,5,7
/proc/1237/task/1242/stat : 1242 (java) S 1234 1237 25451 0 -1 4202560 339 0 0 0 316 5 0 0 20 0 22 0 105256342 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140548114745512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1243] ppid=1234 vsize=9824732 CPUtime=3.19 cores=1,3,5,7
/proc/1237/task/1243/stat : 1243 (java) S 1234 1237 25451 0 -1 4202560 492 0 0 0 311 8 0 0 20 0 22 0 105256342 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140548113692968 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1244] ppid=1234 vsize=9824732 CPUtime=3.27 cores=1,3,5,7
/proc/1237/task/1244/stat : 1244 (java) S 1234 1237 25451 0 -1 4202560 454 0 0 0 318 9 0 0 20 0 22 0 105256342 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140548112640936 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1245] ppid=1234 vsize=9824732 CPUtime=3.43 cores=1,3,5,7
/proc/1237/task/1245/stat : 1245 (java) S 1234 1237 25451 0 -1 4202560 345 0 0 0 336 7 0 0 20 0 22 0 105256342 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140548111588392 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1246] ppid=1234 vsize=9824732 CPUtime=3.09 cores=1,3,5,7
/proc/1237/task/1246/stat : 1246 (java) S 1234 1237 25451 0 -1 4202560 447 0 0 0 302 7 0 0 20 0 22 0 105256342 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140548110535336 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1247] ppid=1234 vsize=9824732 CPUtime=3.4 cores=1,3,5,7
/proc/1237/task/1247/stat : 1247 (java) S 1234 1237 25451 0 -1 4202560 432 0 0 0 334 6 0 0 20 0 22 0 105256342 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140548109482792 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1248] ppid=1234 vsize=9824732 CPUtime=0.23 cores=1,3,5,7
/proc/1237/task/1248/stat : 1248 (java) S 1234 1237 25451 0 -1 4202560 1313 0 0 0 4 19 0 0 20 0 22 0 105256343 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140547979602280 211462174633 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1249] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1249/stat : 1249 (java) S 1234 1237 25451 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 105256343 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140547978548600 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1250] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1250/stat : 1250 (java) S 1234 1237 25451 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 105256343 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140547977495432 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1251] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1251/stat : 1251 (java) S 1234 1237 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105256345 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140547976444176 211462182688 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1237/tid=1252] ppid=1234 vsize=9824732 CPUtime=0.95 cores=1,3,5,7
/proc/1237/task/1252/stat : 1252 (java) S 1234 1237 25451 0 -1 4202560 9334 0 0 0 92 3 0 0 20 0 22 0 105256345 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140547975392056 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1253] ppid=1234 vsize=9824732 CPUtime=1.97 cores=1,3,5,7
/proc/1237/task/1253/stat : 1253 (java) S 1234 1237 25451 0 -1 4202560 11022 0 0 0 195 2 0 0 20 0 22 0 105256345 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140547974339512 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1254] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1254/stat : 1254 (java) S 1234 1237 25451 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 105256345 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140547100502776 211462173756 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1255] ppid=1234 vsize=9824732 CPUtime=0.37 cores=1,3,5,7
/proc/1237/task/1255/stat : 1255 (java) S 1234 1237 25451 0 -1 4202560 51 0 0 0 12 25 0 0 20 0 22 0 105256346 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140547099450440 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1265] ppid=1234 vsize=9824732 CPUtime=882.26 cores=1,3,5,7
/proc/1237/task/1265/stat : 1265 (java) R 1234 1237 25451 0 -1 4202560 138 0 0 0 88212 14 0 0 20 0 22 0 105256525 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140547098394016 140547990634700 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1237/tid=1266] ppid=1234 vsize=9824732 CPUtime=882.26 cores=1,3,5,7
/proc/1237/task/1266/stat : 1266 (java) R 1234 1237 25451 0 -1 4202560 1893 0 0 0 88178 48 0 0 20 0 22 0 105256526 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140547097340592 140547990634105 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1237/tid=1267] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1267/stat : 1267 (java) S 1234 1237 25451 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 105256527 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140547096290088 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1237/tid=1268] ppid=1234 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/1237/task/1268/stat : 1268 (java) S 1234 1237 25451 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 105256527 10060525568 577889 33554432000 1073741824 1073778376 140736818989120 140547095237544 211462174633 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.03
Current children cumulated vsize (KiB) 9824732

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 1237 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 1237 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=188241
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=893712
# CPU time returned by wait4() is 1796.08
# while last known CPU time is 1800.03
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 893.845
CPU time (s): 1800.03
CPU user time (s): 1798.69
CPU system time (s): 1.34
CPU usage (%): 201.381
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.19
system time used= 1.89371
maximum resident set size= 2807052
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 30832
page faults= 1
swaps= 0
block input operations= 0
block output operations= 936
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 28316
involuntary context switches= 52447

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.41103 second user time and 6.68798 second system time

The end

Launcher Data

Begin job on node141 at 2016-06-06 19:14:06
IDJOB=4081290
IDBENCH=2934
IDSOLVER=2543
FILE ID=node141/4081290-1465233246
RUNJOBID= node141-1465216745-25468
PBS_JOBID= 19843201
Free space on /tmp= 71740 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-SMALLINT/submitted-PB06/manquiho/bounded_golomb_rulers/normalized-bogr_19.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081290-1465233246/watcher-4081290-1465233246 -o /tmp/evaluation-result-4081290-1465233246/solver-4081290-1465233246 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node141-1465216745-25468 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081290-1465233246.opb

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

MD5SUM BENCH= 691db1c1df60c391acb60afdfcce171f
RANDOM SEED=1053089596

node141.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.876
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.75
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.876
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	: 5332.55
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.876
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	: 5332.55
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.876
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	: 5332.55
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.876
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	: 5332.56
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.876
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	: 5332.55
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.876
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	: 5332.56
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.876
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	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        31444972 kB
Buffers:           24264 kB
Cached:            62476 kB
SwapCached:         1776 kB
Active:           132972 kB
Inactive:          57056 kB
Active(anon):     103464 kB
Inactive(anon):     2404 kB
Active(file):      29508 kB
Inactive(file):    54652 kB
Unevictable:      530428 kB
Mlocked:           11252 kB
SwapTotal:      67108856 kB
SwapFree:       67098112 kB
Dirty:              7552 kB
Writeback:             0 kB
AnonPages:        627264 kB
Mapped:            15288 kB
Shmem:                 0 kB
Slab:             567552 kB
SReclaimable:      10660 kB
SUnreclaim:       556892 kB
KernelStack:        1760 kB
PageTables:         5604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1223104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    583680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71740 MiB
End job on node141 at 2016-06-06 19:29:00