Trace number 4080557

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.77 893.976

General information on the benchmark

Name/DEC-SMALLINT-LIN/sroussel/ShortestPathTate/
normalized-TateBritain_K80.opb
MD5SUMa3fcbcd7997dcbab652ff1a098fe5a93
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 variables5440
Total number of constraints5602
Number of constraints which are clauses5522
Number of constraints which are cardinality constraints (but not clauses)80
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint80
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 81
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-4080557-1465273421.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  no objective function found
0.78/0.44	c ... done. Wall clock time 0.316s.
0.78/0.44	c declared #vars     5440
0.78/0.44	c #constraints  5602
0.78/0.44	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.78/0.44	c constraints type 
0.78/0.44	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 4493
0.78/0.44	c org.sat4j.minisat.constraints.card.MinWatchCard => 80
0.78/0.44	c org.sat4j.minisat.constraints.cnf.UnitClause => 2
0.78/0.44	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 1027
0.78/0.44	c 5602 constraints processed.
0.78/0.44	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.78/0.44	c constraints type 
0.78/0.44	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 1027
0.78/0.44	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 4493
0.78/0.44	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 80
0.78/0.44	c org.sat4j.pb.constraints.pb.UnitClausePB => 2
0.78/0.44	c 5602 constraints processed.
6.38/2.25	c cleaning 2493 clauses out of 4994 with flag 24402/5001
9.82/3.57	c cleaning 4239 clauses out of 8489 with flag 60936/11000
13.11/5.12	c cleaning 5612 clauses out of 11236 with flag 112310/18001
16.67/6.88	c cleaning 6777 clauses out of 13618 with flag 163131/26001
21.76/9.32	c cleaning 7898 clauses out of 15837 with flag 225589/35000
27.34/12.04	c cleaning 8945 clauses out of 17936 with flag 290306/45000
32.54/14.63	c cleaning 9609 clauses out of 19991 with flag 356623/56000
39.45/18.05	c cleaning 10392 clauses out of 22382 with flag 433648/68001
46.36/21.44	c cleaning 11202 clauses out of 24984 with flag 519032/81000
53.35/24.95	c cleaning 11962 clauses out of 27780 with flag 607120/95003
61.07/28.73	c cleaning 12898 clauses out of 30811 with flag 699459/110000
69.76/33.09	c cleaning 13951 clauses out of 33913 with flag 799648/126001
78.95/37.68	c cleaning 14570 clauses out of 36959 with flag 906796/143000
91.34/43.84	c cleaning 15752 clauses out of 40392 with flag 1033605/161003
101.74/49.10	c cleaning 16648 clauses out of 43636 with flag 1161406/180000
113.17/54.70	c cleaning 17344 clauses out of 46988 with flag 1284330/200000
125.57/60.81	c cleaning 18208 clauses out of 50644 with flag 1430872/221000
139.54/67.77	c cleaning 19275 clauses out of 54432 with flag 1587769/243000
155.46/75.60	c cleaning 20195 clauses out of 58157 with flag 1748559/266000
172.85/84.63	c cleaning 20901 clauses out of 61961 with flag 1926542/290000
189.71/93.03	c cleaning 22075 clauses out of 66061 with flag 2104160/315002
208.01/102.13	c cleaning 22426 clauses out of 69985 with flag 2288765/341001
226.69/111.40	c cleaning 23885 clauses out of 74558 with flag 2488243/368000
244.68/120.43	c cleaning 24355 clauses out of 78673 with flag 2697658/396000
266.01/131.07	c cleaning 25585 clauses out of 83318 with flag 2911446/425001
288.80/142.39	c cleaning 26691 clauses out of 87732 with flag 3164036/455002
312.58/154.20	c cleaning 27661 clauses out of 92041 with flag 3398939/486002
313.77/154.76	c cleaning 0 clauses out of 5002 with flag 0/5002
340.19/168.27	c cleaning 28586 clauses out of 96378 with flag 3658919/518000
366.53/181.36	c cleaning 29343 clauses out of 100793 with flag 3923887/551001
394.12/195.03	c cleaning 30269 clauses out of 105450 with flag 4204748/585001
424.01/209.94	c cleaning 31218 clauses out of 110180 with flag 4499686/620001
453.51/224.58	c cleaning 32481 clauses out of 114961 with flag 4803917/656000
483.39/239.35	c cleaning 33070 clauses out of 119481 with flag 5129875/693001
514.53/254.83	c cleaning 34486 clauses out of 124410 with flag 5453881/731000
548.34/271.53	c cleaning 35512 clauses out of 128926 with flag 5799888/770002
583.54/288.96	c cleaning 36276 clauses out of 133410 with flag 6184666/810000
619.19/306.57	c cleaning 37467 clauses out of 138136 with flag 6562822/851002
659.03/326.14	c cleaning 38390 clauses out of 142667 with flag 6959615/893000
699.26/346.09	c cleaning 39337 clauses out of 147277 with flag 7374369/936000
744.94/368.61	c cleaning 40344 clauses out of 151939 with flag 7804116/980000
790.47/391.29	c cleaning 41558 clauses out of 156594 with flag 8263275/1025002
835.68/414.44	c cleaning 42422 clauses out of 161035 with flag 8741497/1071001
879.35/436.12	c cleaning 43630 clauses out of 165612 with flag 9224326/1118000
923.72/458.25	c cleaning 44593 clauses out of 169982 with flag 9827738/1166002
964.32/478.55	c cleaning 45913 clauses out of 174388 with flag 10451277/1215001
1008.73/500.63	c cleaning 46695 clauses out of 178475 with flag 10969308/1265001
1056.53/524.43	c cleaning 47586 clauses out of 182779 with flag 11525997/1316000
1106.95/549.52	c cleaning 48824 clauses out of 187193 with flag 12102211/1368000
1160.83/576.19	c cleaning 50045 clauses out of 191368 with flag 12767134/1421000
1221.73/607.47	c cleaning 50670 clauses out of 195323 with flag 13419030/1475000
1282.44/637.67	c cleaning 52003 clauses out of 199655 with flag 14096415/1530002
1346.73/669.43	c cleaning 53086 clauses out of 203650 with flag 14833018/1586000
1410.66/701.11	c cleaning 53961 clauses out of 207565 with flag 15551508/1643002
1478.55/734.78	c cleaning 55390 clauses out of 211604 with flag 16406080/1701002
1546.08/768.04	c cleaning 56084 clauses out of 215212 with flag 17138722/1760000
1613.88/801.63	c cleaning 57230 clauses out of 219127 with flag 17932276/1820002
1685.38/837.11	c cleaning 58233 clauses out of 222898 with flag 18720788/1881003
1763.16/875.61	c cleaning 59229 clauses out of 226663 with flag 19485326/1943001
1800.01/893.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/893.90	c starts		: 15937
1800.01/893.90	c conflicts		: 1979407
1800.01/893.90	c decisions		: 22011985
1800.01/893.90	c propagations		: 698398895
1800.01/893.90	c inspects		: 5254417436
1800.01/893.90	c shortcuts		: 0
1800.01/893.90	c learnt literals	: 87
1800.01/893.90	c learnt binary clauses	: 61299
1800.01/893.90	c learnt ternary clauses	: 67190
1800.01/893.90	c learnt constraints	: 1979320
1800.01/893.90	c ignored constraints	: 0
1800.01/893.90	c root simplifications	: 0
1800.01/893.90	c removed literals (reason simplification)	: 44539681
1800.01/893.90	c reason swapping (by a shorter reason)	: 0
1800.01/893.90	c Calls to reduceDB	: 58
1800.01/893.90	c Number of update (reduction) of LBD	: 1765131
1800.01/893.90	c Imported unit clauses	: 0
1800.01/893.90	c number of reductions to clauses (during analyze)	: 0
1800.01/893.90	c number of learned constraints concerned by reduction	: 0
1800.01/893.90	c number of learning phase by resolution	: 0
1800.01/893.90	c number of learning phase by cutting planes	: 0
1800.01/893.90	c speed (assignments/second)	: 781688.0653645978
1800.01/893.90	c non guided choices	3649
1800.01/893.95	c learnt constraints type 
1800.01/893.95	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 61299
1800.01/893.95	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 142541
1800.01/893.95	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.01/893.95	c starts		: 34
1800.01/893.95	c conflicts		: 10059
1800.01/893.95	c decisions		: 76100
1800.01/893.95	c propagations		: 2712729
1800.01/893.95	c inspects		: 772925504
1800.01/893.95	c shortcuts		: 0
1800.01/893.95	c learnt literals	: 0
1800.01/893.95	c learnt binary clauses	: 0
1800.01/893.95	c learnt ternary clauses	: 0
1800.01/893.95	c learnt constraints	: 10058
1800.01/893.95	c ignored constraints	: 0
1800.01/893.95	c root simplifications	: 0
1800.01/893.95	c removed literals (reason simplification)	: 0
1800.01/893.95	c reason swapping (by a shorter reason)	: 0
1800.01/893.95	c Calls to reduceDB	: 1
1800.01/893.95	c Number of update (reduction) of LBD	: 0
1800.01/893.95	c Imported unit clauses	: 0
1800.01/893.95	c number of reductions to clauses (during analyze)	: 0
1800.01/893.95	c number of learned constraints concerned by reduction	: 0
1800.01/893.95	c number of learning phase by resolution	: 0
1800.01/893.95	c number of learning phase by cutting planes	: 0
1800.01/893.95	c speed (assignments/second)	: 3036.063713343675
1800.01/893.95	c non guided choices	1688
1800.01/893.96	c learnt constraints type 
1800.01/893.96	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 229
1800.01/893.96	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 833
1800.01/893.96	c org.sat4j.pb.constraints.pb.MaxWatchPb => 8996
1800.01/893.96	s UNKNOWN
1800.01/893.96	c Total wall clock time (in seconds): 893.835

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

pid=18094
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.01 4.00 3.98 4/197 18097
/proc/meminfo: memFree=28172432/32872528 swapFree=9100/9100
[pid=18097] ppid=18094 vsize=3568 CPUtime=0 cores=0,2,4,6
/proc/18097/stat : 18097 (java) R 18094 18097 14331 0 -1 4202496 379 0 0 0 0 0 0 0 20 0 1 0 109273227 3653632 50 33554432000 1073741824 1073778376 140735791681968 140735791679096 243756264743 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/18097/statm: 892 52 40 9 0 30 0

[startup+0.10006 s]
/proc/loadavg: 4.01 4.00 3.98 4/197 18097
/proc/meminfo: memFree=28172432/32872528 swapFree=9100/9100
[pid=18097] ppid=18094 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/18097/stat : 18097 (java) S 18094 18097 14331 0 -1 4202496 4408 0 1 0 8 1 0 0 20 0 18 0 109273227 9787879424 6045 33554432000 1073741824 1073778376 140735791681968 140735791673104 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18097/statm: 2389619 6045 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200221 s]
/proc/loadavg: 4.01 4.00 3.98 4/197 18097
/proc/meminfo: memFree=28172432/32872528 swapFree=9100/9100
[pid=18097] ppid=18094 vsize=9558476 CPUtime=0.28 cores=0,2,4,6
/proc/18097/stat : 18097 (java) S 18094 18097 14331 0 -1 4202496 5950 0 1 0 26 2 0 0 20 0 18 0 109273227 9787879424 7714 33554432000 1073741824 1073778376 140735791681968 140735791673104 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18097/statm: 2389619 7720 2209 9 0 2380296 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9558476

[startup+0.300227 s]
/proc/loadavg: 4.01 4.00 3.98 4/197 18097
/proc/meminfo: memFree=28172432/32872528 swapFree=9100/9100
[pid=18097] ppid=18094 vsize=9558476 CPUtime=0.55 cores=0,2,4,6
/proc/18097/stat : 18097 (java) S 18094 18097 14331 0 -1 4202496 7308 0 1 0 53 2 0 0 20 0 18 0 109273227 9787879424 9886 33554432000 1073741824 1073778376 140735791681968 140735791673104 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18097/statm: 2389619 9886 2233 9 0 2380296 0
Current children cumulated CPU time (s) 0.55
Current children cumulated vsize (KiB) 9558476

[startup+0.700174 s]
/proc/loadavg: 4.01 4.00 3.98 4/197 18097
/proc/meminfo: memFree=28172432/32872528 swapFree=9100/9100
[pid=18097] ppid=18094 vsize=9824732 CPUtime=1.94 cores=0,2,4,6
/proc/18097/stat : 18097 (java) S 18094 18097 14331 0 -1 4202496 22072 0 1 0 188 6 0 0 20 0 22 0 109273227 10060525568 28590 33554432000 1073741824 1073778376 140735791681968 140735791673104 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18097/statm: 2456183 28590 2253 9 0 2446860 0
Current children cumulated CPU time (s) 1.94
Current children cumulated vsize (KiB) 9824732

[startup+1.50083 s]
/proc/loadavg: 4.01 4.00 3.98 7/219 18119
/proc/meminfo: memFree=28061468/32872528 swapFree=9100/9100
[pid=18097] ppid=18094 vsize=9824732 CPUtime=4.78 cores=0,2,4,6
/proc/18097/stat : 18097 (java) S 18094 18097 14331 0 -1 4202496 22538 0 1 0 472 6 0 0 20 0 22 0 109273227 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140735791673104 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18097/statm: 2456183 32052 2273 9 0 2446860 0
[pid=18097/tid=18099] ppid=18094 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/18097/task/18099/stat : 18099 (java) S 18094 18097 14331 0 -1 4202560 2533 0 1 0 39 2 0 0 20 0 22 0 109273228 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655922357112 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18097/tid=18100] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18100/stat : 18100 (java) S 18094 18097 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109273229 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655766363048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18101] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18101/stat : 18101 (java) S 18094 18097 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109273229 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655765310504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18097/tid=18102] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18102/stat : 18102 (java) S 18094 18097 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109273229 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655764257448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18103] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18103/stat : 18103 (java) S 18094 18097 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109273229 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655763204904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18097/tid=18104] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18104/stat : 18104 (java) S 18094 18097 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109273229 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655762151848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18105] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18105/stat : 18105 (java) S 18094 18097 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109273229 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655761099304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18097/tid=18106] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18106/stat : 18106 (java) S 18094 18097 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109273229 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655760046248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18107] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18107/stat : 18107 (java) S 18094 18097 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109273229 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655758993704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18108] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18108/stat : 18108 (java) S 18094 18097 14331 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 109273230 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655275780968 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18109] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18109/stat : 18109 (java) S 18094 18097 14331 0 -1 4202560 16 0 0 0 0 0 0 0 20 0 22 0 109273231 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655274727288 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18110] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18110/stat : 18110 (java) S 18094 18097 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109273231 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655273674120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18111] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18111/stat : 18111 (java) S 18094 18097 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109273233 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655272622864 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18112] ppid=18094 vsize=9824732 CPUtime=1.16 cores=0,2,4,6
/proc/18097/task/18112/stat : 18112 (java) S 18094 18097 14331 0 -1 4202560 7391 0 0 0 114 2 0 0 20 0 22 0 109273233 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655271569720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18113] ppid=18094 vsize=9824732 CPUtime=1.1 cores=0,2,4,6
/proc/18097/task/18113/stat : 18113 (java) S 18094 18097 14331 0 -1 4202560 11240 0 0 0 107 3 0 0 20 0 22 0 109273233 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655270517176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18097/tid=18114] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18114/stat : 18114 (java) S 18094 18097 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109273233 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655269464312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18097/tid=18115] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18115/stat : 18115 (java) S 18094 18097 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109273233 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655268411976 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18116] ppid=18094 vsize=9824732 CPUtime=1.04 cores=0,2,4,6
/proc/18097/task/18116/stat : 18116 (java) R 18094 18097 14331 0 -1 4202560 42 0 0 0 104 0 0 0 20 0 22 0 109273271 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655267357704 140655766804312 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18117] ppid=18094 vsize=9824732 CPUtime=1.03 cores=0,2,4,6
/proc/18097/task/18117/stat : 18117 (java) R 18094 18097 14331 0 -1 4202560 53 0 0 0 103 0 0 0 20 0 22 0 109273271 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655266304968 140655767220754 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=18097/tid=18118] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18118/stat : 18118 (java) S 18094 18097 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109273273 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655265252648 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18119] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18119/stat : 18119 (java) S 18094 18097 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109273273 10060525568 32052 33554432000 1073741824 1073778376 140735791681968 140655264200104 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 4.78
Current children cumulated vsize (KiB) 9824732

[startup+3.10092 s]
/proc/loadavg: 4.17 4.03 3.99 5/219 18119
/proc/meminfo: memFree=28031788/32872528 swapFree=9100/9100
[pid=18097] ppid=18094 vsize=9824732 CPUtime=8.9 cores=0,2,4,6
/proc/18097/stat : 18097 (java) S 18094 18097 14331 0 -1 4202496 25443 0 1 0 881 9 0 0 20 0 22 0 109273227 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140735791673104 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18097/statm: 2456183 52568 2292 9 0 2446860 0
[pid=18097/tid=18099] ppid=18094 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/18097/task/18099/stat : 18099 (java) S 18094 18097 14331 0 -1 4202560 2533 0 1 0 39 2 0 0 20 0 22 0 109273228 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655922357112 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18097/tid=18100] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18100/stat : 18100 (java) S 18094 18097 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109273229 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655766363048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18101] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18101/stat : 18101 (java) S 18094 18097 14331 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 22 0 109273229 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655765310504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18097/tid=18102] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18102/stat : 18102 (java) S 18094 18097 14331 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109273229 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655764257448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18103] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18103/stat : 18103 (java) S 18094 18097 14331 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 22 0 109273229 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655763204904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18104] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18104/stat : 18104 (java) S 18094 18097 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109273229 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655762151848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18105] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18105/stat : 18105 (java) S 18094 18097 14331 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109273229 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655761099304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18097/tid=18106] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18106/stat : 18106 (java) S 18094 18097 14331 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 22 0 109273229 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655760046248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18107] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18107/stat : 18107 (java) S 18094 18097 14331 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 22 0 109273229 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655758993704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18097/tid=18108] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18108/stat : 18108 (java) S 18094 18097 14331 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 22 0 109273230 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655275780968 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18109] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18109/stat : 18109 (java) S 18094 18097 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109273231 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655274727288 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18110] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18110/stat : 18110 (java) S 18094 18097 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109273231 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655273674120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18111] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18111/stat : 18111 (java) S 18094 18097 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109273233 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655272622864 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18112] ppid=18094 vsize=9824732 CPUtime=1.71 cores=0,2,4,6
/proc/18097/task/18112/stat : 18112 (java) S 18094 18097 14331 0 -1 4202560 10211 0 0 0 168 3 0 0 20 0 22 0 109273233 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655271569720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18097/tid=18113] ppid=18094 vsize=9824732 CPUtime=1.45 cores=0,2,4,6
/proc/18097/task/18113/stat : 18113 (java) S 18094 18097 14331 0 -1 4202560 11241 0 0 0 142 3 0 0 20 0 22 0 109273233 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655270517176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18097/tid=18114] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18114/stat : 18114 (java) S 18094 18097 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109273233 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655269464312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18097/tid=18115] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18115/stat : 18115 (java) S 18094 18097 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109273233 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655268411976 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18116] ppid=18094 vsize=9824732 CPUtime=2.62 cores=0,2,4,6
/proc/18097/task/18116/stat : 18116 (java) R 18094 18097 14331 0 -1 4202560 45 0 0 0 262 0 0 0 20 0 22 0 109273271 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655267357712 140655767243200 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18117] ppid=18094 vsize=9824732 CPUtime=2.59 cores=0,2,4,6
/proc/18097/task/18117/stat : 18117 (java) R 18094 18097 14331 0 -1 4202560 88 0 0 0 257 2 0 0 20 0 22 0 109273271 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655266305304 140655767483762 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18118] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18118/stat : 18118 (java) S 18094 18097 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109273273 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655265252648 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18119] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18119/stat : 18119 (java) S 18094 18097 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109273273 10060525568 52568 33554432000 1073741824 1073778376 140735791681968 140655264200104 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.9
Current children cumulated vsize (KiB) 9824732

[startup+6.30094 s]
/proc/loadavg: 4.17 4.03 3.99 6/219 18119
/proc/meminfo: memFree=27921832/32872528 swapFree=9100/9100
[pid=18097] ppid=18094 vsize=9824732 CPUtime=15.59 cores=0,2,4,6
/proc/18097/stat : 18097 (java) S 18094 18097 14331 0 -1 4202496 25956 0 1 0 1543 16 0 0 20 0 22 0 109273227 10060525568 72820 33554432000 1073741824 1073778376 140735791681968 140735791673104 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18097/statm: 2456183 72820 2292 9 0 2446860 0
[pid=18097/tid=18099] ppid=18094 vsize=9824732 CPUtime=0.41 cores=0,2,4,6
/proc/18097/task/18099/stat : 18099 (java) S 18094 18097 14331 0 -1 4202560 2533 0 1 0 39 2 0 0 20 0 22 0 109273228 10060525568 72820 33554432000 1073741824 1073778376 140735791681968 140655922357112 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18097/tid=18100] ppid=18094 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18097/task/18100/stat : 18100 (java) S 18094 18097 14331 0 -1 4202560 104 0 0 0 4 0 0 0 20 0 22 0 109273229 10060525568 72820 33554432000 1073741824 1073778376 140735791681968 140655766363048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18097/tid=18101] ppid=18094 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18097/task/18101/stat : 18101 (java) S 18094 18097 14331 0 -1 4202560 92 0 0 0 2 1 0 0 20 0 22 0 109273229 10060525568 72820 33554432000 1073741824 1073778376 140735791681968 140655765310504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18102] ppid=18094 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18097/task/18102/stat : 18102 (java) S 18094 18097 14331 0 -1 4202560 97 0 0 0 2 1 0 0 20 0 22 0 109273229 10060525568 72820 33554432000 1073741824 1073778376 140735791681968 140655764257448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18103] ppid=18094 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18097/task/18103/stat : 18103 (java) S 18094 18097 14331 0 -1 4202560 12 0 0 0 3 0 0 0 20 0 22 0 109273229 10060525568 72820 33554432000 1073741824 1073778376 140735791681968 140655763204904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18104] ppid=18094 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18097/task/18104/stat : 18104 (java) S 18094 18097 14331 0 -1 4202560 124 0 0 0 3 1 0 0 20 0 22 0 109273229 10060525568 72820 33554432000 1073741824 1073778376 140735791681968 140655762151848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18097/tid=18105] ppid=18094 vsize=9824732 CPUtime=0.04 cores=0,2,4,6
/proc/18097/task/18105/stat : 18105 (java) S 18094 18097 14331 0 -1 4202560 19 0 0 0 4 0 0 0 20 0 22 0 109273229 10060525568 72820 33554432000 1073741824 1073778376 140735791681968 140655761099304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18106] ppid=18094 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18097/task/18106/stat : 18106 (java) S 18094 18097 14331 0 -1 4202560 14 0 0 0 3 0 0 0 20 0 22 0 109273229 10060525568 72820 33554432000 1073741824 1073778376 140735791681968 140655760046248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18107] ppid=18094 vsize=9824732 CPUtime=0.03 cores=0,2,4,6
/proc/18097/task/18107/stat : 18107 (java) S 18094 18097 14331 0 -1 4202560 18 0 0 0 3 0 0 0 20 0 22 0 109273229 10060525568 72820 33554432000 1073741824 1073778376 140735791681968 140655758993704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18108] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18108/stat : 18108 (java) S 18094 18097 14331 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 22 0 109273230 10060525568 72820 33554432000 1073741824 1073778376 140735791681968 140655275780968 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18097/tid=18109] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18109/stat : 18109 (java) S 18094 18097 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109273231 10060525568 72820 33554432000 1073741824 1073778376 140735791681968 140655274727288 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18110] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18110/stat : 18110 (java) S 18094 18097 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109273231 10060525568 72820 33554432000 1073741824 1073778376 140735791681968 140655273674120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18111] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18111/stat : 18111 (java) S 18094 18097 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109273233 10060525568 72820 33554432000 1073741824 1073778376 140735791681968 140655272622864 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18112] ppid=18094 vsize=9824732 CPUtime=1.76 cores=0,2,4,6

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


[startup+882.308 s]
/proc/loadavg: 4.00 4.05 4.02 5/219 18207
/proc/meminfo: memFree=24301728/32872528 swapFree=9100/9100
[pid=18097] ppid=18094 vsize=9824732 CPUtime=1776.7 cores=0,2,4,6
/proc/18097/stat : 18097 (java) S 18094 18097 14331 0 -1 4202496 36926 0 1 0 177451 219 0 0 20 0 22 0 109273227 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140735791673104 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18097/statm: 2456183 992305 2301 9 0 2446860 0
[pid=18097/tid=18099] ppid=18094 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/18097/task/18099/stat : 18099 (java) S 18094 18097 14331 0 -1 4202560 2543 0 1 0 41 4 0 0 20 0 22 0 109273228 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655922357112 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18100] ppid=18094 vsize=9824732 CPUtime=3.74 cores=0,2,4,6
/proc/18097/task/18100/stat : 18100 (java) S 18094 18097 14331 0 -1 4202560 973 0 0 0 356 18 0 0 20 0 22 0 109273229 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655766363048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18101] ppid=18094 vsize=9824732 CPUtime=4.29 cores=0,2,4,6
/proc/18097/task/18101/stat : 18101 (java) S 18094 18097 14331 0 -1 4202560 807 0 0 0 405 24 0 0 20 0 22 0 109273229 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655765310504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18102] ppid=18094 vsize=9824732 CPUtime=3.56 cores=0,2,4,6
/proc/18097/task/18102/stat : 18102 (java) S 18094 18097 14331 0 -1 4202560 896 0 0 0 336 20 0 0 20 0 22 0 109273229 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655764257448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18097/tid=18103] ppid=18094 vsize=9824732 CPUtime=3.88 cores=0,2,4,6
/proc/18097/task/18103/stat : 18103 (java) S 18094 18097 14331 0 -1 4202560 744 0 0 0 368 20 0 0 20 0 22 0 109273229 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655763204904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18097/tid=18104] ppid=18094 vsize=9824732 CPUtime=4.09 cores=0,2,4,6
/proc/18097/task/18104/stat : 18104 (java) S 18094 18097 14331 0 -1 4202560 1183 0 0 0 389 20 0 0 20 0 22 0 109273229 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655762151848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18105] ppid=18094 vsize=9824732 CPUtime=4.07 cores=0,2,4,6
/proc/18097/task/18105/stat : 18105 (java) S 18094 18097 14331 0 -1 4202560 833 0 0 0 390 17 0 0 20 0 22 0 109273229 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655761099304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18097/tid=18106] ppid=18094 vsize=9824732 CPUtime=3.35 cores=0,2,4,6
/proc/18097/task/18106/stat : 18106 (java) S 18094 18097 14331 0 -1 4202560 664 0 0 0 323 12 0 0 20 0 22 0 109273229 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655760046248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18107] ppid=18094 vsize=9824732 CPUtime=4 cores=0,2,4,6
/proc/18097/task/18107/stat : 18107 (java) S 18094 18097 14331 0 -1 4202560 1054 0 0 0 377 23 0 0 20 0 22 0 109273229 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655758993704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18108] ppid=18094 vsize=9824732 CPUtime=5.8 cores=0,2,4,6
/proc/18097/task/18108/stat : 18108 (java) S 18094 18097 14331 0 -1 4202560 2571 0 0 0 575 5 0 0 20 0 22 0 109273230 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655275780968 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18109] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18109/stat : 18109 (java) S 18094 18097 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109273231 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655274727288 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18110] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18110/stat : 18110 (java) S 18094 18097 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109273231 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655273674120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18111] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18111/stat : 18111 (java) S 18094 18097 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109273233 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655272622864 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18112] ppid=18094 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/18097/task/18112/stat : 18112 (java) S 18094 18097 14331 0 -1 4202560 10612 0 0 0 201 3 0 0 20 0 22 0 109273233 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655271569720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18113] ppid=18094 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/18097/task/18113/stat : 18113 (java) S 18094 18097 14331 0 -1 4202560 11241 0 0 0 156 3 0 0 20 0 22 0 109273233 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655270517176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18097/tid=18114] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18114/stat : 18114 (java) S 18094 18097 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109273233 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655269464312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18097/tid=18115] ppid=18094 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/18097/task/18115/stat : 18115 (java) S 18094 18097 14331 0 -1 4202560 51 0 0 0 13 15 0 0 20 0 22 0 109273233 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655268411976 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18116] ppid=18094 vsize=9824732 CPUtime=867.92 cores=0,2,4,6
/proc/18097/task/18116/stat : 18116 (java) R 18094 18097 14331 0 -1 4202560 133 0 0 0 86776 16 0 0 20 0 22 0 109273271 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655267356640 140655767237192 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18097/tid=18117] ppid=18094 vsize=9824732 CPUtime=867.94 cores=0,2,4,6
/proc/18097/task/18117/stat : 18117 (java) R 18094 18097 14331 0 -1 4202560 1356 0 0 0 86745 49 0 0 20 0 22 0 109273271 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655266303152 140655767918867 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18118] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18118/stat : 18118 (java) S 18094 18097 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109273273 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655265252648 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18119] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18119/stat : 18119 (java) S 18094 18097 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109273273 10060525568 992305 33554432000 1073741824 1073778376 140735791681968 140655264200104 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1776.7
Current children cumulated vsize (KiB) 9824732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+893.901 s]
/proc/loadavg: 4.00 4.05 4.01 9/219 18207
/proc/meminfo: memFree=24219564/32872528 swapFree=9100/9100
[pid=18097] ppid=18094 vsize=9824732 CPUtime=1800.01 cores=0,2,4,6
/proc/18097/stat : 18097 (java) S 18094 18097 14331 0 -1 4202496 36940 0 1 0 179781 220 0 0 20 0 22 0 109273227 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140735791673104 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18097/statm: 2456183 994862 2301 9 0 2446860 0
[pid=18097/tid=18099] ppid=18094 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/18097/task/18099/stat : 18099 (java) S 18094 18097 14331 0 -1 4202560 2543 0 1 0 41 4 0 0 20 0 22 0 109273228 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655922357112 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18100] ppid=18094 vsize=9824732 CPUtime=3.77 cores=0,2,4,6
/proc/18097/task/18100/stat : 18100 (java) S 18094 18097 14331 0 -1 4202560 974 0 0 0 359 18 0 0 20 0 22 0 109273229 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655766363048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18101] ppid=18094 vsize=9824732 CPUtime=4.3 cores=0,2,4,6
/proc/18097/task/18101/stat : 18101 (java) S 18094 18097 14331 0 -1 4202560 810 0 0 0 406 24 0 0 20 0 22 0 109273229 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655765310504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18102] ppid=18094 vsize=9824732 CPUtime=3.59 cores=0,2,4,6
/proc/18097/task/18102/stat : 18102 (java) S 18094 18097 14331 0 -1 4202560 899 0 0 0 339 20 0 0 20 0 22 0 109273229 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655764257448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18097/tid=18103] ppid=18094 vsize=9824732 CPUtime=3.91 cores=0,2,4,6
/proc/18097/task/18103/stat : 18103 (java) S 18094 18097 14331 0 -1 4202560 746 0 0 0 371 20 0 0 20 0 22 0 109273229 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655763204904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18097/tid=18104] ppid=18094 vsize=9824732 CPUtime=4.13 cores=0,2,4,6
/proc/18097/task/18104/stat : 18104 (java) S 18094 18097 14331 0 -1 4202560 1183 0 0 0 393 20 0 0 20 0 22 0 109273229 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655762151848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18105] ppid=18094 vsize=9824732 CPUtime=4.13 cores=0,2,4,6
/proc/18097/task/18105/stat : 18105 (java) S 18094 18097 14331 0 -1 4202560 836 0 0 0 396 17 0 0 20 0 22 0 109273229 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655761099304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18106] ppid=18094 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/18097/task/18106/stat : 18106 (java) S 18094 18097 14331 0 -1 4202560 664 0 0 0 325 12 0 0 20 0 22 0 109273229 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655760046248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18107] ppid=18094 vsize=9824732 CPUtime=4.03 cores=0,2,4,6
/proc/18097/task/18107/stat : 18107 (java) S 18094 18097 14331 0 -1 4202560 1055 0 0 0 380 23 0 0 20 0 22 0 109273229 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655758993704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18108] ppid=18094 vsize=9824732 CPUtime=5.8 cores=0,2,4,6
/proc/18097/task/18108/stat : 18108 (java) S 18094 18097 14331 0 -1 4202560 2571 0 0 0 575 5 0 0 20 0 22 0 109273230 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655275780968 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18109] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18109/stat : 18109 (java) S 18094 18097 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109273231 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655274727288 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18110] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18110/stat : 18110 (java) S 18094 18097 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109273231 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655273674120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18111] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18111/stat : 18111 (java) S 18094 18097 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109273233 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655272622864 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18112] ppid=18094 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/18097/task/18112/stat : 18112 (java) S 18094 18097 14331 0 -1 4202560 10612 0 0 0 201 3 0 0 20 0 22 0 109273233 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655271569720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18113] ppid=18094 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/18097/task/18113/stat : 18113 (java) S 18094 18097 14331 0 -1 4202560 11241 0 0 0 156 3 0 0 20 0 22 0 109273233 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655270517176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18097/tid=18114] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18114/stat : 18114 (java) S 18094 18097 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109273233 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655269464312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18097/tid=18115] ppid=18094 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/18097/task/18115/stat : 18115 (java) S 18094 18097 14331 0 -1 4202560 51 0 0 0 13 15 0 0 20 0 22 0 109273233 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655268411976 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18116] ppid=18094 vsize=9824732 CPUtime=879.45 cores=0,2,4,6
/proc/18097/task/18116/stat : 18116 (java) R 18094 18097 14331 0 -1 4202560 133 0 0 0 87929 16 0 0 20 0 22 0 109273271 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655267356656 140655767469730 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18097/tid=18117] ppid=18094 vsize=9824732 CPUtime=879.47 cores=0,2,4,6
/proc/18097/task/18117/stat : 18117 (java) R 18094 18097 14331 0 -1 4202560 1357 0 0 0 87898 49 0 0 20 0 22 0 109273271 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655266303200 140655767562525 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18118] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18118/stat : 18118 (java) S 18094 18097 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109273273 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655265252648 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18119] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18119/stat : 18119 (java) S 18094 18097 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109273273 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655264200104 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 18097 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+893.901 s]
/proc/loadavg: 4.00 4.05 4.01 9/219 18207
/proc/meminfo: memFree=24219564/32872528 swapFree=9100/9100
[pid=18097] ppid=18094 vsize=9824732 CPUtime=1800.01 cores=0,2,4,6
/proc/18097/stat : 18097 (java) S 18094 18097 14331 0 -1 4202496 36940 0 1 0 179781 220 0 0 20 0 22 0 109273227 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140735791673104 243768787005 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/18097/statm: 2456183 994862 2301 9 0 2446860 0
[pid=18097/tid=18099] ppid=18094 vsize=9824732 CPUtime=0.45 cores=0,2,4,6
/proc/18097/task/18099/stat : 18099 (java) S 18094 18097 14331 0 -1 4202560 2543 0 1 0 41 4 0 0 20 0 22 0 109273228 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655922357112 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18100] ppid=18094 vsize=9824732 CPUtime=3.77 cores=0,2,4,6
/proc/18097/task/18100/stat : 18100 (java) S 18094 18097 14331 0 -1 4202560 974 0 0 0 359 18 0 0 20 0 22 0 109273229 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655766363048 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18101] ppid=18094 vsize=9824732 CPUtime=4.3 cores=0,2,4,6
/proc/18097/task/18101/stat : 18101 (java) S 18094 18097 14331 0 -1 4202560 810 0 0 0 406 24 0 0 20 0 22 0 109273229 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655765310504 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18102] ppid=18094 vsize=9824732 CPUtime=3.59 cores=0,2,4,6
/proc/18097/task/18102/stat : 18102 (java) S 18094 18097 14331 0 -1 4202560 899 0 0 0 339 20 0 0 20 0 22 0 109273229 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655764257448 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18097/tid=18103] ppid=18094 vsize=9824732 CPUtime=3.91 cores=0,2,4,6
/proc/18097/task/18103/stat : 18103 (java) S 18094 18097 14331 0 -1 4202560 746 0 0 0 371 20 0 0 20 0 22 0 109273229 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655763204904 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=18097/tid=18104] ppid=18094 vsize=9824732 CPUtime=4.13 cores=0,2,4,6
/proc/18097/task/18104/stat : 18104 (java) S 18094 18097 14331 0 -1 4202560 1183 0 0 0 393 20 0 0 20 0 22 0 109273229 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655762151848 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18105] ppid=18094 vsize=9824732 CPUtime=4.13 cores=0,2,4,6
/proc/18097/task/18105/stat : 18105 (java) S 18094 18097 14331 0 -1 4202560 836 0 0 0 396 17 0 0 20 0 22 0 109273229 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655761099304 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18106] ppid=18094 vsize=9824732 CPUtime=3.37 cores=0,2,4,6
/proc/18097/task/18106/stat : 18106 (java) S 18094 18097 14331 0 -1 4202560 664 0 0 0 325 12 0 0 20 0 22 0 109273229 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655760046248 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18107] ppid=18094 vsize=9824732 CPUtime=4.03 cores=0,2,4,6
/proc/18097/task/18107/stat : 18107 (java) S 18094 18097 14331 0 -1 4202560 1055 0 0 0 380 23 0 0 20 0 22 0 109273229 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655758993704 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18108] ppid=18094 vsize=9824732 CPUtime=5.8 cores=0,2,4,6
/proc/18097/task/18108/stat : 18108 (java) S 18094 18097 14331 0 -1 4202560 2571 0 0 0 575 5 0 0 20 0 22 0 109273230 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655275780968 243768801193 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18109] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18109/stat : 18109 (java) S 18094 18097 14331 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 22 0 109273231 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655274727288 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18110] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18110/stat : 18110 (java) S 18094 18097 14331 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 22 0 109273231 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655273674120 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18111] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18111/stat : 18111 (java) S 18094 18097 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109273233 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655272622864 243768809248 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18112] ppid=18094 vsize=9824732 CPUtime=2.04 cores=0,2,4,6
/proc/18097/task/18112/stat : 18112 (java) S 18094 18097 14331 0 -1 4202560 10612 0 0 0 201 3 0 0 20 0 22 0 109273233 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655271569720 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18113] ppid=18094 vsize=9824732 CPUtime=1.59 cores=0,2,4,6
/proc/18097/task/18113/stat : 18113 (java) S 18094 18097 14331 0 -1 4202560 11241 0 0 0 156 3 0 0 20 0 22 0 109273233 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655270517176 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18097/tid=18114] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18114/stat : 18114 (java) S 18094 18097 14331 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 109273233 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655269464312 243768800316 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=18097/tid=18115] ppid=18094 vsize=9824732 CPUtime=0.28 cores=0,2,4,6
/proc/18097/task/18115/stat : 18115 (java) S 18094 18097 14331 0 -1 4202560 51 0 0 0 13 15 0 0 20 0 22 0 109273233 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655268411976 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=18097/tid=18116] ppid=18094 vsize=9824732 CPUtime=879.45 cores=0,2,4,6
/proc/18097/task/18116/stat : 18116 (java) R 18094 18097 14331 0 -1 4202560 133 0 0 0 87929 16 0 0 20 0 22 0 109273271 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655267356656 140655767469730 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=18097/tid=18117] ppid=18094 vsize=9824732 CPUtime=879.47 cores=0,2,4,6
/proc/18097/task/18117/stat : 18117 (java) R 18094 18097 14331 0 -1 4202560 1357 0 0 0 87898 49 0 0 20 0 22 0 109273271 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655266303200 140655767562525 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18118] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18118/stat : 18118 (java) S 18094 18097 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109273273 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655265252648 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=18097/tid=18119] ppid=18094 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/18097/task/18119/stat : 18119 (java) S 18094 18097 14331 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 109273273 10060525568 994862 33554432000 1073741824 1073778376 140735791681968 140655264200104 243768801193 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9824732

Child status: 143
Real time (s): 893.976
CPU time (s): 1800.77
CPU user time (s): 1798.11
CPU system time (s): 2.66259
CPU usage (%): 201.434
Max. virtual memory (cumulated for all children) (KiB): 9824732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1798.11
system time used= 2.6626
maximum resident set size= 3979564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36974
page faults= 1
swaps= 0
block input operations= 0
block output operations= 928
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 24307
involuntary context switches= 30177

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.32419 second user time and 7.66183 second system time

The end

Launcher Data

Begin job on node151 at 2016-06-07 06:23:41
IDJOB=4080557
IDBENCH=90115
IDSOLVER=2543
FILE ID=node151/4080557-1465273421
RUNJOBID= node151-1465261736-14347
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_K80.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4080557-1465273421/watcher-4080557-1465273421 -o /tmp/evaluation-result-4080557-1465273421/solver-4080557-1465273421 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node151-1465261736-14347 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4080557-1465273421.opb

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

MD5SUM BENCH= a3fcbcd7997dcbab652ff1a098fe5a93
RANDOM SEED=2095240427

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:        28172604 kB
Buffers:           80256 kB
Cached:           239408 kB
SwapCached:         2184 kB
Active:          3717920 kB
Inactive:         223816 kB
Active(anon):    3622620 kB
Inactive(anon):     1680 kB
Active(file):      95300 kB
Inactive(file):   222136 kB
Unevictable:        9100 kB
Mlocked:            9100 kB
SwapTotal:      67108856 kB
SwapFree:       67098860 kB
Dirty:              1276 kB
Writeback:             0 kB
AnonPages:       3595064 kB
Mapped:            16512 kB
Shmem:                 0 kB
Slab:             611520 kB
SReclaimable:      55284 kB
SUnreclaim:       556236 kB
KernelStack:        1808 kB
PageTables:        11148 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4029140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3479552 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:38:35