Trace number 4100970

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.12 898.356

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-scfxm1.opb
MD5SUM26050490bdc7147f2ccbcc29a5d8feeb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables13710
Total number of constraints327
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints327
Minimum length of a constraint30
Maximum length of a constraint1710
Number of terms in the objective function 690
Biggest coefficient in the objective function 20011
Number of bits for the biggest coefficient in the objective function 15
Sum of the numbers in the objective function 524791
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 525557
Number of bits of the biggest sum of numbers20
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@5d764be1
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@9f436f5
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@4413ee
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@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4100970-1466212000.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
1.43/0.66	c ... done. Wall clock time 0.538s.
1.43/0.66	c declared #vars     13710
1.43/0.66	c #constraints  514
1.43/0.66	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.43/0.66	c constraints type 
1.43/0.66	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1
1.43/0.66	c org.sat4j.specs.Constr$1 => 4
1.43/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 509
1.43/0.66	c 514 constraints processed.
1.43/0.66	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.43/0.66	c constraints type 
1.43/0.66	c org.sat4j.specs.Constr$1 => 4
1.43/0.66	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
1.43/0.66	c org.sat4j.pb.constraints.pb.MaxWatchPb => 509
1.43/0.66	c 514 constraints processed.
1.43/0.66	c objective function length is 690 literals
4.68/1.60	c cleaning 2497 clauses out of 4994 with flag 10737/5000
6.88/2.63	c cleaning 4245 clauses out of 8498 with flag 23017/11003
9.70/3.94	c cleaning 5626 clauses out of 11252 with flag 37015/18002
16.67/7.37	c cleaning 6809 clauses out of 13626 with flag 53090/26002
24.98/11.45	c cleaning 7903 clauses out of 15817 with flag 71337/35002
33.60/15.78	c cleaning 8956 clauses out of 17913 with flag 91911/45001
43.29/20.54	c cleaning 9975 clauses out of 19957 with flag 114716/56001
53.80/25.76	c cleaning 10990 clauses out of 21981 with flag 139652/68000
65.80/31.78	c cleaning 11994 clauses out of 23992 with flag 166240/81001
79.14/38.35	c cleaning 12998 clauses out of 25998 with flag 195548/95001
93.15/45.36	c cleaning 13999 clauses out of 28001 with flag 228038/110002
108.98/53.25	c cleaning 14995 clauses out of 30001 with flag 262356/126001
127.94/62.63	c cleaning 16003 clauses out of 32005 with flag 297399/143000
148.94/73.12	c cleaning 17002 clauses out of 34003 with flag 337624/161001
167.11/82.19	c cleaning 18001 clauses out of 36002 with flag 376603/180002
189.52/93.35	c cleaning 19000 clauses out of 37999 with flag 417806/200000
213.32/105.26	c cleaning 19998 clauses out of 39999 with flag 460915/221000
239.18/118.14	c cleaning 20993 clauses out of 42001 with flag 506725/243000
263.83/130.42	c cleaning 22002 clauses out of 44011 with flag 553210/266003
287.82/142.47	c cleaning 23004 clauses out of 46008 with flag 601231/290002
322.86/159.95	c cleaning 23997 clauses out of 48002 with flag 653269/315000
349.52/173.30	c cleaning 25002 clauses out of 50005 with flag 706482/341000
389.17/193.01	c cleaning 26003 clauses out of 52005 with flag 762426/368002
436.23/216.54	c cleaning 26999 clauses out of 54000 with flag 826291/396000
480.26/238.55	c cleaning 28002 clauses out of 56007 with flag 893827/425006
531.16/263.91	c cleaning 28999 clauses out of 58002 with flag 956745/455003
578.40/287.56	c cleaning 29997 clauses out of 60000 with flag 1020324/486000
623.62/310.15	c cleaning 31000 clauses out of 62003 with flag 1086188/518000
673.32/335.31	c cleaning 32001 clauses out of 64004 with flag 1154285/551001
722.15/359.77	c cleaning 33002 clauses out of 66003 with flag 1224184/585001
771.79/384.53	c cleaning 33995 clauses out of 68000 with flag 1295954/620000
820.37/408.75	c cleaning 34996 clauses out of 70005 with flag 1369836/656000
888.57/442.78	c cleaning 36003 clauses out of 72010 with flag 1446572/693001
949.70/473.28	c cleaning 37002 clauses out of 74006 with flag 1525381/731000
1008.02/502.37	c cleaning 37998 clauses out of 76005 with flag 1608681/770001
1073.22/534.80	c cleaning 39000 clauses out of 78006 with flag 1692728/810000
1145.68/571.47	c cleaning 40000 clauses out of 80006 with flag 1777160/851000
1223.67/610.38	c cleaning 41000 clauses out of 82006 with flag 1864216/893000
1285.30/641.06	c cleaning 42001 clauses out of 84008 with flag 1954958/936002
1354.78/675.68	c cleaning 42998 clauses out of 86006 with flag 2046170/980001
1425.24/710.73	c cleaning 44003 clauses out of 88009 with flag 2138558/1025002
1479.69/737.81	c cleaning 0 clauses out of 5000 with flag 0/5000
1503.69/749.67	c cleaning 44999 clauses out of 90004 with flag 2234517/1071000
1572.79/784.07	c cleaning 45999 clauses out of 92006 with flag 2331249/1118001
1645.14/820.45	c cleaning 46998 clauses out of 94006 with flag 2429612/1166000
1706.40/851.70	c cleaning 48004 clauses out of 96008 with flag 2529757/1215000
1779.57/888.19	c cleaning 49002 clauses out of 98004 with flag 2633068/1265000
1800.12/898.30	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/898.30	c starts		: 34
1800.12/898.30	c conflicts		: 1285796
1800.12/898.30	c decisions		: 1392760
1800.12/898.30	c propagations		: 137174061
1800.12/898.30	c inspects		: 8254413164
1800.12/898.30	c shortcuts		: 0
1800.12/898.30	c learnt literals	: 8
1800.12/898.30	c learnt binary clauses	: 19
1800.12/898.30	c learnt ternary clauses	: 23
1800.12/898.30	c learnt constraints	: 1285788
1800.12/898.30	c ignored constraints	: 0
1800.12/898.30	c root simplifications	: 0
1800.12/898.30	c removed literals (reason simplification)	: 5112707
1800.12/898.30	c reason swapping (by a shorter reason)	: 0
1800.12/898.30	c Calls to reduceDB	: 46
1800.12/898.30	c Number of update (reduction) of LBD	: 38440
1800.12/898.30	c Imported unit clauses	: 0
1800.12/898.30	c number of reductions to clauses (during analyze)	: 0
1800.12/898.30	c number of learned constraints concerned by reduction	: 0
1800.12/898.30	c number of learning phase by resolution	: 0
1800.12/898.30	c number of learning phase by cutting planes	: 0
1800.12/898.30	c speed (assignments/second)	: 152831.15426052836
1800.12/898.30	c non guided choices	1409
1800.12/898.32	c learnt constraints type 
1800.12/898.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 19
1800.12/898.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 69779
1800.12/898.33	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/898.33	c starts		: 21
1800.12/898.33	c conflicts		: 10025
1800.12/898.33	c decisions		: 583014
1800.12/898.33	c propagations		: 2037863
1800.12/898.33	c inspects		: 321294982
1800.12/898.33	c shortcuts		: 0
1800.12/898.33	c learnt literals	: 0
1800.12/898.33	c learnt binary clauses	: 0
1800.12/898.33	c learnt ternary clauses	: 0
1800.12/898.33	c learnt constraints	: 10025
1800.12/898.33	c ignored constraints	: 0
1800.12/898.33	c root simplifications	: 0
1800.12/898.33	c removed literals (reason simplification)	: 0
1800.12/898.33	c reason swapping (by a shorter reason)	: 0
1800.12/898.33	c Calls to reduceDB	: 1
1800.12/898.33	c Number of update (reduction) of LBD	: 0
1800.12/898.33	c Imported unit clauses	: 0
1800.12/898.33	c number of reductions to clauses (during analyze)	: 0
1800.12/898.33	c number of learned constraints concerned by reduction	: 0
1800.12/898.33	c number of learning phase by resolution	: 0
1800.12/898.33	c number of learning phase by cutting planes	: 0
1800.12/898.33	c speed (assignments/second)	: 2270.407185575372
1800.12/898.33	c non guided choices	1630
1800.12/898.33	c learnt constraints type 
1800.12/898.33	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 19
1800.12/898.33	c org.sat4j.pb.constraints.pb.MaxWatchPb => 10006
1800.12/898.33	s UNKNOWN
1800.12/898.33	c Total wall clock time (in seconds): 898.212

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-4100970-1466212000/watcher-4100970-1466212000 -o /tmp/evaluation-result-4100970-1466212000/solver-4100970-1466212000 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7346 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100970-1466212000.opb 

pid=10859
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: 4.26 4.34 4.28 4/200 10862
/proc/meminfo: memFree=27102396/32872528 swapFree=1505436/1685308
[pid=10862] ppid=10859 vsize=9160 CPUtime=0 cores=1,3,5,7
/proc/10862/stat : 10862 (java) R 10859 10862 7329 0 -1 4202496 429 0 0 0 0 0 0 0 20 0 1 0 23245960 9379840 84 33554432000 1073741824 1073778376 140736818126576 140736818123704 215115460439 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/10862/statm: 2290 100 75 9 0 38 0

[startup+0.100164 s]
/proc/loadavg: 4.26 4.34 4.28 4/200 10862
/proc/meminfo: memFree=27102396/32872528 swapFree=1505436/1685308
[pid=10862] ppid=10859 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/10862/stat : 10862 (java) S 10859 10862 7329 0 -1 4202496 4389 0 1 0 8 1 0 0 20 0 18 0 23245960 9787879424 6028 33554432000 1073741824 1073778376 140736818126576 140736818117712 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10862/statm: 2389619 6028 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200231 s]
/proc/loadavg: 4.26 4.34 4.28 4/200 10862
/proc/meminfo: memFree=27102396/32872528 swapFree=1505436/1685308
[pid=10862] ppid=10859 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/10862/stat : 10862 (java) S 10859 10862 7329 0 -1 4202496 5376 0 1 0 26 1 0 0 20 0 18 0 23245960 9787879424 7290 33554432000 1073741824 1073778376 140736818126576 140736818117712 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10862/statm: 2389619 7290 2206 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300244 s]
/proc/loadavg: 4.26 4.34 4.28 4/200 10862
/proc/meminfo: memFree=27102396/32872528 swapFree=1505436/1685308
[pid=10862] ppid=10859 vsize=9558476 CPUtime=0.57 cores=1,3,5,7
/proc/10862/stat : 10862 (java) S 10859 10862 7329 0 -1 4202496 13208 0 1 0 55 2 0 0 20 0 18 0 23245960 9787879424 13761 33554432000 1073741824 1073778376 140736818126576 140736818117712 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10862/statm: 2389619 13761 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.57
Current children cumulated vsize (KiB) 9558476

[startup+0.700215 s]
/proc/loadavg: 4.26 4.34 4.28 4/200 10862
/proc/meminfo: memFree=27102396/32872528 swapFree=1505436/1685308
[pid=10862] ppid=10859 vsize=9691604 CPUtime=1.65 cores=1,3,5,7
/proc/10862/stat : 10862 (java) S 10859 10862 7329 0 -1 4202496 17186 0 1 0 161 4 0 0 20 0 20 0 23245960 9924202496 38057 33554432000 1073741824 1073778376 140736818126576 140736818117712 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10862/statm: 2422901 38057 2258 9 0 2413578 0
Current children cumulated CPU time (s) 1.65
Current children cumulated vsize (KiB) 9691604

[startup+1.50099 s]
/proc/loadavg: 4.26 4.34 4.28 7/222 10884
/proc/meminfo: memFree=26929468/32872528 swapFree=1505436/1685308
[pid=10862] ppid=10859 vsize=9824732 CPUtime=4.4 cores=1,3,5,7
/proc/10862/stat : 10862 (java) S 10859 10862 7329 0 -1 4202496 20971 0 1 0 430 10 0 0 20 0 22 0 23245960 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 140736818117712 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10862/statm: 2456183 53027 2279 9 0 2446860 0
[pid=10862/tid=10864] ppid=10859 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/10862/task/10864/stat : 10864 (java) S 10859 10862 7329 0 -1 4202560 2465 0 1 0 60 3 0 0 20 0 22 0 23245961 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139673444725624 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10862/tid=10865] ppid=10859 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/10862/task/10865/stat : 10865 (java) S 10859 10862 7329 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 22 0 23245962 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139673417177384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10866] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10866/stat : 10866 (java) S 10859 10862 7329 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 23245962 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139673416124584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10862/tid=10867] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10867/stat : 10867 (java) S 10859 10862 7329 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 23245962 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139673415072296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10862/tid=10868] ppid=10859 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10862/task/10868/stat : 10868 (java) S 10859 10862 7329 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 23245962 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139673414019496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10862/tid=10869] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10869/stat : 10869 (java) S 10859 10862 7329 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 23245962 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139673412967208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10862/tid=10870] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10870/stat : 10870 (java) S 10859 10862 7329 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 22 0 23245962 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139673411914408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10871] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10871/stat : 10871 (java) S 10859 10862 7329 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 22 0 23245962 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139673281801256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10862/tid=10872] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10872/stat : 10872 (java) S 10859 10862 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23245962 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139673280748456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10873] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10873/stat : 10873 (java) S 10859 10862 7329 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 23245963 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139672797800680 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10874] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10874/stat : 10874 (java) S 10859 10862 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23245964 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139672796746744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10875] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10875/stat : 10875 (java) S 10859 10862 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23245964 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139672795694344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10876] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10876/stat : 10876 (java) S 10859 10862 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23245966 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139672794642832 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10877] ppid=10859 vsize=9824732 CPUtime=1.04 cores=1,3,5,7
/proc/10862/task/10877/stat : 10877 (java) S 10859 10862 7329 0 -1 4202560 8358 0 0 0 104 0 0 0 20 0 22 0 23245966 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139672793590456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10878] ppid=10859 vsize=9824732 CPUtime=0.94 cores=1,3,5,7
/proc/10862/task/10878/stat : 10878 (java) S 10859 10862 7329 0 -1 4202560 8668 0 0 0 93 1 0 0 20 0 22 0 23245966 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139672792537656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10862/tid=10879] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10879/stat : 10879 (java) S 10859 10862 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23245966 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139672791485560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10880] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10880/stat : 10880 (java) S 10859 10862 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23245966 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139672790432968 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10881] ppid=10859 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/10862/task/10881/stat : 10881 (java) R 10859 10862 7329 0 -1 4202560 17 0 0 0 78 0 0 0 20 0 22 0 23246026 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139672789377576 139673293646363 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10882] ppid=10859 vsize=9824732 CPUtime=0.78 cores=1,3,5,7
/proc/10862/task/10882/stat : 10882 (java) R 10859 10862 7329 0 -1 4202560 50 0 0 0 78 0 0 0 20 0 22 0 23246026 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139672788323112 139673293696365 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10862/tid=10883] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10883/stat : 10883 (java) S 10859 10862 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23246035 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139672787272872 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10884] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10884/stat : 10884 (java) S 10859 10862 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23246035 10060525568 53027 33554432000 1073741824 1073778376 140736818126576 139672786220072 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.4
Current children cumulated vsize (KiB) 9824732

[startup+3.10084 s]
/proc/loadavg: 4.24 4.34 4.27 6/222 10884
/proc/meminfo: memFree=26870448/32872528 swapFree=1505436/1685308
[pid=10862] ppid=10859 vsize=9824732 CPUtime=7.96 cores=1,3,5,7
/proc/10862/stat : 10862 (java) S 10859 10862 7329 0 -1 4202496 22333 0 1 0 779 17 0 0 20 0 22 0 23245960 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 140736818117712 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10862/statm: 2456183 92953 2284 9 0 2446860 0
[pid=10862/tid=10864] ppid=10859 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/10862/task/10864/stat : 10864 (java) S 10859 10862 7329 0 -1 4202560 2465 0 1 0 60 3 0 0 20 0 22 0 23245961 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139673444725624 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10862/tid=10865] ppid=10859 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/10862/task/10865/stat : 10865 (java) S 10859 10862 7329 0 -1 4202560 30 0 0 0 3 2 0 0 20 0 22 0 23245962 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139673417177384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10866] ppid=10859 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/10862/task/10866/stat : 10866 (java) S 10859 10862 7329 0 -1 4202560 22 0 0 0 3 1 0 0 20 0 22 0 23245962 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139673416124584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10867] ppid=10859 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/10862/task/10867/stat : 10867 (java) S 10859 10862 7329 0 -1 4202560 122 0 0 0 3 0 0 0 20 0 22 0 23245962 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139673415072296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10868] ppid=10859 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/10862/task/10868/stat : 10868 (java) S 10859 10862 7329 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 22 0 23245962 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139673414019496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10869] ppid=10859 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/10862/task/10869/stat : 10869 (java) S 10859 10862 7329 0 -1 4202560 106 0 0 0 3 2 0 0 20 0 22 0 23245962 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139673412967208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10870] ppid=10859 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10862/task/10870/stat : 10870 (java) S 10859 10862 7329 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 22 0 23245962 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139673411914408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10862/tid=10871] ppid=10859 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/10862/task/10871/stat : 10871 (java) S 10859 10862 7329 0 -1 4202560 108 0 0 0 2 1 0 0 20 0 22 0 23245962 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139673281801256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10872] ppid=10859 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/10862/task/10872/stat : 10872 (java) S 10859 10862 7329 0 -1 4202560 95 0 0 0 2 0 0 0 20 0 22 0 23245962 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139673280748456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10873] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10873/stat : 10873 (java) S 10859 10862 7329 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23245963 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139672797800680 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10874] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10874/stat : 10874 (java) S 10859 10862 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23245964 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139672796746744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10875] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10875/stat : 10875 (java) S 10859 10862 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23245964 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139672795694344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10876] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10876/stat : 10876 (java) S 10859 10862 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23245966 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139672794642832 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10877] ppid=10859 vsize=9824732 CPUtime=1.15 cores=1,3,5,7
/proc/10862/task/10877/stat : 10877 (java) S 10859 10862 7329 0 -1 4202560 8362 0 0 0 115 0 0 0 20 0 22 0 23245966 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139672793590456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10878] ppid=10859 vsize=9824732 CPUtime=1.08 cores=1,3,5,7
/proc/10862/task/10878/stat : 10878 (java) S 10859 10862 7329 0 -1 4202560 9379 0 0 0 107 1 0 0 20 0 22 0 23245966 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139672792537656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10879] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10879/stat : 10879 (java) S 10859 10862 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23245966 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139672791485560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10880] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10880/stat : 10880 (java) S 10859 10862 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23245966 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139672790432968 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10881] ppid=10859 vsize=9824732 CPUtime=2.29 cores=1,3,5,7
/proc/10862/task/10881/stat : 10881 (java) R 10859 10862 7329 0 -1 4202560 31 0 0 0 229 0 0 0 20 0 22 0 23246026 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139672789377432 139673293646816 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=10862/tid=10882] ppid=10859 vsize=9824732 CPUtime=2.3 cores=1,3,5,7
/proc/10862/task/10882/stat : 10882 (java) R 10859 10862 7329 0 -1 4202560 93 0 0 0 228 2 0 0 20 0 22 0 23246026 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139672788323528 139673293800562 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=10862/tid=10883] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10883/stat : 10883 (java) S 10859 10862 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23246035 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139672787272872 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10884] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10884/stat : 10884 (java) S 10859 10862 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23246035 10060525568 92953 33554432000 1073741824 1073778376 140736818126576 139672786220072 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.96
Current children cumulated vsize (KiB) 9824732

[startup+6.30104 s]
/proc/loadavg: 4.24 4.34 4.27 6/222 10884
/proc/meminfo: memFree=26691328/32872528 swapFree=1505436/1685308
[pid=10862] ppid=10859 vsize=9824732 CPUtime=14.58 cores=1,3,5,7
/proc/10862/stat : 10862 (java) S 10859 10862 7329 0 -1 4202496 24414 0 1 0 1434 24 0 0 20 0 22 0 23245960 10060525568 139312 33554432000 1073741824 1073778376 140736818126576 140736818117712 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10862/statm: 2456183 139312 2284 9 0 2446860 0
[pid=10862/tid=10864] ppid=10859 vsize=9824732 CPUtime=0.63 cores=1,3,5,7
/proc/10862/task/10864/stat : 10864 (java) S 10859 10862 7329 0 -1 4202560 2465 0 1 0 60 3 0 0 20 0 22 0 23245961 10060525568 139312 33554432000 1073741824 1073778376 140736818126576 139673444725624 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10862/tid=10865] ppid=10859 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/10862/task/10865/stat : 10865 (java) S 10859 10862 7329 0 -1 4202560 35 0 0 0 4 2 0 0 20 0 22 0 23245962 10060525568 139312 33554432000 1073741824 1073778376 140736818126576 139673417177384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10866] ppid=10859 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/10862/task/10866/stat : 10866 (java) S 10859 10862 7329 0 -1 4202560 23 0 0 0 4 1 0 0 20 0 22 0 23245962 10060525568 139312 33554432000 1073741824 1073778376 140736818126576 139673416124584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10867] ppid=10859 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/10862/task/10867/stat : 10867 (java) S 10859 10862 7329 0 -1 4202560 142 0 0 0 3 1 0 0 20 0 22 0 23245962 10060525568 139312 33554432000 1073741824 1073778376 140736818126576 139673415072296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10868] ppid=10859 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/10862/task/10868/stat : 10868 (java) S 10859 10862 7329 0 -1 4202560 47 0 0 0 4 2 0 0 20 0 22 0 23245962 10060525568 139312 33554432000 1073741824 1073778376 140736818126576 139673414019496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10869] ppid=10859 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/10862/task/10869/stat : 10869 (java) S 10859 10862 7329 0 -1 4202560 123 0 0 0 4 2 0 0 20 0 22 0 23245962 10060525568 139312 33554432000 1073741824 1073778376 140736818126576 139673412967208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10870] ppid=10859 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/10862/task/10870/stat : 10870 (java) S 10859 10862 7329 0 -1 4202560 44 0 0 0 4 2 0 0 20 0 22 0 23245962 10060525568 139312 33554432000 1073741824 1073778376 140736818126576 139673411914408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10871] ppid=10859 vsize=9824732 CPUtime=0.07 cores=1,3,5,7
/proc/10862/task/10871/stat : 10871 (java) S 10859 10862 7329 0 -1 4202560 127 0 0 0 5 2 0 0 20 0 22 0 23245962 10060525568 139312 33554432000 1073741824 1073778376 140736818126576 139673281801256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10862/tid=10872] ppid=10859 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/10862/task/10872/stat : 10872 (java) S 10859 10862 7329 0 -1 4202560 104 0 0 0 3 1 0 0 20 0 22 0 23245962 10060525568 139312 33554432000 1073741824 1073778376 140736818126576 139673280748456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10862/tid=10873] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10873/stat : 10873 (java) S 10859 10862 7329 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23245963 10060525568 139312 33554432000 1073741824 1073778376 140736818126576 139672797800680 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10874] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10874/stat : 10874 (java) S 10859 10862 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23245964 10060525568 139312 33554432000 1073741824 1073778376 140736818126576 139672796746744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10875] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10875/stat : 10875 (java) S 10859 10862 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23245964 10060525568 139312 33554432000 1073741824 1073778376 140736818126576 139672795694344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10876] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10876/stat : 10876 (java) S 10859 10862 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23245966 10060525568 139312 33554432000 1073741824 1073778376 140736818126576 139672794642832 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10877] ppid=10859 vsize=9824732 CPUtime=1.18 cores=1,3,5,7

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

/proc/10862/task/10867/stat : 10867 (java) S 10859 10862 7329 0 -1 4202560 416 0 0 0 138 10 0 0 20 0 22 0 23245962 10060525568 632964 33554432000 1073741824 1073778376 140736818126576 139673415072296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10868] ppid=10859 vsize=9824732 CPUtime=1.64 cores=1,3,5,7
/proc/10862/task/10868/stat : 10868 (java) S 10859 10862 7329 0 -1 4202560 320 0 0 0 153 11 0 0 20 0 22 0 23245962 10060525568 632964 33554432000 1073741824 1073778376 140736818126576 139673414019496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10869] ppid=10859 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/10862/task/10869/stat : 10869 (java) S 10859 10862 7329 0 -1 4202560 479 0 0 0 159 12 0 0 20 0 22 0 23245962 10060525568 632964 33554432000 1073741824 1073778376 140736818126576 139673412967208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10870] ppid=10859 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/10862/task/10870/stat : 10870 (java) S 10859 10862 7329 0 -1 4202560 329 0 0 0 168 14 0 0 20 0 22 0 23245962 10060525568 632964 33554432000 1073741824 1073778376 140736818126576 139673411914408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10862/tid=10871] ppid=10859 vsize=9824732 CPUtime=1.76 cores=1,3,5,7
/proc/10862/task/10871/stat : 10871 (java) S 10859 10862 7329 0 -1 4202560 430 0 0 0 161 15 0 0 20 0 22 0 23245962 10060525568 632964 33554432000 1073741824 1073778376 140736818126576 139673281801256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10872] ppid=10859 vsize=9824732 CPUtime=1.7 cores=1,3,5,7
/proc/10862/task/10872/stat : 10872 (java) S 10859 10862 7329 0 -1 4202560 423 0 0 0 157 13 0 0 20 0 22 0 23245962 10060525568 632964 33554432000 1073741824 1073778376 140736818126576 139673280748456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10873] ppid=10859 vsize=9824732 CPUtime=4.73 cores=1,3,5,7
/proc/10862/task/10873/stat : 10873 (java) S 10859 10862 7329 0 -1 4202560 2211 0 0 0 459 14 0 0 20 0 22 0 23245963 10060525568 632964 33554432000 1073741824 1073778376 140736818126576 139672797800680 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10874] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10874/stat : 10874 (java) S 10859 10862 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23245964 10060525568 632964 33554432000 1073741824 1073778376 140736818126576 139672796746744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10875] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10875/stat : 10875 (java) S 10859 10862 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23245964 10060525568 632964 33554432000 1073741824 1073778376 140736818126576 139672795694344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10876] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10876/stat : 10876 (java) S 10859 10862 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23245966 10060525568 632964 33554432000 1073741824 1073778376 140736818126576 139672794642832 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10877] ppid=10859 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/10862/task/10877/stat : 10877 (java) S 10859 10862 7329 0 -1 4202560 8426 0 0 0 166 1 0 0 20 0 22 0 23245966 10060525568 632964 33554432000 1073741824 1073778376 140736818126576 139672793590456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10878] ppid=10859 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/10862/task/10878/stat : 10878 (java) S 10859 10862 7329 0 -1 4202560 11104 0 0 0 133 2 0 0 20 0 22 0 23245966 10060525568 632964 33554432000 1073741824 1073778376 140736818126576 139672792537656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10879] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10879/stat : 10879 (java) S 10859 10862 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23245966 10060525568 632964 33554432000 1073741824 1073778376 140736818126576 139672791485560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10880] ppid=10859 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/10862/task/10880/stat : 10880 (java) S 10859 10862 7329 0 -1 4202560 51 0 0 0 15 19 0 0 20 0 22 0 23245966 10060525568 632964 33554432000 1073741824 1073778376 140736818126576 139672790432968 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10881] ppid=10859 vsize=9824732 CPUtime=870.57 cores=1,3,5,7
/proc/10862/task/10881/stat : 10881 (java) R 10859 10862 7329 0 -1 4202560 741 0 0 0 87032 25 0 0 20 0 22 0 23246026 10060525568 632964 33554432000 1073741824 1073778376 140736818126576 139672789376304 139673293717076 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10882] ppid=10859 vsize=9824732 CPUtime=870.65 cores=1,3,5,7
/proc/10862/task/10882/stat : 10882 (java) R 10859 10862 7329 0 -1 4202560 2030 0 0 0 87020 45 0 0 20 0 22 0 23246026 10060525568 632964 33554432000 1073741824 1073778376 140736818126576 139672788322736 139673293212580 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10883] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10883/stat : 10883 (java) S 10859 10862 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23246035 10060525568 632964 33554432000 1073741824 1073778376 140736818126576 139672787272872 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10884] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10884/stat : 10884 (java) S 10859 10862 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23246035 10060525568 632964 33554432000 1073741824 1073778376 140736818126576 139672786220072 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1767.9
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+898.301 s]
/proc/loadavg: 4.53 4.37 4.30 5/222 10976
/proc/meminfo: memFree=23946652/32872528 swapFree=1505436/1685308
[pid=10862] ppid=10859 vsize=9824732 CPUtime=1800.12 cores=1,3,5,7
/proc/10862/stat : 10862 (java) S 10859 10862 7329 0 -1 4202496 32261 0 1 0 179820 192 0 0 20 0 22 0 23245960 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 140736818117712 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10862/statm: 2456183 668946 2293 9 0 2446860 0
[pid=10862/tid=10864] ppid=10859 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/10862/task/10864/stat : 10864 (java) S 10859 10862 7329 0 -1 4202560 2477 0 1 0 63 5 0 0 20 0 22 0 23245961 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139673444725624 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10862/tid=10865] ppid=10859 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/10862/task/10865/stat : 10865 (java) S 10859 10862 7329 0 -1 4202560 417 0 0 0 162 18 0 0 20 0 22 0 23245962 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139673417177384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10862/tid=10866] ppid=10859 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/10862/task/10866/stat : 10866 (java) S 10859 10862 7329 0 -1 4202560 351 0 0 0 159 12 0 0 20 0 22 0 23245962 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139673416124584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10867] ppid=10859 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/10862/task/10867/stat : 10867 (java) S 10859 10862 7329 0 -1 4202560 454 0 0 0 144 10 0 0 20 0 22 0 23245962 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139673415072296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10868] ppid=10859 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/10862/task/10868/stat : 10868 (java) S 10859 10862 7329 0 -1 4202560 336 0 0 0 156 12 0 0 20 0 22 0 23245962 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139673414019496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10869] ppid=10859 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/10862/task/10869/stat : 10869 (java) S 10859 10862 7329 0 -1 4202560 544 0 0 0 167 14 0 0 20 0 22 0 23245962 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139673412967208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10870] ppid=10859 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/10862/task/10870/stat : 10870 (java) S 10859 10862 7329 0 -1 4202560 335 0 0 0 170 15 0 0 20 0 22 0 23245962 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139673411914408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10871] ppid=10859 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/10862/task/10871/stat : 10871 (java) S 10859 10862 7329 0 -1 4202560 476 0 0 0 167 15 0 0 20 0 22 0 23245962 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139673281801256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10862/tid=10872] ppid=10859 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/10862/task/10872/stat : 10872 (java) S 10859 10862 7329 0 -1 4202560 439 0 0 0 165 13 0 0 20 0 22 0 23245962 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139673280748456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10862/tid=10873] ppid=10859 vsize=9824732 CPUtime=4.73 cores=1,3,5,7
/proc/10862/task/10873/stat : 10873 (java) S 10859 10862 7329 0 -1 4202560 2273 0 0 0 459 14 0 0 20 0 22 0 23245963 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672797800680 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10862/tid=10874] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10874/stat : 10874 (java) S 10859 10862 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23245964 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672796746744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10875] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10875/stat : 10875 (java) S 10859 10862 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23245964 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672795694344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10876] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10876/stat : 10876 (java) S 10859 10862 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23245966 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672794642832 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10877] ppid=10859 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/10862/task/10877/stat : 10877 (java) S 10859 10862 7329 0 -1 4202560 8426 0 0 0 166 1 0 0 20 0 22 0 23245966 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672793590456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10878] ppid=10859 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/10862/task/10878/stat : 10878 (java) S 10859 10862 7329 0 -1 4202560 11104 0 0 0 133 2 0 0 20 0 22 0 23245966 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672792537656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10879] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10879/stat : 10879 (java) S 10859 10862 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23245966 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672791485560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10880] ppid=10859 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/10862/task/10880/stat : 10880 (java) S 10859 10862 7329 0 -1 4202560 51 0 0 0 15 19 0 0 20 0 22 0 23245966 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672790432968 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10881] ppid=10859 vsize=9824732 CPUtime=886.39 cores=1,3,5,7
/proc/10862/task/10881/stat : 10881 (java) R 10859 10862 7329 0 -1 4202560 745 0 0 0 88614 25 0 0 20 0 22 0 23246026 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672789376352 139673293717076 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10882] ppid=10859 vsize=9824732 CPUtime=886.46 cores=1,3,5,7
/proc/10862/task/10882/stat : 10882 (java) R 10859 10862 7329 0 -1 4202560 2569 0 0 0 88600 46 0 0 20 0 22 0 23246026 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672788322400 139673293743223 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10883] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10883/stat : 10883 (java) S 10859 10862 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23246035 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672787272872 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10884] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10884/stat : 10884 (java) S 10859 10862 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23246035 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672786220072 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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 10862 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+898.301 s]
/proc/loadavg: 4.53 4.37 4.30 5/222 10976
/proc/meminfo: memFree=23946652/32872528 swapFree=1505436/1685308
[pid=10862] ppid=10859 vsize=9824732 CPUtime=1800.12 cores=1,3,5,7
/proc/10862/stat : 10862 (java) S 10859 10862 7329 0 -1 4202496 32261 0 1 0 179820 192 0 0 20 0 22 0 23245960 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 140736818117712 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/10862/statm: 2456183 668946 2293 9 0 2446860 0
[pid=10862/tid=10864] ppid=10859 vsize=9824732 CPUtime=0.68 cores=1,3,5,7
/proc/10862/task/10864/stat : 10864 (java) S 10859 10862 7329 0 -1 4202560 2477 0 1 0 63 5 0 0 20 0 22 0 23245961 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139673444725624 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10862/tid=10865] ppid=10859 vsize=9824732 CPUtime=1.8 cores=1,3,5,7
/proc/10862/task/10865/stat : 10865 (java) S 10859 10862 7329 0 -1 4202560 417 0 0 0 162 18 0 0 20 0 22 0 23245962 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139673417177384 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10862/tid=10866] ppid=10859 vsize=9824732 CPUtime=1.71 cores=1,3,5,7
/proc/10862/task/10866/stat : 10866 (java) S 10859 10862 7329 0 -1 4202560 351 0 0 0 159 12 0 0 20 0 22 0 23245962 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139673416124584 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10867] ppid=10859 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/10862/task/10867/stat : 10867 (java) S 10859 10862 7329 0 -1 4202560 454 0 0 0 144 10 0 0 20 0 22 0 23245962 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139673415072296 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10868] ppid=10859 vsize=9824732 CPUtime=1.68 cores=1,3,5,7
/proc/10862/task/10868/stat : 10868 (java) S 10859 10862 7329 0 -1 4202560 336 0 0 0 156 12 0 0 20 0 22 0 23245962 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139673414019496 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10869] ppid=10859 vsize=9824732 CPUtime=1.81 cores=1,3,5,7
/proc/10862/task/10869/stat : 10869 (java) S 10859 10862 7329 0 -1 4202560 544 0 0 0 167 14 0 0 20 0 22 0 23245962 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139673412967208 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10870] ppid=10859 vsize=9824732 CPUtime=1.85 cores=1,3,5,7
/proc/10862/task/10870/stat : 10870 (java) S 10859 10862 7329 0 -1 4202560 335 0 0 0 170 15 0 0 20 0 22 0 23245962 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139673411914408 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10871] ppid=10859 vsize=9824732 CPUtime=1.82 cores=1,3,5,7
/proc/10862/task/10871/stat : 10871 (java) S 10859 10862 7329 0 -1 4202560 476 0 0 0 167 15 0 0 20 0 22 0 23245962 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139673281801256 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=10862/tid=10872] ppid=10859 vsize=9824732 CPUtime=1.78 cores=1,3,5,7
/proc/10862/task/10872/stat : 10872 (java) S 10859 10862 7329 0 -1 4202560 439 0 0 0 165 13 0 0 20 0 22 0 23245962 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139673280748456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10862/tid=10873] ppid=10859 vsize=9824732 CPUtime=4.73 cores=1,3,5,7
/proc/10862/task/10873/stat : 10873 (java) S 10859 10862 7329 0 -1 4202560 2273 0 0 0 459 14 0 0 20 0 22 0 23245963 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672797800680 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=10862/tid=10874] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10874/stat : 10874 (java) S 10859 10862 7329 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23245964 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672796746744 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10875] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10875/stat : 10875 (java) S 10859 10862 7329 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23245964 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672795694344 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10876] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10876/stat : 10876 (java) S 10859 10862 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23245966 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672794642832 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10877] ppid=10859 vsize=9824732 CPUtime=1.67 cores=1,3,5,7
/proc/10862/task/10877/stat : 10877 (java) S 10859 10862 7329 0 -1 4202560 8426 0 0 0 166 1 0 0 20 0 22 0 23245966 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672793590456 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10878] ppid=10859 vsize=9824732 CPUtime=1.35 cores=1,3,5,7
/proc/10862/task/10878/stat : 10878 (java) S 10859 10862 7329 0 -1 4202560 11104 0 0 0 133 2 0 0 20 0 22 0 23245966 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672792537656 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10879] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10879/stat : 10879 (java) S 10859 10862 7329 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23245966 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672791485560 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10880] ppid=10859 vsize=9824732 CPUtime=0.34 cores=1,3,5,7
/proc/10862/task/10880/stat : 10880 (java) S 10859 10862 7329 0 -1 4202560 51 0 0 0 15 19 0 0 20 0 22 0 23245966 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672790432968 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10881] ppid=10859 vsize=9824732 CPUtime=886.39 cores=1,3,5,7
/proc/10862/task/10881/stat : 10881 (java) R 10859 10862 7329 0 -1 4202560 745 0 0 0 88614 25 0 0 20 0 22 0 23246026 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672789376352 139673293717076 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=10862/tid=10882] ppid=10859 vsize=9824732 CPUtime=886.46 cores=1,3,5,7
/proc/10862/task/10882/stat : 10882 (java) R 10859 10862 7329 0 -1 4202560 2569 0 0 0 88600 46 0 0 20 0 22 0 23246026 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672788322400 139673293743223 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10883] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10883/stat : 10883 (java) S 10859 10862 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23246035 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672787272872 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=10862/tid=10884] ppid=10859 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/10862/task/10884/stat : 10884 (java) S 10859 10862 7329 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23246035 10060525568 668946 33554432000 1073741824 1073778376 140736818126576 139672786220072 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 898.356
CPU time (s): 1800.12
CPU user time (s): 1798.2
CPU system time (s): 1.92
CPU usage (%): 200.379
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.61
system time used= 2.37964
maximum resident set size= 2929480
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 32303
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25775
involuntary context switches= 32399

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.08308 second user time and 7.48486 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-18 03:06:40
IDJOB=4100970
IDBENCH=1684
IDSOLVER=2543
FILE ID=node135/4100970-1466212000
RUNJOBID= node135-1466206056-7346
PBS_JOBID= 19918142
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-scfxm1.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100970-1466212000/watcher-4100970-1466212000 -o /tmp/evaluation-result-4100970-1466212000/solver-4100970-1466212000 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1466206056-7346 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100970-1466212000.opb

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

MD5SUM BENCH= 26050490bdc7147f2ccbcc29a5d8feeb
RANDOM SEED=1922280952

node135.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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		: 2667.004
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.57
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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		: 2667.004
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:        27103280 kB
Buffers:           44072 kB
Cached:           123780 kB
SwapCached:          704 kB
Active:          3255296 kB
Inactive:         120084 kB
Active(anon):    3208760 kB
Inactive(anon):     1264 kB
Active(file):      46536 kB
Inactive(file):   118820 kB
Unevictable:     1685308 kB
Mlocked:         1505436 kB
SwapTotal:      67108856 kB
SwapFree:       67100412 kB
Dirty:              1252 kB
Writeback:             0 kB
AnonPages:       4859480 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             569020 kB
SReclaimable:      13184 kB
SUnreclaim:       555836 kB
KernelStack:        1832 kB
PageTables:        14008 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5229032 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3231744 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= 71700 MiB
End job on node135 at 2016-06-18 03:21:39