Trace number 4100690

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.86 894.975

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-shell.opb
MD5SUM78fcc08f79c3a8f3db518f692b6ae82d
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables45231
Total number of constraints653
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 constraints653
Minimum length of a constraint19
Maximum length of a constraint1560
Number of terms in the objective function 39844
Biggest coefficient in the objective function 4408
Number of bits for the biggest coefficient in the objective function 13
Sum of the numbers in the objective function 557557
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262143
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 557557
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.08/0.10	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.08/0.10	c This is free software under the dual EPL/GNU LGPL licenses.
0.08/0.10	c See www.sat4j.org for details.
0.08/0.10	c version PB16.v20160501
0.08/0.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.08/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.08/0.10	c java.vm.version	19.1-b02
0.08/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.08/0.10	c sun.arch.data.model	64
0.08/0.10	c java.version		1.6.0_24
0.08/0.10	c os.name		Linux
0.08/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.08/0.10	c os.arch		amd64
0.08/0.10	c Free memory 		501472288
0.08/0.10	c Max memory 		7480803328
0.08/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.13	c Pseudo Boolean Optimization by upper bound
0.08/0.13	c ManyCore solver with 2 solvers running in parallel
0.08/0.13	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.13	c Expensive reason simplification
0.08/0.13	c Glucose 2.1 dynamic restart strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.13	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.13	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.08/0.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4100690-1466210720.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
1.69/0.86	c ... done. Wall clock time 0.725s.
1.69/0.86	c declared #vars     45231
1.69/0.86	c #constraints  1187
1.69/0.86	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.69/0.86	c constraints type 
1.69/0.86	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1
1.69/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1186
1.69/0.86	c 1187 constraints processed.
1.69/0.86	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.69/0.86	c constraints type 
1.69/0.86	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1
1.69/0.86	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1186
1.69/0.86	c 1187 constraints processed.
1.69/0.86	c objective function length is 39844 literals
5.01/1.80	c cleaning 2498 clauses out of 4999 with flag 10490/5000
5.65/2.09	c cleaning 4246 clauses out of 8501 with flag 23308/11000
7.23/2.62	c cleaning 5613 clauses out of 11255 with flag 38195/18000
8.49/3.26	c cleaning 6813 clauses out of 13641 with flag 57135/26000
10.13/3.95	c cleaning 7911 clauses out of 15830 with flag 76086/35002
11.89/4.78	c cleaning 8950 clauses out of 17917 with flag 96853/45000
13.89/5.79	c cleaning 9978 clauses out of 19968 with flag 119601/56001
16.58/7.01	c cleaning 10987 clauses out of 21992 with flag 144487/68003
19.40/8.40	c cleaning 11993 clauses out of 24002 with flag 171497/81000
22.80/10.10	c cleaning 12998 clauses out of 26010 with flag 200541/95001
26.92/12.14	c cleaning 13998 clauses out of 28011 with flag 232209/110000
31.10/14.29	c cleaning 15005 clauses out of 30014 with flag 265502/126001
36.10/16.79	c cleaning 16000 clauses out of 32009 with flag 301622/143001
41.85/19.57	c cleaning 17004 clauses out of 34012 with flag 339215/161004
45.05/21.15	c cleaning 0 clauses out of 5000 with flag 0/5000
48.34/22.63	c cleaning 18002 clauses out of 36007 with flag 379130/180003
54.88/25.81	c cleaning 18999 clauses out of 38002 with flag 421206/200000
61.88/29.37	c cleaning 19997 clauses out of 40003 with flag 465379/221000
69.64/33.12	c cleaning 20997 clauses out of 42006 with flag 511155/243000
77.23/36.97	c cleaning 21954 clauses out of 44009 with flag 559225/266000
87.57/42.08	c cleaning 23021 clauses out of 46052 with flag 632843/290001
98.62/47.55	c cleaning 24014 clauses out of 48032 with flag 700037/315002
110.90/53.65	c cleaning 25001 clauses out of 50016 with flag 767202/341000
126.03/61.14	c cleaning 26002 clauses out of 52016 with flag 844639/368001
144.71/70.41	c cleaning 27000 clauses out of 54013 with flag 921089/396000
152.29/74.21	c cleaning 0 clauses out of 11001 with flag 0/11001
161.26/78.62	c cleaning 28002 clauses out of 56014 with flag 1006250/425001
178.76/87.34	c cleaning 28995 clauses out of 58012 with flag 1097066/455001
196.54/96.64	c cleaning 30000 clauses out of 60018 with flag 1194632/486002
211.74/104.29	c cleaning 31001 clauses out of 62021 with flag 1287221/518005
229.62/113.17	c cleaning 31997 clauses out of 64016 with flag 1391269/551001
251.22/123.97	c cleaning 33004 clauses out of 66018 with flag 1503562/585000
273.93/135.20	c cleaning 34001 clauses out of 68015 with flag 1616440/620001
292.13/144.35	c cleaning 35000 clauses out of 70013 with flag 1714055/656000
309.34/152.93	c cleaning 35999 clauses out of 72013 with flag 1814373/693000
329.48/162.98	c cleaning 37002 clauses out of 74014 with flag 1918697/731000
357.22/176.76	c cleaning 37997 clauses out of 76012 with flag 2034140/770000
386.10/191.13	c cleaning 38999 clauses out of 78018 with flag 2152266/810003
424.88/210.43	c cleaning 40002 clauses out of 80016 with flag 2270522/851000
450.92/223.38	c cleaning 0 clauses out of 18000 with flag 0/18000
453.32/224.53	c cleaning 40996 clauses out of 82014 with flag 2384335/893000
479.01/237.33	c cleaning 42001 clauses out of 84020 with flag 2500835/936002
522.12/258.82	c cleaning 43002 clauses out of 86017 with flag 2623741/980000
568.11/281.61	c cleaning 43996 clauses out of 88015 with flag 2765825/1025000
606.84/300.98	c cleaning 45002 clauses out of 90020 with flag 2901938/1071001
647.22/321.06	c cleaning 46004 clauses out of 92020 with flag 3044778/1118003
674.77/334.79	c cleaning 46995 clauses out of 94013 with flag 3187790/1166000
686.56/340.54	c cleaning 47979 clauses out of 96010 with flag 3305216/1215001
721.12/357.73	c cleaning 48980 clauses out of 98030 with flag 3455406/1265000
760.38/377.22	c cleaning 49994 clauses out of 100050 with flag 3597034/1316000
775.38/384.65	c cleaning 51027 clauses out of 102056 with flag 3716573/1368000
818.36/405.93	c cleaning 52003 clauses out of 104029 with flag 3854822/1421000
843.90/418.53	c cleaning 52997 clauses out of 106026 with flag 3993462/1475000
868.72/430.82	c cleaning 53997 clauses out of 108032 with flag 4177239/1530003
875.72/434.37	c cleaning 0 clauses out of 26002 with flag 0/26002
884.30/438.50	c cleaning 55001 clauses out of 110030 with flag 4347095/1586000
907.34/449.96	c cleaning 56008 clauses out of 112028 with flag 4489453/1643000
945.62/468.84	c cleaning 57005 clauses out of 114022 with flag 4617344/1701002
968.49/480.19	c cleaning 57993 clauses out of 116014 with flag 4772925/1760002
1003.01/497.14	c cleaning 59001 clauses out of 118021 with flag 4938412/1820002
1048.06/520.10	c cleaning 60001 clauses out of 120021 with flag 5074552/1881003
1082.06/536.89	c cleaning 60996 clauses out of 122017 with flag 5220053/1943000
1101.05/546.24	c cleaning 62001 clauses out of 124022 with flag 5385935/2006001
1138.27/564.72	c cleaning 63000 clauses out of 126021 with flag 5635037/2070001
1182.48/586.61	c cleaning 63996 clauses out of 128020 with flag 5869248/2135000
1205.34/597.97	c cleaning 65001 clauses out of 130022 with flag 6034094/2201001
1264.68/627.40	c cleaning 0 clauses out of 35001 with flag 0/35001
1271.08/630.69	c cleaning 66006 clauses out of 132019 with flag 6200070/2268000
1296.62/644.05	c cleaning 66976 clauses out of 134006 with flag 6373917/2336000
1335.95/663.67	c cleaning 67989 clauses out of 136030 with flag 6518968/2405000
1381.91/686.54	c cleaning 68999 clauses out of 138042 with flag 6665342/2475001
1399.69/695.43	c cleaning 70008 clauses out of 140036 with flag 6834049/2546000
1422.35/706.77	c cleaning 71015 clauses out of 142029 with flag 7009349/2618001
1480.00/735.40	c cleaning 71996 clauses out of 144013 with flag 7158878/2691001
1543.71/767.14	c cleaning 72998 clauses out of 146018 with flag 7311361/2765002
1598.53/794.48	c cleaning 74002 clauses out of 148019 with flag 7462962/2840001
1656.31/823.27	c cleaning 74994 clauses out of 150016 with flag 7617857/2916000
1714.03/852.06	c cleaning 75999 clauses out of 152022 with flag 7774774/2993000
1787.47/888.66	c cleaning 77000 clauses out of 154026 with flag 7932903/3071003
1800.18/894.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/894.90	c starts		: 5118
1800.18/894.90	c conflicts		: 3101441
1800.18/894.90	c decisions		: 5617701
1800.18/894.90	c propagations		: 114700949
1800.18/894.90	c inspects		: 13796292266
1800.18/894.90	c shortcuts		: 0
1800.18/894.90	c learnt literals	: 39
1800.18/894.90	c learnt binary clauses	: 45
1800.18/894.90	c learnt ternary clauses	: 84
1800.18/894.90	c learnt constraints	: 3101402
1800.18/894.90	c ignored constraints	: 0
1800.18/894.90	c root simplifications	: 0
1800.18/894.90	c removed literals (reason simplification)	: 11981973
1800.18/894.90	c reason swapping (by a shorter reason)	: 0
1800.18/894.90	c Calls to reduceDB	: 74
1800.18/894.90	c Number of update (reduction) of LBD	: 242247
1800.18/894.90	c Imported unit clauses	: 0
1800.18/894.90	c number of reductions to clauses (during analyze)	: 0
1800.18/894.90	c number of learned constraints concerned by reduction	: 0
1800.18/894.90	c number of learning phase by resolution	: 0
1800.18/894.90	c number of learning phase by cutting planes	: 0
1800.18/894.90	c speed (assignments/second)	: 128309.30564768816
1800.18/894.90	c non guided choices	1196376
1800.18/894.93	c learnt constraints type 
1800.18/894.93	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 45
1800.18/894.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 107419
1800.18/894.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/894.93	c starts		: 63
1800.18/894.93	c conflicts		: 38087
1800.18/894.93	c decisions		: 87747
1800.18/894.93	c propagations		: 1155869
1800.18/894.93	c inspects		: 666681442
1800.18/894.93	c shortcuts		: 0
1800.18/894.93	c learnt literals	: 0
1800.18/894.93	c learnt binary clauses	: 0
1800.18/894.93	c learnt ternary clauses	: 0
1800.18/894.93	c learnt constraints	: 38086
1800.18/894.93	c ignored constraints	: 0
1800.18/894.93	c root simplifications	: 0
1800.18/894.93	c removed literals (reason simplification)	: 0
1800.18/894.93	c reason swapping (by a shorter reason)	: 0
1800.18/894.93	c Calls to reduceDB	: 5
1800.18/894.93	c Number of update (reduction) of LBD	: 0
1800.18/894.93	c Imported unit clauses	: 0
1800.18/894.93	c number of reductions to clauses (during analyze)	: 0
1800.18/894.93	c number of learned constraints concerned by reduction	: 0
1800.18/894.93	c number of learning phase by resolution	: 0
1800.18/894.93	c number of learning phase by cutting planes	: 0
1800.18/894.93	c speed (assignments/second)	: 1292.9704104415837
1800.18/894.93	c non guided choices	1670
1800.18/894.94	c learnt constraints type 
1800.18/894.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 1600
1800.18/894.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 36486
1800.18/894.94	s UNKNOWN
1800.18/894.94	c Total wall clock time (in seconds): 894.811

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4100690-1466210720/watcher-4100690-1466210720 -o /tmp/evaluation-result-4100690-1466210720/solver-4100690-1466210720 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node126-1466206074-14490 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100690-1466210720.opb 

pid=16917
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.28 4.21 4.07 4/197 16920
/proc/meminfo: memFree=30446216/32872528 swapFree=338416/354768
[pid=16920] ppid=16917 vsize=9488 CPUtime=0 cores=0,2,4,6
/proc/16920/stat : 16920 (java) R 16917 16920 14474 0 -1 4202496 274 0 0 0 0 0 0 0 20 0 1 0 23118795 9715712 132 33554432000 1073741824 1073778376 140737265049760 140737265046888 242167715888 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/16920/statm: 2323 139 104 9 0 71 0

[startup+0.100063 s]
/proc/loadavg: 4.28 4.21 4.07 4/197 16920
/proc/meminfo: memFree=30446216/32872528 swapFree=338416/354768
[pid=16920] ppid=16917 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/16920/stat : 16920 (java) S 16917 16920 14474 0 -1 4202496 4238 0 1 0 7 1 0 0 20 0 18 0 23118795 9787879424 5358 33554432000 1073741824 1073778376 140734433393856 140734433384992 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16920/statm: 2389619 5359 2057 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200236 s]
/proc/loadavg: 4.28 4.21 4.07 4/197 16920
/proc/meminfo: memFree=30446216/32872528 swapFree=338416/354768
[pid=16920] ppid=16917 vsize=9558476 CPUtime=0.25 cores=0,2,4,6
/proc/16920/stat : 16920 (java) S 16917 16920 14474 0 -1 4202496 4955 0 1 0 24 1 0 0 20 0 18 0 23118795 9787879424 7492 33554432000 1073741824 1073778376 140734433393856 140734433384992 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16920/statm: 2389619 7492 2214 9 0 2380296 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9558476

[startup+0.300394 s]
/proc/loadavg: 4.28 4.21 4.07 4/197 16920
/proc/meminfo: memFree=30446216/32872528 swapFree=338416/354768
[pid=16920] ppid=16917 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/16920/stat : 16920 (java) S 16917 16920 14474 0 -1 4202496 5303 0 1 0 43 1 0 0 20 0 18 0 23118795 9787879424 11788 33554432000 1073741824 1073778376 140734433393856 140734433384992 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16920/statm: 2389619 11788 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.70027 s]
/proc/loadavg: 4.28 4.21 4.07 4/197 16920
/proc/meminfo: memFree=30446216/32872528 swapFree=338416/354768
[pid=16920] ppid=16917 vsize=9558476 CPUtime=1.44 cores=0,2,4,6
/proc/16920/stat : 16920 (java) S 16917 16920 14474 0 -1 4202496 16437 0 1 0 139 5 0 0 20 0 18 0 23118795 9787879424 41859 33554432000 1073741824 1073778376 140734433393856 140734433384992 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16920/statm: 2389619 41859 2254 9 0 2380296 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 9558476

[startup+1.5009 s]
/proc/loadavg: 4.28 4.21 4.07 7/219 16942
/proc/meminfo: memFree=30241208/32872528 swapFree=338416/354768
[pid=16920] ppid=16917 vsize=9824732 CPUtime=4.12 cores=0,2,4,6
/proc/16920/stat : 16920 (java) S 16917 16920 14474 0 -1 4202496 20414 0 1 0 402 10 0 0 20 0 22 0 23118795 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140734433384992 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16920/statm: 2456183 53370 2286 9 0 2446860 0
[pid=16920/tid=16922] ppid=16917 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/16920/task/16922/stat : 16922 (java) S 16917 16920 14474 0 -1 4202560 2487 0 1 0 74 4 0 0 20 0 22 0 23118796 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140640487601016 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16923] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16923/stat : 16923 (java) S 16917 16920 14474 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 22 0 23118797 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140640331492392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16924] ppid=16917 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/16920/task/16924/stat : 16924 (java) S 16917 16920 14474 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 23118797 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140640330439592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16925] ppid=16917 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/16920/task/16925/stat : 16925 (java) S 16917 16920 14474 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 22 0 23118797 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140640329386792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16926] ppid=16917 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/16920/task/16926/stat : 16926 (java) S 16917 16920 14474 0 -1 4202560 29 0 0 0 2 1 0 0 20 0 22 0 23118797 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140640328333992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16927] ppid=16917 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/16920/task/16927/stat : 16927 (java) S 16917 16920 14474 0 -1 4202560 12 0 0 0 1 0 0 0 20 0 22 0 23118797 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140640327281192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16928] ppid=16917 vsize=9824732 CPUtime=0.01 cores=0,2,4,6
/proc/16920/task/16928/stat : 16928 (java) S 16917 16920 14474 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 22 0 23118797 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140640326228392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16929] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16929/stat : 16929 (java) S 16917 16920 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23118797 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140640325175592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16930] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16930/stat : 16930 (java) S 16917 16920 14474 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 23118797 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140640324122792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16931] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16931/stat : 16931 (java) S 16917 16920 14474 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 22 0 23118798 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140639841795048 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16932] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16932/stat : 16932 (java) S 16917 16920 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23118799 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140639840741112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16933] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16933/stat : 16933 (java) S 16917 16920 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23118799 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140639839688200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16934] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16934/stat : 16934 (java) S 16917 16920 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23118802 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140639838636688 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16935] ppid=16917 vsize=9824732 CPUtime=0.95 cores=0,2,4,6
/proc/16920/task/16935/stat : 16935 (java) S 16917 16920 14474 0 -1 4202560 8681 0 0 0 95 0 0 0 20 0 22 0 23118802 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140639837583800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16936] ppid=16917 vsize=9824732 CPUtime=0.91 cores=0,2,4,6
/proc/16920/task/16936/stat : 16936 (java) S 16917 16920 14474 0 -1 4202560 7761 0 0 0 89 2 0 0 20 0 22 0 23118802 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140639836531000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16937] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16937/stat : 16937 (java) S 16917 16920 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23118802 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140639835478392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16938] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16938/stat : 16938 (java) S 16917 16920 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23118802 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140639834425800 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16939] ppid=16917 vsize=9824732 CPUtime=0.6 cores=0,2,4,6
/proc/16920/task/16939/stat : 16939 (java) R 16917 16920 14474 0 -1 4202560 23 0 0 0 60 0 0 0 20 0 22 0 23118881 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140639833357744 140640332319937 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16940] ppid=16917 vsize=9824732 CPUtime=0.62 cores=0,2,4,6
/proc/16920/task/16940/stat : 16940 (java) R 16917 16920 14474 0 -1 4202560 24 0 0 0 62 0 0 0 20 0 22 0 23118881 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140639832318776 140640332403914 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16941] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16941/stat : 16941 (java) S 16917 16920 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23118891 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140639831266728 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16942] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16942/stat : 16942 (java) S 16917 16920 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23118892 10060525568 53370 33554432000 1073741824 1073778376 140734433393856 140639830213928 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.12
Current children cumulated vsize (KiB) 9824732

[startup+3.10094 s]
/proc/loadavg: 4.28 4.21 4.07 5/219 16942
/proc/meminfo: memFree=30193472/32872528 swapFree=338416/354768
[pid=16920] ppid=16917 vsize=9824732 CPUtime=8.29 cores=0,2,4,6
/proc/16920/stat : 16920 (java) S 16917 16920 14474 0 -1 4202496 26619 0 1 0 806 23 0 0 20 0 22 0 23118795 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140734433384992 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16920/statm: 2456183 106406 2290 9 0 2446860 0
[pid=16920/tid=16922] ppid=16917 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/16920/task/16922/stat : 16922 (java) S 16917 16920 14474 0 -1 4202560 2487 0 1 0 74 4 0 0 20 0 22 0 23118796 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140640487601016 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16923] ppid=16917 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/16920/task/16923/stat : 16923 (java) S 16917 16920 14474 0 -1 4202560 150 0 0 0 6 3 0 0 20 0 22 0 23118797 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140640331492392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16924] ppid=16917 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16920/task/16924/stat : 16924 (java) S 16917 16920 14474 0 -1 4202560 73 0 0 0 4 2 0 0 20 0 22 0 23118797 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140640330439592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16925] ppid=16917 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16920/task/16925/stat : 16925 (java) S 16917 16920 14474 0 -1 4202560 39 0 0 0 5 1 0 0 20 0 22 0 23118797 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140640329386792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16926] ppid=16917 vsize=9824732 CPUtime=0.07 cores=0,2,4,6
/proc/16920/task/16926/stat : 16926 (java) S 16917 16920 14474 0 -1 4202560 44 0 0 0 5 2 0 0 20 0 22 0 23118797 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140640328333992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16927] ppid=16917 vsize=9824732 CPUtime=0.11 cores=0,2,4,6
/proc/16920/task/16927/stat : 16927 (java) S 16917 16920 14474 0 -1 4202560 157 0 0 0 8 3 0 0 20 0 22 0 23118797 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140640327281192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16928] ppid=16917 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/16920/task/16928/stat : 16928 (java) S 16917 16920 14474 0 -1 4202560 114 0 0 0 8 2 0 0 20 0 22 0 23118797 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140640326228392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16929] ppid=16917 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/16920/task/16929/stat : 16929 (java) S 16917 16920 14474 0 -1 4202560 105 0 0 0 2 2 0 0 20 0 22 0 23118797 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140640325175592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16930] ppid=16917 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/16920/task/16930/stat : 16930 (java) S 16917 16920 14474 0 -1 4202560 57 0 0 0 7 2 0 0 20 0 22 0 23118797 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140640324122792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16931] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16931/stat : 16931 (java) S 16917 16920 14474 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 22 0 23118798 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140639841795048 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16932] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16932/stat : 16932 (java) S 16917 16920 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23118799 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140639840741112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16933] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16933/stat : 16933 (java) S 16917 16920 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23118799 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140639839688200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16934] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16934/stat : 16934 (java) S 16917 16920 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23118802 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140639838636688 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16935] ppid=16917 vsize=9824732 CPUtime=1.19 cores=0,2,4,6
/proc/16920/task/16935/stat : 16935 (java) S 16917 16920 14474 0 -1 4202560 11248 0 0 0 117 2 0 0 20 0 22 0 23118802 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140639837583800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16936] ppid=16917 vsize=9824732 CPUtime=1.42 cores=0,2,4,6
/proc/16920/task/16936/stat : 16936 (java) S 16917 16920 14474 0 -1 4202560 10579 0 0 0 140 2 0 0 20 0 22 0 23118802 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140639836531000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16937] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16937/stat : 16937 (java) S 16917 16920 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23118802 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140639835478392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16938] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16938/stat : 16938 (java) S 16917 16920 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23118802 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140639834425800 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16939] ppid=16917 vsize=9824732 CPUtime=2.05 cores=0,2,4,6
/proc/16920/task/16939/stat : 16939 (java) R 16917 16920 14474 0 -1 4202560 23 0 0 0 205 0 0 0 20 0 22 0 23118881 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140639833369824 140640332319848 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16940] ppid=16917 vsize=9824732 CPUtime=2.07 cores=0,2,4,6
/proc/16920/task/16940/stat : 16940 (java) R 16917 16920 14474 0 -1 4202560 79 0 0 0 207 0 0 0 20 0 22 0 23118881 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140639832317168 140640332403190 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16941] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16941/stat : 16941 (java) S 16917 16920 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23118891 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140639831266728 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16942] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16942/stat : 16942 (java) S 16917 16920 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23118892 10060525568 106406 33554432000 1073741824 1073778376 140734433393856 140639830213928 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 9824732

[startup+6.30096 s]
/proc/loadavg: 4.26 4.21 4.07 5/219 16942
/proc/meminfo: memFree=29726920/32872528 swapFree=338416/354768
[pid=16920] ppid=16917 vsize=9824732 CPUtime=15.1 cores=0,2,4,6
/proc/16920/stat : 16920 (java) S 16917 16920 14474 0 -1 4202496 32455 0 1 0 1470 40 0 0 20 0 22 0 23118795 10060525568 273693 33554432000 1073741824 1073778376 140734433393856 140734433384992 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16920/statm: 2456183 273693 2290 9 0 2446860 0
[pid=16920/tid=16922] ppid=16917 vsize=9824732 CPUtime=0.78 cores=0,2,4,6
/proc/16920/task/16922/stat : 16922 (java) S 16917 16920 14474 0 -1 4202560 2487 0 1 0 74 4 0 0 20 0 22 0 23118796 10060525568 273693 33554432000 1073741824 1073778376 140734433393856 140640487601016 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16923] ppid=16917 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/16920/task/16923/stat : 16923 (java) S 16917 16920 14474 0 -1 4202560 163 0 0 0 10 3 0 0 20 0 22 0 23118797 10060525568 273693 33554432000 1073741824 1073778376 140734433393856 140640331492392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16924] ppid=16917 vsize=9824732 CPUtime=0.09 cores=0,2,4,6
/proc/16920/task/16924/stat : 16924 (java) S 16917 16920 14474 0 -1 4202560 84 0 0 0 6 3 0 0 20 0 22 0 23118797 10060525568 273693 33554432000 1073741824 1073778376 140734433393856 140640330439592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16925] ppid=16917 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/16920/task/16925/stat : 16925 (java) S 16917 16920 14474 0 -1 4202560 61 0 0 0 8 2 0 0 20 0 22 0 23118797 10060525568 273693 33554432000 1073741824 1073778376 140734433393856 140640329386792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16926] ppid=16917 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/16920/task/16926/stat : 16926 (java) S 16917 16920 14474 0 -1 4202560 84 0 0 0 10 3 0 0 20 0 22 0 23118797 10060525568 273693 33554432000 1073741824 1073778376 140734433393856 140640328333992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16927] ppid=16917 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/16920/task/16927/stat : 16927 (java) S 16917 16920 14474 0 -1 4202560 166 0 0 0 9 4 0 0 20 0 22 0 23118797 10060525568 273693 33554432000 1073741824 1073778376 140734433393856 140640327281192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16928] ppid=16917 vsize=9824732 CPUtime=0.13 cores=0,2,4,6
/proc/16920/task/16928/stat : 16928 (java) S 16917 16920 14474 0 -1 4202560 124 0 0 0 10 3 0 0 20 0 22 0 23118797 10060525568 273693 33554432000 1073741824 1073778376 140734433393856 140640326228392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16929] ppid=16917 vsize=9824732 CPUtime=0.06 cores=0,2,4,6
/proc/16920/task/16929/stat : 16929 (java) S 16917 16920 14474 0 -1 4202560 117 0 0 0 4 2 0 0 20 0 22 0 23118797 10060525568 273693 33554432000 1073741824 1073778376 140734433393856 140640325175592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16930] ppid=16917 vsize=9824732 CPUtime=0.14 cores=0,2,4,6
/proc/16920/task/16930/stat : 16930 (java) S 16917 16920 14474 0 -1 4202560 79 0 0 0 11 3 0 0 20 0 22 0 23118797 10060525568 273693 33554432000 1073741824 1073778376 140734433393856 140640324122792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16931] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16931/stat : 16931 (java) S 16917 16920 14474 0 -1 4202560 471 0 0 0 0 0 0 0 20 0 22 0 23118798 10060525568 273693 33554432000 1073741824 1073778376 140734433393856 140639841795048 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16932] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16932/stat : 16932 (java) S 16917 16920 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23118799 10060525568 273693 33554432000 1073741824 1073778376 140734433393856 140639840741112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16933] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16933/stat : 16933 (java) S 16917 16920 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23118799 10060525568 273693 33554432000 1073741824 1073778376 140734433393856 140639839688200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16934] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16934/stat : 16934 (java) S 16917 16920 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23118802 10060525568 273693 33554432000 1073741824 1073778376 140734433393856 140639838636688 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16935] ppid=16917 vsize=9824732 CPUtime=1.23 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.29 4.21 4.12 5/220 17040
/proc/meminfo: memFree=26170384/32872528 swapFree=338416/354768
[pid=16920] ppid=16917 vsize=9824732 CPUtime=1774.89 cores=0,2,4,6
/proc/16920/stat : 16920 (java) S 16917 16920 14474 0 -1 4202496 42553 0 1 0 177309 180 0 0 20 0 22 0 23118795 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140734433384992 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16920/statm: 2456183 896861 2299 9 0 2446860 0
[pid=16920/tid=16922] ppid=16917 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/16920/task/16922/stat : 16922 (java) S 16917 16920 14474 0 -1 4202560 2498 0 1 0 77 5 0 0 20 0 22 0 23118796 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140640487601016 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16923] ppid=16917 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/16920/task/16923/stat : 16923 (java) S 16917 16920 14474 0 -1 4202560 777 0 0 0 282 14 0 0 20 0 22 0 23118797 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140640331492392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16924] ppid=16917 vsize=9824732 CPUtime=2.93 cores=0,2,4,6
/proc/16920/task/16924/stat : 16924 (java) S 16917 16920 14474 0 -1 4202560 601 0 0 0 281 12 0 0 20 0 22 0 23118797 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140640330439592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16925] ppid=16917 vsize=9824732 CPUtime=3.06 cores=0,2,4,6
/proc/16920/task/16925/stat : 16925 (java) S 16917 16920 14474 0 -1 4202560 543 0 0 0 291 15 0 0 20 0 22 0 23118797 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140640329386792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16926] ppid=16917 vsize=9824732 CPUtime=3.58 cores=0,2,4,6
/proc/16920/task/16926/stat : 16926 (java) S 16917 16920 14474 0 -1 4202560 668 0 0 0 340 18 0 0 20 0 22 0 23118797 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140640328333992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16927] ppid=16917 vsize=9824732 CPUtime=2.74 cores=0,2,4,6
/proc/16920/task/16927/stat : 16927 (java) S 16917 16920 14474 0 -1 4202560 683 0 0 0 261 13 0 0 20 0 22 0 23118797 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140640327281192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16928] ppid=16917 vsize=9824732 CPUtime=2.89 cores=0,2,4,6
/proc/16920/task/16928/stat : 16928 (java) S 16917 16920 14474 0 -1 4202560 883 0 0 0 274 15 0 0 20 0 22 0 23118797 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140640326228392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16929] ppid=16917 vsize=9824732 CPUtime=2.79 cores=0,2,4,6
/proc/16920/task/16929/stat : 16929 (java) S 16917 16920 14474 0 -1 4202560 933 0 0 0 266 13 0 0 20 0 22 0 23118797 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140640325175592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16930] ppid=16917 vsize=9824732 CPUtime=3.05 cores=0,2,4,6
/proc/16920/task/16930/stat : 16930 (java) S 16917 16920 14474 0 -1 4202560 1142 0 0 0 288 17 0 0 20 0 22 0 23118797 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140640324122792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16931] ppid=16917 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/16920/task/16931/stat : 16931 (java) S 16917 16920 14474 0 -1 4202560 2247 0 0 0 391 7 0 0 20 0 22 0 23118798 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140639841795048 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16932] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16932/stat : 16932 (java) S 16917 16920 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23118799 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140639840741112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16933] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16933/stat : 16933 (java) S 16917 16920 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23118799 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140639839688200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16934] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16934/stat : 16934 (java) S 16917 16920 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23118802 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140639838636688 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16935] ppid=16917 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/16920/task/16935/stat : 16935 (java) S 16917 16920 14474 0 -1 4202560 11751 0 0 0 156 2 0 0 20 0 22 0 23118802 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140639837583800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16936] ppid=16917 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/16920/task/16936/stat : 16936 (java) S 16917 16920 14474 0 -1 4202560 16624 0 0 0 207 3 0 0 20 0 22 0 23118802 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140639836531000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16937] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16937/stat : 16937 (java) S 16917 16920 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23118802 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140639835478392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16938] ppid=16917 vsize=9824732 CPUtime=0.37 cores=0,2,4,6
/proc/16920/task/16938/stat : 16938 (java) S 16917 16920 14474 0 -1 4202560 51 0 0 0 19 18 0 0 20 0 22 0 23118802 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140639834425800 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16939] ppid=16917 vsize=9824732 CPUtime=871.15 cores=0,2,4,6
/proc/16920/task/16939/stat : 16939 (java) R 16917 16920 14474 0 -1 4202560 63 0 0 0 87100 15 0 0 20 0 22 0 23118881 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140639833369904 140640332435301 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16940] ppid=16917 vsize=9824732 CPUtime=871.13 cores=0,2,4,6
/proc/16920/task/16940/stat : 16940 (java) R 16917 16920 14474 0 -1 4202560 1823 0 0 0 87063 50 0 0 20 0 22 0 23118881 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140639832317744 140640332334487 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16941] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16941/stat : 16941 (java) S 16917 16920 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23118891 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140639831266728 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16942] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16942/stat : 16942 (java) S 16917 16920 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23118892 10060525568 896861 33554432000 1073741824 1073778376 140734433393856 140639830213928 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1774.89
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+894.901 s]
/proc/loadavg: 4.30 4.21 4.12 5/220 17040
/proc/meminfo: memFree=26176332/32872528 swapFree=338416/354768
[pid=16920] ppid=16917 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/16920/stat : 16920 (java) S 16917 16920 14474 0 -1 4202496 42559 0 1 0 179837 181 0 0 20 0 22 0 23118795 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140734433384992 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16920/statm: 2456183 897884 2299 9 0 2446860 0
[pid=16920/tid=16922] ppid=16917 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/16920/task/16922/stat : 16922 (java) S 16917 16920 14474 0 -1 4202560 2498 0 1 0 77 5 0 0 20 0 22 0 23118796 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140640487601016 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16923] ppid=16917 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/16920/task/16923/stat : 16923 (java) S 16917 16920 14474 0 -1 4202560 777 0 0 0 287 14 0 0 20 0 22 0 23118797 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140640331492392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16924] ppid=16917 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/16920/task/16924/stat : 16924 (java) S 16917 16920 14474 0 -1 4202560 601 0 0 0 284 12 0 0 20 0 22 0 23118797 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140640330439592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16925] ppid=16917 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/16920/task/16925/stat : 16925 (java) S 16917 16920 14474 0 -1 4202560 543 0 0 0 293 15 0 0 20 0 22 0 23118797 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140640329386792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16926] ppid=16917 vsize=9824732 CPUtime=3.59 cores=0,2,4,6
/proc/16920/task/16926/stat : 16926 (java) S 16917 16920 14474 0 -1 4202560 670 0 0 0 341 18 0 0 20 0 22 0 23118797 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140640328333992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16927] ppid=16917 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/16920/task/16927/stat : 16927 (java) S 16917 16920 14474 0 -1 4202560 683 0 0 0 264 13 0 0 20 0 22 0 23118797 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140640327281192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16928] ppid=16917 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/16920/task/16928/stat : 16928 (java) S 16917 16920 14474 0 -1 4202560 885 0 0 0 277 15 0 0 20 0 22 0 23118797 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140640326228392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16929] ppid=16917 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/16920/task/16929/stat : 16929 (java) S 16917 16920 14474 0 -1 4202560 933 0 0 0 268 13 0 0 20 0 22 0 23118797 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140640325175592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16930] ppid=16917 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/16920/task/16930/stat : 16930 (java) S 16917 16920 14474 0 -1 4202560 1143 0 0 0 291 17 0 0 20 0 22 0 23118797 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140640324122792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16931] ppid=16917 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/16920/task/16931/stat : 16931 (java) S 16917 16920 14474 0 -1 4202560 2247 0 0 0 391 7 0 0 20 0 22 0 23118798 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639841795048 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16932] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16932/stat : 16932 (java) S 16917 16920 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23118799 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639840741112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16933] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16933/stat : 16933 (java) S 16917 16920 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23118799 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639839688200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16934] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16934/stat : 16934 (java) S 16917 16920 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23118802 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639838636688 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16935] ppid=16917 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/16920/task/16935/stat : 16935 (java) S 16917 16920 14474 0 -1 4202560 11751 0 0 0 156 2 0 0 20 0 22 0 23118802 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639837583800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16936] ppid=16917 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/16920/task/16936/stat : 16936 (java) S 16917 16920 14474 0 -1 4202560 16624 0 0 0 207 3 0 0 20 0 22 0 23118802 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639836531000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16937] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16937/stat : 16937 (java) S 16917 16920 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23118802 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639835478392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16938] ppid=16917 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/16920/task/16938/stat : 16938 (java) S 16917 16920 14474 0 -1 4202560 51 0 0 0 20 18 0 0 20 0 22 0 23118802 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639834425800 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16939] ppid=16917 vsize=9824732 CPUtime=883.69 cores=0,2,4,6
/proc/16920/task/16939/stat : 16939 (java) R 16917 16920 14474 0 -1 4202560 64 0 0 0 88354 15 0 0 20 0 22 0 23118881 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639833370688 140640332425377 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16940] ppid=16917 vsize=9824732 CPUtime=883.67 cores=0,2,4,6
/proc/16920/task/16940/stat : 16940 (java) R 16917 16920 14474 0 -1 4202560 1823 0 0 0 88317 50 0 0 20 0 22 0 23118881 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639832316960 140640332403889 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16941] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16941/stat : 16941 (java) S 16917 16920 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23118891 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639831266728 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16942] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16942/stat : 16942 (java) S 16917 16920 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23118892 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639830213928 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 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 16920 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+894.901 s]
/proc/loadavg: 4.30 4.21 4.12 5/220 17040
/proc/meminfo: memFree=26176332/32872528 swapFree=338416/354768
[pid=16920] ppid=16917 vsize=9824732 CPUtime=1800.18 cores=0,2,4,6
/proc/16920/stat : 16920 (java) S 16917 16920 14474 0 -1 4202496 42559 0 1 0 179837 181 0 0 20 0 22 0 23118795 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140734433384992 242170757181 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/16920/statm: 2456183 897884 2299 9 0 2446860 0
[pid=16920/tid=16922] ppid=16917 vsize=9824732 CPUtime=0.82 cores=0,2,4,6
/proc/16920/task/16922/stat : 16922 (java) S 16917 16920 14474 0 -1 4202560 2498 0 1 0 77 5 0 0 20 0 22 0 23118796 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140640487601016 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16923] ppid=16917 vsize=9824732 CPUtime=3.01 cores=0,2,4,6
/proc/16920/task/16923/stat : 16923 (java) S 16917 16920 14474 0 -1 4202560 777 0 0 0 287 14 0 0 20 0 22 0 23118797 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140640331492392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16924] ppid=16917 vsize=9824732 CPUtime=2.96 cores=0,2,4,6
/proc/16920/task/16924/stat : 16924 (java) S 16917 16920 14474 0 -1 4202560 601 0 0 0 284 12 0 0 20 0 22 0 23118797 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140640330439592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16925] ppid=16917 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/16920/task/16925/stat : 16925 (java) S 16917 16920 14474 0 -1 4202560 543 0 0 0 293 15 0 0 20 0 22 0 23118797 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140640329386792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16926] ppid=16917 vsize=9824732 CPUtime=3.59 cores=0,2,4,6
/proc/16920/task/16926/stat : 16926 (java) S 16917 16920 14474 0 -1 4202560 670 0 0 0 341 18 0 0 20 0 22 0 23118797 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140640328333992 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16927] ppid=16917 vsize=9824732 CPUtime=2.77 cores=0,2,4,6
/proc/16920/task/16927/stat : 16927 (java) S 16917 16920 14474 0 -1 4202560 683 0 0 0 264 13 0 0 20 0 22 0 23118797 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140640327281192 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16928] ppid=16917 vsize=9824732 CPUtime=2.92 cores=0,2,4,6
/proc/16920/task/16928/stat : 16928 (java) S 16917 16920 14474 0 -1 4202560 885 0 0 0 277 15 0 0 20 0 22 0 23118797 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140640326228392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16929] ppid=16917 vsize=9824732 CPUtime=2.81 cores=0,2,4,6
/proc/16920/task/16929/stat : 16929 (java) S 16917 16920 14474 0 -1 4202560 933 0 0 0 268 13 0 0 20 0 22 0 23118797 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140640325175592 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16930] ppid=16917 vsize=9824732 CPUtime=3.08 cores=0,2,4,6
/proc/16920/task/16930/stat : 16930 (java) S 16917 16920 14474 0 -1 4202560 1143 0 0 0 291 17 0 0 20 0 22 0 23118797 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140640324122792 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16931] ppid=16917 vsize=9824732 CPUtime=3.98 cores=0,2,4,6
/proc/16920/task/16931/stat : 16931 (java) S 16917 16920 14474 0 -1 4202560 2247 0 0 0 391 7 0 0 20 0 22 0 23118798 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639841795048 242170771369 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16932] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16932/stat : 16932 (java) S 16917 16920 14474 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 23118799 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639840741112 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16933] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16933/stat : 16933 (java) S 16917 16920 14474 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 23118799 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639839688200 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16934] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16934/stat : 16934 (java) S 16917 16920 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23118802 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639838636688 242170779424 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16935] ppid=16917 vsize=9824732 CPUtime=1.58 cores=0,2,4,6
/proc/16920/task/16935/stat : 16935 (java) S 16917 16920 14474 0 -1 4202560 11751 0 0 0 156 2 0 0 20 0 22 0 23118802 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639837583800 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=16920/tid=16936] ppid=16917 vsize=9824732 CPUtime=2.1 cores=0,2,4,6
/proc/16920/task/16936/stat : 16936 (java) S 16917 16920 14474 0 -1 4202560 16624 0 0 0 207 3 0 0 20 0 22 0 23118802 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639836531000 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16937] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16937/stat : 16937 (java) S 16917 16920 14474 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23118802 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639835478392 242170770492 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=16920/tid=16938] ppid=16917 vsize=9824732 CPUtime=0.38 cores=0,2,4,6
/proc/16920/task/16938/stat : 16938 (java) S 16917 16920 14474 0 -1 4202560 51 0 0 0 20 18 0 0 20 0 22 0 23118802 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639834425800 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16939] ppid=16917 vsize=9824732 CPUtime=883.69 cores=0,2,4,6
/proc/16920/task/16939/stat : 16939 (java) R 16917 16920 14474 0 -1 4202560 64 0 0 0 88354 15 0 0 20 0 22 0 23118881 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639833370688 140640332425377 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=16920/tid=16940] ppid=16917 vsize=9824732 CPUtime=883.67 cores=0,2,4,6
/proc/16920/task/16940/stat : 16940 (java) R 16917 16920 14474 0 -1 4202560 1823 0 0 0 88317 50 0 0 20 0 22 0 23118881 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639832316960 140640332403889 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16941] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16941/stat : 16941 (java) S 16917 16920 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23118891 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639831266728 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=16920/tid=16942] ppid=16917 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/16920/task/16942/stat : 16942 (java) S 16917 16920 14474 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23118892 10060525568 897884 33554432000 1073741824 1073778376 140734433393856 140639830213928 242170771369 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 894.975
CPU time (s): 1800.86
CPU user time (s): 1798.52
CPU system time (s): 2.33964
CPU usage (%): 201.219
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.52
system time used= 2.33964
maximum resident set size= 3600312
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42593
page faults= 1
swaps= 0
block input operations= 0
block output operations= 968
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23554
involuntary context switches= 24334

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.02408 second user time and 7.12392 second system time

The end

Launcher Data

Begin job on node126 at 2016-06-18 02:45:21
IDJOB=4100690
IDBENCH=1649
IDSOLVER=2543
FILE ID=node126/4100690-1466210720
RUNJOBID= node126-1466206074-14490
PBS_JOBID= 19918151
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= 78fcc08f79c3a8f3db518f692b6ae82d
RANDOM SEED=1545440174

node126.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.121
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	: 5332.24
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.121
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.121
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.121
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:        30446868 kB
Buffers:           45264 kB
Cached:            89612 kB
SwapCached:         1060 kB
Active:          1280156 kB
Inactive:          87556 kB
Active(anon):    1233944 kB
Inactive(anon):      960 kB
Active(file):      46212 kB
Inactive(file):    86596 kB
Unevictable:      354768 kB
Mlocked:          338416 kB
SwapTotal:      67108856 kB
SwapFree:       67100072 kB
Dirty:              2040 kB
Writeback:             0 kB
AnonPages:       1586408 kB
Mapped:            15400 kB
Shmem:                 0 kB
Slab:             571256 kB
SReclaimable:      15332 kB
SUnreclaim:       555924 kB
KernelStack:        1632 kB
PageTables:         7600 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1957356 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1204224 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 node126 at 2016-06-18 03:00:16