Trace number 4102850

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.25 892.917

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/submitted-PB05/
manquinho/primes-dimacs-cnf/normalized-g125.17.opb
MD5SUM7d701b956113b6fc93a1922e71200e27
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables4250
Total number of constraints68397
Number of constraints which are clauses68397
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint2
Maximum length of a constraint17
Number of terms in the objective function 4250
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 4250
Number of bits of the sum of numbers in the objective function 13
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 4250
Number of bits of the biggest sum of numbers13
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	16
0.11/0.11	c Pseudo Boolean Optimization by upper bound
0.11/0.11	c ManyCore solver with 2 solvers running in parallel
0.11/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@22c84d9
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.11/0.11	c Expensive reason simplification
0.11/0.11	c Glucose 2.1 dynamic restart strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.11/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.11/0.11	c --- Begin Solver configuration ---
0.11/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@558385e3
0.11/0.11	c Learn all clauses as in MiniSAT
0.11/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.11/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.11/0.11	c No reason simplification
0.11/0.11	c Armin Biere (Picosat) restarts strategy
0.11/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.11/0.11	c timeout=2147483s
0.11/0.11	c DB Simplification allowed=false
0.11/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.11/0.11	c --- End Solver configuration ---
0.11/0.11	c solving HOME/instance-4102850-1466218760.opb
0.11/0.11	c reading problem ... 
0.11/0.11	c  objective function found
1.98/0.85	c ... done. Wall clock time 0.74s.
1.98/0.85	c declared #vars     4250
1.98/0.85	c #constraints  68397
1.98/0.85	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.98/0.85	c constraints type 
1.98/0.85	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 125
1.98/0.85	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 68272
1.98/0.85	c 68397 constraints processed.
1.98/0.85	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.98/0.85	c constraints type 
1.98/0.85	c org.sat4j.pb.constraints.pb.OriginalBinaryClausePB => 68272
1.98/0.85	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 125
1.98/0.85	c 68397 constraints processed.
1.98/0.85	c objective function length is 4250 literals
5.90/2.27	c cleaning 2498 clauses out of 5001 with flag 25901/5001
6.22/2.40	c cleaning 0 clauses out of 5002 with flag 0/5002
10.33/4.08	c cleaning 4250 clauses out of 8503 with flag 79683/11001
10.57/4.17	c cleaning 0 clauses out of 11003 with flag 0/11003
14.84/5.93	c cleaning 5607 clauses out of 11252 with flag 113645/18000
16.30/6.66	c cleaning 0 clauses out of 18000 with flag 0/18000
19.52/8.14	c cleaning 6817 clauses out of 13645 with flag 158432/26000
23.72/10.28	c cleaning 0 clauses out of 26000 with flag 0/26000
24.92/10.83	c cleaning 7910 clauses out of 15829 with flag 224307/35001
30.79/13.70	c cleaning 8953 clauses out of 17918 with flag 283355/45000
33.59/15.08	c cleaning 0 clauses out of 35001 with flag 0/35001
38.70/17.43	c cleaning 9973 clauses out of 19966 with flag 365054/56001
44.70/20.48	c cleaning 0 clauses out of 45000 with flag 0/45000
46.51/21.39	c cleaning 10995 clauses out of 21995 with flag 449623/68003
55.31/25.73	c cleaning 11972 clauses out of 23998 with flag 534800/81001
57.91/27.07	c cleaning 0 clauses out of 56000 with flag 0/56000
65.20/30.41	c cleaning 13005 clauses out of 26025 with flag 623584/95000
75.60/35.70	c cleaning 14003 clauses out of 28021 with flag 724928/110001
81.43/38.55	c cleaning 0 clauses out of 68001 with flag 0/68001
87.40/41.58	c cleaning 15003 clauses out of 30018 with flag 821320/126001
100.20/47.69	c cleaning 15995 clauses out of 32014 with flag 924889/143000
102.40/48.79	c cleaning 0 clauses out of 81001 with flag 0/81001
113.40/54.23	c cleaning 16993 clauses out of 34022 with flag 1054867/161003
121.20/58.14	c cleaning 0 clauses out of 95000 with flag 0/95000
128.54/61.49	c cleaning 18013 clauses out of 36026 with flag 1181521/180000
144.95/69.64	c cleaning 18999 clauses out of 38015 with flag 1306244/200002
149.95/72.11	c cleaning 0 clauses out of 110001 with flag 0/110001
162.55/78.43	c cleaning 19999 clauses out of 40014 with flag 1446713/221000
181.84/87.85	c cleaning 20993 clauses out of 42016 with flag 1588588/243001
186.45/90.17	c cleaning 0 clauses out of 126001 with flag 0/126001
202.85/98.34	c cleaning 21997 clauses out of 44022 with flag 1740011/266000
225.41/109.30	c cleaning 23002 clauses out of 46025 with flag 1914888/290000
235.22/114.26	c cleaning 0 clauses out of 143000 with flag 0/143000
248.84/121.04	c cleaning 24003 clauses out of 48023 with flag 2084546/315000
274.01/133.63	c cleaning 25005 clauses out of 50021 with flag 2258535/341001
301.33/147.17	c cleaning 25998 clauses out of 52015 with flag 2448520/368000
307.12/150.02	c cleaning 0 clauses out of 161000 with flag 0/161000
329.32/161.16	c cleaning 26993 clauses out of 54017 with flag 2658735/396000
359.87/176.31	c cleaning 28007 clauses out of 56026 with flag 2866670/425002
383.87/188.34	c cleaning 0 clauses out of 180001 with flag 0/180001
391.47/192.11	c cleaning 28997 clauses out of 58017 with flag 3089272/455000
425.71/209.11	c cleaning 30007 clauses out of 60020 with flag 3322946/486000
448.29/220.40	c cleaning 0 clauses out of 200000 with flag 0/200000
461.30/226.85	c cleaning 30999 clauses out of 62016 with flag 3576838/518003
499.31/245.87	c cleaning 32001 clauses out of 64014 with flag 3834013/551000
523.68/258.06	c cleaning 0 clauses out of 221000 with flag 0/221000
538.48/265.48	c cleaning 33001 clauses out of 66014 with flag 4103150/585001
581.41/286.86	c cleaning 33995 clauses out of 68013 with flag 4379050/620001
627.35/309.74	c cleaning 35004 clauses out of 70018 with flag 4663229/656001
648.17/320.15	c cleaning 0 clauses out of 243001 with flag 0/243001
675.55/333.82	c cleaning 36001 clauses out of 72016 with flag 4954167/693003
726.33/359.11	c cleaning 36994 clauses out of 74015 with flag 5261957/731003
778.72/385.32	c cleaning 38004 clauses out of 76019 with flag 5584539/770001
788.22/389.94	c cleaning 0 clauses out of 266000 with flag 0/266000
813.27/402.45	c cleaning 0 clauses out of 290001 with flag 0/290001
832.01/411.71	c cleaning 39001 clauses out of 78016 with flag 5925620/810002
864.57/427.99	c cleaning 0 clauses out of 315001 with flag 0/315001
887.89/439.55	c cleaning 39999 clauses out of 80013 with flag 6279241/851000
912.48/451.75	c cleaning 0 clauses out of 341000 with flag 0/341000
948.06/469.42	c cleaning 41002 clauses out of 82015 with flag 6643894/893001
989.07/489.76	c cleaning 0 clauses out of 368000 with flag 0/368000
1009.88/500.18	c cleaning 42002 clauses out of 84012 with flag 7025691/936000
1075.04/532.76	c cleaning 42997 clauses out of 86010 with flag 7423375/980000
1104.30/547.36	c cleaning 0 clauses out of 396003 with flag 0/396003
1145.25/567.64	c cleaning 44003 clauses out of 88013 with flag 7826953/1025000
1208.85/599.30	c cleaning 0 clauses out of 425001 with flag 0/425001
1216.45/603.10	c cleaning 44999 clauses out of 90013 with flag 8248985/1071003
1292.57/640.93	c cleaning 45995 clauses out of 92013 with flag 8681046/1118002
1338.71/664.01	c cleaning 0 clauses out of 455000 with flag 0/455000
1374.45/681.80	c cleaning 47004 clauses out of 94018 with flag 9125130/1166002
1456.36/722.57	c cleaning 47999 clauses out of 96012 with flag 9587171/1215000
1496.00/742.17	c cleaning 0 clauses out of 486000 with flag 0/486000
1539.84/763.95	c cleaning 49002 clauses out of 98013 with flag 10068595/1265000
1586.42/786.98	c cleaning 0 clauses out of 518000 with flag 0/518000
1628.03/807.52	c cleaning 49990 clauses out of 100012 with flag 10570255/1316001
1718.45/852.47	c cleaning 51002 clauses out of 102021 with flag 11085409/1368000
1766.33/876.15	c cleaning 0 clauses out of 551001 with flag 0/551001
1800.17/892.80	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/892.80	c starts		: 10489
1800.17/892.80	c conflicts		: 1414702
1800.17/892.80	c decisions		: 7040792
1800.17/892.80	c propagations		: 484213388
1800.17/892.80	c inspects		: 9152257173
1800.17/892.80	c shortcuts		: 0
1800.17/892.80	c learnt literals	: 0
1800.17/892.80	c learnt binary clauses	: 0
1800.17/892.80	c learnt ternary clauses	: 0
1800.17/892.80	c learnt constraints	: 1414702
1800.17/892.80	c ignored constraints	: 0
1800.17/892.80	c root simplifications	: 0
1800.17/892.80	c removed literals (reason simplification)	: 19062940
1800.17/892.80	c reason swapping (by a shorter reason)	: 0
1800.17/892.80	c Calls to reduceDB	: 48
1800.17/892.80	c Number of update (reduction) of LBD	: 627216
1800.17/892.80	c Imported unit clauses	: 0
1800.17/892.80	c number of reductions to clauses (during analyze)	: 0
1800.17/892.80	c number of learned constraints concerned by reduction	: 0
1800.17/892.80	c number of learning phase by resolution	: 0
1800.17/892.80	c number of learning phase by cutting planes	: 0
1800.17/892.80	c speed (assignments/second)	: 542886.9846388085
1800.17/892.80	c non guided choices	0
1800.17/892.83	c learnt constraints type 
1800.17/892.83	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 97722
1800.17/892.83	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.17/892.83	c starts		: 153
1800.17/892.83	c conflicts		: 557766
1800.17/892.83	c decisions		: 720200
1800.17/892.83	c propagations		: 172287764
1800.17/892.83	c inspects		: 4276127805
1800.17/892.83	c shortcuts		: 0
1800.17/892.83	c learnt literals	: 0
1800.17/892.83	c learnt binary clauses	: 0
1800.17/892.83	c learnt ternary clauses	: 0
1800.17/892.83	c learnt constraints	: 557765
1800.17/892.83	c ignored constraints	: 0
1800.17/892.83	c root simplifications	: 0
1800.17/892.83	c removed literals (reason simplification)	: 0
1800.17/892.83	c reason swapping (by a shorter reason)	: 0
1800.17/892.83	c Calls to reduceDB	: 29
1800.17/892.83	c Number of update (reduction) of LBD	: 0
1800.17/892.83	c Imported unit clauses	: 0
1800.17/892.83	c number of reductions to clauses (during analyze)	: 0
1800.17/892.83	c number of learned constraints concerned by reduction	: 0
1800.17/892.83	c number of learning phase by resolution	: 0
1800.17/892.83	c number of learning phase by cutting planes	: 0
1800.17/892.83	c speed (assignments/second)	: 193158.7613193131
1800.17/892.83	c non guided choices	30
1800.17/892.90	c learnt constraints type 
1800.17/892.90	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 557765
1800.17/892.90	s UNKNOWN
1800.17/892.90	c Total wall clock time (in seconds): 892.797

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-4102850-1466218760/watcher-4102850-1466218760 -o /tmp/evaluation-result-4102850-1466218760/solver-4102850-1466218760 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15309 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4102850-1466218760.opb 

pid=23155
running on 8 cores: 4-7,12-15

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.04 4.11 4.12 4/284 23158
/proc/meminfo: memFree=31213364/32872528 swapFree=7804/7804
[pid=23158] ppid=23155 vsize=8471396 CPUtime=0 cores=4-7,12-15
/proc/23158/stat : 23158 (java) S 23155 23158 15292 0 -1 4202496 1593 0 1 0 0 0 0 0 20 0 2 0 23920606 8674709504 1708 33554432000 1073741824 1073778376 140734567863712 140734567854848 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23158/statm: 2117849 1717 930 9 0 2108958 0
[pid=23158/tid=23159] ppid=23155 vsize=8471396 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23159/stat : 23159 (java) R 23155 23158 15292 0 -1 4202560 462 0 1 0 0 0 0 0 20 0 2 0 23920607 8674709504 1800 33554432000 1073741824 1073778376 140734567863712 139689009297712 216808953919 0 4 0 16784584 0 0 0 -1 6 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.04 4.11 4.12 4/284 23158
/proc/meminfo: memFree=31213364/32872528 swapFree=7804/7804
[pid=23158] ppid=23155 vsize=9896436 CPUtime=0.11 cores=4-7,12-15
/proc/23158/stat : 23158 (java) S 23155 23158 15292 0 -1 4202496 4522 0 1 0 10 1 0 0 20 0 23 0 23920606 10133950464 6146 33554432000 1073741824 1073778376 140734567863712 140734567854848 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23158/statm: 2474109 6146 2156 9 0 2464786 0
[pid=23158/tid=23159] ppid=23155 vsize=9896436 CPUtime=0.07 cores=4-7,12-15
/proc/23158/task/23159/stat : 23159 (java) R 23155 23158 15292 0 -1 4202560 2425 0 1 0 7 0 0 0 20 0 23 0 23920607 10133950464 6146 33554432000 1073741824 1073778376 140734567863712 139689009294240 216812021005 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9896436

[startup+0.200358 s]
/proc/loadavg: 4.04 4.11 4.12 4/284 23158
/proc/meminfo: memFree=31213364/32872528 swapFree=7804/7804
[pid=23158] ppid=23155 vsize=9896436 CPUtime=0.3 cores=4-7,12-15
/proc/23158/stat : 23158 (java) S 23155 23158 15292 0 -1 4202496 5032 0 1 0 28 2 0 0 20 0 23 0 23920606 10133950464 7009 33554432000 1073741824 1073778376 140734567863712 140734567854848 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23158/statm: 2474109 7009 2219 9 0 2464786 0
[pid=23158/tid=23159] ppid=23155 vsize=9896436 CPUtime=0.17 cores=4-7,12-15
/proc/23158/task/23159/stat : 23159 (java) R 23155 23158 15292 0 -1 4202560 2442 0 1 0 17 0 0 0 20 0 23 0 23920607 10133950464 7009 33554432000 1073741824 1073778376 140734567863712 139689009287304 139688862146889 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9896436

[startup+0.300288 s]
/proc/loadavg: 4.04 4.11 4.12 4/284 23158
/proc/meminfo: memFree=31213364/32872528 swapFree=7804/7804
[pid=23158] ppid=23155 vsize=9896436 CPUtime=0.51 cores=4-7,12-15
/proc/23158/stat : 23158 (java) S 23155 23158 15292 0 -1 4202496 6070 0 1 0 49 2 0 0 20 0 23 0 23920606 10133950464 8981 33554432000 1073741824 1073778376 140734567863712 140734567854848 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23158/statm: 2474109 8981 2233 9 0 2464786 0
[pid=23158/tid=23159] ppid=23155 vsize=9896436 CPUtime=0.27 cores=4-7,12-15
/proc/23158/task/23159/stat : 23159 (java) R 23155 23158 15292 0 -1 4202560 2445 0 1 0 26 1 0 0 20 0 23 0 23920607 10133950464 8981 33554432000 1073741824 1073778376 140734567863712 139689009287304 139688862135521 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9896436

[startup+0.700237 s]
/proc/loadavg: 4.04 4.11 4.12 4/284 23158
/proc/meminfo: memFree=31213364/32872528 swapFree=7804/7804
[pid=23158] ppid=23155 vsize=9896436 CPUtime=1.67 cores=4-7,12-15
/proc/23158/stat : 23158 (java) S 23155 23158 15292 0 -1 4202496 23040 0 1 0 160 7 0 0 20 0 23 0 23920606 10133950464 39188 33554432000 1073741824 1073778376 140734567863712 140734567854848 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23158/statm: 2474109 39188 2247 9 0 2464786 0
[pid=23158/tid=23159] ppid=23155 vsize=9896436 CPUtime=0.67 cores=4-7,12-15
/proc/23158/task/23159/stat : 23159 (java) R 23155 23158 15292 0 -1 4202560 2482 0 1 0 65 2 0 0 20 0 23 0 23920607 10133950464 39188 33554432000 1073741824 1073778376 140734567863712 139689009286960 139688862436666 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.67
Current children cumulated vsize (KiB) 9896436

[startup+1.50106 s]
/proc/loadavg: 4.04 4.11 4.12 7/311 23185
/proc/meminfo: memFree=31017964/32872528 swapFree=7804/7804
[pid=23158] ppid=23155 vsize=10162692 CPUtime=4.42 cores=4-7,12-15
/proc/23158/stat : 23158 (java) S 23155 23158 15292 0 -1 4202496 24198 0 1 0 425 17 0 0 20 0 27 0 23920606 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 140734567854848 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23158/statm: 2540673 53788 2282 9 0 2531350 0
[pid=23158/tid=23159] ppid=23155 vsize=10162692 CPUtime=0.81 cores=4-7,12-15
/proc/23158/task/23159/stat : 23159 (java) S 23155 23158 15292 0 -1 4202560 2525 0 1 0 79 2 0 0 20 0 27 0 23920607 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139689009296248 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23161] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23161/stat : 23161 (java) S 23155 23158 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23920607 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688981748008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23162] ppid=23155 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/23158/task/23162/stat : 23162 (java) S 23155 23158 15292 0 -1 4202560 17 0 0 0 1 0 0 0 20 0 27 0 23920607 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688980695208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23163] ppid=23155 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/23158/task/23163/stat : 23163 (java) S 23155 23158 15292 0 -1 4202560 14 0 0 0 1 1 0 0 20 0 27 0 23920607 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688851057192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23164] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23164/stat : 23164 (java) S 23155 23158 15292 0 -1 4202560 4 0 0 0 0 0 0 0 20 0 27 0 23920607 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688850004392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23158/tid=23165] ppid=23155 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/23158/task/23165/stat : 23165 (java) S 23155 23158 15292 0 -1 4202560 11 0 0 0 1 1 0 0 20 0 27 0 23920607 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688848952104 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23158/tid=23166] ppid=23155 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/23158/task/23166/stat : 23166 (java) S 23155 23158 15292 0 -1 4202560 12 0 0 0 1 1 0 0 20 0 27 0 23920607 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688847899304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23167] ppid=23155 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/23158/task/23167/stat : 23167 (java) S 23155 23158 15292 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 27 0 23920607 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688846847016 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23158/tid=23168] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23168/stat : 23168 (java) S 23155 23158 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23920607 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688375479208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23169] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23169/stat : 23169 (java) S 23155 23158 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23920607 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688374425896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23158/tid=23170] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23170/stat : 23170 (java) S 23155 23158 15292 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 27 0 23920607 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688373373096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23158/tid=23171] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23171/stat : 23171 (java) S 23155 23158 15292 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 23920607 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688372320808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23172] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23172/stat : 23172 (java) S 23155 23158 15292 0 -1 4202560 5 0 0 0 0 0 0 0 20 0 27 0 23920607 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688371268008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23173] ppid=23155 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/23158/task/23173/stat : 23173 (java) S 23155 23158 15292 0 -1 4202560 9 0 0 0 1 0 0 0 20 0 27 0 23920607 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688370215720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23174] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23174/stat : 23174 (java) S 23155 23158 15292 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 27 0 23920608 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688352754280 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23158/tid=23175] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23175/stat : 23175 (java) S 23155 23158 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23920609 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688351700856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23158/tid=23176] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23176/stat : 23176 (java) S 23155 23158 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23920609 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688350647944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23158/tid=23177] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23177/stat : 23177 (java) S 23155 23158 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23920611 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688349595920 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23158/tid=23178] ppid=23155 vsize=10162692 CPUtime=1.08 cores=4-7,12-15
/proc/23158/task/23178/stat : 23178 (java) R 23155 23158 15292 0 -1 4202560 11830 0 0 0 105 3 0 0 20 0 27 0 23920611 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688348543032 139689011277901 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23179] ppid=23155 vsize=10162692 CPUtime=0.97 cores=4-7,12-15
/proc/23158/task/23179/stat : 23179 (java) S 23155 23158 15292 0 -1 4202560 8349 0 0 0 95 2 0 0 20 0 27 0 23920611 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688347490744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23158/tid=23180] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23180/stat : 23180 (java) S 23155 23158 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23920611 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688346438136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23158/tid=23181] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23181/stat : 23181 (java) S 23155 23158 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23920611 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688345386056 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23182] ppid=23155 vsize=10162692 CPUtime=0.6 cores=4-7,12-15
/proc/23158/task/23182/stat : 23182 (java) R 23155 23158 15292 0 -1 4202560 20 0 0 0 60 0 0 0 20 0 27 0 23920692 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688344329128 139688862924727 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=23158/tid=23183] ppid=23155 vsize=10162692 CPUtime=0.6 cores=4-7,12-15
/proc/23158/task/23183/stat : 23183 (java) R 23155 23158 15292 0 -1 4202560 23 0 0 0 60 0 0 0 20 0 27 0 23920692 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688343277080 139688863233574 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=23158/tid=23184] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23184/stat : 23184 (java) S 23155 23158 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23920695 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688342226472 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23185] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23185/stat : 23185 (java) S 23155 23158 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23920695 10406596608 53788 33554432000 1073741824 1073778376 140734567863712 139688341173160 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 4.42
Current children cumulated vsize (KiB) 10162692

[startup+3.10114 s]
/proc/loadavg: 4.04 4.11 4.12 5/311 23185
/proc/meminfo: memFree=30892260/32872528 swapFree=7804/7804
[pid=23158] ppid=23155 vsize=10162692 CPUtime=8.3 cores=4-7,12-15
/proc/23158/stat : 23158 (java) S 23155 23158 15292 0 -1 4202496 27345 0 1 0 805 25 0 0 20 0 27 0 23920606 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 140734567854848 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23158/statm: 2540673 87749 2289 9 0 2531350 0
[pid=23158/tid=23159] ppid=23155 vsize=10162692 CPUtime=0.81 cores=4-7,12-15
/proc/23158/task/23159/stat : 23159 (java) S 23155 23158 15292 0 -1 4202560 2525 0 1 0 79 2 0 0 20 0 27 0 23920607 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139689009296248 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23161] ppid=23155 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/23158/task/23161/stat : 23161 (java) S 23155 23158 15292 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 27 0 23920607 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688981748008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23158/tid=23162] ppid=23155 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/23158/task/23162/stat : 23162 (java) S 23155 23158 15292 0 -1 4202560 21 0 0 0 1 0 0 0 20 0 27 0 23920607 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688980695208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23158/tid=23163] ppid=23155 vsize=10162692 CPUtime=0.03 cores=4-7,12-15
/proc/23158/task/23163/stat : 23163 (java) S 23155 23158 15292 0 -1 4202560 19 0 0 0 2 1 0 0 20 0 27 0 23920607 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688851057192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23158/tid=23164] ppid=23155 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/23158/task/23164/stat : 23164 (java) S 23155 23158 15292 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 27 0 23920607 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688850004392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23158/tid=23165] ppid=23155 vsize=10162692 CPUtime=0.03 cores=4-7,12-15
/proc/23158/task/23165/stat : 23165 (java) S 23155 23158 15292 0 -1 4202560 17 0 0 0 2 1 0 0 20 0 27 0 23920607 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688848952104 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23158/tid=23166] ppid=23155 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/23158/task/23166/stat : 23166 (java) S 23155 23158 15292 0 -1 4202560 13 0 0 0 1 1 0 0 20 0 27 0 23920607 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688847899304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23158/tid=23167] ppid=23155 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/23158/task/23167/stat : 23167 (java) S 23155 23158 15292 0 -1 4202560 13 0 0 0 1 1 0 0 20 0 27 0 23920607 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688846847016 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23158/tid=23168] ppid=23155 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/23158/task/23168/stat : 23168 (java) S 23155 23158 15292 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 27 0 23920607 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688375479208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23169] ppid=23155 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/23158/task/23169/stat : 23169 (java) S 23155 23158 15292 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 27 0 23920607 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688374425896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23158/tid=23170] ppid=23155 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/23158/task/23170/stat : 23170 (java) S 23155 23158 15292 0 -1 4202560 14 0 0 0 0 2 0 0 20 0 27 0 23920607 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688373373096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23158/tid=23171] ppid=23155 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/23158/task/23171/stat : 23171 (java) S 23155 23158 15292 0 -1 4202560 8 0 0 0 1 0 0 0 20 0 27 0 23920607 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688372320808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23172] ppid=23155 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/23158/task/23172/stat : 23172 (java) S 23155 23158 15292 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 27 0 23920607 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688371268008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23173] ppid=23155 vsize=10162692 CPUtime=0.01 cores=4-7,12-15
/proc/23158/task/23173/stat : 23173 (java) S 23155 23158 15292 0 -1 4202560 13 0 0 0 1 0 0 0 20 0 27 0 23920607 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688370215720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23158/tid=23174] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23174/stat : 23174 (java) S 23155 23158 15292 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 27 0 23920608 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688352754280 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23158/tid=23175] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23175/stat : 23175 (java) S 23155 23158 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23920609 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688351700856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23158/tid=23176] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23176/stat : 23176 (java) S 23155 23158 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23920609 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688350647944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23158/tid=23177] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23177/stat : 23177 (java) S 23155 23158 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23920611 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688349595920 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23158/tid=23178] ppid=23155 vsize=10162692 CPUtime=1.18 cores=4-7,12-15
/proc/23158/task/23178/stat : 23178 (java) S 23155 23158 15292 0 -1 4202560 11844 0 0 0 115 3 0 0 20 0 27 0 23920611 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688348543032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23179] ppid=23155 vsize=10162692 CPUtime=1.45 cores=4-7,12-15
/proc/23158/task/23179/stat : 23179 (java) S 23155 23158 15292 0 -1 4202560 11241 0 0 0 142 3 0 0 20 0 27 0 23920611 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688347490744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23158/tid=23180] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23180/stat : 23180 (java) S 23155 23158 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23920611 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688346438136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23158/tid=23181] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23181/stat : 23181 (java) S 23155 23158 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23920611 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688345386056 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23182] ppid=23155 vsize=10162692 CPUtime=2.18 cores=4-7,12-15
/proc/23158/task/23182/stat : 23182 (java) R 23155 23158 15292 0 -1 4202560 21 0 0 0 218 0 0 0 20 0 27 0 23920692 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688344322208 139688863118762 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=23158/tid=23183] ppid=23155 vsize=10162692 CPUtime=2.18 cores=4-7,12-15
/proc/23158/task/23183/stat : 23183 (java) R 23155 23158 15292 0 -1 4202560 80 0 0 0 217 1 0 0 20 0 27 0 23920692 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688343278472 139688863237616 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=23158/tid=23184] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23184/stat : 23184 (java) S 23155 23158 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23920695 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688342226472 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23185] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23185/stat : 23185 (java) S 23155 23158 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23920695 10406596608 87749 33554432000 1073741824 1073778376 140734567863712 139688341173160 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 8.3
Current children cumulated vsize (KiB) 10162692

[startup+6.30114 s]
/proc/loadavg: 4.04 4.11 4.12 5/311 23185
/proc/meminfo: memFree=30594880/32872528 swapFree=7804/7804

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

[pid=23158/tid=23166] ppid=23155 vsize=10162692 CPUtime=1.6 cores=4-7,12-15
/proc/23158/task/23166/stat : 23166 (java) S 23155 23158 15292 0 -1 4202560 428 0 0 0 120 40 0 0 20 0 27 0 23920607 10406596608 390455 33554432000 1073741824 1073778376 140734567863712 139688847899304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23158/tid=23167] ppid=23155 vsize=10162692 CPUtime=1.41 cores=4-7,12-15
/proc/23158/task/23167/stat : 23167 (java) S 23155 23158 15292 0 -1 4202560 343 0 0 0 107 34 0 0 20 0 27 0 23920607 10406596608 390455 33554432000 1073741824 1073778376 140734567863712 139688846847016 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23158/tid=23168] ppid=23155 vsize=10162692 CPUtime=1.52 cores=4-7,12-15
/proc/23158/task/23168/stat : 23168 (java) S 23155 23158 15292 0 -1 4202560 430 0 0 0 112 40 0 0 20 0 27 0 23920607 10406596608 390455 33554432000 1073741824 1073778376 140734567863712 139688375479208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23169] ppid=23155 vsize=10162692 CPUtime=1.47 cores=4-7,12-15
/proc/23158/task/23169/stat : 23169 (java) S 23155 23158 15292 0 -1 4202560 349 0 0 0 111 36 0 0 20 0 27 0 23920607 10406596608 390455 33554432000 1073741824 1073778376 140734567863712 139688374425896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23170] ppid=23155 vsize=10162692 CPUtime=1.46 cores=4-7,12-15
/proc/23158/task/23170/stat : 23170 (java) S 23155 23158 15292 0 -1 4202560 337 0 0 0 116 30 0 0 20 0 27 0 23920607 10406596608 390455 33554432000 1073741824 1073778376 140734567863712 139688373373096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23158/tid=23171] ppid=23155 vsize=10162692 CPUtime=1.43 cores=4-7,12-15
/proc/23158/task/23171/stat : 23171 (java) S 23155 23158 15292 0 -1 4202560 311 0 0 0 111 32 0 0 20 0 27 0 23920607 10406596608 390455 33554432000 1073741824 1073778376 140734567863712 139688372320808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23172] ppid=23155 vsize=10162692 CPUtime=1.38 cores=4-7,12-15
/proc/23158/task/23172/stat : 23172 (java) S 23155 23158 15292 0 -1 4202560 267 0 0 0 115 23 0 0 20 0 27 0 23920607 10406596608 390455 33554432000 1073741824 1073778376 140734567863712 139688371268008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23158/tid=23173] ppid=23155 vsize=10162692 CPUtime=1.29 cores=4-7,12-15
/proc/23158/task/23173/stat : 23173 (java) S 23155 23158 15292 0 -1 4202560 302 0 0 0 98 31 0 0 20 0 27 0 23920607 10406596608 390455 33554432000 1073741824 1073778376 140734567863712 139688370215720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23174] ppid=23155 vsize=10162692 CPUtime=2.02 cores=4-7,12-15
/proc/23158/task/23174/stat : 23174 (java) S 23155 23158 15292 0 -1 4202560 1645 0 0 0 198 4 0 0 20 0 27 0 23920608 10406596608 390455 33554432000 1073741824 1073778376 140734567863712 139688352754280 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23158/tid=23175] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23175/stat : 23175 (java) S 23155 23158 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23920609 10406596608 390455 33554432000 1073741824 1073778376 140734567863712 139688351700856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23158/tid=23176] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23176/stat : 23176 (java) S 23155 23158 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23920609 10406596608 390455 33554432000 1073741824 1073778376 140734567863712 139688350647944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23158/tid=23177] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23177/stat : 23177 (java) S 23155 23158 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23920611 10406596608 390455 33554432000 1073741824 1073778376 140734567863712 139688349595920 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23158/tid=23178] ppid=23155 vsize=10162692 CPUtime=1.3 cores=4-7,12-15
/proc/23158/task/23178/stat : 23178 (java) S 23155 23158 15292 0 -1 4202560 11848 0 0 0 127 3 0 0 20 0 27 0 23920611 10406596608 390455 33554432000 1073741824 1073778376 140734567863712 139688348543032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23179] ppid=23155 vsize=10162692 CPUtime=2.05 cores=4-7,12-15
/proc/23158/task/23179/stat : 23179 (java) S 23155 23158 15292 0 -1 4202560 14330 0 0 0 202 3 0 0 20 0 27 0 23920611 10406596608 390455 33554432000 1073741824 1073778376 140734567863712 139688347490744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23158/tid=23180] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23180/stat : 23180 (java) S 23155 23158 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23920611 10406596608 390455 33554432000 1073741824 1073778376 140734567863712 139688346438136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23158/tid=23181] ppid=23155 vsize=10162692 CPUtime=0.41 cores=4-7,12-15
/proc/23158/task/23181/stat : 23181 (java) S 23155 23158 15292 0 -1 4202560 51 0 0 0 18 23 0 0 20 0 27 0 23920611 10406596608 390455 33554432000 1073741824 1073778376 140734567863712 139688345386056 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23182] ppid=23155 vsize=10162692 CPUtime=884.93 cores=4-7,12-15
/proc/23158/task/23182/stat : 23182 (java) R 23155 23158 15292 0 -1 4202560 81 0 0 0 88479 14 0 0 20 0 27 0 23920692 10406596608 390455 33554432000 1073741824 1073778376 140734567863712 139688344329856 139688863135571 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23158/tid=23183] ppid=23155 vsize=10162692 CPUtime=884.97 cores=4-7,12-15
/proc/23158/task/23183/stat : 23183 (java) R 23155 23158 15292 0 -1 4202560 1841 0 0 0 88452 45 0 0 20 0 27 0 23920692 10406596608 390455 33554432000 1073741824 1073778376 140734567863712 139688343276832 139688863237212 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23158/tid=23184] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23184/stat : 23184 (java) S 23155 23158 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23920695 10406596608 390455 33554432000 1073741824 1073778376 140734567863712 139688342226472 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23185] ppid=23155 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23185/stat : 23185 (java) S 23155 23158 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23920695 10406596608 390455 33554432000 1073741824 1073778376 140734567863712 139688341173160 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 1800.17
Current children cumulated vsize (KiB) 10162692

[startup+892.906 s]
/proc/loadavg: 4.49 4.26 4.15 5/311 23313
/proc/meminfo: memFree=26578808/32872528 swapFree=7804/7804
[pid=23158] ppid=23155 vsize=10295820 CPUtime=1796.02 cores=4-7,12-15
/proc/23158/stat : 23158 (java) S 23155 23158 15292 0 -1 4202496 38236 0 1 0 179060 542 0 0 20 0 25 0 23920606 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 140734567854848 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23158/statm: 2573955 390473 2299 9 0 2564632 0
[pid=23158/tid=23159] ppid=23155 vsize=10295820 CPUtime=0.87 cores=4-7,12-15
/proc/23158/task/23159/stat : 23159 (java) S 23155 23158 15292 0 -1 4202560 2529 0 1 0 82 5 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139689009296248 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23161] ppid=23155 vsize=10295820 CPUtime=1.46 cores=4-7,12-15
/proc/23158/task/23161/stat : 23161 (java) S 23155 23158 15292 0 -1 4202560 390 0 0 0 106 40 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688981748008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23162] ppid=23155 vsize=10295820 CPUtime=1.6 cores=4-7,12-15
/proc/23158/task/23162/stat : 23162 (java) S 23155 23158 15292 0 -1 4202560 404 0 0 0 118 42 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688980695208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23163] ppid=23155 vsize=10295820 CPUtime=1.36 cores=4-7,12-15
/proc/23158/task/23163/stat : 23163 (java) S 23155 23158 15292 0 -1 4202560 354 0 0 0 106 30 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688851057192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23164] ppid=23155 vsize=10295820 CPUtime=1.5 cores=4-7,12-15
/proc/23158/task/23164/stat : 23164 (java) S 23155 23158 15292 0 -1 4202560 343 0 0 0 120 30 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688850004392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23165] ppid=23155 vsize=10295820 CPUtime=1.49 cores=4-7,12-15
/proc/23158/task/23165/stat : 23165 (java) S 23155 23158 15292 0 -1 4202560 356 0 0 0 113 36 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688848952104 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23158/tid=23166] ppid=23155 vsize=10295820 CPUtime=1.6 cores=4-7,12-15
/proc/23158/task/23166/stat : 23166 (java) S 23155 23158 15292 0 -1 4202560 428 0 0 0 120 40 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688847899304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23158/tid=23167] ppid=23155 vsize=10295820 CPUtime=1.41 cores=4-7,12-15
/proc/23158/task/23167/stat : 23167 (java) S 23155 23158 15292 0 -1 4202560 343 0 0 0 107 34 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688846847016 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23158/tid=23168] ppid=23155 vsize=10295820 CPUtime=1.52 cores=4-7,12-15
/proc/23158/task/23168/stat : 23168 (java) S 23155 23158 15292 0 -1 4202560 430 0 0 0 112 40 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688375479208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23169] ppid=23155 vsize=10295820 CPUtime=1.47 cores=4-7,12-15
/proc/23158/task/23169/stat : 23169 (java) S 23155 23158 15292 0 -1 4202560 349 0 0 0 111 36 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688374425896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23170] ppid=23155 vsize=10295820 CPUtime=1.46 cores=4-7,12-15
/proc/23158/task/23170/stat : 23170 (java) S 23155 23158 15292 0 -1 4202560 337 0 0 0 116 30 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688373373096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23158/tid=23171] ppid=23155 vsize=10295820 CPUtime=1.43 cores=4-7,12-15
/proc/23158/task/23171/stat : 23171 (java) S 23155 23158 15292 0 -1 4202560 311 0 0 0 111 32 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688372320808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23172] ppid=23155 vsize=10295820 CPUtime=1.38 cores=4-7,12-15
/proc/23158/task/23172/stat : 23172 (java) S 23155 23158 15292 0 -1 4202560 267 0 0 0 115 23 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688371268008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23158/tid=23173] ppid=23155 vsize=10295820 CPUtime=1.29 cores=4-7,12-15
/proc/23158/task/23173/stat : 23173 (java) S 23155 23158 15292 0 -1 4202560 302 0 0 0 98 31 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688370215720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23174] ppid=23155 vsize=10295820 CPUtime=2.02 cores=4-7,12-15
/proc/23158/task/23174/stat : 23174 (java) S 23155 23158 15292 0 -1 4202560 1645 0 0 0 198 4 0 0 20 0 25 0 23920608 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688352754280 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23158/tid=23175] ppid=23155 vsize=10295820 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23175/stat : 23175 (java) S 23155 23158 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 25 0 23920609 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688351700856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23158/tid=23176] ppid=23155 vsize=10295820 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23176/stat : 23176 (java) S 23155 23158 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 25 0 23920609 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688350647944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23158/tid=23177] ppid=23155 vsize=10295820 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23177/stat : 23177 (java) S 23155 23158 15292 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 25 0 23920611 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688349595920 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23178] ppid=23155 vsize=10295820 CPUtime=1.31 cores=4-7,12-15
/proc/23158/task/23178/stat : 23178 (java) S 23155 23158 15292 0 -1 4202560 11849 0 0 0 128 3 0 0 20 0 25 0 23920611 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688348543032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23179] ppid=23155 vsize=10295820 CPUtime=2.1 cores=4-7,12-15
/proc/23158/task/23179/stat : 23179 (java) S 23155 23158 15292 0 -1 4202560 14330 0 0 0 207 3 0 0 20 0 25 0 23920611 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688347490744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23158/tid=23180] ppid=23155 vsize=10295820 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23180/stat : 23180 (java) S 23155 23158 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 25 0 23920611 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688346438136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23158/tid=23181] ppid=23155 vsize=10295820 CPUtime=0.41 cores=4-7,12-15
/proc/23158/task/23181/stat : 23181 (java) S 23155 23158 15292 0 -1 4202560 51 0 0 0 18 23 0 0 20 0 25 0 23920611 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688345386056 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1796.02
Current children cumulated vsize (KiB) 10295820
#
############


Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 23158 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+892.906 s]
/proc/loadavg: 4.49 4.26 4.15 5/311 23313
/proc/meminfo: memFree=26578808/32872528 swapFree=7804/7804
[pid=23158] ppid=23155 vsize=10295820 CPUtime=1796.02 cores=4-7,12-15
/proc/23158/stat : 23158 (java) S 23155 23158 15292 0 -1 4202496 38236 0 1 0 179060 542 0 0 20 0 25 0 23920606 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 140734567854848 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23158/statm: 2573955 390473 2299 9 0 2564632 0
[pid=23158/tid=23159] ppid=23155 vsize=10295820 CPUtime=0.87 cores=4-7,12-15
/proc/23158/task/23159/stat : 23159 (java) S 23155 23158 15292 0 -1 4202560 2529 0 1 0 82 5 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139689009296248 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23161] ppid=23155 vsize=10295820 CPUtime=1.46 cores=4-7,12-15
/proc/23158/task/23161/stat : 23161 (java) S 23155 23158 15292 0 -1 4202560 390 0 0 0 106 40 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688981748008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23162] ppid=23155 vsize=10295820 CPUtime=1.6 cores=4-7,12-15
/proc/23158/task/23162/stat : 23162 (java) S 23155 23158 15292 0 -1 4202560 404 0 0 0 118 42 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688980695208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23163] ppid=23155 vsize=10295820 CPUtime=1.36 cores=4-7,12-15
/proc/23158/task/23163/stat : 23163 (java) S 23155 23158 15292 0 -1 4202560 354 0 0 0 106 30 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688851057192 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23164] ppid=23155 vsize=10295820 CPUtime=1.5 cores=4-7,12-15
/proc/23158/task/23164/stat : 23164 (java) S 23155 23158 15292 0 -1 4202560 343 0 0 0 120 30 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688850004392 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23165] ppid=23155 vsize=10295820 CPUtime=1.49 cores=4-7,12-15
/proc/23158/task/23165/stat : 23165 (java) S 23155 23158 15292 0 -1 4202560 356 0 0 0 113 36 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688848952104 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23158/tid=23166] ppid=23155 vsize=10295820 CPUtime=1.6 cores=4-7,12-15
/proc/23158/task/23166/stat : 23166 (java) S 23155 23158 15292 0 -1 4202560 428 0 0 0 120 40 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688847899304 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23158/tid=23167] ppid=23155 vsize=10295820 CPUtime=1.41 cores=4-7,12-15
/proc/23158/task/23167/stat : 23167 (java) S 23155 23158 15292 0 -1 4202560 343 0 0 0 107 34 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688846847016 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23158/tid=23168] ppid=23155 vsize=10295820 CPUtime=1.52 cores=4-7,12-15
/proc/23158/task/23168/stat : 23168 (java) S 23155 23158 15292 0 -1 4202560 430 0 0 0 112 40 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688375479208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23169] ppid=23155 vsize=10295820 CPUtime=1.47 cores=4-7,12-15
/proc/23158/task/23169/stat : 23169 (java) S 23155 23158 15292 0 -1 4202560 349 0 0 0 111 36 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688374425896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23170] ppid=23155 vsize=10295820 CPUtime=1.46 cores=4-7,12-15
/proc/23158/task/23170/stat : 23170 (java) S 23155 23158 15292 0 -1 4202560 337 0 0 0 116 30 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688373373096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23158/tid=23171] ppid=23155 vsize=10295820 CPUtime=1.43 cores=4-7,12-15
/proc/23158/task/23171/stat : 23171 (java) S 23155 23158 15292 0 -1 4202560 311 0 0 0 111 32 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688372320808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23172] ppid=23155 vsize=10295820 CPUtime=1.38 cores=4-7,12-15
/proc/23158/task/23172/stat : 23172 (java) S 23155 23158 15292 0 -1 4202560 267 0 0 0 115 23 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688371268008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23158/tid=23173] ppid=23155 vsize=10295820 CPUtime=1.29 cores=4-7,12-15
/proc/23158/task/23173/stat : 23173 (java) S 23155 23158 15292 0 -1 4202560 302 0 0 0 98 31 0 0 20 0 25 0 23920607 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688370215720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23174] ppid=23155 vsize=10295820 CPUtime=2.02 cores=4-7,12-15
/proc/23158/task/23174/stat : 23174 (java) S 23155 23158 15292 0 -1 4202560 1645 0 0 0 198 4 0 0 20 0 25 0 23920608 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688352754280 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23158/tid=23175] ppid=23155 vsize=10295820 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23175/stat : 23175 (java) S 23155 23158 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 25 0 23920609 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688351700856 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23158/tid=23176] ppid=23155 vsize=10295820 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23176/stat : 23176 (java) S 23155 23158 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 25 0 23920609 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688350647944 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23158/tid=23177] ppid=23155 vsize=10295820 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23177/stat : 23177 (java) S 23155 23158 15292 0 -1 4202560 11 0 0 0 0 0 0 0 20 0 25 0 23920611 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688349595920 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23158/tid=23178] ppid=23155 vsize=10295820 CPUtime=1.31 cores=4-7,12-15
/proc/23158/task/23178/stat : 23178 (java) S 23155 23158 15292 0 -1 4202560 11849 0 0 0 128 3 0 0 20 0 25 0 23920611 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688348543032 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23158/tid=23179] ppid=23155 vsize=10295820 CPUtime=2.1 cores=4-7,12-15
/proc/23158/task/23179/stat : 23179 (java) S 23155 23158 15292 0 -1 4202560 14330 0 0 0 207 3 0 0 20 0 25 0 23920611 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688347490744 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23158/tid=23180] ppid=23155 vsize=10295820 CPUtime=0 cores=4-7,12-15
/proc/23158/task/23180/stat : 23180 (java) S 23155 23158 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 25 0 23920611 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688346438136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23158/tid=23181] ppid=23155 vsize=10295820 CPUtime=0.41 cores=4-7,12-15
/proc/23158/task/23181/stat : 23181 (java) S 23155 23158 15292 0 -1 4202560 51 0 0 0 18 23 0 0 20 0 25 0 23920611 10542919680 390473 33554432000 1073741824 1073778376 140734567863712 139688345386056 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1796.02
Current children cumulated vsize (KiB) 10295820

Child status: 143

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 4.15002
#  lost CPU user time (s): 4.41003
#  lost CPU system time (s): -0.26

Real time (s): 892.917
CPU time (s): 1800.25
CPU user time (s): 1794.88
CPU system time (s): 5.37314
CPU usage (%): 201.615
Max. virtual memory (cumulated for all children) (KiB): 10295820

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.47
system time used= 5.63314
maximum resident set size= 3010408
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 38237
page faults= 1
swaps= 0
block input operations= 0
block output operations= 872
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 25041
involuntary context switches= 18501

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.32289 second user time and 10.4264 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 04:59:20
IDJOB=4102850
IDBENCH=2183
IDSOLVER=2543
FILE ID=node132/4102850-1466218760
RUNJOBID= node132-1466206058-15309
PBS_JOBID= 19918145
Free space on /tmp= 71736 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/submitted-PB05/manquinho/primes-dimacs-cnf/normalized-g125.17.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4102850-1466218760/watcher-4102850-1466218760 -o /tmp/evaluation-result-4102850-1466218760/solver-4102850-1466218760 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15309 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4102850-1466218760.opb

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

MD5SUM BENCH= 7d701b956113b6fc93a1922e71200e27
RANDOM SEED=678510415

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.51
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.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31213388 kB
Buffers:           84908 kB
Cached:           122136 kB
SwapCached:         1776 kB
Active:           736624 kB
Inactive:         147376 kB
Active(anon):     676972 kB
Inactive(anon):     3040 kB
Active(file):      59652 kB
Inactive(file):   144336 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099332 kB
Dirty:              2928 kB
Writeback:            24 kB
AnonPages:        705496 kB
Mapped:            15124 kB
Shmem:                 0 kB
Slab:             605608 kB
SReclaimable:      45012 kB
SUnreclaim:       560596 kB
KernelStack:        2344 kB
PageTables:         5860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1071668 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    638976 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= 71732 MiB
End job on node132 at 2016-06-18 05:14:13