Trace number 4103522

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.05 896.963

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-boeing2.opb
MD5SUM5e2e92f5cdf687685f560235d961ce1c
Bench CategoryOPT-BIGINT (optimisation, big 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 variables3371
Total number of constraints197
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 constraints197
Minimum length of a constraint12
Maximum length of a constraint1921
Number of terms in the objective function 3114
Biggest coefficient in the objective function 40265318400000
Number of bits for the biggest coefficient in the objective function 46
Sum of the numbers in the objective function 2533036563346675
Number of bits of the sum of numbers in the objective function 52
Biggest number in a constraint 431563682611200
Number of bits of the biggest number in a constraint 49
Biggest sum of numbers in a constraint 17042207919312540
Number of bits of the biggest sum of numbers54
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.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4103522-1466242644.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
0.85/0.45	c ... done. Wall clock time 0.338s.
0.85/0.45	c declared #vars     3371
0.85/0.45	c #constraints  201
0.85/0.45	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.85/0.45	c constraints type 
0.85/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 201
0.85/0.45	c 201 constraints processed.
0.85/0.45	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.85/0.45	c constraints type 
0.85/0.45	c org.sat4j.pb.constraints.pb.MaxWatchPb => 201
0.85/0.45	c 201 constraints processed.
0.85/0.45	c objective function length is 3114 literals
3.48/1.15	c cleaning 2498 clauses out of 4999 with flag 12067/5000
4.83/1.74	c cleaning 4247 clauses out of 8501 with flag 26399/11000
6.57/2.50	c cleaning 5627 clauses out of 11254 with flag 42169/18000
8.46/3.43	c cleaning 6807 clauses out of 13627 with flag 59230/26000
10.50/4.44	c cleaning 7910 clauses out of 15822 with flag 78801/35002
13.14/5.79	c cleaning 8946 clauses out of 17910 with flag 100548/45000
16.15/7.23	c cleaning 9983 clauses out of 19966 with flag 124771/56002
19.83/9.04	c cleaning 10991 clauses out of 21982 with flag 150680/68001
23.84/11.05	c cleaning 11994 clauses out of 23990 with flag 178833/81000
28.52/13.33	c cleaning 12993 clauses out of 25996 with flag 209310/95000
33.50/15.90	c cleaning 13998 clauses out of 28003 with flag 242115/110000
39.61/18.82	c cleaning 14998 clauses out of 30006 with flag 276482/126001
45.40/21.75	c cleaning 16000 clauses out of 32007 with flag 313091/143000
50.80/24.49	c cleaning 16992 clauses out of 34007 with flag 352684/161000
56.60/27.33	c cleaning 18004 clauses out of 36015 with flag 394374/180000
62.80/30.49	c cleaning 19004 clauses out of 38013 with flag 438289/200002
70.37/34.12	c cleaning 20000 clauses out of 40007 with flag 484343/221000
77.55/37.75	c cleaning 21001 clauses out of 42008 with flag 532721/243001
86.15/42.09	c cleaning 21999 clauses out of 44007 with flag 582920/266001
95.76/46.85	c cleaning 23005 clauses out of 46009 with flag 635462/290002
107.73/52.78	c cleaning 23994 clauses out of 48002 with flag 690254/315000
122.72/60.24	c cleaning 25005 clauses out of 50009 with flag 746972/341001
137.73/67.67	c cleaning 26001 clauses out of 52003 with flag 805729/368000
154.92/76.24	c cleaning 26999 clauses out of 54002 with flag 865849/396000
172.79/85.25	c cleaning 27999 clauses out of 56004 with flag 928163/425001
191.43/94.41	c cleaning 29002 clauses out of 58004 with flag 993283/455000
210.51/103.99	c cleaning 29995 clauses out of 60003 with flag 1060451/486001
229.76/113.53	c cleaning 31003 clauses out of 62007 with flag 1129859/518000
232.58/114.91	c cleaning 0 clauses out of 5000 with flag 0/5000
247.58/122.25	c cleaning 31999 clauses out of 64005 with flag 1201014/551001
266.40/131.61	c cleaning 32997 clauses out of 66006 with flag 1274335/585001
288.84/142.76	c cleaning 33998 clauses out of 68008 with flag 1349649/620000
313.06/154.87	c cleaning 35005 clauses out of 70015 with flag 1428388/656005
337.70/167.19	c cleaning 36002 clauses out of 72005 with flag 1508997/693000
366.97/181.80	c cleaning 36998 clauses out of 74003 with flag 1590636/731000
402.10/199.24	c cleaning 38002 clauses out of 76006 with flag 1674737/770001
438.83/217.54	c cleaning 39000 clauses out of 78003 with flag 1761923/810000
455.13/225.69	c cleaning 0 clauses out of 11000 with flag 0/11000
476.44/236.23	c cleaning 39998 clauses out of 80004 with flag 1850716/851001
514.49/255.19	c cleaning 41000 clauses out of 82005 with flag 1941706/893000
555.94/276.09	c cleaning 42002 clauses out of 84005 with flag 2035307/936000
598.02/297.05	c cleaning 43001 clauses out of 86003 with flag 2130690/980000
642.71/319.36	c cleaning 44000 clauses out of 88002 with flag 2227930/1025000
685.88/340.81	c cleaning 44996 clauses out of 90002 with flag 2327315/1071000
727.47/361.59	c cleaning 46001 clauses out of 92006 with flag 2429229/1118000
775.19/385.57	c cleaning 47000 clauses out of 94007 with flag 2533702/1166002
823.32/409.59	c cleaning 48000 clauses out of 96007 with flag 2638863/1215002
892.83/444.19	c cleaning 48996 clauses out of 98007 with flag 2748876/1265002
974.68/485.27	c cleaning 50002 clauses out of 100011 with flag 2860576/1316002
1000.37/498.09	c cleaning 0 clauses out of 18000 with flag 0/18000
1061.16/528.32	c cleaning 51001 clauses out of 102009 with flag 2973209/1368002
1143.64/569.44	c cleaning 51999 clauses out of 104007 with flag 3088351/1421001
1220.17/607.53	c cleaning 52998 clauses out of 106007 with flag 3208260/1475000
1308.77/651.94	c cleaning 54004 clauses out of 108009 with flag 3328806/1530000
1410.50/702.63	c cleaning 54999 clauses out of 110005 with flag 3450980/1586000
1518.09/756.24	c cleaning 55998 clauses out of 112008 with flag 3577122/1643002
1616.52/805.22	c cleaning 57000 clauses out of 114010 with flag 3705402/1701002
1713.66/853.99	c cleaning 57998 clauses out of 116009 with flag 3834870/1760001
1800.05/896.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/896.90	c starts		: 295
1800.05/896.90	c conflicts		: 1812776
1800.05/896.90	c decisions		: 2449145
1800.05/896.90	c propagations		: 32335509
1800.05/896.90	c inspects		: 10158691799
1800.05/896.90	c shortcuts		: 0
1800.05/896.90	c learnt literals	: 1
1800.05/896.90	c learnt binary clauses	: 0
1800.05/896.90	c learnt ternary clauses	: 1
1800.05/896.90	c learnt constraints	: 1812775
1800.05/896.90	c ignored constraints	: 0
1800.05/896.90	c root simplifications	: 0
1800.05/896.90	c removed literals (reason simplification)	: 832612
1800.05/896.90	c reason swapping (by a shorter reason)	: 0
1800.05/896.90	c Calls to reduceDB	: 55
1800.05/896.90	c Number of update (reduction) of LBD	: 162739
1800.05/896.90	c Imported unit clauses	: 0
1800.05/896.90	c number of reductions to clauses (during analyze)	: 0
1800.05/896.90	c number of learned constraints concerned by reduction	: 0
1800.05/896.90	c number of learning phase by resolution	: 0
1800.05/896.90	c number of learning phase by cutting planes	: 0
1800.05/896.90	c speed (assignments/second)	: 36071.74857377441
1800.05/896.90	c non guided choices	106
1800.05/896.93	c learnt constraints type 
1800.05/896.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 110786
1800.05/897.07	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.05/897.07	c starts		: 36
1800.05/897.07	c conflicts		: 24455
1800.05/897.07	c decisions		: 108031
1800.05/897.07	c propagations		: 478632
1800.05/897.07	c inspects		: 768053290
1800.05/897.07	c shortcuts		: 0
1800.05/897.07	c learnt literals	: 0
1800.05/897.07	c learnt binary clauses	: 0
1800.05/897.07	c learnt ternary clauses	: 0
1800.05/897.07	c learnt constraints	: 24454
1800.05/897.07	c ignored constraints	: 0
1800.05/897.07	c root simplifications	: 0
1800.05/897.07	c removed literals (reason simplification)	: 0
1800.05/897.07	c reason swapping (by a shorter reason)	: 0
1800.05/897.07	c Calls to reduceDB	: 3
1800.05/897.07	c Number of update (reduction) of LBD	: 0
1800.05/897.07	c Imported unit clauses	: 0
1800.05/897.07	c number of reductions to clauses (during analyze)	: 0
1800.05/897.07	c number of learned constraints concerned by reduction	: 0
1800.05/897.07	c number of learning phase by resolution	: 0
1800.05/897.07	c number of learning phase by cutting planes	: 0
1800.05/897.07	c speed (assignments/second)	: 533.9259001449067
1800.05/897.07	c non guided choices	0
1800.05/897.07	c learnt constraints type 
1800.05/897.07	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 753
1800.05/897.07	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23701
1800.05/897.07	s UNKNOWN
1800.05/897.07	c Total wall clock time (in seconds): 896.826

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-4103522-1466242644/watcher-4103522-1466242644 -o /tmp/evaluation-result-4103522-1466242644/solver-4103522-1466242644 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466241741-20173 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4103522-1466242644.opb 

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

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


[startup+0 s]
/proc/loadavg: 4.07 4.03 3.07 2/193 20414
/proc/meminfo: memFree=30101796/32872528 swapFree=1191052/1305516
[pid=20414] ppid=20411 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20414/stat : 20414 (java) S 20411 20414 20157 0 -1 4202496 1355 0 0 0 0 0 0 0 20 0 2 0 26311073 98570240 978 33554432000 1073741824 1073778376 140736338622064 140736338613200 214540779581 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20414/statm: 24065 978 744 9 0 16771 0
[pid=20414/tid=20415] ppid=20411 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20415/stat : 20415 (java) R 20411 20414 20157 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 26311073 98570240 978 33554432000 1073741824 1073778376 140736338622064 139835971284520 214537422208 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 4.07 4.03 3.07 2/193 20414
/proc/meminfo: memFree=30101796/32872528 swapFree=1191052/1305516
[pid=20414] ppid=20411 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/20414/stat : 20414 (java) S 20411 20414 20157 0 -1 4202496 4438 0 1 0 10 1 0 0 20 0 18 0 26311073 9787879424 6065 33554432000 1073741824 1073778376 140736338622064 140736338613200 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20414/statm: 2389619 6068 2141 9 0 2380296 0
[pid=20414/tid=20415] ppid=20411 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/20414/task/20415/stat : 20415 (java) R 20411 20414 20157 0 -1 4202560 2392 0 1 0 7 0 0 0 20 0 18 0 26311073 9787879424 6068 33554432000 1073741824 1073778376 140736338622064 139835971287968 214540805389 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200318 s]
/proc/loadavg: 4.07 4.03 3.07 2/193 20414
/proc/meminfo: memFree=30101796/32872528 swapFree=1191052/1305516
[pid=20414] ppid=20411 vsize=9558476 CPUtime=0.3 cores=0,2,4,6
/proc/20414/stat : 20414 (java) S 20411 20414 20157 0 -1 4202496 5068 0 1 0 29 1 0 0 20 0 18 0 26311073 9787879424 6906 33554432000 1073741824 1073778376 140736338622064 140736338613200 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20414/statm: 2389619 6906 2221 9 0 2380296 0
[pid=20414/tid=20415] ppid=20411 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/20414/task/20415/stat : 20415 (java) R 20411 20414 20157 0 -1 4202560 2406 0 1 0 17 0 0 0 20 0 18 0 26311073 9787879424 6906 33554432000 1073741824 1073778376 140736338622064 139835971287968 139835830529319 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300283 s]
/proc/loadavg: 4.07 4.03 3.07 2/193 20414
/proc/meminfo: memFree=30101796/32872528 swapFree=1191052/1305516
[pid=20414] ppid=20411 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/20414/stat : 20414 (java) S 20411 20414 20157 0 -1 4202496 11729 0 1 0 53 2 0 0 20 0 18 0 26311073 9787879424 14308 33554432000 1073741824 1073778376 140736338622064 140736338613200 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20414/statm: 2389619 14308 2232 9 0 2380296 0
[pid=20414/tid=20415] ppid=20411 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/20414/task/20415/stat : 20415 (java) R 20411 20414 20157 0 -1 4202560 2411 0 1 0 27 0 0 0 20 0 18 0 26311073 9787879424 14308 33554432000 1073741824 1073778376 140736338622064 139835971287968 139835830927422 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.70022 s]
/proc/loadavg: 4.07 4.03 3.07 2/193 20414
/proc/meminfo: memFree=30101796/32872528 swapFree=1191052/1305516
[pid=20414] ppid=20411 vsize=9824732 CPUtime=1.99 cores=0,2,4,6
/proc/20414/stat : 20414 (java) S 20411 20414 20157 0 -1 4202496 17210 0 1 0 195 4 0 0 20 0 22 0 26311073 10060525568 20974 33554432000 1073741824 1073778376 140736338622064 140736338613200 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20414/statm: 2456183 20974 2263 9 0 2446860 0
[pid=20414/tid=20415] ppid=20411 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/20414/task/20415/stat : 20415 (java) S 20411 20414 20157 0 -1 4202560 2431 0 1 0 42 1 0 0 20 0 22 0 26311073 10060525568 20974 33554432000 1073741824 1073778376 140736338622064 139835971289976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.99
Current children cumulated vsize (KiB) 9824732

[startup+1.50086 s]
/proc/loadavg: 4.07 4.03 3.07 7/219 20440
/proc/meminfo: memFree=29772248/32872528 swapFree=1191052/1305516
[pid=20414] ppid=20411 vsize=9824732 CPUtime=4.37 cores=0,2,4,6
/proc/20414/stat : 20414 (java) S 20411 20414 20157 0 -1 4202496 19712 0 1 0 431 6 0 0 20 0 22 0 26311073 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 140736338613200 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20414/statm: 2456183 46680 2284 9 0 2446860 0
[pid=20414/tid=20415] ppid=20411 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/20414/task/20415/stat : 20415 (java) S 20411 20414 20157 0 -1 4202560 2431 0 1 0 42 1 0 0 20 0 22 0 26311073 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835971289976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20417] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20417/stat : 20417 (java) S 20411 20414 20157 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 22 0 26311074 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835949390120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20418] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20418/stat : 20418 (java) S 20411 20414 20157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 26311074 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835746543784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20419] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20419/stat : 20419 (java) S 20411 20414 20157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 26311074 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835745491496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20414/tid=20420] ppid=20411 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20414/task/20420/stat : 20420 (java) S 20411 20414 20157 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 22 0 26311074 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835744438696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20421] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20421/stat : 20421 (java) S 20411 20414 20157 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 26311074 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835743386408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20422] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20422/stat : 20422 (java) S 20411 20414 20157 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 26311074 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835742333608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20414/tid=20423] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20423/stat : 20423 (java) S 20411 20414 20157 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 26311074 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835741281320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20424] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20424/stat : 20424 (java) S 20411 20414 20157 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 26311074 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835740228520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20425] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20425/stat : 20425 (java) S 20411 20414 20157 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26311075 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835728029928 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20426] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20426/stat : 20426 (java) S 20411 20414 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26311076 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835726975992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20427] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20427/stat : 20427 (java) S 20411 20414 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26311076 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835725923592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20428] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20428/stat : 20428 (java) S 20411 20414 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26311078 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835724872080 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20429] ppid=20411 vsize=9824732 CPUtime=0.93 cores=0,2,4,6
/proc/20414/task/20429/stat : 20429 (java) S 20411 20414 20157 0 -1 4202560 7466 0 0 0 91 2 0 0 20 0 22 0 26311078 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835723819704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20430] ppid=20411 vsize=9824732 CPUtime=0.87 cores=0,2,4,6
/proc/20414/task/20430/stat : 20430 (java) S 20411 20414 20157 0 -1 4202560 8330 0 0 0 85 2 0 0 20 0 22 0 26311078 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835722766904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20414/tid=20431] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20431/stat : 20431 (java) S 20411 20414 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26311078 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835721714808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20432] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20432/stat : 20432 (java) S 20411 20414 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26311078 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835720662216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20435] ppid=20411 vsize=9824732 CPUtime=0.99 cores=0,2,4,6
/proc/20414/task/20435/stat : 20435 (java) R 20411 20414 20157 0 -1 4202560 32 0 0 0 99 0 0 0 20 0 22 0 26311119 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835719499552 139835831192383 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20414/tid=20436] ppid=20411 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/20414/task/20436/stat : 20436 (java) R 20411 20414 20157 0 -1 4202560 72 0 0 0 99 2 0 0 20 0 22 0 26311119 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835718454808 139835831246689 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20437] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20437/stat : 20437 (java) S 20411 20414 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26311121 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835717403816 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20438] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20438/stat : 20438 (java) S 20411 20414 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26311122 10060525568 46680 33554432000 1073741824 1073778376 140736338622064 139835716351016 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.37
Current children cumulated vsize (KiB) 9824732

[startup+3.10086 s]
/proc/loadavg: 3.98 4.01 3.07 4/219 20440
/proc/meminfo: memFree=29474484/32872528 swapFree=1191052/1305516
[pid=20414] ppid=20411 vsize=9824732 CPUtime=7.77 cores=0,2,4,6
/proc/20414/stat : 20414 (java) S 20411 20414 20157 0 -1 4202496 19790 0 1 0 767 10 0 0 20 0 22 0 26311073 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 140736338613200 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20414/statm: 2456183 71258 2284 9 0 2446860 0
[pid=20414/tid=20415] ppid=20411 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/20414/task/20415/stat : 20415 (java) S 20411 20414 20157 0 -1 4202560 2431 0 1 0 42 1 0 0 20 0 22 0 26311073 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835971289976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20417] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20417/stat : 20417 (java) S 20411 20414 20157 0 -1 4202560 19 0 0 0 0 0 0 0 20 0 22 0 26311074 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835949390120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20418] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20418/stat : 20418 (java) S 20411 20414 20157 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 22 0 26311074 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835746543784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20419] ppid=20411 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/20414/task/20419/stat : 20419 (java) S 20411 20414 20157 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 26311074 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835745491496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20414/tid=20420] ppid=20411 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20414/task/20420/stat : 20420 (java) S 20411 20414 20157 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 22 0 26311074 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835744438696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20421] ppid=20411 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20414/task/20421/stat : 20421 (java) S 20411 20414 20157 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 22 0 26311074 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835743386408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20422] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20422/stat : 20422 (java) S 20411 20414 20157 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 26311074 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835742333608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20414/tid=20423] ppid=20411 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20414/task/20423/stat : 20423 (java) S 20411 20414 20157 0 -1 4202560 13 0 0 0 1 1 0 0 20 0 22 0 26311074 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835741281320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20424] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20424/stat : 20424 (java) S 20411 20414 20157 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 26311074 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835740228520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20425] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20425/stat : 20425 (java) S 20411 20414 20157 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 22 0 26311075 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835728029928 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20426] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20426/stat : 20426 (java) S 20411 20414 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26311076 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835726975992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20427] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20427/stat : 20427 (java) S 20411 20414 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26311076 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835725923592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20428] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20428/stat : 20428 (java) S 20411 20414 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26311078 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835724872080 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20429] ppid=20411 vsize=9824732 CPUtime=1.01 cores=0,2,4,6
/proc/20414/task/20429/stat : 20429 (java) S 20411 20414 20157 0 -1 4202560 7467 0 0 0 99 2 0 0 20 0 22 0 26311078 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835723819704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20430] ppid=20411 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/20414/task/20430/stat : 20430 (java) S 20411 20414 20157 0 -1 4202560 8330 0 0 0 93 2 0 0 20 0 22 0 26311078 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835722766904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20414/tid=20431] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20431/stat : 20431 (java) S 20411 20414 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26311078 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835721714808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20432] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20432/stat : 20432 (java) S 20411 20414 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26311078 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835720662216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20435] ppid=20411 vsize=9824732 CPUtime=2.55 cores=0,2,4,6
/proc/20414/task/20435/stat : 20435 (java) R 20411 20414 20157 0 -1 4202560 36 0 0 0 255 0 0 0 20 0 22 0 26311119 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835719508344 139835831191792 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=20414/tid=20436] ppid=20411 vsize=9824732 CPUtime=2.57 cores=0,2,4,6
/proc/20414/task/20436/stat : 20436 (java) R 20411 20414 20157 0 -1 4202560 108 0 0 0 255 2 0 0 20 0 22 0 26311119 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835718454952 139835831268681 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20437] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20437/stat : 20437 (java) S 20411 20414 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26311121 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835717403816 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20438] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20438/stat : 20438 (java) S 20411 20414 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26311122 10060525568 71258 33554432000 1073741824 1073778376 140736338622064 139835716351016 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 7.77
Current children cumulated vsize (KiB) 9824732

[startup+6.30095 s]
/proc/loadavg: 3.98 4.01 3.07 5/219 20440
/proc/meminfo: memFree=29271008/32872528 swapFree=1191052/1305516
[pid=20414] ppid=20411 vsize=9824732 CPUtime=14.34 cores=0,2,4,6
/proc/20414/stat : 20414 (java) S 20411 20414 20157 0 -1 4202496 20106 0 1 0 1417 17 0 0 20 0 22 0 26311073 10060525568 96384 33554432000 1073741824 1073778376 140736338622064 140736338613200 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20414/statm: 2456183 96384 2284 9 0 2446860 0
[pid=20414/tid=20415] ppid=20411 vsize=9824732 CPUtime=0.43 cores=0,2,4,6
/proc/20414/task/20415/stat : 20415 (java) S 20411 20414 20157 0 -1 4202560 2431 0 1 0 42 1 0 0 20 0 22 0 26311073 10060525568 96384 33554432000 1073741824 1073778376 140736338622064 139835971289976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20417] ppid=20411 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/20414/task/20417/stat : 20417 (java) S 20411 20414 20157 0 -1 4202560 57 0 0 0 5 2 0 0 20 0 22 0 26311074 10060525568 96384 33554432000 1073741824 1073778376 140736338622064 139835949390120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20418] ppid=20411 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/20414/task/20418/stat : 20418 (java) S 20411 20414 20157 0 -1 4202560 32 0 0 0 4 0 0 0 20 0 22 0 26311074 10060525568 96384 33554432000 1073741824 1073778376 140736338622064 139835746543784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20419] ppid=20411 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20414/task/20419/stat : 20419 (java) S 20411 20414 20157 0 -1 4202560 35 0 0 0 4 1 0 0 20 0 22 0 26311074 10060525568 96384 33554432000 1073741824 1073778376 140736338622064 139835745491496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20420] ppid=20411 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/20414/task/20420/stat : 20420 (java) S 20411 20414 20157 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 22 0 26311074 10060525568 96384 33554432000 1073741824 1073778376 140736338622064 139835744438696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20414/tid=20421] ppid=20411 vsize=9824732 CPUtime=0.05 cores=0,2,4,6
/proc/20414/task/20421/stat : 20421 (java) S 20411 20414 20157 0 -1 4202560 53 0 0 0 4 1 0 0 20 0 22 0 26311074 10060525568 96384 33554432000 1073741824 1073778376 140736338622064 139835743386408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20422] ppid=20411 vsize=9824732 CPUtime=0.02 cores=0,2,4,6
/proc/20414/task/20422/stat : 20422 (java) S 20411 20414 20157 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 26311074 10060525568 96384 33554432000 1073741824 1073778376 140736338622064 139835742333608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20423] ppid=20411 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/20414/task/20423/stat : 20423 (java) S 20411 20414 20157 0 -1 4202560 15 0 0 0 3 1 0 0 20 0 22 0 26311074 10060525568 96384 33554432000 1073741824 1073778376 140736338622064 139835741281320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20424] ppid=20411 vsize=9824732 CPUtime=0.02 cores=0,2,4,6

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

[pid=20414/tid=20419] ppid=20411 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/20414/task/20419/stat : 20419 (java) S 20411 20414 20157 0 -1 4202560 583 0 0 0 191 18 0 0 20 0 22 0 26311074 10060525568 528779 33554432000 1073741824 1073778376 140736338622064 139835745491496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20420] ppid=20411 vsize=9824732 CPUtime=2.06 cores=0,2,4,6
/proc/20414/task/20420/stat : 20420 (java) S 20411 20414 20157 0 -1 4202560 590 0 0 0 189 17 0 0 20 0 22 0 26311074 10060525568 528779 33554432000 1073741824 1073778376 140736338622064 139835744438696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20421] ppid=20411 vsize=9824732 CPUtime=2.13 cores=0,2,4,6
/proc/20414/task/20421/stat : 20421 (java) S 20411 20414 20157 0 -1 4202560 527 0 0 0 194 19 0 0 20 0 22 0 26311074 10060525568 528779 33554432000 1073741824 1073778376 140736338622064 139835743386408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20422] ppid=20411 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/20414/task/20422/stat : 20422 (java) S 20411 20414 20157 0 -1 4202560 552 0 0 0 193 18 0 0 20 0 22 0 26311074 10060525568 528779 33554432000 1073741824 1073778376 140736338622064 139835742333608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20414/tid=20423] ppid=20411 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/20414/task/20423/stat : 20423 (java) S 20411 20414 20157 0 -1 4202560 508 0 0 0 191 14 0 0 20 0 22 0 26311074 10060525568 528779 33554432000 1073741824 1073778376 140736338622064 139835741281320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20424] ppid=20411 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/20414/task/20424/stat : 20424 (java) S 20411 20414 20157 0 -1 4202560 544 0 0 0 192 15 0 0 20 0 22 0 26311074 10060525568 528779 33554432000 1073741824 1073778376 140736338622064 139835740228520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20414/tid=20425] ppid=20411 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/20414/task/20425/stat : 20425 (java) S 20411 20414 20157 0 -1 4202560 2491 0 0 0 326 16 0 0 20 0 22 0 26311075 10060525568 528779 33554432000 1073741824 1073778376 140736338622064 139835728029928 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20426] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20426/stat : 20426 (java) S 20411 20414 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26311076 10060525568 528779 33554432000 1073741824 1073778376 140736338622064 139835726975992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20427] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20427/stat : 20427 (java) S 20411 20414 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26311076 10060525568 528779 33554432000 1073741824 1073778376 140736338622064 139835725923592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20428] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20428/stat : 20428 (java) S 20411 20414 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26311078 10060525568 528779 33554432000 1073741824 1073778376 140736338622064 139835724872080 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20429] ppid=20411 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/20414/task/20429/stat : 20429 (java) S 20411 20414 20157 0 -1 4202560 7506 0 0 0 113 2 0 0 20 0 22 0 26311078 10060525568 528779 33554432000 1073741824 1073778376 140736338622064 139835723819704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20430] ppid=20411 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/20414/task/20430/stat : 20430 (java) S 20411 20414 20157 0 -1 4202560 11609 0 0 0 177 3 0 0 20 0 22 0 26311078 10060525568 528779 33554432000 1073741824 1073778376 140736338622064 139835722766904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20431] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20431/stat : 20431 (java) S 20411 20414 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26311078 10060525568 528779 33554432000 1073741824 1073778376 140736338622064 139835721714808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20432] ppid=20411 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/20414/task/20432/stat : 20432 (java) S 20411 20414 20157 0 -1 4202560 51 0 0 0 13 18 0 0 20 0 22 0 26311078 10060525568 528779 33554432000 1073741824 1073778376 140736338622064 139835720662216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20435] ppid=20411 vsize=9824732 CPUtime=871.29 cores=0,2,4,6
/proc/20414/task/20435/stat : 20435 (java) R 20411 20414 20157 0 -1 4202560 238 0 0 0 87112 17 0 0 20 0 22 0 26311119 10060525568 528779 33554432000 1073741824 1073778376 140736338622064 139835719506416 139835831345207 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20436] ppid=20411 vsize=9824732 CPUtime=871.3 cores=0,2,4,6
/proc/20414/task/20436/stat : 20436 (java) R 20411 20414 20157 0 -1 4202560 3050 0 0 0 87080 50 0 0 20 0 22 0 26311119 10060525568 528779 33554432000 1073741824 1073778376 140736338622064 139835718454384 139835831265623 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20437] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20437/stat : 20437 (java) S 20411 20414 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26311121 10060525568 528779 33554432000 1073741824 1073778376 140736338622064 139835717403816 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20438] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20438/stat : 20438 (java) S 20411 20414 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26311122 10060525568 528779 33554432000 1073741824 1073778376 140736338622064 139835716351016 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1770.76
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.901 s]
/proc/loadavg: 4.11 4.19 3.76 6/215 20595
/proc/meminfo: memFree=28370440/32872528 swapFree=1191052/1305516
[pid=20414] ppid=20411 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/20414/stat : 20414 (java) S 20411 20414 20157 0 -1 4202496 33993 0 1 0 179781 224 0 0 20 0 22 0 26311073 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 140736338613200 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20414/statm: 2456183 559937 2293 9 0 2446860 0
[pid=20414/tid=20415] ppid=20411 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/20414/task/20415/stat : 20415 (java) S 20411 20414 20157 0 -1 4202560 2443 0 1 0 44 3 0 0 20 0 22 0 26311073 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835971289976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20417] ppid=20411 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/20414/task/20417/stat : 20417 (java) S 20411 20414 20157 0 -1 4202560 655 0 0 0 209 23 0 0 20 0 22 0 26311074 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835949390120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20418] ppid=20411 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/20414/task/20418/stat : 20418 (java) S 20411 20414 20157 0 -1 4202560 826 0 0 0 182 20 0 0 20 0 22 0 26311074 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835746543784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20414/tid=20419] ppid=20411 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/20414/task/20419/stat : 20419 (java) S 20411 20414 20157 0 -1 4202560 592 0 0 0 193 18 0 0 20 0 22 0 26311074 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835745491496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20414/tid=20420] ppid=20411 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/20414/task/20420/stat : 20420 (java) S 20411 20414 20157 0 -1 4202560 622 0 0 0 191 18 0 0 20 0 22 0 26311074 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835744438696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20421] ppid=20411 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/20414/task/20421/stat : 20421 (java) S 20411 20414 20157 0 -1 4202560 529 0 0 0 196 19 0 0 20 0 22 0 26311074 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835743386408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20422] ppid=20411 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/20414/task/20422/stat : 20422 (java) S 20411 20414 20157 0 -1 4202560 558 0 0 0 197 18 0 0 20 0 22 0 26311074 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835742333608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20414/tid=20423] ppid=20411 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/20414/task/20423/stat : 20423 (java) S 20411 20414 20157 0 -1 4202560 514 0 0 0 195 14 0 0 20 0 22 0 26311074 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835741281320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20424] ppid=20411 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/20414/task/20424/stat : 20424 (java) S 20411 20414 20157 0 -1 4202560 554 0 0 0 195 16 0 0 20 0 22 0 26311074 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835740228520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20425] ppid=20411 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/20414/task/20425/stat : 20425 (java) S 20411 20414 20157 0 -1 4202560 2491 0 0 0 326 16 0 0 20 0 22 0 26311075 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835728029928 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20426] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20426/stat : 20426 (java) S 20411 20414 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26311076 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835726975992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20427] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20427/stat : 20427 (java) S 20411 20414 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26311076 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835725923592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20428] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20428/stat : 20428 (java) S 20411 20414 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26311078 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835724872080 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20429] ppid=20411 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/20414/task/20429/stat : 20429 (java) S 20411 20414 20157 0 -1 4202560 7506 0 0 0 113 2 0 0 20 0 22 0 26311078 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835723819704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20430] ppid=20411 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/20414/task/20430/stat : 20430 (java) S 20411 20414 20157 0 -1 4202560 11609 0 0 0 177 3 0 0 20 0 22 0 26311078 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835722766904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20431] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20431/stat : 20431 (java) S 20411 20414 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26311078 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835721714808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20432] ppid=20411 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/20414/task/20432/stat : 20432 (java) S 20411 20414 20157 0 -1 4202560 53 0 0 0 13 18 0 0 20 0 22 0 26311078 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835720662216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20435] ppid=20411 vsize=9824732 CPUtime=885.78 cores=0,2,4,6
/proc/20414/task/20435/stat : 20435 (java) R 20411 20414 20157 0 -1 4202560 243 0 0 0 88561 17 0 0 20 0 22 0 26311119 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835719507184 139835831356443 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20436] ppid=20411 vsize=9824732 CPUtime=885.79 cores=0,2,4,6
/proc/20414/task/20436/stat : 20436 (java) R 20411 20414 20157 0 -1 4202560 3532 0 0 0 88528 51 0 0 20 0 22 0 26311119 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835718453472 139835830913914 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20437] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20437/stat : 20437 (java) S 20411 20414 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26311121 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835717403816 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20438] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20438/stat : 20438 (java) S 20411 20414 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26311122 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835716351016 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds
Solver just ended.
ain loop
??? sigkill at end of watcher main loop
??? kill 20414 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+896.901 s]
/proc/loadavg: 4.11 4.19 3.76 6/215 20595
/proc/meminfo: memFree=28370440/32872528 swapFree=1191052/1305516
[pid=20414] ppid=20411 vsize=9824732 CPUtime=1800.05 cores=0,2,4,6
/proc/20414/stat : 20414 (java) S 20411 20414 20157 0 -1 4202496 33993 0 1 0 179781 224 0 0 20 0 22 0 26311073 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 140736338613200 214540779581 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/20414/statm: 2456183 559937 2293 9 0 2446860 0
[pid=20414/tid=20415] ppid=20411 vsize=9824732 CPUtime=0.47 cores=0,2,4,6
/proc/20414/task/20415/stat : 20415 (java) S 20411 20414 20157 0 -1 4202560 2443 0 1 0 44 3 0 0 20 0 22 0 26311073 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835971289976 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20417] ppid=20411 vsize=9824732 CPUtime=2.32 cores=0,2,4,6
/proc/20414/task/20417/stat : 20417 (java) S 20411 20414 20157 0 -1 4202560 655 0 0 0 209 23 0 0 20 0 22 0 26311074 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835949390120 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20418] ppid=20411 vsize=9824732 CPUtime=2.02 cores=0,2,4,6
/proc/20414/task/20418/stat : 20418 (java) S 20411 20414 20157 0 -1 4202560 826 0 0 0 182 20 0 0 20 0 22 0 26311074 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835746543784 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20414/tid=20419] ppid=20411 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/20414/task/20419/stat : 20419 (java) S 20411 20414 20157 0 -1 4202560 592 0 0 0 193 18 0 0 20 0 22 0 26311074 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835745491496 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20414/tid=20420] ppid=20411 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/20414/task/20420/stat : 20420 (java) S 20411 20414 20157 0 -1 4202560 622 0 0 0 191 18 0 0 20 0 22 0 26311074 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835744438696 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20421] ppid=20411 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/20414/task/20421/stat : 20421 (java) S 20411 20414 20157 0 -1 4202560 529 0 0 0 196 19 0 0 20 0 22 0 26311074 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835743386408 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20422] ppid=20411 vsize=9824732 CPUtime=2.15 cores=0,2,4,6
/proc/20414/task/20422/stat : 20422 (java) S 20411 20414 20157 0 -1 4202560 558 0 0 0 197 18 0 0 20 0 22 0 26311074 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835742333608 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=20414/tid=20423] ppid=20411 vsize=9824732 CPUtime=2.09 cores=0,2,4,6
/proc/20414/task/20423/stat : 20423 (java) S 20411 20414 20157 0 -1 4202560 514 0 0 0 195 14 0 0 20 0 22 0 26311074 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835741281320 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20424] ppid=20411 vsize=9824732 CPUtime=2.11 cores=0,2,4,6
/proc/20414/task/20424/stat : 20424 (java) S 20411 20414 20157 0 -1 4202560 554 0 0 0 195 16 0 0 20 0 22 0 26311074 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835740228520 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20425] ppid=20411 vsize=9824732 CPUtime=3.42 cores=0,2,4,6
/proc/20414/task/20425/stat : 20425 (java) S 20411 20414 20157 0 -1 4202560 2491 0 0 0 326 16 0 0 20 0 22 0 26311075 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835728029928 214540793769 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20426] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20426/stat : 20426 (java) S 20411 20414 20157 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 26311076 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835726975992 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20427] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20427/stat : 20427 (java) S 20411 20414 20157 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 26311076 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835725923592 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20428] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20428/stat : 20428 (java) S 20411 20414 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26311078 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835724872080 214540801824 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=20414/tid=20429] ppid=20411 vsize=9824732 CPUtime=1.15 cores=0,2,4,6
/proc/20414/task/20429/stat : 20429 (java) S 20411 20414 20157 0 -1 4202560 7506 0 0 0 113 2 0 0 20 0 22 0 26311078 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835723819704 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20430] ppid=20411 vsize=9824732 CPUtime=1.8 cores=0,2,4,6
/proc/20414/task/20430/stat : 20430 (java) S 20411 20414 20157 0 -1 4202560 11609 0 0 0 177 3 0 0 20 0 22 0 26311078 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835722766904 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20431] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20431/stat : 20431 (java) S 20411 20414 20157 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 26311078 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835721714808 214540792892 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20432] ppid=20411 vsize=9824732 CPUtime=0.31 cores=0,2,4,6
/proc/20414/task/20432/stat : 20432 (java) S 20411 20414 20157 0 -1 4202560 53 0 0 0 13 18 0 0 20 0 22 0 26311078 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835720662216 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20435] ppid=20411 vsize=9824732 CPUtime=885.78 cores=0,2,4,6
/proc/20414/task/20435/stat : 20435 (java) R 20411 20414 20157 0 -1 4202560 243 0 0 0 88561 17 0 0 20 0 22 0 26311119 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835719507184 139835831356443 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=20414/tid=20436] ppid=20411 vsize=9824732 CPUtime=885.79 cores=0,2,4,6
/proc/20414/task/20436/stat : 20436 (java) R 20411 20414 20157 0 -1 4202560 3532 0 0 0 88528 51 0 0 20 0 22 0 26311119 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835718453472 139835830913914 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20437] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20437/stat : 20437 (java) S 20411 20414 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26311121 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835717403816 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=20414/tid=20438] ppid=20411 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/20414/task/20438/stat : 20438 (java) S 20411 20414 20157 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 26311122 10060525568 559937 33554432000 1073741824 1073778376 140736338622064 139835716351016 214540793769 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9824732

Child status: 143

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

Real time (s): 896.963
CPU time (s): 1800.05
CPU user time (s): 1797.81
CPU system time (s): 2.24
CPU usage (%): 200.683
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.43
system time used= 2.74058
maximum resident set size= 2968192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 34037
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26722
involuntary context switches= 38173

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.73313 second user time and 7.41487 second system time

The end

Launcher Data

Begin job on node127 at 2016-06-18 11:37:25
IDJOB=4103522
IDBENCH=2384
IDSOLVER=2543
FILE ID=node127/4103522-1466242644
RUNJOBID= node127-1466241741-20173
PBS_JOBID= 19918213
Free space on /tmp= 71724 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-boeing2.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103522-1466242644/watcher-4103522-1466242644 -o /tmp/evaluation-result-4103522-1466242644/solver-4103522-1466242644 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node127-1466241741-20173 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103522-1466242644.opb

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

MD5SUM BENCH= 5e2e92f5cdf687685f560235d961ce1c
RANDOM SEED=1346228924

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

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

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

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

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

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.769
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:        30102324 kB
Buffers:           54664 kB
Cached:           106884 kB
SwapCached:          516 kB
Active:           619508 kB
Inactive:          99012 kB
Active(anon):     557268 kB
Inactive(anon):     2184 kB
Active(file):      62240 kB
Inactive(file):    96828 kB
Unevictable:     1305516 kB
Mlocked:         1191052 kB
SwapTotal:      67108856 kB
SwapFree:       67100260 kB
Dirty:             16388 kB
Writeback:             0 kB
AnonPages:       1837620 kB
Mapped:            15320 kB
Shmem:                 0 kB
Slab:             601988 kB
SReclaimable:      45364 kB
SUnreclaim:       556624 kB
KernelStack:        1568 kB
PageTables:         7968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2379548 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    610304 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= 71712 MiB
End job on node127 at 2016-06-18 11:52:22