Trace number 4103718

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.18 896.566

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-boeing1.opb
MD5SUM89b57889d16cd406631a12aac7aefa29
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark48382442725
Best CPU time to get the best result obtained on this benchmark1800.03
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables8869
Total number of constraints561
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 constraints561
Minimum length of a constraint11
Maximum length of a constraint6849
Number of terms in the objective function 6523
Biggest coefficient in the objective function 24535000678400
Number of bits for the biggest coefficient in the objective function 45
Sum of the numbers in the objective function 1761916844753634
Number of bits of the sum of numbers in the objective function 51
Biggest number in a constraint 4102681610158080
Number of bits of the biggest number in a constraint 52
Biggest sum of numbers in a constraint 384599747612655519
Number of bits of the biggest sum of numbers59
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c ManyCore solver with 2 solvers running in parallel
0.09/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c Expensive reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Armin Biere (Picosat) restarts strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4103718-1466245993.opb
0.09/0.11	c reading problem ... 
0.09/0.11	c  objective function found
1.29/0.60	c ... done. Wall clock time 0.492s.
1.29/0.60	c declared #vars     8869
1.29/0.60	c #constraints  570
1.29/0.61	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.29/0.61	c constraints type 
1.29/0.61	c org.sat4j.specs.Constr$1 => 5
1.29/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 565
1.29/0.61	c 570 constraints processed.
1.29/0.61	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.29/0.61	c constraints type 
1.29/0.61	c org.sat4j.specs.Constr$1 => 5
1.29/0.61	c org.sat4j.pb.constraints.pb.MaxWatchPb => 565
1.29/0.61	c 570 constraints processed.
1.29/0.61	c objective function length is 6523 literals
4.89/1.80	c cleaning 2499 clauses out of 4997 with flag 11587/5001
6.87/2.75	c cleaning 4248 clauses out of 8499 with flag 23891/11002
9.61/4.01	c cleaning 5623 clauses out of 11250 with flag 37889/18001
12.86/5.64	c cleaning 6809 clauses out of 13627 with flag 53889/26001
17.00/7.70	c cleaning 7909 clauses out of 15817 with flag 71887/35000
22.09/10.18	c cleaning 8953 clauses out of 17910 with flag 91891/45002
24.49/11.34	c cleaning 9972 clauses out of 19956 with flag 115075/56001
27.09/12.61	c cleaning 10994 clauses out of 21988 with flag 140444/68005
30.29/14.21	c cleaning 11991 clauses out of 23990 with flag 166677/81001
33.78/15.99	c cleaning 12998 clauses out of 25999 with flag 194837/95001
39.17/18.68	c cleaning 13997 clauses out of 28002 with flag 225631/110002
45.89/21.97	c cleaning 14994 clauses out of 30003 with flag 257628/126000
53.47/25.75	c cleaning 15987 clauses out of 32010 with flag 291631/143001
62.60/30.29	c cleaning 17011 clauses out of 34022 with flag 327631/161000
72.98/35.47	c cleaning 18006 clauses out of 36013 with flag 365636/180002
84.88/41.37	c cleaning 18995 clauses out of 38005 with flag 405633/200000
98.48/48.17	c cleaning 20003 clauses out of 40010 with flag 447634/221000
114.38/56.08	c cleaning 20998 clauses out of 42007 with flag 491634/243000
123.98/60.87	c cleaning 22000 clauses out of 44010 with flag 537714/266001
137.05/67.38	c cleaning 22999 clauses out of 46009 with flag 585712/290000
150.45/74.03	c cleaning 24007 clauses out of 48014 with flag 635720/315004
166.50/82.04	c cleaning 25000 clauses out of 50003 with flag 687712/341000
182.99/90.22	c cleaning 26001 clauses out of 52005 with flag 741800/368002
198.06/97.78	c cleaning 26997 clauses out of 54002 with flag 797797/396000
213.51/105.48	c cleaning 28000 clauses out of 56006 with flag 855801/425001
230.97/114.14	c cleaning 28995 clauses out of 58006 with flag 915801/455001
249.86/123.75	c cleaning 30003 clauses out of 60012 with flag 977804/486002
272.66/135.14	c cleaning 30996 clauses out of 62007 with flag 1041806/518000
294.54/146.08	c cleaning 31993 clauses out of 64012 with flag 1107808/551001
322.45/159.97	c cleaning 33007 clauses out of 66020 with flag 1175812/585002
348.72/173.03	c cleaning 34000 clauses out of 68011 with flag 1245808/620000
375.98/186.82	c cleaning 35005 clauses out of 70011 with flag 1317809/656000
406.47/202.06	c cleaning 36004 clauses out of 72008 with flag 1391814/693002
441.99/219.72	c cleaning 37002 clauses out of 74005 with flag 1467817/731003
483.10/240.42	c cleaning 37994 clauses out of 76000 with flag 1545811/770000
527.27/262.50	c cleaning 39004 clauses out of 78007 with flag 1625814/810001
575.80/286.52	c cleaning 39986 clauses out of 80003 with flag 1707814/851001
628.66/312.87	c cleaning 41003 clauses out of 82016 with flag 1791812/893000
681.67/339.28	c cleaning 42006 clauses out of 84013 with flag 1877813/936000
742.50/369.56	c cleaning 42996 clauses out of 86007 with flag 1965814/980000
803.38/399.87	c cleaning 44002 clauses out of 88011 with flag 2055818/1025000
866.00/430.98	c cleaning 44997 clauses out of 90009 with flag 2147818/1071000
929.81/463.20	c cleaning 46006 clauses out of 92012 with flag 2241822/1118000
990.77/493.53	c cleaning 47002 clauses out of 94007 with flag 2337827/1166001
1063.11/529.44	c cleaning 47995 clauses out of 96004 with flag 2435826/1215000
1144.90/570.03	c cleaning 49000 clauses out of 98011 with flag 2535832/1265002
1224.09/609.48	c cleaning 50005 clauses out of 100010 with flag 2637831/1316001
1302.10/648.68	c cleaning 50993 clauses out of 102004 with flag 2741831/1368000
1392.94/693.92	c cleaning 52003 clauses out of 104011 with flag 2847833/1421000
1493.52/743.92	c cleaning 53001 clauses out of 106008 with flag 2955833/1475000
1526.99/760.67	c cleaning 0 clauses out of 5000 with flag 0/5000
1600.33/797.02	c cleaning 53997 clauses out of 108008 with flag 3065837/1530001
1721.61/857.45	c cleaning 54995 clauses out of 110011 with flag 3177837/1586001
1800.18/896.51	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/896.51	c starts		: 513
1800.18/896.51	c conflicts		: 1627340
1800.18/896.51	c decisions		: 1753717
1800.18/896.51	c propagations		: 10098472
1800.18/896.51	c inspects		: 11148715120
1800.18/896.51	c shortcuts		: 0
1800.18/896.51	c learnt literals	: 4
1800.18/896.51	c learnt binary clauses	: 9
1800.18/896.51	c learnt ternary clauses	: 8
1800.18/896.51	c learnt constraints	: 1627336
1800.18/896.51	c ignored constraints	: 0
1800.18/896.51	c root simplifications	: 0
1800.18/896.51	c removed literals (reason simplification)	: 25477747
1800.18/896.51	c reason swapping (by a shorter reason)	: 0
1800.18/896.51	c Calls to reduceDB	: 52
1800.18/896.51	c Number of update (reduction) of LBD	: 1363
1800.18/896.51	c Imported unit clauses	: 0
1800.18/896.51	c number of reductions to clauses (during analyze)	: 0
1800.18/896.51	c number of learned constraints concerned by reduction	: 0
1800.18/896.51	c number of learning phase by resolution	: 0
1800.18/896.51	c number of learning phase by cutting planes	: 0
1800.18/896.51	c speed (assignments/second)	: 11272.52837534939
1800.18/896.51	c non guided choices	21485
1800.18/896.54	c learnt constraints type 
1800.18/896.54	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 9
1800.18/896.54	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 96346
1800.18/896.54	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/896.54	c starts		: 10
1800.18/896.54	c conflicts		: 5379
1800.18/896.54	c decisions		: 381273
1800.18/896.54	c propagations		: 929440
1800.18/896.54	c inspects		: 647639865
1800.18/896.54	c shortcuts		: 0
1800.18/896.54	c learnt literals	: 0
1800.18/896.54	c learnt binary clauses	: 0
1800.18/896.54	c learnt ternary clauses	: 0
1800.18/896.54	c learnt constraints	: 5378
1800.18/896.54	c ignored constraints	: 0
1800.18/896.54	c root simplifications	: 0
1800.18/896.54	c removed literals (reason simplification)	: 0
1800.18/896.54	c reason swapping (by a shorter reason)	: 0
1800.18/896.54	c Calls to reduceDB	: 1
1800.18/896.54	c Number of update (reduction) of LBD	: 0
1800.18/896.54	c Imported unit clauses	: 0
1800.18/896.54	c number of reductions to clauses (during analyze)	: 0
1800.18/896.54	c number of learned constraints concerned by reduction	: 0
1800.18/896.54	c number of learning phase by resolution	: 0
1800.18/896.54	c number of learning phase by cutting planes	: 0
1800.18/896.54	c speed (assignments/second)	: 1037.476586900273
1800.18/896.54	c non guided choices	0
1800.18/896.54	c learnt constraints type 
1800.18/896.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 5378
1800.18/896.54	s UNKNOWN
1800.18/896.54	c Total wall clock time (in seconds): 896.427

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-4103718-1466245993/watcher-4103718-1466245993 -o /tmp/evaluation-result-4103718-1466245993/solver-4103718-1466245993 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node136-1466240588-22107 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103718-1466245993.opb 

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

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


[startup+0 s]
/proc/loadavg: 3.98 4.16 4.17 3/196 23623
/proc/meminfo: memFree=29726044/32872528 swapFree=1459628/1655852
[pid=23623] ppid=23620 vsize=23236 CPUtime=0 cores=0,2,4,6
/proc/23623/stat : 23623 (java) R 23620 23623 22091 0 -1 4202496 1057 0 0 0 0 0 0 0 20 0 1 0 26644830 23793664 706 33554432000 1073741824 1073778376 140737396237984 140737396227048 239863903592 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/23623/statm: 5809 707 522 9 0 128 0

[startup+0.10006 s]
/proc/loadavg: 3.98 4.16 4.17 3/196 23623
/proc/meminfo: memFree=29726044/32872528 swapFree=1459628/1655852
[pid=23623] ppid=23620 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/23623/stat : 23623 (java) S 23620 23623 22091 0 -1 4202496 4420 0 1 0 8 1 0 0 20 0 18 0 26644830 9787879424 6048 33554432000 1073741824 1073778376 140737396237984 140737396229120 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23623/statm: 2389619 6048 2141 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200217 s]
/proc/loadavg: 3.98 4.16 4.17 3/196 23623
/proc/meminfo: memFree=29726044/32872528 swapFree=1459628/1655852
[pid=23623] ppid=23620 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/23623/stat : 23623 (java) S 23620 23623 22091 0 -1 4202496 5058 0 1 0 28 1 0 0 20 0 18 0 26644830 9787879424 7439 33554432000 1073741824 1073778376 140737396237984 140737396229120 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23623/statm: 2389619 7439 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300231 s]
/proc/loadavg: 3.98 4.16 4.17 3/196 23623
/proc/meminfo: memFree=29726044/32872528 swapFree=1459628/1655852
[pid=23623] ppid=23620 vsize=9558476 CPUtime=0.54 cores=0,2,4,6
/proc/23623/stat : 23623 (java) S 23620 23623 22091 0 -1 4202496 7253 0 1 0 52 2 0 0 20 0 18 0 26644830 9787879424 11170 33554432000 1073741824 1073778376 140737396237984 140737396229120 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23623/statm: 2389619 11170 2235 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700177 s]
/proc/loadavg: 3.98 4.16 4.17 3/196 23623
/proc/meminfo: memFree=29726044/32872528 swapFree=1459628/1655852
[pid=23623] ppid=23620 vsize=9824732 CPUtime=1.63 cores=0,2,4,6
/proc/23623/stat : 23623 (java) S 23620 23623 22091 0 -1 4202496 18089 0 1 0 158 5 0 0 20 0 22 0 26644830 10060525568 31037 33554432000 1073741824 1073778376 140737396237984 140737396229120 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23623/statm: 2456183 31037 2265 9 0 2446860 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 3.98 4.16 4.17 7/218 23645
/proc/meminfo: memFree=29540864/32872528 swapFree=1459628/1655852
[pid=23623] ppid=23620 vsize=9824732 CPUtime=4.26 cores=0,2,4,6
/proc/23623/stat : 23623 (java) S 23620 23623 22091 0 -1 4202496 20814 0 1 0 414 12 0 0 20 0 22 0 26644830 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 140737396229120 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23623/statm: 2456183 53708 2287 9 0 2446860 0
[pid=23623/tid=23625] ppid=23620 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/23623/task/23625/stat : 23625 (java) S 23620 23623 22091 0 -1 4202560 2450 0 1 0 55 3 0 0 20 0 22 0 26644831 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139807046542200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23626] ppid=23620 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23623/task/23626/stat : 23626 (java) S 23620 23623 22091 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 22 0 26644832 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139806889900200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23627] ppid=23620 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/23623/task/23627/stat : 23627 (java) S 23620 23623 22091 0 -1 4202560 93 0 0 0 2 2 0 0 20 0 22 0 26644832 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139806888847656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23628] ppid=23620 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23623/task/23628/stat : 23628 (java) S 23620 23623 22091 0 -1 4202560 88 0 0 0 3 0 0 0 20 0 22 0 26644832 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139806887795112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23629] ppid=23620 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23623/task/23629/stat : 23629 (java) S 23620 23623 22091 0 -1 4202560 16 0 0 0 3 0 0 0 20 0 22 0 26644832 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139806886742568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23630] ppid=23620 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23623/task/23630/stat : 23630 (java) S 23620 23623 22091 0 -1 4202560 89 0 0 0 2 0 0 0 20 0 22 0 26644832 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139806885690024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23631] ppid=23620 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23623/task/23631/stat : 23631 (java) S 23620 23623 22091 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 22 0 26644832 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139806884637480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23632] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23632/stat : 23632 (java) S 23620 23623 22091 0 -1 4202560 77 0 0 0 0 0 0 0 20 0 22 0 26644832 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139806883584936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23633] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23633/stat : 23633 (java) S 23620 23623 22091 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 26644832 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139806882532392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23634] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23634/stat : 23634 (java) S 23620 23623 22091 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26644833 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139806870333544 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23635] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23635/stat : 23635 (java) S 23620 23623 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26644833 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139806869279864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23636] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23636/stat : 23636 (java) S 23620 23623 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26644833 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139806868227208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23637] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23637/stat : 23637 (java) S 23620 23623 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26644835 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139806867175952 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23638] ppid=23620 vsize=9824732 CPUtime=0.9 cores=0,2,4,6
/proc/23623/task/23638/stat : 23638 (java) S 23620 23623 22091 0 -1 4202560 6631 0 0 0 89 1 0 0 20 0 22 0 26644835 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139806866123320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23639] ppid=23620 vsize=9824732 CPUtime=0.85 cores=0,2,4,6
/proc/23623/task/23639/stat : 23639 (java) S 23620 23623 22091 0 -1 4202560 9904 0 0 0 83 2 0 0 20 0 22 0 26644835 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139806865070776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23640] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23640/stat : 23640 (java) S 23620 23623 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26644835 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139806864018424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23641] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23641/stat : 23641 (java) S 23620 23623 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26644835 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139806862966088 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23642] ppid=23620 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/23623/task/23642/stat : 23642 (java) R 23620 23623 22091 0 -1 4202560 26 0 0 0 78 0 0 0 20 0 22 0 26644891 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139806861908240 139806907420103 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23643] ppid=23620 vsize=9824732 CPUtime=0.79 cores=0,2,4,6
/proc/23623/task/23643/stat : 23643 (java) R 23620 23623 22091 0 -1 4202560 58 0 0 0 79 0 0 0 20 0 22 0 26644891 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139806860856872 139806907312463 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23644] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23644/stat : 23644 (java) S 23620 23623 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26644897 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139806859805736 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23645] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23645/stat : 23645 (java) S 23620 23623 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26644898 10060525568 53708 33554432000 1073741824 1073778376 140737396237984 139806858753192 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.26
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 3.98 4.16 4.17 5/218 23645
/proc/meminfo: memFree=29390864/32872528 swapFree=1459628/1655852
[pid=23623] ppid=23620 vsize=9824732 CPUtime=7.73 cores=0,2,4,6
/proc/23623/stat : 23623 (java) S 23620 23623 22091 0 -1 4202496 21603 0 1 0 756 17 0 0 20 0 22 0 26644830 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 140737396229120 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23623/statm: 2456183 90190 2291 9 0 2446860 0
[pid=23623/tid=23625] ppid=23620 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/23623/task/23625/stat : 23625 (java) S 23620 23623 22091 0 -1 4202560 2450 0 1 0 55 3 0 0 20 0 22 0 26644831 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139807046542200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23626] ppid=23620 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23623/task/23626/stat : 23626 (java) S 23620 23623 22091 0 -1 4202560 21 0 0 0 3 0 0 0 20 0 22 0 26644832 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139806889900200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23627] ppid=23620 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23623/task/23627/stat : 23627 (java) S 23620 23623 22091 0 -1 4202560 95 0 0 0 3 2 0 0 20 0 22 0 26644832 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139806888847656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23628] ppid=23620 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23623/task/23628/stat : 23628 (java) S 23620 23623 22091 0 -1 4202560 97 0 0 0 5 0 0 0 20 0 22 0 26644832 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139806887795112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23629] ppid=23620 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23623/task/23629/stat : 23629 (java) S 23620 23623 22091 0 -1 4202560 32 0 0 0 5 2 0 0 20 0 22 0 26644832 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139806886742568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23630] ppid=23620 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23623/task/23630/stat : 23630 (java) S 23620 23623 22091 0 -1 4202560 106 0 0 0 5 1 0 0 20 0 22 0 26644832 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139806885690024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23631] ppid=23620 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23623/task/23631/stat : 23631 (java) S 23620 23623 22091 0 -1 4202560 25 0 0 0 2 1 0 0 20 0 22 0 26644832 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139806884637480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23632] ppid=23620 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/23623/task/23632/stat : 23632 (java) S 23620 23623 22091 0 -1 4202560 80 0 0 0 1 0 0 0 20 0 22 0 26644832 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139806883584936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23633] ppid=23620 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23623/task/23633/stat : 23633 (java) S 23620 23623 22091 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 22 0 26644832 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139806882532392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23634] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23634/stat : 23634 (java) S 23620 23623 22091 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26644833 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139806870333544 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23635] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23635/stat : 23635 (java) S 23620 23623 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26644833 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139806869279864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23636] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23636/stat : 23636 (java) S 23620 23623 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26644833 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139806868227208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23637] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23637/stat : 23637 (java) S 23620 23623 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26644835 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139806867175952 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23638] ppid=23620 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/23623/task/23638/stat : 23638 (java) S 23620 23623 22091 0 -1 4202560 6635 0 0 0 98 1 0 0 20 0 22 0 26644835 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139806866123320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23639] ppid=23620 vsize=9824732 CPUtime=0.97 cores=0,2,4,6
/proc/23623/task/23639/stat : 23639 (java) S 23620 23623 22091 0 -1 4202560 10442 0 0 0 95 2 0 0 20 0 22 0 26644835 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139806865070776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23640] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23640/stat : 23640 (java) S 23620 23623 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26644835 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139806864018424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23641] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23641/stat : 23641 (java) S 23620 23623 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26644835 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139806862966088 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23642] ppid=23620 vsize=9824732 CPUtime=2.33 cores=0,2,4,6
/proc/23623/task/23642/stat : 23642 (java) R 23620 23623 22091 0 -1 4202560 31 0 0 0 233 0 0 0 20 0 22 0 26644891 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139806861910560 139806907492852 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23643] ppid=23620 vsize=9824732 CPUtime=2.35 cores=0,2,4,6
/proc/23623/task/23643/stat : 23643 (java) R 23620 23623 22091 0 -1 4202560 108 0 0 0 233 2 0 0 20 0 22 0 26644891 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139806860856576 139806907429676 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23644] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23644/stat : 23644 (java) S 23620 23623 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26644897 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139806859805736 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23645] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23645/stat : 23645 (java) S 23620 23623 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26644898 10060525568 90190 33554432000 1073741824 1073778376 140737396237984 139806858753192 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 7.73
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 3.98 4.16 4.17 5/218 23645
/proc/meminfo: memFree=29239160/32872528 swapFree=1459628/1655852
[pid=23623] ppid=23620 vsize=9824732 CPUtime=14.28 cores=0,2,4,6
/proc/23623/stat : 23623 (java) S 23620 23623 22091 0 -1 4202496 22028 0 1 0 1402 26 0 0 20 0 22 0 26644830 10060525568 148147 33554432000 1073741824 1073778376 140737396237984 140737396229120 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23623/statm: 2456183 148147 2291 9 0 2446860 0
[pid=23623/tid=23625] ppid=23620 vsize=9824732 CPUtime=0.58 cores=0,2,4,6
/proc/23623/task/23625/stat : 23625 (java) S 23620 23623 22091 0 -1 4202560 2450 0 1 0 55 3 0 0 20 0 22 0 26644831 10060525568 148147 33554432000 1073741824 1073778376 140737396237984 139807046542200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23626] ppid=23620 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/23623/task/23626/stat : 23626 (java) S 23620 23623 22091 0 -1 4202560 43 0 0 0 3 0 0 0 20 0 22 0 26644832 10060525568 148147 33554432000 1073741824 1073778376 140737396237984 139806889900200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23627] ppid=23620 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23623/task/23627/stat : 23627 (java) S 23620 23623 22091 0 -1 4202560 122 0 0 0 5 2 0 0 20 0 22 0 26644832 10060525568 148147 33554432000 1073741824 1073778376 140737396237984 139806888847656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23628] ppid=23620 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/23623/task/23628/stat : 23628 (java) S 23620 23623 22091 0 -1 4202560 102 0 0 0 5 1 0 0 20 0 22 0 26644832 10060525568 148147 33554432000 1073741824 1073778376 140737396237984 139806887795112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23629] ppid=23620 vsize=9824732 CPUtime=0.08 cores=0,2,4,6
/proc/23623/task/23629/stat : 23629 (java) S 23620 23623 22091 0 -1 4202560 36 0 0 0 6 2 0 0 20 0 22 0 26644832 10060525568 148147 33554432000 1073741824 1073778376 140737396237984 139806886742568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23630] ppid=23620 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23623/task/23630/stat : 23630 (java) S 23620 23623 22091 0 -1 4202560 111 0 0 0 5 2 0 0 20 0 22 0 26644832 10060525568 148147 33554432000 1073741824 1073778376 140737396237984 139806885690024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23631] ppid=23620 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/23623/task/23631/stat : 23631 (java) S 23620 23623 22091 0 -1 4202560 48 0 0 0 4 3 0 0 20 0 22 0 26644832 10060525568 148147 33554432000 1073741824 1073778376 140737396237984 139806884637480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23632] ppid=23620 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/23623/task/23632/stat : 23632 (java) S 23620 23623 22091 0 -1 4202560 85 0 0 0 2 0 0 0 20 0 22 0 26644832 10060525568 148147 33554432000 1073741824 1073778376 140737396237984 139806883584936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23633] ppid=23620 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/23623/task/23633/stat : 23633 (java) S 23620 23623 22091 0 -1 4202560 42 0 0 0 3 2 0 0 20 0 22 0 26644832 10060525568 148147 33554432000 1073741824 1073778376 140737396237984 139806882532392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23634] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23634/stat : 23634 (java) S 23620 23623 22091 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 26644833 10060525568 148147 33554432000 1073741824 1073778376 140737396237984 139806870333544 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23635] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23635/stat : 23635 (java) S 23620 23623 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26644833 10060525568 148147 33554432000 1073741824 1073778376 140737396237984 139806869279864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23636] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23636/stat : 23636 (java) S 23620 23623 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26644833 10060525568 148147 33554432000 1073741824 1073778376 140737396237984 139806868227208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23637] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23637/stat : 23637 (java) S 23620 23623 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26644835 10060525568 148147 33554432000 1073741824 1073778376 140737396237984 139806867175952 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23638] ppid=23620 vsize=9824732 CPUtime=1.06 cores=0,2,4,6

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

[pid=23623/tid=23629] ppid=23620 vsize=9824732 CPUtime=2.42 cores=0,2,4,6
/proc/23623/task/23629/stat : 23629 (java) S 23620 23623 22091 0 -1 4202560 933 0 0 0 206 36 0 0 20 0 22 0 26644832 10060525568 745949 33554432000 1073741824 1073778376 140737396237984 139806886742568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23630] ppid=23620 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/23623/task/23630/stat : 23630 (java) S 23620 23623 22091 0 -1 4202560 825 0 0 0 183 28 0 0 20 0 22 0 26644832 10060525568 745949 33554432000 1073741824 1073778376 140737396237984 139806885690024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23631] ppid=23620 vsize=9824732 CPUtime=2 cores=0,2,4,6
/proc/23623/task/23631/stat : 23631 (java) S 23620 23623 22091 0 -1 4202560 733 0 0 0 171 29 0 0 20 0 22 0 26644832 10060525568 745949 33554432000 1073741824 1073778376 140737396237984 139806884637480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23632] ppid=23620 vsize=9824732 CPUtime=2.3 cores=0,2,4,6
/proc/23623/task/23632/stat : 23632 (java) S 23620 23623 22091 0 -1 4202560 976 0 0 0 194 36 0 0 20 0 22 0 26644832 10060525568 745949 33554432000 1073741824 1073778376 140737396237984 139806883584936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23633] ppid=23620 vsize=9824732 CPUtime=2.2 cores=0,2,4,6
/proc/23623/task/23633/stat : 23633 (java) S 23620 23623 22091 0 -1 4202560 929 0 0 0 184 36 0 0 20 0 22 0 26644832 10060525568 745949 33554432000 1073741824 1073778376 140737396237984 139806882532392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23634] ppid=23620 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/23623/task/23634/stat : 23634 (java) S 23620 23623 22091 0 -1 4202560 2886 0 0 0 265 9 0 0 20 0 22 0 26644833 10060525568 745949 33554432000 1073741824 1073778376 140737396237984 139806870333544 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23635] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23635/stat : 23635 (java) S 23620 23623 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26644833 10060525568 745949 33554432000 1073741824 1073778376 140737396237984 139806869279864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23636] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23636/stat : 23636 (java) S 23620 23623 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26644833 10060525568 745949 33554432000 1073741824 1073778376 140737396237984 139806868227208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23637] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23637/stat : 23637 (java) S 23620 23623 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26644835 10060525568 745949 33554432000 1073741824 1073778376 140737396237984 139806867175952 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23638] ppid=23620 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/23623/task/23638/stat : 23638 (java) S 23620 23623 22091 0 -1 4202560 9653 0 0 0 151 1 0 0 20 0 22 0 26644835 10060525568 745949 33554432000 1073741824 1073778376 140737396237984 139806866123320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23639] ppid=23620 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/23623/task/23639/stat : 23639 (java) S 23620 23623 22091 0 -1 4202560 10442 0 0 0 100 2 0 0 20 0 22 0 26644835 10060525568 745949 33554432000 1073741824 1073778376 140737396237984 139806865070776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23640] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23640/stat : 23640 (java) S 23620 23623 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26644835 10060525568 745949 33554432000 1073741824 1073778376 140737396237984 139806864018424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23641] ppid=23620 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/23623/task/23641/stat : 23641 (java) S 23620 23623 22091 0 -1 4202560 51 0 0 0 11 18 0 0 20 0 22 0 26644835 10060525568 745949 33554432000 1073741824 1073778376 140737396237984 139806862966088 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23642] ppid=23620 vsize=9824732 CPUtime=871.65 cores=0,2,4,6
/proc/23623/task/23642/stat : 23642 (java) R 23620 23623 22091 0 -1 4202560 131 0 0 0 87148 17 0 0 20 0 22 0 26644891 10060525568 745949 33554432000 1073741824 1073778376 140737396237984 139806861908336 139806907492852 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23643] ppid=23620 vsize=9824732 CPUtime=871.74 cores=0,2,4,6
/proc/23623/task/23643/stat : 23643 (java) R 23620 23623 22091 0 -1 4202560 2780 0 0 0 87119 55 0 0 20 0 22 0 26644891 10060525568 745949 33554432000 1073741824 1073778376 140737396237984 139806860856576 139806907329073 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23644] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23644/stat : 23644 (java) S 23620 23623 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26644897 10060525568 745949 33554432000 1073741824 1073778376 140737396237984 139806859805736 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23645] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23645/stat : 23645 (java) S 23620 23623 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26644898 10060525568 745949 33554432000 1073741824 1073778376 140737396237984 139806858753192 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1771.61
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.501 s]
/proc/loadavg: 3.38 3.34 3.59 4/218 23701
/proc/meminfo: memFree=24916176/32872528 swapFree=1459628/1655852
[pid=23623] ppid=23620 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/23623/stat : 23623 (java) S 23620 23623 22091 0 -1 4202496 37472 0 1 0 179658 360 0 0 20 0 22 0 26644830 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 140737396229120 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23623/statm: 2456183 781331 2300 9 0 2446860 0
[pid=23623/tid=23625] ppid=23620 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/23623/task/23625/stat : 23625 (java) S 23620 23623 22091 0 -1 4202560 2465 0 1 0 58 5 0 0 20 0 22 0 26644831 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139807046542200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23626] ppid=23620 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/23623/task/23626/stat : 23626 (java) S 23620 23623 22091 0 -1 4202560 874 0 0 0 197 39 0 0 20 0 22 0 26644832 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806889900200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23627] ppid=23620 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/23623/task/23627/stat : 23627 (java) S 23620 23623 22091 0 -1 4202560 918 0 0 0 185 31 0 0 20 0 22 0 26644832 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806888847656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23628] ppid=23620 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/23623/task/23628/stat : 23628 (java) S 23620 23623 22091 0 -1 4202560 892 0 0 0 191 33 0 0 20 0 22 0 26644832 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806887795112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23629] ppid=23620 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/23623/task/23629/stat : 23629 (java) S 23620 23623 22091 0 -1 4202560 964 0 0 0 211 37 0 0 20 0 22 0 26644832 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806886742568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23630] ppid=23620 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/23623/task/23630/stat : 23630 (java) S 23620 23623 22091 0 -1 4202560 848 0 0 0 187 29 0 0 20 0 22 0 26644832 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806885690024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23631] ppid=23620 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/23623/task/23631/stat : 23631 (java) S 23620 23623 22091 0 -1 4202560 752 0 0 0 174 30 0 0 20 0 22 0 26644832 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806884637480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23632] ppid=23620 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/23623/task/23632/stat : 23632 (java) S 23620 23623 22091 0 -1 4202560 1020 0 0 0 201 39 0 0 20 0 22 0 26644832 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806883584936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23633] ppid=23620 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/23623/task/23633/stat : 23633 (java) S 23620 23623 22091 0 -1 4202560 945 0 0 0 189 36 0 0 20 0 22 0 26644832 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806882532392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23634] ppid=23620 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/23623/task/23634/stat : 23634 (java) S 23620 23623 22091 0 -1 4202560 3004 0 0 0 265 10 0 0 20 0 22 0 26644833 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806870333544 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23635] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23635/stat : 23635 (java) S 23620 23623 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26644833 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806869279864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23636] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23636/stat : 23636 (java) S 23620 23623 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26644833 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806868227208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23637] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23637/stat : 23637 (java) S 23620 23623 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26644835 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806867175952 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23638] ppid=23620 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/23623/task/23638/stat : 23638 (java) S 23620 23623 22091 0 -1 4202560 9653 0 0 0 151 1 0 0 20 0 22 0 26644835 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806866123320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23639] ppid=23620 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/23623/task/23639/stat : 23639 (java) S 23620 23623 22091 0 -1 4202560 10442 0 0 0 100 2 0 0 20 0 22 0 26644835 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806865070776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23640] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23640/stat : 23640 (java) S 23620 23623 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26644835 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806864018424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23641] ppid=23620 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/23623/task/23641/stat : 23641 (java) S 23620 23623 22091 0 -1 4202560 51 0 0 0 11 18 0 0 20 0 22 0 26644835 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806862966088 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23642] ppid=23620 vsize=9824732 CPUtime=885.7 cores=0,2,4,6
/proc/23623/task/23642/stat : 23642 (java) R 23620 23623 22091 0 -1 4202560 132 0 0 0 88553 17 0 0 20 0 22 0 26644891 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806861909168 139806907492852 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23643] ppid=23620 vsize=9824732 CPUtime=885.8 cores=0,2,4,6
/proc/23623/task/23643/stat : 23643 (java) R 23620 23623 22091 0 -1 4202560 3246 0 0 0 88524 56 0 0 20 0 22 0 26644891 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806860855664 139806907328514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23644] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23644/stat : 23644 (java) S 23620 23623 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26644897 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806859805736 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23645] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23645/stat : 23645 (java) S 23620 23623 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26644898 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806858753192 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
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 23623 sig 9
??? kill -23623 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.501 s]
/proc/loadavg: 3.38 3.34 3.59 4/218 23701
/proc/meminfo: memFree=24916176/32872528 swapFree=1459628/1655852
[pid=23623] ppid=23620 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/23623/stat : 23623 (java) S 23620 23623 22091 0 -1 4202496 37472 0 1 0 179658 360 0 0 20 0 22 0 26644830 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 140737396229120 239876472893 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/23623/statm: 2456183 781331 2300 9 0 2446860 0
[pid=23623/tid=23625] ppid=23620 vsize=9824732 CPUtime=0.63 cores=0,2,4,6
/proc/23623/task/23625/stat : 23625 (java) S 23620 23623 22091 0 -1 4202560 2465 0 1 0 58 5 0 0 20 0 22 0 26644831 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139807046542200 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23626] ppid=23620 vsize=9824732 CPUtime=2.36 cores=0,2,4,6
/proc/23623/task/23626/stat : 23626 (java) S 23620 23623 22091 0 -1 4202560 874 0 0 0 197 39 0 0 20 0 22 0 26644832 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806889900200 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23627] ppid=23620 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/23623/task/23627/stat : 23627 (java) S 23620 23623 22091 0 -1 4202560 918 0 0 0 185 31 0 0 20 0 22 0 26644832 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806888847656 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23628] ppid=23620 vsize=9824732 CPUtime=2.24 cores=0,2,4,6
/proc/23623/task/23628/stat : 23628 (java) S 23620 23623 22091 0 -1 4202560 892 0 0 0 191 33 0 0 20 0 22 0 26644832 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806887795112 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23629] ppid=23620 vsize=9824732 CPUtime=2.48 cores=0,2,4,6
/proc/23623/task/23629/stat : 23629 (java) S 23620 23623 22091 0 -1 4202560 964 0 0 0 211 37 0 0 20 0 22 0 26644832 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806886742568 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23630] ppid=23620 vsize=9824732 CPUtime=2.16 cores=0,2,4,6
/proc/23623/task/23630/stat : 23630 (java) S 23620 23623 22091 0 -1 4202560 848 0 0 0 187 29 0 0 20 0 22 0 26644832 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806885690024 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23631] ppid=23620 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/23623/task/23631/stat : 23631 (java) S 23620 23623 22091 0 -1 4202560 752 0 0 0 174 30 0 0 20 0 22 0 26644832 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806884637480 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23632] ppid=23620 vsize=9824732 CPUtime=2.4 cores=0,2,4,6
/proc/23623/task/23632/stat : 23632 (java) S 23620 23623 22091 0 -1 4202560 1020 0 0 0 201 39 0 0 20 0 22 0 26644832 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806883584936 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23633] ppid=23620 vsize=9824732 CPUtime=2.25 cores=0,2,4,6
/proc/23623/task/23633/stat : 23633 (java) S 23620 23623 22091 0 -1 4202560 945 0 0 0 189 36 0 0 20 0 22 0 26644832 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806882532392 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23634] ppid=23620 vsize=9824732 CPUtime=2.75 cores=0,2,4,6
/proc/23623/task/23634/stat : 23634 (java) S 23620 23623 22091 0 -1 4202560 3004 0 0 0 265 10 0 0 20 0 22 0 26644833 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806870333544 239876487081 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23635] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23635/stat : 23635 (java) S 23620 23623 22091 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26644833 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806869279864 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23636] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23636/stat : 23636 (java) S 23620 23623 22091 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26644833 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806868227208 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23637] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23637/stat : 23637 (java) S 23620 23623 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26644835 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806867175952 239876495136 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23638] ppid=23620 vsize=9824732 CPUtime=1.52 cores=0,2,4,6
/proc/23623/task/23638/stat : 23638 (java) S 23620 23623 22091 0 -1 4202560 9653 0 0 0 151 1 0 0 20 0 22 0 26644835 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806866123320 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23623/tid=23639] ppid=23620 vsize=9824732 CPUtime=1.02 cores=0,2,4,6
/proc/23623/task/23639/stat : 23639 (java) S 23620 23623 22091 0 -1 4202560 10442 0 0 0 100 2 0 0 20 0 22 0 26644835 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806865070776 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23640] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23640/stat : 23640 (java) S 23620 23623 22091 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26644835 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806864018424 239876486204 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23641] ppid=23620 vsize=9824732 CPUtime=0.29 cores=0,2,4,6
/proc/23623/task/23641/stat : 23641 (java) S 23620 23623 22091 0 -1 4202560 51 0 0 0 11 18 0 0 20 0 22 0 26644835 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806862966088 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23642] ppid=23620 vsize=9824732 CPUtime=885.7 cores=0,2,4,6
/proc/23623/task/23642/stat : 23642 (java) R 23620 23623 22091 0 -1 4202560 132 0 0 0 88553 17 0 0 20 0 22 0 26644891 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806861909168 139806907492852 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=23623/tid=23643] ppid=23620 vsize=9824732 CPUtime=885.8 cores=0,2,4,6
/proc/23623/task/23643/stat : 23643 (java) R 23620 23623 22091 0 -1 4202560 3246 0 0 0 88524 56 0 0 20 0 22 0 26644891 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806860855664 139806907328514 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=23623/tid=23644] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23644/stat : 23644 (java) S 23620 23623 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26644897 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806859805736 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23623/tid=23645] ppid=23620 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/23623/task/23645/stat : 23645 (java) S 23620 23623 22091 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26644898 10060525568 781331 33554432000 1073741824 1073778376 140737396237984 139806858753192 239876487081 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 9824732

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 23623 and gives
#  childrusage.ru_utime.tv_sec=1792
#  childrusage.ru_utime.tv_usec=189545
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=391
# CPU time returned by wait4() is 1796.19
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.566
CPU time (s): 1800.18
CPU user time (s): 1796.58
CPU system time (s): 3.6
CPU usage (%): 200.786
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1792.19
system time used= 4.00039
maximum resident set size= 3266660
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37506
page faults= 1
swaps= 0
block input operations= 0
block output operations= 920
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24590
involuntary context switches= 31064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.72413 second user time and 7.37288 second system time

The end

Launcher Data

Begin job on node136 at 2016-06-18 12:33:13
IDJOB=4103718
IDBENCH=2442
IDSOLVER=2543
FILE ID=node136/4103718-1466245993
RUNJOBID= node136-1466240588-22107
PBS_JOBID= 19918192
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= 89b57889d16cd406631a12aac7aefa29
RANDOM SEED=198673546

node136.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.278
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.55
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.278
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.278
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.56
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.278
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.278
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.278
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.56
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.278
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.67
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.278
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:        29726424 kB
Buffers:            8956 kB
Cached:            83916 kB
SwapCached:        47324 kB
Active:           664836 kB
Inactive:          99972 kB
Active(anon):     626920 kB
Inactive(anon):    47248 kB
Active(file):      37916 kB
Inactive(file):    52724 kB
Unevictable:     1655852 kB
Mlocked:         1459628 kB
SwapTotal:      67108856 kB
SwapFree:       67054628 kB
Dirty:              2976 kB
Writeback:             0 kB
AnonPages:       2285964 kB
Mapped:            16972 kB
Shmem:                 0 kB
Slab:             569508 kB
SReclaimable:      13520 kB
SUnreclaim:       555988 kB
KernelStack:        1800 kB
PageTables:         8728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3274808 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    772096 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 node136 at 2016-06-18 12:48:10