Trace number 4081662

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.1 898.951

General information on the benchmark

Name/OPT-SMALLINT-LIN/sroussel/BA/
normalized-BA_RDC4.dot_luby_10null0mast_rapportOE1.0_TMAX60_K67_cod1.opb
MD5SUM31a9ebcc0e27737ae8ea76188c0ed799
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-256
Best CPU time to get the best result obtained on this benchmark1800.11
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables40451
Total number of constraints40950
Number of constraints which are clauses40396
Number of constraints which are cardinality constraints (but not clauses)553
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint1
Maximum length of a constraint40128
Number of terms in the objective function 28908
Biggest coefficient in the objective function 128
Number of bits for the biggest coefficient in the objective function 8
Sum of the numbers in the objective function 106194
Number of bits of the sum of numbers in the objective function 17
Biggest number in a constraint 128
Number of bits of the biggest number in a constraint 8
Biggest sum of numbers in a constraint 106194
Number of bits of the biggest sum of numbers17
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.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@16fd0b7
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@75786e64
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@4413ee
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4081662-1465289036.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
2.94/1.40	c ... done. Wall clock time 1.281s.
2.94/1.40	c declared #vars     40451
2.94/1.40	c #constraints  40950
2.94/1.40	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.94/1.40	c constraints type 
2.94/1.40	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 36498
2.94/1.40	c org.sat4j.minisat.constraints.cnf.UnitClauses => 1
2.94/1.40	c org.sat4j.specs.Constr$1 => 1
2.94/1.40	c org.sat4j.minisat.constraints.card.MinWatchCard => 552
2.94/1.40	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 3896
2.94/1.40	c org.sat4j.minisat.constraints.cnf.UnitClause => 1
2.94/1.40	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1
2.94/1.40	c 40950 constraints processed.
2.94/1.40	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.94/1.40	c constraints type 
2.94/1.40	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 3896
2.94/1.40	c org.sat4j.specs.Constr$1 => 1
2.94/1.40	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 36498
2.94/1.40	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 552
2.94/1.40	c org.sat4j.pb.constraints.pb.UnitClausesPB => 1
2.94/1.40	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
2.94/1.40	c org.sat4j.pb.constraints.pb.UnitClausePB => 1
2.94/1.40	c 40950 constraints processed.
2.94/1.40	c objective function length is 28908 literals
36.44/17.61	c cleaning 2494 clauses out of 4988 with flag 13626/5000
75.70/37.10	c cleaning 4231 clauses out of 8494 with flag 35748/11000
125.69/62.10	c cleaning 5611 clauses out of 11263 with flag 63357/18000
178.33/88.49	c cleaning 6825 clauses out of 13653 with flag 102118/26001
228.51/113.47	c cleaning 7907 clauses out of 15831 with flag 146995/35004
291.07/144.72	c cleaning 8959 clauses out of 17921 with flag 195027/45001
340.06/169.28	c cleaning 9972 clauses out of 19957 with flag 246037/56000
394.32/196.38	c cleaning 10987 clauses out of 21983 with flag 292438/68000
450.34/224.33	c cleaning 11998 clauses out of 23996 with flag 342466/81000
505.55/251.94	c cleaning 12992 clauses out of 25998 with flag 405511/95000
563.26/280.68	c cleaning 14000 clauses out of 28008 with flag 467001/110002
630.64/314.34	c cleaning 15002 clauses out of 30006 with flag 531629/126000
704.24/351.18	c cleaning 16001 clauses out of 32004 with flag 601633/143000
781.83/389.99	c cleaning 17000 clauses out of 34003 with flag 681805/161000
866.22/432.14	c cleaning 18000 clauses out of 36003 with flag 768838/180000
952.82/475.43	c cleaning 19000 clauses out of 38004 with flag 859338/200001
1050.01/524.05	c cleaning 20003 clauses out of 40005 with flag 958044/221002
1147.60/572.80	c cleaning 20996 clauses out of 42001 with flag 1051440/243001
1242.80/620.40	c cleaning 21999 clauses out of 44005 with flag 1147177/266001
1345.79/671.80	c cleaning 23001 clauses out of 46005 with flag 1248198/290000
1463.96/730.85	c cleaning 23995 clauses out of 48004 with flag 1358527/315000
1573.73/785.78	c cleaning 24999 clauses out of 50010 with flag 1464107/341001
1689.74/843.77	c cleaning 25998 clauses out of 52008 with flag 1575155/368000
1800.10/898.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/898.90	c starts		: 194
1800.10/898.90	c conflicts		: 393182
1800.10/898.90	c decisions		: 663878
1800.10/898.90	c propagations		: 484585632
1800.10/898.90	c inspects		: 763430342
1800.10/898.90	c shortcuts		: 0
1800.10/898.90	c learnt literals	: 20
1800.10/898.90	c learnt binary clauses	: 388
1800.10/898.90	c learnt ternary clauses	: 202
1800.10/898.90	c learnt constraints	: 393161
1800.10/898.90	c ignored constraints	: 0
1800.10/898.90	c root simplifications	: 0
1800.10/898.90	c removed literals (reason simplification)	: 49575537
1800.10/898.90	c reason swapping (by a shorter reason)	: 0
1800.10/898.90	c Calls to reduceDB	: 23
1800.10/898.90	c Number of update (reduction) of LBD	: 60561
1800.10/898.90	c Imported unit clauses	: 0
1800.10/898.90	c number of reductions to clauses (during analyze)	: 0
1800.10/898.90	c number of learned constraints concerned by reduction	: 0
1800.10/898.90	c number of learning phase by resolution	: 0
1800.10/898.90	c number of learning phase by cutting planes	: 0
1800.10/898.90	c speed (assignments/second)	: 539960.7686702041
1800.10/898.90	c non guided choices	0
1800.10/898.93	c learnt constraints type 
1800.10/898.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 388
1800.10/898.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 50804
1800.10/898.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.10/898.93	c starts		: 1
1800.10/898.93	c conflicts		: 93
1800.10/898.93	c decisions		: 94269
1800.10/898.93	c propagations		: 227543
1800.10/898.93	c inspects		: 299068
1800.10/898.93	c shortcuts		: 0
1800.10/898.93	c learnt literals	: 0
1800.10/898.93	c learnt binary clauses	: 0
1800.10/898.93	c learnt ternary clauses	: 0
1800.10/898.93	c learnt constraints	: 92
1800.10/898.93	c ignored constraints	: 0
1800.10/898.93	c root simplifications	: 0
1800.10/898.93	c removed literals (reason simplification)	: 0
1800.10/898.93	c reason swapping (by a shorter reason)	: 0
1800.10/898.93	c Calls to reduceDB	: 0
1800.10/898.93	c Number of update (reduction) of LBD	: 0
1800.10/898.93	c Imported unit clauses	: 0
1800.10/898.93	c number of reductions to clauses (during analyze)	: 0
1800.10/898.93	c number of learned constraints concerned by reduction	: 0
1800.10/898.93	c number of learning phase by resolution	: 0
1800.10/898.93	c number of learning phase by cutting planes	: 0
1800.10/898.93	c speed (assignments/second)	: 253.53799732804737
1800.10/898.93	c non guided choices	0
1800.10/898.93	c learnt constraints type 
1800.10/898.93	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 12
1800.10/898.93	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 28
1800.10/898.93	c org.sat4j.pb.constraints.pb.MaxWatchPb => 52
1800.10/898.93	s UNKNOWN
1800.10/898.93	c Total wall clock time (in seconds): 898.811

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-4081662-1465289036/watcher-4081662-1465289036 -o /tmp/evaluation-result-4081662-1465289036/solver-4081662-1465289036 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27594 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4081662-1465289036.opb 

pid=30659
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 4.14 4.17 4.16 4/197 30662
/proc/meminfo: memFree=26782824/32872528 swapFree=16636/1570076
[pid=30662] ppid=30659 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/30662/stat : 30662 (java) D 30659 30662 27578 0 -1 4202496 532 0 0 0 0 0 0 0 20 0 1 0 110835934 9515008 185 33554432000 1073741824 1073778376 140734315634080 140734315623144 213410475303 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/30662/statm: 2323 185 143 9 0 71 0

[startup+0.100158 s]
/proc/loadavg: 4.14 4.17 4.16 4/197 30662
/proc/meminfo: memFree=26782824/32872528 swapFree=16636/1570076
[pid=30662] ppid=30659 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/30662/stat : 30662 (java) S 30659 30662 27578 0 -1 4202496 4402 0 1 0 8 1 0 0 20 0 18 0 110835934 9787879424 6039 33554432000 1073741824 1073778376 140734315634080 140734315625216 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30662/statm: 2389619 6039 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200618 s]
/proc/loadavg: 4.14 4.17 4.16 4/197 30662
/proc/meminfo: memFree=26782824/32872528 swapFree=16636/1570076
[pid=30662] ppid=30659 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/30662/stat : 30662 (java) S 30659 30662 27578 0 -1 4202496 4971 0 1 0 26 1 0 0 20 0 18 0 110835934 9787879424 7453 33554432000 1073741824 1073778376 140734315634080 140734315625216 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30662/statm: 2389619 7453 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300232 s]
/proc/loadavg: 4.14 4.17 4.16 4/197 30662
/proc/meminfo: memFree=26782824/32872528 swapFree=16636/1570076
[pid=30662] ppid=30659 vsize=9558476 CPUtime=0.49 cores=0,2,4,6
/proc/30662/stat : 30662 (java) S 30659 30662 27578 0 -1 4202496 5900 0 1 0 47 2 0 0 20 0 18 0 110835934 9787879424 11447 33554432000 1073741824 1073778376 140734315634080 140734315625216 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30662/statm: 2389619 11447 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.70019 s]
/proc/loadavg: 4.14 4.17 4.16 4/197 30662
/proc/meminfo: memFree=26782824/32872528 swapFree=16636/1570076
[pid=30662] ppid=30659 vsize=9558476 CPUtime=1.55 cores=0,2,4,6
/proc/30662/stat : 30662 (java) S 30659 30662 27578 0 -1 4202496 20657 0 1 0 149 6 0 0 20 0 18 0 110835934 9787879424 48329 33554432000 1073741824 1073778376 140734315634080 140734315625216 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30662/statm: 2389619 48329 2252 9 0 2380296 0
Current children cumulated CPU time (s) 1.55
Current children cumulated vsize (KiB) 9558476

[startup+1.50071 s]
/proc/loadavg: 4.14 4.17 4.16 4/215 30680
/proc/meminfo: memFree=26470540/32872528 swapFree=16636/1570076
[pid=30662] ppid=30659 vsize=9824732 CPUtime=3.24 cores=0,2,4,6
/proc/30662/stat : 30662 (java) S 30659 30662 27578 0 -1 4202496 22177 0 1 0 310 14 0 0 20 0 22 0 110835934 10060525568 90980 33554432000 1073741824 1073778376 140734315634080 140734315625216 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30662/statm: 2456183 90980 2275 9 0 2446860 0
[pid=30662/tid=30664] ppid=30659 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/30662/task/30664/stat : 30664 (java) S 30659 30662 27578 0 -1 4202560 2577 0 1 0 123 5 0 0 20 0 22 0 110835935 10060525568 90980 33554432000 1073741824 1073778376 140734315634080 140595789120376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30665] ppid=30659 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30662/task/30665/stat : 30665 (java) S 30659 30662 27578 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 22 0 110835936 10060525568 90980 33554432000 1073741824 1073778376 140734315634080 140595761572136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30666] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30666/stat : 30666 (java) S 30659 30662 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110835936 10060525568 90980 33554432000 1073741824 1073778376 140734315634080 140595760519336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30667] ppid=30659 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30662/task/30667/stat : 30667 (java) S 30659 30662 27578 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 110835936 10060525568 90980 33554432000 1073741824 1073778376 140734315634080 140595759467048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30668] ppid=30659 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30662/task/30668/stat : 30668 (java) S 30659 30662 27578 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 110835936 10060525568 90980 33554432000 1073741824 1073778376 140734315634080 140595758414248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30669] ppid=30659 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30662/task/30669/stat : 30669 (java) S 30659 30662 27578 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 110835936 10060525568 90980 33554432000 1073741824 1073778376 140734315634080 140595757361960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30670] ppid=30659 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30662/task/30670/stat : 30670 (java) S 30659 30662 27578 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 110835936 10060525568 90980 33554432000 1073741824 1073778376 140734315634080 140595756309160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30671] ppid=30659 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30662/task/30671/stat : 30671 (java) S 30659 30662 27578 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 110835936 10060525568 90980 33554432000 1073741824 1073778376 140734315634080 140595626028072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30672] ppid=30659 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30662/task/30672/stat : 30672 (java) S 30659 30662 27578 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 110835936 10060525568 90980 33554432000 1073741824 1073778376 140734315634080 140595624975272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30673] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30673/stat : 30673 (java) S 30659 30662 27578 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 110835937 10060525568 90980 33554432000 1073741824 1073778376 140734315634080 140595142027496 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30674] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30674/stat : 30674 (java) S 30659 30662 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110835937 10060525568 90980 33554432000 1073741824 1073778376 140734315634080 140595140973560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30675] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30675/stat : 30675 (java) S 30659 30662 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110835937 10060525568 90980 33554432000 1073741824 1073778376 140734315634080 140595139921160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30676] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30676/stat : 30676 (java) S 30659 30662 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110835940 10060525568 90980 33554432000 1073741824 1073778376 140734315634080 140595138869648 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30677] ppid=30659 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/30662/task/30677/stat : 30677 (java) R 30659 30662 27578 0 -1 4202560 9875 0 0 0 76 2 0 0 20 0 22 0 110835940 10060525568 90980 33554432000 1073741824 1073778376 140734315634080 140595137817272 140595792742236 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30678] ppid=30659 vsize=9824732 CPUtime=0.7 cores=0,2,4,6
/proc/30662/task/30678/stat : 30678 (java) R 30659 30662 27578 0 -1 4202560 8099 0 0 0 68 2 0 0 20 0 22 0 110835940 10060525568 90980 33554432000 1073741824 1073778376 140734315634080 140595136764472 140595795080947 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30679] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30679/stat : 30679 (java) S 30659 30662 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110835940 10060525568 90980 33554432000 1073741824 1073778376 140734315634080 140595135712376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30680] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30680/stat : 30680 (java) S 30659 30662 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110835940 10060525568 90980 33554432000 1073741824 1073778376 140734315634080 140595134659784 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 3.24
Current children cumulated vsize (KiB) 9824732

[startup+3.10093 s]
/proc/loadavg: 4.14 4.17 4.16 5/219 30684
/proc/meminfo: memFree=26424864/32872528 swapFree=16636/1570076
[pid=30662] ppid=30659 vsize=9824732 CPUtime=7.31 cores=0,2,4,6
/proc/30662/stat : 30662 (java) S 30659 30662 27578 0 -1 4202496 22193 0 1 0 717 14 0 0 20 0 22 0 110835934 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140734315625216 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30662/statm: 2456183 90993 2286 9 0 2446860 0
[pid=30662/tid=30664] ppid=30659 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/30662/task/30664/stat : 30664 (java) S 30659 30662 27578 0 -1 4202560 2577 0 1 0 123 5 0 0 20 0 22 0 110835935 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595789120376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30665] ppid=30659 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30662/task/30665/stat : 30665 (java) S 30659 30662 27578 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 22 0 110835936 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595761572136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30666] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30666/stat : 30666 (java) S 30659 30662 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110835936 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595760519336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30667] ppid=30659 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30662/task/30667/stat : 30667 (java) S 30659 30662 27578 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 110835936 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595759467048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30668] ppid=30659 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30662/task/30668/stat : 30668 (java) S 30659 30662 27578 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 110835936 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595758414248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30669] ppid=30659 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30662/task/30669/stat : 30669 (java) S 30659 30662 27578 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 110835936 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595757361960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30670] ppid=30659 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30662/task/30670/stat : 30670 (java) S 30659 30662 27578 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 110835936 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595756309160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30671] ppid=30659 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30662/task/30671/stat : 30671 (java) S 30659 30662 27578 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 110835936 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595626028072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30672] ppid=30659 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30662/task/30672/stat : 30672 (java) S 30659 30662 27578 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 110835936 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595624975272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30673] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30673/stat : 30673 (java) S 30659 30662 27578 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 110835937 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595142027496 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30674] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30674/stat : 30674 (java) S 30659 30662 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110835937 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595140973560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30675] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30675/stat : 30675 (java) S 30659 30662 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110835937 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595139921160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30676] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30676/stat : 30676 (java) S 30659 30662 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110835940 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595138869648 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30677] ppid=30659 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/30662/task/30677/stat : 30677 (java) S 30659 30662 27578 0 -1 4202560 9880 0 0 0 116 2 0 0 20 0 22 0 110835940 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595137817272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30678] ppid=30659 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/30662/task/30678/stat : 30678 (java) S 30659 30662 27578 0 -1 4202560 8105 0 0 0 116 2 0 0 20 0 22 0 110835940 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595136764472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30679] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30679/stat : 30679 (java) S 30659 30662 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110835940 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595135712376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30680] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30680/stat : 30680 (java) S 30659 30662 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110835940 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595134659784 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30681] ppid=30659 vsize=9824732 CPUtime=1.67 cores=0,2,4,6
/proc/30662/task/30681/stat : 30681 (java) R 30659 30662 27578 0 -1 4202560 22 0 0 0 167 0 0 0 20 0 22 0 110836075 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595133602312 140595638178468 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30682] ppid=30659 vsize=9824732 CPUtime=1.66 cores=0,2,4,6
/proc/30662/task/30682/stat : 30682 (java) R 30659 30662 27578 0 -1 4202560 26 0 0 0 166 0 0 0 20 0 22 0 110836075 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595132549312 140595638007358 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30683] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30683/stat : 30683 (java) S 30659 30662 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110836080 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595131499688 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30684] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30684/stat : 30684 (java) S 30659 30662 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110836080 10060525568 90993 33554432000 1073741824 1073778376 140734315634080 140595130446888 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 7.31
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.20 4.18 4.17 5/219 30684
/proc/meminfo: memFree=26425584/32872528 swapFree=16636/1570076
[pid=30662] ppid=30659 vsize=9824732 CPUtime=13.71 cores=0,2,4,6
/proc/30662/stat : 30662 (java) S 30659 30662 27578 0 -1 4202496 22195 0 1 0 1357 14 0 0 20 0 22 0 110835934 10060525568 90613 33554432000 1073741824 1073778376 140734315634080 140734315625216 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30662/statm: 2456183 90613 2286 9 0 2446860 0
[pid=30662/tid=30664] ppid=30659 vsize=9824732 CPUtime=1.28 cores=0,2,4,6
/proc/30662/task/30664/stat : 30664 (java) S 30659 30662 27578 0 -1 4202560 2577 0 1 0 123 5 0 0 20 0 22 0 110835935 10060525568 90613 33554432000 1073741824 1073778376 140734315634080 140595789120376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30665] ppid=30659 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30662/task/30665/stat : 30665 (java) S 30659 30662 27578 0 -1 4202560 24 0 0 0 2 1 0 0 20 0 22 0 110835936 10060525568 90613 33554432000 1073741824 1073778376 140734315634080 140595761572136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30666] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30666/stat : 30666 (java) S 30659 30662 27578 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 110835936 10060525568 90613 33554432000 1073741824 1073778376 140734315634080 140595760519336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30667] ppid=30659 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30662/task/30667/stat : 30667 (java) S 30659 30662 27578 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 22 0 110835936 10060525568 90613 33554432000 1073741824 1073778376 140734315634080 140595759467048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30668] ppid=30659 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30662/task/30668/stat : 30668 (java) S 30659 30662 27578 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 110835936 10060525568 90613 33554432000 1073741824 1073778376 140734315634080 140595758414248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30669] ppid=30659 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/30662/task/30669/stat : 30669 (java) S 30659 30662 27578 0 -1 4202560 22 0 0 0 3 0 0 0 20 0 22 0 110835936 10060525568 90613 33554432000 1073741824 1073778376 140734315634080 140595757361960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30670] ppid=30659 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30662/task/30670/stat : 30670 (java) S 30659 30662 27578 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 22 0 110835936 10060525568 90613 33554432000 1073741824 1073778376 140734315634080 140595756309160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30671] ppid=30659 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30662/task/30671/stat : 30671 (java) S 30659 30662 27578 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 110835936 10060525568 90613 33554432000 1073741824 1073778376 140734315634080 140595626028072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30672] ppid=30659 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/30662/task/30672/stat : 30672 (java) S 30659 30662 27578 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 110835936 10060525568 90613 33554432000 1073741824 1073778376 140734315634080 140595624975272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30673] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30673/stat : 30673 (java) S 30659 30662 27578 0 -1 4202560 199 0 0 0 0 0 0 0 20 0 22 0 110835937 10060525568 90613 33554432000 1073741824 1073778376 140734315634080 140595142027496 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30674] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30674/stat : 30674 (java) S 30659 30662 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110835937 10060525568 90613 33554432000 1073741824 1073778376 140734315634080 140595140973560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30675] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30675/stat : 30675 (java) S 30659 30662 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110835937 10060525568 90613 33554432000 1073741824 1073778376 140734315634080 140595139921160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30676] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30676/stat : 30676 (java) S 30659 30662 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110835940 10060525568 90613 33554432000 1073741824 1073778376 140734315634080 140595138869648 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30677] ppid=30659 vsize=9824732 CPUtime=1.18 cores=0,2,4,6
/proc/30662/task/30677/stat : 30677 (java) S 30659 30662 27578 0 -1 4202560 9880 0 0 0 116 2 0 0 20 0 22 0 110835940 10060525568 90613 33554432000 1073741824 1073778376 140734315634080 140595137817272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30678] ppid=30659 vsize=9824732 CPUtime=1.2 cores=0,2,4,6
/proc/30662/task/30678/stat : 30678 (java) S 30659 30662 27578 0 -1 4202560 8105 0 0 0 118 2 0 0 20 0 22 0 110835940 10060525568 90613 33554432000 1073741824 1073778376 140734315634080 140595136764472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30679] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30679/stat : 30679 (java) S 30659 30662 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110835940 10060525568 90613 33554432000 1073741824 1073778376 140734315634080 140595135712376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30680] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30680/stat : 30680 (java) S 30659 30662 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110835940 10060525568 90613 33554432000 1073741824 1073778376 140734315634080 140595134659784 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30681] ppid=30659 vsize=9824732 CPUtime=4.86 cores=0,2,4,6

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

/proc/30662/task/30667/stat : 30667 (java) S 30659 30662 27578 0 -1 4202560 84 0 0 0 12 5 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595759467048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30668] ppid=30659 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/30662/task/30668/stat : 30668 (java) S 30659 30662 27578 0 -1 4202560 117 0 0 0 20 6 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595758414248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30669] ppid=30659 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/30662/task/30669/stat : 30669 (java) S 30659 30662 27578 0 -1 4202560 90 0 0 0 16 4 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595757361960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30670] ppid=30659 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/30662/task/30670/stat : 30670 (java) S 30659 30662 27578 0 -1 4202560 60 0 0 0 9 3 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595756309160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30671] ppid=30659 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/30662/task/30671/stat : 30671 (java) S 30659 30662 27578 0 -1 4202560 74 0 0 0 13 4 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595626028072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30672] ppid=30659 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/30662/task/30672/stat : 30672 (java) S 30659 30662 27578 0 -1 4202560 83 0 0 0 12 4 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595624975272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30673] ppid=30659 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30662/task/30673/stat : 30673 (java) S 30659 30662 27578 0 -1 4202560 561 0 0 0 0 2 0 0 20 0 22 0 110835937 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595142027496 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30674] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30674/stat : 30674 (java) S 30659 30662 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110835937 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595140973560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30675] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30675/stat : 30675 (java) S 30659 30662 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110835937 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595139921160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30676] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30676/stat : 30676 (java) S 30659 30662 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110835940 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595138869648 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30677] ppid=30659 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/30662/task/30677/stat : 30677 (java) S 30659 30662 27578 0 -1 4202560 10009 0 0 0 154 3 0 0 20 0 22 0 110835940 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595137817272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30678] ppid=30659 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/30662/task/30678/stat : 30678 (java) S 30659 30662 27578 0 -1 4202560 8112 0 0 0 169 2 0 0 20 0 22 0 110835940 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595136764472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30679] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30679/stat : 30679 (java) S 30659 30662 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110835940 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595135712376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30680] ppid=30659 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/30662/task/30680/stat : 30680 (java) S 30659 30662 27578 0 -1 4202560 51 0 0 0 9 11 0 0 20 0 22 0 110835940 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595134659784 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30681] ppid=30659 vsize=9824732 CPUtime=878.08 cores=0,2,4,6
/proc/30662/task/30681/stat : 30681 (java) R 30659 30662 27578 0 -1 4202560 33 0 0 0 87794 14 0 0 20 0 22 0 110836075 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595133595408 140595638395000 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30682] ppid=30659 vsize=9824732 CPUtime=878.03 cores=0,2,4,6
/proc/30662/task/30682/stat : 30682 (java) R 30659 30662 27578 0 -1 4202560 131 0 0 0 87785 18 0 0 20 0 22 0 110836075 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595132549056 140595637883019 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30683] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30683/stat : 30683 (java) S 30659 30662 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110836080 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595131499688 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30684] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30684/stat : 30684 (java) S 30659 30662 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110836080 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595130446888 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1766.92
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.901 s]
/proc/loadavg: 4.20 4.25 4.21 5/219 30794
/proc/meminfo: memFree=26494064/32872528 swapFree=16636/1570076
[pid=30662] ppid=30659 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/30662/stat : 30662 (java) S 30659 30662 27578 0 -1 4202496 23499 0 1 0 179947 63 0 0 20 0 22 0 110835934 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140734315625216 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30662/statm: 2456183 214403 2291 9 0 2446860 0
[pid=30662/tid=30664] ppid=30659 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/30662/task/30664/stat : 30664 (java) S 30659 30662 27578 0 -1 4202560 2584 0 1 0 125 6 0 0 20 0 22 0 110835935 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595789120376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30665] ppid=30659 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/30662/task/30665/stat : 30665 (java) S 30659 30662 27578 0 -1 4202560 146 0 0 0 21 7 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595761572136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30666] ppid=30659 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/30662/task/30666/stat : 30666 (java) S 30659 30662 27578 0 -1 4202560 100 0 0 0 11 3 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595760519336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30667] ppid=30659 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/30662/task/30667/stat : 30667 (java) S 30659 30662 27578 0 -1 4202560 84 0 0 0 12 5 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595759467048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30668] ppid=30659 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/30662/task/30668/stat : 30668 (java) S 30659 30662 27578 0 -1 4202560 117 0 0 0 20 6 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595758414248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30669] ppid=30659 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/30662/task/30669/stat : 30669 (java) S 30659 30662 27578 0 -1 4202560 90 0 0 0 16 4 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595757361960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30670] ppid=30659 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/30662/task/30670/stat : 30670 (java) S 30659 30662 27578 0 -1 4202560 60 0 0 0 9 3 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595756309160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30671] ppid=30659 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/30662/task/30671/stat : 30671 (java) S 30659 30662 27578 0 -1 4202560 74 0 0 0 13 4 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595626028072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30672] ppid=30659 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/30662/task/30672/stat : 30672 (java) S 30659 30662 27578 0 -1 4202560 83 0 0 0 12 4 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595624975272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30673] ppid=30659 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30662/task/30673/stat : 30673 (java) S 30659 30662 27578 0 -1 4202560 561 0 0 0 0 2 0 0 20 0 22 0 110835937 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595142027496 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30674] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30674/stat : 30674 (java) S 30659 30662 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110835937 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595140973560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30675] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30675/stat : 30675 (java) S 30659 30662 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110835937 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595139921160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30676] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30676/stat : 30676 (java) S 30659 30662 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110835940 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595138869648 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30677] ppid=30659 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/30662/task/30677/stat : 30677 (java) S 30659 30662 27578 0 -1 4202560 10009 0 0 0 154 3 0 0 20 0 22 0 110835940 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595137817272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30678] ppid=30659 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/30662/task/30678/stat : 30678 (java) S 30659 30662 27578 0 -1 4202560 8112 0 0 0 169 2 0 0 20 0 22 0 110835940 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595136764472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30679] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30679/stat : 30679 (java) S 30659 30662 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110835940 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595135712376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30680] ppid=30659 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/30662/task/30680/stat : 30680 (java) S 30659 30662 27578 0 -1 4202560 51 0 0 0 9 11 0 0 20 0 22 0 110835940 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595134659784 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30681] ppid=30659 vsize=9824732 CPUtime=894.62 cores=0,2,4,6
/proc/30662/task/30681/stat : 30681 (java) R 30659 30662 27578 0 -1 4202560 33 0 0 0 89448 14 0 0 20 0 22 0 110836075 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595133595408 140595638395260 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30682] ppid=30659 vsize=9824732 CPUtime=894.58 cores=0,2,4,6
/proc/30662/task/30682/stat : 30682 (java) R 30659 30662 27578 0 -1 4202560 131 0 0 0 89440 18 0 0 20 0 22 0 110836075 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595132549056 140595637883019 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30683] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30683/stat : 30683 (java) S 30659 30662 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110836080 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595131499688 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30684] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30684/stat : 30684 (java) S 30659 30662 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110836080 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595130446888 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
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 30662 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.901 s]
/proc/loadavg: 4.20 4.25 4.21 5/219 30794
/proc/meminfo: memFree=26494064/32872528 swapFree=16636/1570076
[pid=30662] ppid=30659 vsize=9824732 CPUtime=1800.1 cores=0,2,4,6
/proc/30662/stat : 30662 (java) S 30659 30662 27578 0 -1 4202496 23499 0 1 0 179947 63 0 0 20 0 22 0 110835934 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140734315625216 213422997565 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/30662/statm: 2456183 214403 2291 9 0 2446860 0
[pid=30662/tid=30664] ppid=30659 vsize=9824732 CPUtime=1.31 cores=0,2,4,6
/proc/30662/task/30664/stat : 30664 (java) S 30659 30662 27578 0 -1 4202560 2584 0 1 0 125 6 0 0 20 0 22 0 110835935 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595789120376 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30665] ppid=30659 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/30662/task/30665/stat : 30665 (java) S 30659 30662 27578 0 -1 4202560 146 0 0 0 21 7 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595761572136 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30666] ppid=30659 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/30662/task/30666/stat : 30666 (java) S 30659 30662 27578 0 -1 4202560 100 0 0 0 11 3 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595760519336 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30667] ppid=30659 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/30662/task/30667/stat : 30667 (java) S 30659 30662 27578 0 -1 4202560 84 0 0 0 12 5 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595759467048 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30668] ppid=30659 vsize=9824732 CPUtime=0.26 cores=0,2,4,6
/proc/30662/task/30668/stat : 30668 (java) S 30659 30662 27578 0 -1 4202560 117 0 0 0 20 6 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595758414248 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30669] ppid=30659 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/30662/task/30669/stat : 30669 (java) S 30659 30662 27578 0 -1 4202560 90 0 0 0 16 4 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595757361960 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30670] ppid=30659 vsize=9824732 CPUtime=0.12 cores=0,2,4,6
/proc/30662/task/30670/stat : 30670 (java) S 30659 30662 27578 0 -1 4202560 60 0 0 0 9 3 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595756309160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30671] ppid=30659 vsize=9824732 CPUtime=0.17 cores=0,2,4,6
/proc/30662/task/30671/stat : 30671 (java) S 30659 30662 27578 0 -1 4202560 74 0 0 0 13 4 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595626028072 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30672] ppid=30659 vsize=9824732 CPUtime=0.16 cores=0,2,4,6
/proc/30662/task/30672/stat : 30672 (java) S 30659 30662 27578 0 -1 4202560 83 0 0 0 12 4 0 0 20 0 22 0 110835936 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595624975272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30673] ppid=30659 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/30662/task/30673/stat : 30673 (java) S 30659 30662 27578 0 -1 4202560 561 0 0 0 0 2 0 0 20 0 22 0 110835937 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595142027496 213423011753 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30674] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30674/stat : 30674 (java) S 30659 30662 27578 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 110835937 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595140973560 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30675] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30675/stat : 30675 (java) S 30659 30662 27578 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 110835937 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595139921160 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30676] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30676/stat : 30676 (java) S 30659 30662 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110835940 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595138869648 213423019808 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30677] ppid=30659 vsize=9824732 CPUtime=1.57 cores=0,2,4,6
/proc/30662/task/30677/stat : 30677 (java) S 30659 30662 27578 0 -1 4202560 10009 0 0 0 154 3 0 0 20 0 22 0 110835940 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595137817272 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30678] ppid=30659 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/30662/task/30678/stat : 30678 (java) S 30659 30662 27578 0 -1 4202560 8112 0 0 0 169 2 0 0 20 0 22 0 110835940 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595136764472 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30679] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30679/stat : 30679 (java) S 30659 30662 27578 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 110835940 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595135712376 213423010876 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=30662/tid=30680] ppid=30659 vsize=9824732 CPUtime=0.2 cores=0,2,4,6
/proc/30662/task/30680/stat : 30680 (java) S 30659 30662 27578 0 -1 4202560 51 0 0 0 9 11 0 0 20 0 22 0 110835940 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595134659784 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30681] ppid=30659 vsize=9824732 CPUtime=894.62 cores=0,2,4,6
/proc/30662/task/30681/stat : 30681 (java) R 30659 30662 27578 0 -1 4202560 33 0 0 0 89448 14 0 0 20 0 22 0 110836075 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595133595408 140595638395260 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=30662/tid=30682] ppid=30659 vsize=9824732 CPUtime=894.58 cores=0,2,4,6
/proc/30662/task/30682/stat : 30682 (java) R 30659 30662 27578 0 -1 4202560 131 0 0 0 89440 18 0 0 20 0 22 0 110836075 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595132549056 140595637883019 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=30662/tid=30683] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30683/stat : 30683 (java) S 30659 30662 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110836080 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595131499688 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=30662/tid=30684] ppid=30659 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/30662/task/30684/stat : 30684 (java) S 30659 30662 27578 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 110836080 10060525568 214403 33554432000 1073741824 1073778376 140734315634080 140595130446888 213423011753 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.1
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 898.951
CPU time (s): 1800.1
CPU user time (s): 1799.47
CPU system time (s): 0.63
CPU usage (%): 200.245
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.82
system time used= 1.07984
maximum resident set size= 861812
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23535
page faults= 1
swaps= 0
block input operations= 0
block output operations= 752
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21540
involuntary context switches= 13827

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.9261 second user time and 6.83196 second system time

The end

Launcher Data

Begin job on node140 at 2016-06-07 10:43:56
IDJOB=4081662
IDBENCH=90572
IDSOLVER=2543
FILE ID=node140/4081662-1465289036
RUNJOBID= node140-1465276272-27594
PBS_JOBID= 19843305
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/OPT-SMALLINT-LIN/sroussel/BA/normalized-BA_RDC4.dot_luby_10null0mast_rapportOE1.0_TMAX60_K67_cod1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4081662-1465289036/watcher-4081662-1465289036 -o /tmp/evaluation-result-4081662-1465289036/solver-4081662-1465289036 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node140-1465276272-27594 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4081662-1465289036.opb

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

MD5SUM BENCH= 31a9ebcc0e27737ae8ea76188c0ed799
RANDOM SEED=826872489

node140.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.768
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.53
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.768
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.768
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.768
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.56
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.768
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.55
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.768
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.768
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.55
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.768
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	: 5334.18
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        26783708 kB
Buffers:          132532 kB
Cached:           318164 kB
SwapCached:         1688 kB
Active:          3385308 kB
Inactive:         365648 kB
Active(anon):    3299796 kB
Inactive(anon):     2692 kB
Active(file):      85512 kB
Inactive(file):   362956 kB
Unevictable:     1570076 kB
Mlocked:           16636 kB
SwapTotal:      67108856 kB
SwapFree:       67098688 kB
Dirty:              3524 kB
Writeback:             0 kB
AnonPages:       4894100 kB
Mapped:            15520 kB
Shmem:                 0 kB
Slab:             603968 kB
SReclaimable:      47804 kB
SUnreclaim:       556164 kB
KernelStack:        1624 kB
PageTables:        13548 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5401720 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4814848 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= 71736 MiB
End job on node140 at 2016-06-07 10:58:55