Trace number 4080564

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 NameAnswerCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.78 895.975

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K87.opb
MD5SUM800363f05bcd3a7fdae42567bbf8c0cf
Bench CategoryDEC-SMALLINT-LIN (no optimisation, small integers, linear constraints)
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 FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables5916
Total number of constraints6092
Number of constraints which are clauses6005
Number of constraints which are cardinality constraints (but not clauses)87
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint87
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 88
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4080564-1465272884.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.77/0.45	c ... done. Wall clock time 0.329s.
0.77/0.45	c declared #vars     5916
0.77/0.45	c #constraints  6092
0.77/0.45	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.77/0.45	c constraints type 
0.77/0.45	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4885
0.77/0.45	c org.sat4j.minisat.constraints.card.MinWatchCard => 87
0.77/0.45	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.77/0.45	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1118
0.77/0.45	c 6092 constraints processed.
0.77/0.45	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.77/0.45	c constraints type 
0.77/0.45	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1118
0.77/0.45	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4885
0.77/0.45	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 87
0.77/0.45	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.77/0.45	c 6092 constraints processed.
5.95/1.97	c cleaning 2495 clauses out of 4992 with flag 24811/5000
8.98/3.39	c cleaning 4229 clauses out of 8489 with flag 62130/11004
12.53/5.06	c cleaning 5624 clauses out of 11255 with flag 110910/18002
16.99/7.17	c cleaning 6792 clauses out of 13628 with flag 165383/26001
21.40/9.34	c cleaning 7917 clauses out of 15834 with flag 223401/35000
26.11/11.67	c cleaning 8903 clauses out of 17917 with flag 283449/45000
31.64/14.35	c cleaning 9809 clauses out of 20013 with flag 351478/56000
37.43/17.26	c cleaning 10268 clauses out of 22196 with flag 418093/68000
44.03/20.55	c cleaning 11028 clauses out of 24923 with flag 496880/81001
52.01/24.45	c cleaning 12035 clauses out of 27895 with flag 581170/95002
60.21/28.57	c cleaning 12791 clauses out of 30857 with flag 671970/110002
69.60/33.16	c cleaning 13617 clauses out of 34067 with flag 768798/126004
78.78/37.78	c cleaning 14638 clauses out of 37446 with flag 879016/143002
89.76/43.16	c cleaning 15412 clauses out of 40805 with flag 988888/161000
101.12/48.76	c cleaning 16408 clauses out of 44389 with flag 1107701/180001
113.12/54.78	c cleaning 17259 clauses out of 47977 with flag 1230649/200000
125.62/60.95	c cleaning 17967 clauses out of 51715 with flag 1366552/221000
139.73/67.91	c cleaning 19118 clauses out of 55748 with flag 1507568/243000
154.34/75.24	c cleaning 20118 clauses out of 59630 with flag 1660324/266000
170.12/83.42	c cleaning 20610 clauses out of 63508 with flag 1818593/290000
186.21/91.42	c cleaning 21644 clauses out of 67900 with flag 1989476/315004
203.46/100.02	c cleaning 22738 clauses out of 72245 with flag 2166181/341000
221.35/109.00	c cleaning 23469 clauses out of 76505 with flag 2355039/368000
237.68/117.01	c cleaning 0 clauses out of 5002 with flag 0/5002
240.86/118.59	c cleaning 24650 clauses out of 81036 with flag 2549847/396001
261.86/128.90	c cleaning 25421 clauses out of 85383 with flag 2760810/425000
283.98/139.93	c cleaning 26303 clauses out of 89966 with flag 2977256/455004
306.73/151.24	c cleaning 27174 clauses out of 94659 with flag 3191931/486000
330.15/162.82	c cleaning 28242 clauses out of 99485 with flag 3422245/518000
354.51/174.91	c cleaning 29154 clauses out of 104245 with flag 3667310/551002
379.63/187.36	c cleaning 29717 clauses out of 109089 with flag 3917671/585000
407.72/201.86	c cleaning 31009 clauses out of 114371 with flag 4185151/620000
436.84/216.36	c cleaning 31886 clauses out of 119367 with flag 4466817/656005
466.78/231.29	c cleaning 32734 clauses out of 124475 with flag 4761588/693000
499.34/247.30	c cleaning 33825 clauses out of 129742 with flag 5059150/731001
533.43/264.15	c cleaning 34979 clauses out of 134914 with flag 5372619/770000
566.09/280.30	c cleaning 35983 clauses out of 139938 with flag 5694563/810003
597.30/295.91	c cleaning 36872 clauses out of 144951 with flag 6032901/851000
630.17/312.24	c cleaning 37953 clauses out of 150081 with flag 6397586/893002
662.57/328.49	c cleaning 38783 clauses out of 155126 with flag 6750941/936001
698.77/346.56	c cleaning 39858 clauses out of 160342 with flag 7144829/980000
736.76/365.57	c cleaning 41131 clauses out of 165484 with flag 7554331/1025000
774.77/384.58	c cleaning 41981 clauses out of 170353 with flag 7986555/1071000
814.76/404.57	c cleaning 42984 clauses out of 175369 with flag 8403276/1118000
856.16/425.28	c cleaning 44091 clauses out of 180386 with flag 8897124/1166001
900.15/447.28	c cleaning 45079 clauses out of 185294 with flag 9365422/1215000
949.43/471.65	c cleaning 45956 clauses out of 190215 with flag 9890397/1265000
1002.52/497.82	c cleaning 46967 clauses out of 195258 with flag 10383949/1316001
1057.37/525.79	c cleaning 48008 clauses out of 200290 with flag 10903856/1368001
1111.31/552.68	c cleaning 49378 clauses out of 205281 with flag 11505594/1421000
1161.99/577.98	c cleaning 50310 clauses out of 209904 with flag 12062221/1475001
1219.83/606.62	c cleaning 51446 clauses out of 214593 with flag 12636546/1530000
1285.15/639.09	c cleaning 52516 clauses out of 219147 with flag 13206730/1586000
1351.37/671.90	c cleaning 53285 clauses out of 223632 with flag 13789584/1643002
1420.70/706.35	c cleaning 54592 clauses out of 228348 with flag 14403574/1701003
1491.75/741.68	c cleaning 55559 clauses out of 232753 with flag 15069327/1760000
1563.14/777.06	c cleaning 56359 clauses out of 237194 with flag 15711365/1820000
1637.86/815.46	c cleaning 57481 clauses out of 241836 with flag 16413330/1881001
1711.28/851.84	c cleaning 59001 clauses out of 246356 with flag 17088201/1943002
1789.45/890.64	c cleaning 59660 clauses out of 250353 with flag 17793273/2006000
1800.14/895.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/895.90	c starts		: 15557
1800.14/895.90	c conflicts		: 2018116
1800.14/895.90	c decisions		: 26705203
1800.14/895.90	c propagations		: 728063140
1800.14/895.90	c inspects		: 5342941867
1800.14/895.90	c shortcuts		: 0
1800.14/895.90	c learnt literals	: 91
1800.14/895.90	c learnt binary clauses	: 69988
1800.14/895.90	c learnt ternary clauses	: 77913
1800.14/895.90	c learnt constraints	: 2018025
1800.14/895.90	c ignored constraints	: 0
1800.14/895.90	c root simplifications	: 0
1800.14/895.90	c removed literals (reason simplification)	: 35904596
1800.14/895.90	c reason swapping (by a shorter reason)	: 0
1800.14/895.90	c Calls to reduceDB	: 59
1800.14/895.90	c Number of update (reduction) of LBD	: 1717249
1800.14/895.90	c Imported unit clauses	: 0
1800.14/895.90	c number of reductions to clauses (during analyze)	: 0
1800.14/895.90	c number of learned constraints concerned by reduction	: 0
1800.14/895.90	c number of learning phase by resolution	: 0
1800.14/895.90	c number of learning phase by cutting planes	: 0
1800.14/895.90	c speed (assignments/second)	: 813081.3669750077
1800.14/895.90	c non guided choices	3964
1800.14/895.95	c learnt constraints type 
1800.14/895.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 69988
1800.14/895.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 132821
1800.14/895.95	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.14/895.95	c starts		: 34
1800.14/895.95	c conflicts		: 10099
1800.14/895.95	c decisions		: 88172
1800.14/895.95	c propagations		: 2999791
1800.14/895.95	c inspects		: 674687156
1800.14/895.95	c shortcuts		: 0
1800.14/895.95	c learnt literals	: 0
1800.14/895.95	c learnt binary clauses	: 0
1800.14/895.95	c learnt ternary clauses	: 0
1800.14/895.95	c learnt constraints	: 10098
1800.14/895.95	c ignored constraints	: 0
1800.14/895.95	c root simplifications	: 0
1800.14/895.95	c removed literals (reason simplification)	: 0
1800.14/895.95	c reason swapping (by a shorter reason)	: 0
1800.14/895.95	c Calls to reduceDB	: 1
1800.14/895.95	c Number of update (reduction) of LBD	: 0
1800.14/895.95	c Imported unit clauses	: 0
1800.14/895.95	c number of reductions to clauses (during analyze)	: 0
1800.14/895.95	c number of learned constraints concerned by reduction	: 0
1800.14/895.95	c number of learning phase by resolution	: 0
1800.14/895.95	c number of learning phase by cutting planes	: 0
1800.14/895.95	c speed (assignments/second)	: 3349.902734381107
1800.14/895.95	c non guided choices	1905
1800.14/895.95	c learnt constraints type 
1800.14/895.95	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 247
1800.14/895.95	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 1001
1800.14/895.95	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8850
1800.14/895.95	s UNKNOWN
1800.14/895.95	c Total wall clock time (in seconds): 895.833

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-4080564-1465272884/watcher-4080564-1465272884 -o /tmp/evaluation-result-4080564-1465272884/solver-4080564-1465272884 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465261736-14348 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4080564-1465272884.opb 

pid=18011
running on 4 cores: 1,3,5,7

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


[startup+0 s]
/proc/loadavg: 3.86 3.99 3.97 3/197 18014
/proc/meminfo: memFree=28284680/32872528 swapFree=9100/9100
[pid=18014] ppid=18011 vsize=2500 CPUtime=0 cores=1,3,5,7
/proc/18014/stat : 18014 (java) R 18011 18014 14331 0 -1 4202496 373 0 0 0 0 0 0 0 20 0 1 0 109219596 2560000 44 33554432000 1073741824 1073778376 140735830284048 140733832544984 243756265258 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/18014/statm: 625 46 37 9 0 29 0

[startup+0.100163 s]
/proc/loadavg: 3.86 3.99 3.97 3/197 18014
/proc/meminfo: memFree=28284680/32872528 swapFree=9100/9100
[pid=18014] ppid=18011 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/18014/stat : 18014 (java) S 18011 18014 14331 0 -1 4202496 4407 0 1 0 8 1 0 0 20 0 18 0 109219596 9787879424 6044 33554432000 1073741824 1073778376 140735830284048 140735830275184 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18014/statm: 2389619 6044 2126 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200231 s]
/proc/loadavg: 3.86 3.99 3.97 3/197 18014
/proc/meminfo: memFree=28284680/32872528 swapFree=9100/9100
[pid=18014] ppid=18011 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/18014/stat : 18014 (java) S 18011 18014 14331 0 -1 4202496 6209 0 1 0 25 2 0 0 20 0 18 0 109219596 9787879424 7854 33554432000 1073741824 1073778376 140735830284048 140735830275184 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18014/statm: 2389619 7854 2209 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.30024 s]
/proc/loadavg: 3.86 3.99 3.97 3/197 18014
/proc/meminfo: memFree=28284680/32872528 swapFree=9100/9100
[pid=18014] ppid=18011 vsize=9558476 CPUtime=0.54 cores=1,3,5,7
/proc/18014/stat : 18014 (java) S 18011 18014 14331 0 -1 4202496 7255 0 1 0 52 2 0 0 20 0 18 0 109219596 9787879424 9969 33554432000 1073741824 1073778376 140735830284048 140735830275184 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18014/statm: 2389619 9969 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.54
Current children cumulated vsize (KiB) 9558476

[startup+0.700215 s]
/proc/loadavg: 3.86 3.99 3.97 3/197 18014
/proc/meminfo: memFree=28284680/32872528 swapFree=9100/9100
[pid=18014] ppid=18011 vsize=9824732 CPUtime=1.91 cores=1,3,5,7
/proc/18014/stat : 18014 (java) S 18011 18014 14331 0 -1 4202496 20726 0 1 0 186 5 0 0 20 0 22 0 109219596 10060525568 29076 33554432000 1073741824 1073778376 140735830284048 140735830275184 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18014/statm: 2456183 29076 2253 9 0 2446860 0
Current children cumulated CPU time (s) 1.91
Current children cumulated vsize (KiB) 9824732

[startup+1.50097 s]
/proc/loadavg: 3.86 3.99 3.97 7/219 18036
/proc/meminfo: memFree=28161200/32872528 swapFree=9100/9100
[pid=18014] ppid=18011 vsize=9824732 CPUtime=5.06 cores=1,3,5,7
/proc/18014/stat : 18014 (java) S 18011 18014 14331 0 -1 4202496 25502 0 1 0 499 7 0 0 20 0 22 0 109219596 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140735830275184 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18014/statm: 2456183 41379 2275 9 0 2446860 0
[pid=18014/tid=18016] ppid=18011 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/18014/task/18016/stat : 18016 (java) S 18011 18014 14331 0 -1 4202560 2501 0 1 0 40 2 0 0 20 0 22 0 109219597 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140016177156984 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18014/tid=18017] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18017/stat : 18017 (java) S 18011 18014 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109219598 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140016138647848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18018] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18018/stat : 18018 (java) S 18011 18014 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109219598 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140016137595048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18019] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18019/stat : 18019 (java) S 18011 18014 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109219598 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140016136542760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18014/tid=18020] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18020/stat : 18020 (java) S 18011 18014 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109219598 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140016017729960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18014/tid=18021] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18021/stat : 18021 (java) S 18011 18014 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109219598 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140016016677672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18022] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18022/stat : 18022 (java) S 18011 18014 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109219598 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140016015624872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18014/tid=18023] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18023/stat : 18023 (java) S 18011 18014 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109219598 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140016014572584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18024] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18024/stat : 18024 (java) S 18011 18014 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109219598 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140016013519784 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18025] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18025/stat : 18025 (java) S 18011 18014 14331 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 109219599 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140015531190504 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18026] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18026/stat : 18026 (java) S 18011 18014 14331 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 109219599 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140015530136568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18027] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18027/stat : 18027 (java) S 18011 18014 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109219599 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140015529084168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18028] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18028/stat : 18028 (java) S 18011 18014 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109219602 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140015528032656 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18029] ppid=18011 vsize=9824732 CPUtime=1.26 cores=1,3,5,7
/proc/18014/task/18029/stat : 18029 (java) S 18011 18014 14331 0 -1 4202560 10889 0 0 0 124 2 0 0 20 0 22 0 109219602 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140015526980280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18030] ppid=18011 vsize=9824732 CPUtime=1.27 cores=1,3,5,7
/proc/18014/task/18030/stat : 18030 (java) S 18011 18014 14331 0 -1 4202560 10736 0 0 0 125 2 0 0 20 0 22 0 109219602 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140015525927480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18014/tid=18031] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18031/stat : 18031 (java) S 18011 18014 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109219602 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140015524875384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18014/tid=18032] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18032/stat : 18032 (java) S 18011 18014 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109219602 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140015523822792 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18033] ppid=18011 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/18014/task/18033/stat : 18033 (java) R 18011 18014 14331 0 -1 4202560 24 0 0 0 103 0 0 0 20 0 22 0 109219641 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140015521170160 140016018570207 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18034] ppid=18011 vsize=9824732 CPUtime=1.03 cores=1,3,5,7
/proc/18014/task/18034/stat : 18034 (java) R 18011 18014 14331 0 -1 4202560 73 0 0 0 103 0 0 0 20 0 22 0 109219641 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140015520116736 140016018683400 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18014/tid=18035] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18035/stat : 18035 (java) S 18011 18014 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109219642 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140015519065256 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18036] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18036/stat : 18036 (java) S 18011 18014 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109219643 10060525568 41379 33554432000 1073741824 1073778376 140735830284048 140015518012456 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 5.06
Current children cumulated vsize (KiB) 9824732

[startup+3.10099 s]
/proc/loadavg: 3.86 3.99 3.97 5/219 18036
/proc/meminfo: memFree=28070708/32872528 swapFree=9100/9100
[pid=18014] ppid=18011 vsize=9824732 CPUtime=8.56 cores=1,3,5,7
/proc/18014/stat : 18014 (java) S 18011 18014 14331 0 -1 4202496 25895 0 1 0 841 15 0 0 20 0 22 0 109219596 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140735830275184 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18014/statm: 2456183 90751 2292 9 0 2446860 0
[pid=18014/tid=18016] ppid=18011 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/18014/task/18016/stat : 18016 (java) S 18011 18014 14331 0 -1 4202560 2501 0 1 0 40 2 0 0 20 0 22 0 109219597 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140016177156984 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18014/tid=18017] ppid=18011 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18014/task/18017/stat : 18017 (java) S 18011 18014 14331 0 -1 4202560 22 0 0 0 2 1 0 0 20 0 22 0 109219598 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140016138647848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18018] ppid=18011 vsize=9824732 CPUtime=0.04 cores=1,3,5,7
/proc/18014/task/18018/stat : 18018 (java) S 18011 18014 14331 0 -1 4202560 22 0 0 0 4 0 0 0 20 0 22 0 109219598 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140016137595048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18014/tid=18019] ppid=18011 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18014/task/18019/stat : 18019 (java) S 18011 18014 14331 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 22 0 109219598 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140016136542760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18014/tid=18020] ppid=18011 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18014/task/18020/stat : 18020 (java) S 18011 18014 14331 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 109219598 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140016017729960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18021] ppid=18011 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18014/task/18021/stat : 18021 (java) S 18011 18014 14331 0 -1 4202560 9 0 0 0 2 0 0 0 20 0 22 0 109219598 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140016016677672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18022] ppid=18011 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18014/task/18022/stat : 18022 (java) S 18011 18014 14331 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 22 0 109219598 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140016015624872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18023] ppid=18011 vsize=9824732 CPUtime=0.02 cores=1,3,5,7
/proc/18014/task/18023/stat : 18023 (java) S 18011 18014 14331 0 -1 4202560 10 0 0 0 2 0 0 0 20 0 22 0 109219598 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140016014572584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18014/tid=18024] ppid=18011 vsize=9824732 CPUtime=0.01 cores=1,3,5,7
/proc/18014/task/18024/stat : 18024 (java) S 18011 18014 14331 0 -1 4202560 6 0 0 0 1 0 0 0 20 0 22 0 109219598 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140016013519784 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18025] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18025/stat : 18025 (java) S 18011 18014 14331 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 22 0 109219599 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140015531190504 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18026] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18026/stat : 18026 (java) S 18011 18014 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109219599 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140015530136568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18027] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18027/stat : 18027 (java) S 18011 18014 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109219599 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140015529084168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18028] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18028/stat : 18028 (java) S 18011 18014 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109219602 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140015528032656 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18029] ppid=18011 vsize=9824732 CPUtime=1.31 cores=1,3,5,7
/proc/18014/task/18029/stat : 18029 (java) S 18011 18014 14331 0 -1 4202560 10893 0 0 0 129 2 0 0 20 0 22 0 109219602 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140015526980280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18030] ppid=18011 vsize=9824732 CPUtime=1.38 cores=1,3,5,7
/proc/18014/task/18030/stat : 18030 (java) S 18011 18014 14331 0 -1 4202560 10741 0 0 0 136 2 0 0 20 0 22 0 109219602 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140015525927480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18014/tid=18031] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18031/stat : 18031 (java) S 18011 18014 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109219602 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140015524875384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18014/tid=18032] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18032/stat : 18032 (java) S 18011 18014 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109219602 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140015523822792 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18033] ppid=18011 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/18014/task/18033/stat : 18033 (java) R 18011 18014 14331 0 -1 4202560 26 0 0 0 254 0 0 0 20 0 22 0 109219641 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140015521168728 140016018473067 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18034] ppid=18011 vsize=9824732 CPUtime=2.54 cores=1,3,5,7
/proc/18014/task/18034/stat : 18034 (java) R 18011 18014 14331 0 -1 4202560 146 0 0 0 251 3 0 0 20 0 22 0 109219641 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140015520115568 140016018651516 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=18014/tid=18035] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18035/stat : 18035 (java) S 18011 18014 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109219642 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140015519065256 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18036] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18036/stat : 18036 (java) S 18011 18014 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109219643 10060525568 90751 33554432000 1073741824 1073778376 140735830284048 140015518012456 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.56
Current children cumulated vsize (KiB) 9824732

[startup+6.30103 s]
/proc/loadavg: 3.87 3.99 3.97 5/219 18036
/proc/meminfo: memFree=27654428/32872528 swapFree=9100/9100
[pid=18014] ppid=18011 vsize=9824732 CPUtime=15.28 cores=1,3,5,7
/proc/18014/stat : 18014 (java) S 18011 18014 14331 0 -1 4202496 26466 0 1 0 1506 22 0 0 20 0 22 0 109219596 10060525568 159304 33554432000 1073741824 1073778376 140735830284048 140735830275184 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18014/statm: 2456183 159304 2292 9 0 2446860 0
[pid=18014/tid=18016] ppid=18011 vsize=9824732 CPUtime=0.42 cores=1,3,5,7
/proc/18014/task/18016/stat : 18016 (java) S 18011 18014 14331 0 -1 4202560 2501 0 1 0 40 2 0 0 20 0 22 0 109219597 10060525568 159304 33554432000 1073741824 1073778376 140735830284048 140016177156984 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18014/tid=18017] ppid=18011 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/18014/task/18017/stat : 18017 (java) S 18011 18014 14331 0 -1 4202560 48 0 0 0 6 2 0 0 20 0 22 0 109219598 10060525568 159304 33554432000 1073741824 1073778376 140735830284048 140016138647848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18018] ppid=18011 vsize=9824732 CPUtime=0.09 cores=1,3,5,7
/proc/18014/task/18018/stat : 18018 (java) S 18011 18014 14331 0 -1 4202560 60 0 0 0 7 2 0 0 20 0 22 0 109219598 10060525568 159304 33554432000 1073741824 1073778376 140735830284048 140016137595048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18019] ppid=18011 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/18014/task/18019/stat : 18019 (java) S 18011 18014 14331 0 -1 4202560 33 0 0 0 4 2 0 0 20 0 22 0 109219598 10060525568 159304 33554432000 1073741824 1073778376 140735830284048 140016136542760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18014/tid=18020] ppid=18011 vsize=9824732 CPUtime=0.08 cores=1,3,5,7
/proc/18014/task/18020/stat : 18020 (java) S 18011 18014 14331 0 -1 4202560 42 0 0 0 6 2 0 0 20 0 22 0 109219598 10060525568 159304 33554432000 1073741824 1073778376 140735830284048 140016017729960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18021] ppid=18011 vsize=9824732 CPUtime=0.06 cores=1,3,5,7
/proc/18014/task/18021/stat : 18021 (java) S 18011 18014 14331 0 -1 4202560 41 0 0 0 6 0 0 0 20 0 22 0 109219598 10060525568 159304 33554432000 1073741824 1073778376 140735830284048 140016016677672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18014/tid=18022] ppid=18011 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18014/task/18022/stat : 18022 (java) S 18011 18014 14331 0 -1 4202560 31 0 0 0 3 2 0 0 20 0 22 0 109219598 10060525568 159304 33554432000 1073741824 1073778376 140735830284048 140016015624872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18023] ppid=18011 vsize=9824732 CPUtime=0.05 cores=1,3,5,7
/proc/18014/task/18023/stat : 18023 (java) S 18011 18014 14331 0 -1 4202560 45 0 0 0 3 2 0 0 20 0 22 0 109219598 10060525568 159304 33554432000 1073741824 1073778376 140735830284048 140016014572584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18024] ppid=18011 vsize=9824732 CPUtime=0.03 cores=1,3,5,7
/proc/18014/task/18024/stat : 18024 (java) S 18011 18014 14331 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 109219598 10060525568 159304 33554432000 1073741824 1073778376 140735830284048 140016013519784 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18025] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18025/stat : 18025 (java) S 18011 18014 14331 0 -1 4202560 462 0 0 0 0 0 0 0 20 0 22 0 109219599 10060525568 159304 33554432000 1073741824 1073778376 140735830284048 140015531190504 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18026] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18026/stat : 18026 (java) S 18011 18014 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109219599 10060525568 159304 33554432000 1073741824 1073778376 140735830284048 140015530136568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18027] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18027/stat : 18027 (java) S 18011 18014 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109219599 10060525568 159304 33554432000 1073741824 1073778376 140735830284048 140015529084168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18028] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18028/stat : 18028 (java) S 18011 18014 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109219602 10060525568 159304 33554432000 1073741824 1073778376 140735830284048 140015528032656 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18029] ppid=18011 vsize=9824732 CPUtime=1.47 cores=1,3,5,7

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


[startup+882.308 s]
/proc/loadavg: 4.06 4.04 4.00 5/219 18125
/proc/meminfo: memFree=24464320/32872528 swapFree=9100/9100
[pid=18014] ppid=18011 vsize=9824732 CPUtime=1772.77 cores=1,3,5,7
/proc/18014/stat : 18014 (java) S 18011 18014 14331 0 -1 4202496 44245 0 1 0 177058 219 0 0 20 0 22 0 109219596 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140735830275184 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18014/statm: 2456183 973530 2301 9 0 2446860 0
[pid=18014/tid=18016] ppid=18011 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/18014/task/18016/stat : 18016 (java) S 18011 18014 14331 0 -1 4202560 2512 0 1 0 42 4 0 0 20 0 22 0 109219597 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140016177156984 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18017] ppid=18011 vsize=9824732 CPUtime=2.94 cores=1,3,5,7
/proc/18014/task/18017/stat : 18017 (java) S 18011 18014 14331 0 -1 4202560 1886 0 0 0 273 21 0 0 20 0 22 0 109219598 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140016138647848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18018] ppid=18011 vsize=9824732 CPUtime=3.07 cores=1,3,5,7
/proc/18014/task/18018/stat : 18018 (java) S 18011 18014 14331 0 -1 4202560 1644 0 0 0 288 19 0 0 20 0 22 0 109219598 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140016137595048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18019] ppid=18011 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/18014/task/18019/stat : 18019 (java) S 18011 18014 14331 0 -1 4202560 1903 0 0 0 277 19 0 0 20 0 22 0 109219598 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140016136542760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18020] ppid=18011 vsize=9824732 CPUtime=2.91 cores=1,3,5,7
/proc/18014/task/18020/stat : 18020 (java) S 18011 18014 14331 0 -1 4202560 2019 0 0 0 272 19 0 0 20 0 22 0 109219598 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140016017729960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18014/tid=18021] ppid=18011 vsize=9824732 CPUtime=2.95 cores=1,3,5,7
/proc/18014/task/18021/stat : 18021 (java) S 18011 18014 14331 0 -1 4202560 1353 0 0 0 278 17 0 0 20 0 22 0 109219598 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140016016677672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18022] ppid=18011 vsize=9824732 CPUtime=3.25 cores=1,3,5,7
/proc/18014/task/18022/stat : 18022 (java) S 18011 18014 14331 0 -1 4202560 2146 0 0 0 304 21 0 0 20 0 22 0 109219598 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140016015624872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18014/tid=18023] ppid=18011 vsize=9824732 CPUtime=2.96 cores=1,3,5,7
/proc/18014/task/18023/stat : 18023 (java) S 18011 18014 14331 0 -1 4202560 1836 0 0 0 278 18 0 0 20 0 22 0 109219598 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140016014572584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18014/tid=18024] ppid=18011 vsize=9824732 CPUtime=2.83 cores=1,3,5,7
/proc/18014/task/18024/stat : 18024 (java) S 18011 18014 14331 0 -1 4202560 1419 0 0 0 266 17 0 0 20 0 22 0 109219598 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140016013519784 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18014/tid=18025] ppid=18011 vsize=9824732 CPUtime=5.84 cores=1,3,5,7
/proc/18014/task/18025/stat : 18025 (java) S 18011 18014 14331 0 -1 4202560 2384 0 0 0 578 6 0 0 20 0 22 0 109219599 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140015531190504 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18014/tid=18026] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18026/stat : 18026 (java) S 18011 18014 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109219599 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140015530136568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18027] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18027/stat : 18027 (java) S 18011 18014 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109219599 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140015529084168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18028] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18028/stat : 18028 (java) S 18011 18014 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109219602 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140015528032656 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18029] ppid=18011 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/18014/task/18029/stat : 18029 (java) S 18011 18014 14331 0 -1 4202560 10896 0 0 0 152 2 0 0 20 0 22 0 109219602 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140015526980280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18030] ppid=18011 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/18014/task/18030/stat : 18030 (java) S 18011 18014 14331 0 -1 4202560 10759 0 0 0 163 2 0 0 20 0 22 0 109219602 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140015525927480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18014/tid=18031] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18031/stat : 18031 (java) S 18011 18014 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109219602 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140015524875384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18014/tid=18032] ppid=18011 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/18014/task/18032/stat : 18032 (java) S 18011 18014 14331 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 109219602 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140015523822792 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18033] ppid=18011 vsize=9824732 CPUtime=869.64 cores=1,3,5,7
/proc/18014/task/18033/stat : 18033 (java) R 18011 18014 14331 0 -1 4202560 75 0 0 0 86948 16 0 0 20 0 22 0 109219641 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140015521168672 140016018457612 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18034] ppid=18011 vsize=9824732 CPUtime=869.64 cores=1,3,5,7
/proc/18014/task/18034/stat : 18034 (java) R 18011 18014 14331 0 -1 4202560 2097 0 0 0 86913 51 0 0 20 0 22 0 109219641 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140015520115008 140016019046889 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18035] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18035/stat : 18035 (java) S 18011 18014 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109219642 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140015519065256 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18036] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18036/stat : 18036 (java) S 18011 18014 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109219643 10060525568 973530 33554432000 1073741824 1073778376 140735830284048 140015518012456 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1772.77
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+895.901 s]
/proc/loadavg: 4.05 4.04 4.00 5/219 18125
/proc/meminfo: memFree=24412876/32872528 swapFree=9100/9100
[pid=18014] ppid=18011 vsize=9824732 CPUtime=1800.14 cores=1,3,5,7
/proc/18014/stat : 18014 (java) S 18011 18014 14331 0 -1 4202496 44250 0 1 0 179794 220 0 0 20 0 22 0 109219596 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140735830275184 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18014/statm: 2456183 973533 2301 9 0 2446860 0
[pid=18014/tid=18016] ppid=18011 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/18014/task/18016/stat : 18016 (java) S 18011 18014 14331 0 -1 4202560 2512 0 1 0 42 4 0 0 20 0 22 0 109219597 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140016177156984 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18017] ppid=18011 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/18014/task/18017/stat : 18017 (java) S 18011 18014 14331 0 -1 4202560 1886 0 0 0 281 21 0 0 20 0 22 0 109219598 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140016138647848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18018] ppid=18011 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/18014/task/18018/stat : 18018 (java) S 18011 18014 14331 0 -1 4202560 1644 0 0 0 291 19 0 0 20 0 22 0 109219598 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140016137595048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18014/tid=18019] ppid=18011 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/18014/task/18019/stat : 18019 (java) S 18011 18014 14331 0 -1 4202560 1903 0 0 0 280 19 0 0 20 0 22 0 109219598 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140016136542760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18014/tid=18020] ppid=18011 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/18014/task/18020/stat : 18020 (java) S 18011 18014 14331 0 -1 4202560 2019 0 0 0 278 19 0 0 20 0 22 0 109219598 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140016017729960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18021] ppid=18011 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/18014/task/18021/stat : 18021 (java) S 18011 18014 14331 0 -1 4202560 1353 0 0 0 284 17 0 0 20 0 22 0 109219598 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140016016677672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18014/tid=18022] ppid=18011 vsize=9824732 CPUtime=3.28 cores=1,3,5,7
/proc/18014/task/18022/stat : 18022 (java) S 18011 18014 14331 0 -1 4202560 2146 0 0 0 307 21 0 0 20 0 22 0 109219598 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140016015624872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18023] ppid=18011 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/18014/task/18023/stat : 18023 (java) S 18011 18014 14331 0 -1 4202560 1836 0 0 0 283 18 0 0 20 0 22 0 109219598 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140016014572584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18014/tid=18024] ppid=18011 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/18014/task/18024/stat : 18024 (java) S 18011 18014 14331 0 -1 4202560 1419 0 0 0 270 17 0 0 20 0 22 0 109219598 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140016013519784 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18014/tid=18025] ppid=18011 vsize=9824732 CPUtime=5.84 cores=1,3,5,7
/proc/18014/task/18025/stat : 18025 (java) S 18011 18014 14331 0 -1 4202560 2387 0 0 0 578 6 0 0 20 0 22 0 109219599 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015531190504 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18014/tid=18026] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18026/stat : 18026 (java) S 18011 18014 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109219599 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015530136568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18027] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18027/stat : 18027 (java) S 18011 18014 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109219599 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015529084168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18028] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18028/stat : 18028 (java) S 18011 18014 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109219602 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015528032656 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18029] ppid=18011 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/18014/task/18029/stat : 18029 (java) S 18011 18014 14331 0 -1 4202560 10896 0 0 0 152 2 0 0 20 0 22 0 109219602 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015526980280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18030] ppid=18011 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/18014/task/18030/stat : 18030 (java) S 18011 18014 14331 0 -1 4202560 10759 0 0 0 163 2 0 0 20 0 22 0 109219602 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015525927480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18014/tid=18031] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18031/stat : 18031 (java) S 18011 18014 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109219602 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015524875384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18014/tid=18032] ppid=18011 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/18014/task/18032/stat : 18032 (java) S 18011 18014 14331 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 109219602 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015523822792 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18033] ppid=18011 vsize=9824732 CPUtime=883.14 cores=1,3,5,7
/proc/18014/task/18033/stat : 18033 (java) R 18011 18014 14331 0 -1 4202560 77 0 0 0 88298 16 0 0 20 0 22 0 109219641 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015521168672 140016018549544 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18034] ppid=18011 vsize=9824732 CPUtime=883.13 cores=1,3,5,7
/proc/18014/task/18034/stat : 18034 (java) R 18011 18014 14331 0 -1 4202560 2097 0 0 0 88262 51 0 0 20 0 22 0 109219641 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015520115056 140016018542532 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18035] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18035/stat : 18035 (java) S 18011 18014 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109219642 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015519065256 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18036] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18036/stat : 18036 (java) S 18011 18014 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109219643 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015518012456 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
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 18014 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+895.901 s]
/proc/loadavg: 4.05 4.04 4.00 5/219 18125
/proc/meminfo: memFree=24412876/32872528 swapFree=9100/9100
[pid=18014] ppid=18011 vsize=9824732 CPUtime=1800.14 cores=1,3,5,7
/proc/18014/stat : 18014 (java) S 18011 18014 14331 0 -1 4202496 44250 0 1 0 179794 220 0 0 20 0 22 0 109219596 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140735830275184 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/18014/statm: 2456183 973533 2301 9 0 2446860 0
[pid=18014/tid=18016] ppid=18011 vsize=9824732 CPUtime=0.46 cores=1,3,5,7
/proc/18014/task/18016/stat : 18016 (java) S 18011 18014 14331 0 -1 4202560 2512 0 1 0 42 4 0 0 20 0 22 0 109219597 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140016177156984 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18017] ppid=18011 vsize=9824732 CPUtime=3.02 cores=1,3,5,7
/proc/18014/task/18017/stat : 18017 (java) S 18011 18014 14331 0 -1 4202560 1886 0 0 0 281 21 0 0 20 0 22 0 109219598 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140016138647848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18018] ppid=18011 vsize=9824732 CPUtime=3.1 cores=1,3,5,7
/proc/18014/task/18018/stat : 18018 (java) S 18011 18014 14331 0 -1 4202560 1644 0 0 0 291 19 0 0 20 0 22 0 109219598 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140016137595048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18014/tid=18019] ppid=18011 vsize=9824732 CPUtime=2.99 cores=1,3,5,7
/proc/18014/task/18019/stat : 18019 (java) S 18011 18014 14331 0 -1 4202560 1903 0 0 0 280 19 0 0 20 0 22 0 109219598 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140016136542760 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18014/tid=18020] ppid=18011 vsize=9824732 CPUtime=2.97 cores=1,3,5,7
/proc/18014/task/18020/stat : 18020 (java) S 18011 18014 14331 0 -1 4202560 2019 0 0 0 278 19 0 0 20 0 22 0 109219598 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140016017729960 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18021] ppid=18011 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/18014/task/18021/stat : 18021 (java) S 18011 18014 14331 0 -1 4202560 1353 0 0 0 284 17 0 0 20 0 22 0 109219598 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140016016677672 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18014/tid=18022] ppid=18011 vsize=9824732 CPUtime=3.28 cores=1,3,5,7
/proc/18014/task/18022/stat : 18022 (java) S 18011 18014 14331 0 -1 4202560 2146 0 0 0 307 21 0 0 20 0 22 0 109219598 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140016015624872 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18023] ppid=18011 vsize=9824732 CPUtime=3.01 cores=1,3,5,7
/proc/18014/task/18023/stat : 18023 (java) S 18011 18014 14331 0 -1 4202560 1836 0 0 0 283 18 0 0 20 0 22 0 109219598 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140016014572584 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18014/tid=18024] ppid=18011 vsize=9824732 CPUtime=2.87 cores=1,3,5,7
/proc/18014/task/18024/stat : 18024 (java) S 18011 18014 14331 0 -1 4202560 1419 0 0 0 270 17 0 0 20 0 22 0 109219598 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140016013519784 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18014/tid=18025] ppid=18011 vsize=9824732 CPUtime=5.84 cores=1,3,5,7
/proc/18014/task/18025/stat : 18025 (java) S 18011 18014 14331 0 -1 4202560 2387 0 0 0 578 6 0 0 20 0 22 0 109219599 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015531190504 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=18014/tid=18026] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18026/stat : 18026 (java) S 18011 18014 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109219599 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015530136568 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18027] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18027/stat : 18027 (java) S 18011 18014 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109219599 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015529084168 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18028] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18028/stat : 18028 (java) S 18011 18014 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109219602 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015528032656 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18029] ppid=18011 vsize=9824732 CPUtime=1.54 cores=1,3,5,7
/proc/18014/task/18029/stat : 18029 (java) S 18011 18014 14331 0 -1 4202560 10896 0 0 0 152 2 0 0 20 0 22 0 109219602 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015526980280 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18030] ppid=18011 vsize=9824732 CPUtime=1.65 cores=1,3,5,7
/proc/18014/task/18030/stat : 18030 (java) S 18011 18014 14331 0 -1 4202560 10759 0 0 0 163 2 0 0 20 0 22 0 109219602 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015525927480 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18014/tid=18031] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18031/stat : 18031 (java) S 18011 18014 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109219602 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015524875384 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=18014/tid=18032] ppid=18011 vsize=9824732 CPUtime=0.33 cores=1,3,5,7
/proc/18014/task/18032/stat : 18032 (java) S 18011 18014 14331 0 -1 4202560 51 0 0 0 14 19 0 0 20 0 22 0 109219602 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015523822792 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18033] ppid=18011 vsize=9824732 CPUtime=883.14 cores=1,3,5,7
/proc/18014/task/18033/stat : 18033 (java) R 18011 18014 14331 0 -1 4202560 77 0 0 0 88298 16 0 0 20 0 22 0 109219641 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015521168672 140016018549544 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=18014/tid=18034] ppid=18011 vsize=9824732 CPUtime=883.13 cores=1,3,5,7
/proc/18014/task/18034/stat : 18034 (java) R 18011 18014 14331 0 -1 4202560 2097 0 0 0 88262 51 0 0 20 0 22 0 109219641 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015520115056 140016018542532 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18035] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18035/stat : 18035 (java) S 18011 18014 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109219642 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015519065256 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=18014/tid=18036] ppid=18011 vsize=9824732 CPUtime=0 cores=1,3,5,7
/proc/18014/task/18036/stat : 18036 (java) S 18011 18014 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109219643 10060525568 973533 33554432000 1073741824 1073778376 140735830284048 140015518012456 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.14
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 895.975
CPU time (s): 1800.78
CPU user time (s): 1798.1
CPU system time (s): 2.68159
CPU usage (%): 200.986
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.1
system time used= 2.68159
maximum resident set size= 3904372
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44283
page faults= 1
swaps= 0
block input operations= 0
block output operations= 856
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24252
involuntary context switches= 29362

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.79512 second user time and 7.51086 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-07 06:14:44
IDJOB=4080564
IDBENCH=90113
IDSOLVER=2543
FILE ID=node151/4080564-1465272884
RUNJOBID= node151-1465261736-14348
PBS_JOBID= 19843295
Free space on /tmp= 71748 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB12/normalized-PB12/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/normalized-TateBritain_K87.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080564-1465272884/watcher-4080564-1465272884 -o /tmp/evaluation-result-4080564-1465272884/solver-4080564-1465272884 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465261736-14348 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080564-1465272884.opb

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

MD5SUM BENCH= 800363f05bcd3a7fdae42567bbf8c0cf
RANDOM SEED=2045789121

node151.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.334
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.66
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.334
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.334
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.334
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.334
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.334
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.334
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.54
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.334
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:        28285472 kB
Buffers:           79608 kB
Cached:           239068 kB
SwapCached:         2184 kB
Active:          3602412 kB
Inactive:         222880 kB
Active(anon):    3506880 kB
Inactive(anon):     1680 kB
Active(file):      95532 kB
Inactive(file):   221200 kB
Unevictable:        9100 kB
Mlocked:            9100 kB
SwapTotal:      67108856 kB
SwapFree:       67098860 kB
Dirty:              1312 kB
Writeback:             0 kB
AnonPages:       3497932 kB
Mapped:            16432 kB
Shmem:                 0 kB
Slab:             611668 kB
SReclaimable:      55292 kB
SUnreclaim:       556376 kB
KernelStack:        1632 kB
PageTables:        10916 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3674104 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3414016 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= 71748 MiB
End job on node151 at 2016-06-07 06:29:40