Trace number 4103452

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 Resolution PB16? (TO) 1800 1787.94

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/unibo/normalized-mps-v2-20-10-dc1c.opb
MD5SUMaae7296985adde1f17776b4f5ad45572
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
SatisfiableYES
(Un)Satisfiability was provedYES
Best value of the objective function 17863355069035520
Optimality of the best value was proved NO
Number of variables58150
Total number of constraints1648
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1648
Minimum length of a constraint31
Maximum length of a constraint58150
Number of terms in the objective function 58150
Biggest coefficient in the objective function 536870912000000000000
Number of bits for the biggest coefficient in the objective function 69
Sum of the numbers in the objective function 6807821537690881562733
Number of bits of the sum of numbers in the objective function 73
Biggest number in a constraint 536870912000000000000
Number of bits of the biggest number in a constraint 69
Biggest sum of numbers in a constraint 6808845537690881562733
Number of bits of the biggest sum of numbers73
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.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4103452-1466238823.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
1.60/1.06	c ... done. Wall clock time 0.95s.
1.60/1.06	c declared #vars     58150
1.60/1.06	c #constraints  3286
1.60/1.06	c constraints type 
1.60/1.06	c org.sat4j.specs.Constr$1 => 2
1.60/1.06	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 3283
1.60/1.06	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1
1.60/1.06	c 3286 constraints processed.
1.60/1.06	c objective function length is 58150 literals
17.20/15.78	c cleaning 2486 clauses out of 5003 with flag 12489/5003
72.86/71.18	c cleaning 4258 clauses out of 8517 with flag 33710/11003
141.46/139.50	c cleaning 5616 clauses out of 11258 with flag 56161/18002
225.64/223.63	c cleaning 6815 clauses out of 13641 with flag 80405/26001
322.02/319.94	c cleaning 7890 clauses out of 15825 with flag 108692/35000
425.49/423.38	c cleaning 8946 clauses out of 17935 with flag 137954/45000
534.86/532.63	c cleaning 9990 clauses out of 19989 with flag 170400/56000
657.68/655.20	c cleaning 11000 clauses out of 21999 with flag 207178/68000
793.13/790.59	c cleaning 11993 clauses out of 24001 with flag 245581/81002
939.09/935.92	c cleaning 13002 clauses out of 26006 with flag 286776/95000
1093.98/1089.53	c cleaning 14002 clauses out of 28005 with flag 329534/110001
1257.35/1251.35	c cleaning 14987 clauses out of 30002 with flag 374657/126000
1431.20/1423.21	c cleaning 16004 clauses out of 32019 with flag 422822/143004
1608.03/1598.22	c cleaning 17007 clauses out of 34015 with flag 480024/161004
1787.24/1775.39	c cleaning 18004 clauses out of 36010 with flag 540427/180006
1800.00/1787.91	c starts		: 175
1800.00/1787.91	c conflicts		: 181158
1800.00/1787.91	c decisions		: 1544727
1800.00/1787.91	c propagations		: 530053689
1800.00/1787.91	c inspects		: 5637692558
1800.00/1787.91	c shortcuts		: 0
1800.00/1787.91	c learnt literals	: 0
1800.00/1787.91	c learnt binary clauses	: 0
1800.00/1787.91	c learnt ternary clauses	: 0
1800.00/1787.91	c learnt constraints	: 181157
1800.00/1787.91	c ignored constraints	: 0
1800.00/1787.91	c root simplifications	: 0
1800.00/1787.91	c removed literals (reason simplification)	: 0
1800.00/1787.91	c reason swapping (by a shorter reason)	: 0
1800.00/1787.91	c Calls to reduceDB	: 15
1800.00/1787.91	c Number of update (reduction) of LBD	: 76754
1800.00/1787.91	c Imported unit clauses	: 0
1800.00/1787.91	c number of reductions to clauses (during analyze)	: 0
1800.00/1787.91	c number of learned constraints concerned by reduction	: 0
1800.00/1787.91	c number of learning phase by resolution	: 0
1800.00/1787.91	c number of learning phase by cutting planes	: 0
1800.00/1787.91	c speed (assignments/second)	: 296665.97395648516
1800.00/1787.91	c non guided choices	25
1800.00/1787.91	c timeout
1800.00/1787.92	c learnt constraints type 
1800.00/1787.92	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 19158
1800.00/1787.92	s UNKNOWN
1800.00/1787.92	c Total wall clock time (in seconds): 1787.804

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-4103452-1466238823/watcher-4103452-1466238823 -o /tmp/evaluation-result-4103452-1466238823/solver-4103452-1466238823 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11896 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103452-1466238823.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.00 2.03 2.00 3/192 16765
/proc/meminfo: memFree=29377200/32872528 swapFree=447868/480572
[pid=16765] ppid=16762 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/16765/stat : 16765 (java) D 16762 16765 11879 0 -1 4202496 325 0 0 0 0 0 0 0 20 0 1 0 25932467 9515008 182 33554432000 1073741824 1073778376 140736184241312 140736184232344 235374722741 0 0 4096 0 18446744072100588836 0 0 17 5 0 0 0 0 0
/proc/16765/statm: 2323 182 140 9 0 71 0

[startup+0.100158 s]
/proc/loadavg: 2.00 2.03 2.00 3/192 16765
/proc/meminfo: memFree=29377200/32872528 swapFree=447868/480572
[pid=16765] ppid=16762 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/16765/stat : 16765 (java) S 16762 16765 11879 0 -1 4202496 4401 0 1 0 8 1 0 0 20 0 18 0 25932467 9787879424 6021 33554432000 1073741824 1073778376 140733411874128 140733411865264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16765/statm: 2389619 6021 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200634 s]
/proc/loadavg: 2.00 2.03 2.00 3/192 16765
/proc/meminfo: memFree=29377200/32872528 swapFree=447868/480572
[pid=16765] ppid=16762 vsize=9558476 CPUtime=0.29 cores=1,3,5,7
/proc/16765/stat : 16765 (java) S 16762 16765 11879 0 -1 4202496 5052 0 1 0 28 1 0 0 20 0 18 0 25932467 9787879424 7480 33554432000 1073741824 1073778376 140733411874128 140733411865264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16765/statm: 2389619 7480 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.30037 s]
/proc/loadavg: 2.00 2.03 2.00 3/192 16765
/proc/meminfo: memFree=29377200/32872528 swapFree=447868/480572
[pid=16765] ppid=16762 vsize=9558476 CPUtime=0.47 cores=1,3,5,7
/proc/16765/stat : 16765 (java) S 16762 16765 11879 0 -1 4202496 6166 0 1 0 45 2 0 0 20 0 18 0 25932467 9787879424 12833 33554432000 1073741824 1073778376 140733411874128 140733411865264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16765/statm: 2389619 12833 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700207 s]
/proc/loadavg: 2.00 2.03 2.00 3/192 16765
/proc/meminfo: memFree=29377200/32872528 swapFree=447868/480572
[pid=16765] ppid=16762 vsize=9558476 CPUtime=1.24 cores=1,3,5,7
/proc/16765/stat : 16765 (java) S 16762 16765 11879 0 -1 4202496 10579 0 1 0 117 7 0 0 20 0 18 0 25932467 9787879424 47235 33554432000 1073741824 1073778376 140733411874128 140733411865264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16765/statm: 2389619 47235 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.24
Current children cumulated vsize (KiB) 9558476

[startup+1.50083 s]
/proc/loadavg: 2.00 2.03 2.00 5/210 16783
/proc/meminfo: memFree=29186116/32872528 swapFree=447868/480572
[pid=16765] ppid=16762 vsize=9625040 CPUtime=2.78 cores=1,3,5,7
/proc/16765/stat : 16765 (java) S 16762 16765 11879 0 -1 4202496 16003 0 1 0 270 8 0 0 20 0 19 0 25932467 9856040960 50356 33554432000 1073741824 1073778376 140733411874128 140733411865264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16765/statm: 2406260 50356 2274 9 0 2396937 0
[pid=16765/tid=16767] ppid=16762 vsize=9625040 CPUtime=1.42 cores=1,3,5,7
/proc/16765/task/16767/stat : 16767 (java) R 16762 16765 11879 0 -1 4202560 2475 0 1 0 139 3 0 0 20 0 19 0 25932468 9856040960 50356 33554432000 1073741824 1073778376 140733411874128 140008407671160 140008233339904 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16768] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16768/stat : 16768 (java) S 16762 16765 11879 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 25932469 9856040960 50356 33554432000 1073741824 1073778376 140733411874128 140008369162664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16769] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16769/stat : 16769 (java) S 16762 16765 11879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25932469 9856040960 50356 33554432000 1073741824 1073778376 140733411874128 140008368110120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16765/tid=16770] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16770/stat : 16770 (java) S 16762 16765 11879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25932469 9856040960 50356 33554432000 1073741824 1073778376 140733411874128 140008367057064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16765/tid=16771] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16771/stat : 16771 (java) S 16762 16765 11879 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 25932469 9856040960 50356 33554432000 1073741824 1073778376 140733411874128 140008366004520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16772] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16772/stat : 16772 (java) S 16762 16765 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25932469 9856040960 50356 33554432000 1073741824 1073778376 140733411874128 140008364952488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16765/tid=16773] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16773/stat : 16773 (java) S 16762 16765 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25932469 9856040960 50356 33554432000 1073741824 1073778376 140733411874128 140008363899944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16765/tid=16774] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16774/stat : 16774 (java) S 16762 16765 11879 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 25932469 9856040960 50356 33554432000 1073741824 1073778376 140733411874128 140008362846888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16775] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16775/stat : 16775 (java) S 16762 16765 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25932469 9856040960 50356 33554432000 1073741824 1073778376 140733411874128 140008361794344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16776] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16776/stat : 16776 (java) S 16762 16765 11879 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 19 0 25932470 9856040960 50356 33554432000 1073741824 1073778376 140733411874128 140008230996328 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16777] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16777/stat : 16777 (java) S 16762 16765 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25932471 9856040960 50356 33554432000 1073741824 1073778376 140733411874128 140008229942648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16778] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16778/stat : 16778 (java) S 16762 16765 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25932471 9856040960 50356 33554432000 1073741824 1073778376 140733411874128 140008228889480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16779] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16779/stat : 16779 (java) S 16762 16765 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25932473 9856040960 50329 33554432000 1073741824 1073778376 140733411874128 140008227838224 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16780] ppid=16762 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/16765/task/16780/stat : 16780 (java) R 16762 16765 11879 0 -1 4202560 7084 0 0 0 69 1 0 0 20 0 19 0 25932473 9856040960 50347 33554432000 1073741824 1073778376 140733411874128 140008226786104 140008415028547 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16781] ppid=16762 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/16765/task/16781/stat : 16781 (java) R 16762 16765 11879 0 -1 4202560 5068 0 0 0 51 0 0 0 20 0 19 0 25932473 9856040960 50353 33554432000 1073741824 1073778376 140733411874128 140008225733560 140008411787728 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=16765/tid=16782] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16782/stat : 16782 (java) S 16762 16765 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25932473 9856040960 50358 33554432000 1073741824 1073778376 140733411874128 140008224680696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16765/tid=16783] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16783/stat : 16783 (java) S 16762 16765 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25932473 9856040960 50358 33554432000 1073741824 1073778376 140733411874128 140008223628360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.78
Current children cumulated vsize (KiB) 9625040

[startup+3.10076 s]
/proc/loadavg: 2.08 2.04 2.01 3/211 16784
/proc/meminfo: memFree=29191836/32872528 swapFree=447868/480572
[pid=16765] ppid=16762 vsize=9625040 CPUtime=4.41 cores=1,3,5,7
/proc/16765/stat : 16765 (java) S 16762 16765 11879 0 -1 4202496 16041 0 1 0 432 9 0 0 20 0 19 0 25932467 9856040960 50284 33554432000 1073741824 1073778376 140733411874128 140733411865264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16765/statm: 2406260 50284 2274 9 0 2396937 0
[pid=16765/tid=16767] ppid=16762 vsize=9625040 CPUtime=3.01 cores=1,3,5,7
/proc/16765/task/16767/stat : 16767 (java) R 16762 16765 11879 0 -1 4202560 2477 0 1 0 298 3 0 0 20 0 19 0 25932468 9856040960 50284 33554432000 1073741824 1073778376 140733411874128 140008407669120 140008233977108 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=16765/tid=16768] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16768/stat : 16768 (java) S 16762 16765 11879 0 -1 4202560 14 0 0 0 0 0 0 0 20 0 19 0 25932469 9856040960 50284 33554432000 1073741824 1073778376 140733411874128 140008369162664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16769] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16769/stat : 16769 (java) S 16762 16765 11879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25932469 9856040960 50284 33554432000 1073741824 1073778376 140733411874128 140008368110120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16765/tid=16770] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16770/stat : 16770 (java) S 16762 16765 11879 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 19 0 25932469 9856040960 50284 33554432000 1073741824 1073778376 140733411874128 140008367057064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16765/tid=16771] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16771/stat : 16771 (java) S 16762 16765 11879 0 -1 4202560 13 0 0 0 0 0 0 0 20 0 19 0 25932469 9856040960 50284 33554432000 1073741824 1073778376 140733411874128 140008366004520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16772] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16772/stat : 16772 (java) S 16762 16765 11879 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 25932469 9856040960 50284 33554432000 1073741824 1073778376 140733411874128 140008364952488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16765/tid=16773] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16773/stat : 16773 (java) S 16762 16765 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25932469 9856040960 50284 33554432000 1073741824 1073778376 140733411874128 140008363899944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16765/tid=16774] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16774/stat : 16774 (java) S 16762 16765 11879 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 19 0 25932469 9856040960 50284 33554432000 1073741824 1073778376 140733411874128 140008362846888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16775] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16775/stat : 16775 (java) S 16762 16765 11879 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25932469 9856040960 50284 33554432000 1073741824 1073778376 140733411874128 140008361794344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16776] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16776/stat : 16776 (java) S 16762 16765 11879 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 25932470 9856040960 50284 33554432000 1073741824 1073778376 140733411874128 140008230996328 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16777] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16777/stat : 16777 (java) S 16762 16765 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25932471 9856040960 50284 33554432000 1073741824 1073778376 140733411874128 140008229942648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16778] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16778/stat : 16778 (java) S 16762 16765 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25932471 9856040960 50284 33554432000 1073741824 1073778376 140733411874128 140008228889480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16779] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16779/stat : 16779 (java) S 16762 16765 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25932473 9856040960 50284 33554432000 1073741824 1073778376 140733411874128 140008227838224 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16780] ppid=16762 vsize=9625040 CPUtime=0.71 cores=1,3,5,7
/proc/16765/task/16780/stat : 16780 (java) S 16762 16765 11879 0 -1 4202560 7084 0 0 0 70 1 0 0 20 0 19 0 25932473 9856040960 50284 33554432000 1073741824 1073778376 140733411874128 140008226786104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16781] ppid=16762 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/16765/task/16781/stat : 16781 (java) S 16762 16765 11879 0 -1 4202560 5073 0 0 0 52 0 0 0 20 0 19 0 25932473 9856040960 50284 33554432000 1073741824 1073778376 140733411874128 140008225733560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16765/tid=16782] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16782/stat : 16782 (java) S 16762 16765 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25932473 9856040960 50284 33554432000 1073741824 1073778376 140733411874128 140008224680696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16765/tid=16783] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16783/stat : 16783 (java) S 16762 16765 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25932473 9856040960 50284 33554432000 1073741824 1073778376 140733411874128 140008223628360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16784] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16784/stat : 16784 (java) S 16762 16765 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25932588 9856040960 50284 33554432000 1073741824 1073778376 140733411874128 140008222573608 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 4.41
Current children cumulated vsize (KiB) 9625040

[startup+6.30086 s]
/proc/loadavg: 2.08 2.04 2.01 3/211 16784
/proc/meminfo: memFree=29151572/32872528 swapFree=447868/480572
[pid=16765] ppid=16762 vsize=9625040 CPUtime=7.79 cores=1,3,5,7
/proc/16765/stat : 16765 (java) S 16762 16765 11879 0 -1 4202496 16470 0 1 0 766 13 0 0 20 0 19 0 25932467 9856040960 60364 33554432000 1073741824 1073778376 140733411874128 140733411865264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16765/statm: 2406260 60364 2275 9 0 2396937 0
[pid=16765/tid=16767] ppid=16762 vsize=9625040 CPUtime=6.15 cores=1,3,5,7
/proc/16765/task/16767/stat : 16767 (java) R 16762 16765 11879 0 -1 4202560 2479 0 1 0 612 3 0 0 20 0 19 0 25932468 9856040960 60364 33554432000 1073741824 1073778376 140733411874128 140008407669104 140008233963050 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16768] ppid=16762 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/16765/task/16768/stat : 16768 (java) S 16762 16765 11879 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 19 0 25932469 9856040960 60364 33554432000 1073741824 1073778376 140733411874128 140008369162664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16769] ppid=16762 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16765/task/16769/stat : 16769 (java) S 16762 16765 11879 0 -1 4202560 136 0 0 0 2 0 0 0 20 0 19 0 25932469 9856040960 60364 33554432000 1073741824 1073778376 140733411874128 140008368110120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16765/tid=16770] ppid=16762 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/16765/task/16770/stat : 16770 (java) S 16762 16765 11879 0 -1 4202560 44 0 0 0 1 0 0 0 20 0 19 0 25932469 9856040960 60364 33554432000 1073741824 1073778376 140733411874128 140008367057064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16765/tid=16771] ppid=16762 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16765/task/16771/stat : 16771 (java) S 16762 16765 11879 0 -1 4202560 23 0 0 0 2 0 0 0 20 0 19 0 25932469 9856040960 60364 33554432000 1073741824 1073778376 140733411874128 140008366004520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16765/tid=16772] ppid=16762 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/16765/task/16772/stat : 16772 (java) S 16762 16765 11879 0 -1 4202560 85 0 0 0 1 0 0 0 20 0 19 0 25932469 9856040960 60364 33554432000 1073741824 1073778376 140733411874128 140008364952488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16765/tid=16773] ppid=16762 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16765/task/16773/stat : 16773 (java) S 16762 16765 11879 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 25932469 9856040960 60364 33554432000 1073741824 1073778376 140733411874128 140008363899944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16765/tid=16774] ppid=16762 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/16765/task/16774/stat : 16774 (java) S 16762 16765 11879 0 -1 4202560 80 0 0 0 3 2 0 0 20 0 19 0 25932469 9856040960 60364 33554432000 1073741824 1073778376 140733411874128 140008362846888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16775] ppid=16762 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/16765/task/16775/stat : 16775 (java) S 16762 16765 11879 0 -1 4202560 82 0 0 0 2 0 0 0 20 0 19 0 25932469 9856040960 60364 33554432000 1073741824 1073778376 140733411874128 140008361794344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16776] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16776/stat : 16776 (java) S 16762 16765 11879 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 19 0 25932470 9856040960 60364 33554432000 1073741824 1073778376 140733411874128 140008230996328 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16777] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16777/stat : 16777 (java) S 16762 16765 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25932471 9856040960 60364 33554432000 1073741824 1073778376 140733411874128 140008229942648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16778] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16778/stat : 16778 (java) S 16762 16765 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25932471 9856040960 60364 33554432000 1073741824 1073778376 140733411874128 140008228889480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16779] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16779/stat : 16779 (java) S 16762 16765 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25932473 9856040960 60364 33554432000 1073741824 1073778376 140733411874128 140008227838224 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16780] ppid=16762 vsize=9625040 CPUtime=0.78 cores=1,3,5,7
/proc/16765/task/16780/stat : 16780 (java) S 16762 16765 11879 0 -1 4202560 7085 0 0 0 76 2 0 0 20 0 19 0 25932473 9856040960 60364 33554432000 1073741824 1073778376 140733411874128 140008226786104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16781] ppid=16762 vsize=9625040 CPUtime=0.52 cores=1,3,5,7
/proc/16765/task/16781/stat : 16781 (java) S 16762 16765 11879 0 -1 4202560 5073 0 0 0 52 0 0 0 20 0 19 0 25932473 9856040960 60364 33554432000 1073741824 1073778376 140733411874128 140008225733560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16765/tid=16782] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16782/stat : 16782 (java) S 16762 16765 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25932473 9856040960 60364 33554432000 1073741824 1073778376 140733411874128 140008224680696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16765/tid=16783] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16783/stat : 16783 (java) S 16762 16765 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25932473 9856040960 60364 33554432000 1073741824 1073778376 140733411874128 140008223628360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16784] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16784/stat : 16784 (java) S 16762 16765 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25932588 9856040960 60364 33554432000 1073741824 1073778376 140733411874128 140008222573608 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 7.79
Current children cumulated vsize (KiB) 9625040

[startup+12.7008 s]
/proc/loadavg: 2.08 2.04 2.00 3/211 16784

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

[pid=16765/tid=16784] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16784/stat : 16784 (java) S 16762 16765 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25932588 9856040960 174492 33554432000 1073741824 1073778376 140733411874128 140008222573608 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1733.57
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 1.09 1.23 1.58 2/186 16882
/proc/meminfo: memFree=30668336/32872528 swapFree=447868/480572
[pid=16765] ppid=16762 vsize=9625040 CPUtime=1794.32 cores=1,3,5,7
/proc/16765/stat : 16765 (java) S 16762 16765 11879 0 -1 4202496 19435 0 1 0 179333 99 0 0 20 0 19 0 25932467 9856040960 174554 33554432000 1073741824 1073778376 140733411874128 140733411865264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16765/statm: 2406260 174554 2279 9 0 2396937 0
[pid=16765/tid=16767] ppid=16762 vsize=9625040 CPUtime=1771.02 cores=1,3,5,7
/proc/16765/task/16767/stat : 16767 (java) R 16762 16765 11879 0 -1 4202560 3922 0 1 0 177064 38 0 0 20 0 19 0 25932468 9856040960 174554 33554432000 1073741824 1073778376 140733411874128 140008407669952 140008233835408 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16768] ppid=16762 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/16765/task/16768/stat : 16768 (java) S 16762 16765 11879 0 -1 4202560 146 0 0 0 205 7 0 0 20 0 19 0 25932469 9856040960 174554 33554432000 1073741824 1073778376 140733411874128 140008369162664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16765/tid=16769] ppid=16762 vsize=9625040 CPUtime=2.12 cores=1,3,5,7
/proc/16765/task/16769/stat : 16769 (java) S 16762 16765 11879 0 -1 4202560 222 0 0 0 206 6 0 0 20 0 19 0 25932469 9856040960 174554 33554432000 1073741824 1073778376 140733411874128 140008368110120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16765/tid=16770] ppid=16762 vsize=9625040 CPUtime=2.18 cores=1,3,5,7
/proc/16765/task/16770/stat : 16770 (java) S 16762 16765 11879 0 -1 4202560 126 0 0 0 212 6 0 0 20 0 19 0 25932469 9856040960 174554 33554432000 1073741824 1073778376 140733411874128 140008367057064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16771] ppid=16762 vsize=9625040 CPUtime=2.14 cores=1,3,5,7
/proc/16765/task/16771/stat : 16771 (java) S 16762 16765 11879 0 -1 4202560 106 0 0 0 207 7 0 0 20 0 19 0 25932469 9856040960 174554 33554432000 1073741824 1073778376 140733411874128 140008366004520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16772] ppid=16762 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/16765/task/16772/stat : 16772 (java) S 16762 16765 11879 0 -1 4202560 238 0 0 0 202 7 0 0 20 0 19 0 25932469 9856040960 174554 33554432000 1073741824 1073778376 140733411874128 140008364952488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16765/tid=16773] ppid=16762 vsize=9625040 CPUtime=2.08 cores=1,3,5,7
/proc/16765/task/16773/stat : 16773 (java) S 16762 16765 11879 0 -1 4202560 163 0 0 0 203 5 0 0 20 0 19 0 25932469 9856040960 174554 33554432000 1073741824 1073778376 140733411874128 140008363899944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16774] ppid=16762 vsize=9625040 CPUtime=2.22 cores=1,3,5,7
/proc/16765/task/16774/stat : 16774 (java) S 16762 16765 11879 0 -1 4202560 212 0 0 0 213 9 0 0 20 0 19 0 25932469 9856040960 174554 33554432000 1073741824 1073778376 140733411874128 140008362846888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16765/tid=16775] ppid=16762 vsize=9625040 CPUtime=2.15 cores=1,3,5,7
/proc/16765/task/16775/stat : 16775 (java) S 16762 16765 11879 0 -1 4202560 190 0 0 0 208 7 0 0 20 0 19 0 25932469 9856040960 174554 33554432000 1073741824 1073778376 140733411874128 140008361794344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16765/tid=16776] ppid=16762 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/16765/task/16776/stat : 16776 (java) S 16762 16765 11879 0 -1 4202560 565 0 0 0 12 10 0 0 20 0 19 0 25932470 9856040960 174554 33554432000 1073741824 1073778376 140733411874128 140008230996328 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16777] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16777/stat : 16777 (java) S 16762 16765 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25932471 9856040960 174554 33554432000 1073741824 1073778376 140733411874128 140008229942648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16778] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16778/stat : 16778 (java) S 16762 16765 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25932471 9856040960 174554 33554432000 1073741824 1073778376 140733411874128 140008228889480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16779] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16779/stat : 16779 (java) S 16762 16765 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25932473 9856040960 174554 33554432000 1073741824 1073778376 140733411874128 140008227838224 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16780] ppid=16762 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/16765/task/16780/stat : 16780 (java) S 16762 16765 11879 0 -1 4202560 7102 0 0 0 81 2 0 0 20 0 19 0 25932473 9856040960 174554 33554432000 1073741824 1073778376 140733411874128 140008226786104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16781] ppid=16762 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/16765/task/16781/stat : 16781 (java) S 16762 16765 11879 0 -1 4202560 5077 0 0 0 57 0 0 0 20 0 19 0 25932473 9856040960 174554 33554432000 1073741824 1073778376 140733411874128 140008225733560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16765/tid=16782] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16782/stat : 16782 (java) S 16762 16765 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25932473 9856040960 174554 33554432000 1073741824 1073778376 140733411874128 140008224680696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16765/tid=16783] ppid=16762 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/16765/task/16783/stat : 16783 (java) S 16762 16765 11879 0 -1 4202560 103 0 0 0 21 26 0 0 20 0 19 0 25932473 9856040960 174554 33554432000 1073741824 1073778376 140733411874128 140008223628360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16784] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16784/stat : 16784 (java) S 16762 16765 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25932588 9856040960 174554 33554432000 1073741824 1073778376 140733411874128 140008222573608 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1794.32
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.9 s]
/proc/loadavg: 1.08 1.23 1.58 2/186 16882
/proc/meminfo: memFree=30669700/32872528 swapFree=447868/480572
[pid=16765] ppid=16762 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/16765/stat : 16765 (java) S 16762 16765 11879 0 -1 4202496 19441 0 1 0 179901 99 0 0 20 0 19 0 25932467 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140733411865264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16765/statm: 2406260 174233 2279 9 0 2396937 0
[pid=16765/tid=16767] ppid=16762 vsize=9625040 CPUtime=1776.57 cores=1,3,5,7
/proc/16765/task/16767/stat : 16767 (java) R 16762 16765 11879 0 -1 4202560 3928 0 1 0 177618 39 0 0 20 0 19 0 25932468 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008407670088 140008233833408 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16768] ppid=16762 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/16765/task/16768/stat : 16768 (java) S 16762 16765 11879 0 -1 4202560 146 0 0 0 206 7 0 0 20 0 19 0 25932469 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008369162664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16765/tid=16769] ppid=16762 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/16765/task/16769/stat : 16769 (java) S 16762 16765 11879 0 -1 4202560 222 0 0 0 207 6 0 0 20 0 19 0 25932469 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008368110120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16770] ppid=16762 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/16765/task/16770/stat : 16770 (java) S 16762 16765 11879 0 -1 4202560 126 0 0 0 214 6 0 0 20 0 19 0 25932469 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008367057064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16765/tid=16771] ppid=16762 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/16765/task/16771/stat : 16771 (java) S 16762 16765 11879 0 -1 4202560 106 0 0 0 209 7 0 0 20 0 19 0 25932469 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008366004520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16772] ppid=16762 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/16765/task/16772/stat : 16772 (java) S 16762 16765 11879 0 -1 4202560 238 0 0 0 203 7 0 0 20 0 19 0 25932469 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008364952488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16773] ppid=16762 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/16765/task/16773/stat : 16773 (java) S 16762 16765 11879 0 -1 4202560 163 0 0 0 204 5 0 0 20 0 19 0 25932469 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008363899944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16774] ppid=16762 vsize=9625040 CPUtime=2.24 cores=1,3,5,7
/proc/16765/task/16774/stat : 16774 (java) S 16762 16765 11879 0 -1 4202560 212 0 0 0 215 9 0 0 20 0 19 0 25932469 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008362846888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16775] ppid=16762 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/16765/task/16775/stat : 16775 (java) S 16762 16765 11879 0 -1 4202560 190 0 0 0 210 7 0 0 20 0 19 0 25932469 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008361794344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16776] ppid=16762 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/16765/task/16776/stat : 16776 (java) S 16762 16765 11879 0 -1 4202560 565 0 0 0 12 10 0 0 20 0 19 0 25932470 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008230996328 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16777] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16777/stat : 16777 (java) S 16762 16765 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25932471 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008229942648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16778] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16778/stat : 16778 (java) S 16762 16765 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25932471 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008228889480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16779] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16779/stat : 16779 (java) S 16762 16765 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25932473 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008227838224 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16780] ppid=16762 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/16765/task/16780/stat : 16780 (java) S 16762 16765 11879 0 -1 4202560 7102 0 0 0 81 2 0 0 20 0 19 0 25932473 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008226786104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16781] ppid=16762 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/16765/task/16781/stat : 16781 (java) S 16762 16765 11879 0 -1 4202560 5077 0 0 0 57 0 0 0 20 0 19 0 25932473 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008225733560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16765/tid=16782] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16782/stat : 16782 (java) S 16762 16765 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25932473 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008224680696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16765/tid=16783] ppid=16762 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/16765/task/16783/stat : 16783 (java) S 16762 16765 11879 0 -1 4202560 103 0 0 0 21 26 0 0 20 0 19 0 25932473 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008223628360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16784] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16784/stat : 16784 (java) S 16762 16765 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25932588 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008222573608 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

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 16765 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1787.9 s]
/proc/loadavg: 1.08 1.23 1.58 2/186 16882
/proc/meminfo: memFree=30669700/32872528 swapFree=447868/480572
[pid=16765] ppid=16762 vsize=9625040 CPUtime=1800 cores=1,3,5,7
/proc/16765/stat : 16765 (java) S 16762 16765 11879 0 -1 4202496 19441 0 1 0 179901 99 0 0 20 0 19 0 25932467 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140733411865264 235378081853 0 0 0 16800975 18446744073709551615 0 0 17 7 0 0 0 0 0
/proc/16765/statm: 2406260 174233 2279 9 0 2396937 0
[pid=16765/tid=16767] ppid=16762 vsize=9625040 CPUtime=1776.57 cores=1,3,5,7
/proc/16765/task/16767/stat : 16767 (java) R 16762 16765 11879 0 -1 4202560 3928 0 1 0 177618 39 0 0 20 0 19 0 25932468 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008407670088 140008233833408 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16768] ppid=16762 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/16765/task/16768/stat : 16768 (java) S 16762 16765 11879 0 -1 4202560 146 0 0 0 206 7 0 0 20 0 19 0 25932469 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008369162664 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16765/tid=16769] ppid=16762 vsize=9625040 CPUtime=2.13 cores=1,3,5,7
/proc/16765/task/16769/stat : 16769 (java) S 16762 16765 11879 0 -1 4202560 222 0 0 0 207 6 0 0 20 0 19 0 25932469 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008368110120 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16770] ppid=16762 vsize=9625040 CPUtime=2.2 cores=1,3,5,7
/proc/16765/task/16770/stat : 16770 (java) S 16762 16765 11879 0 -1 4202560 126 0 0 0 214 6 0 0 20 0 19 0 25932469 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008367057064 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16765/tid=16771] ppid=16762 vsize=9625040 CPUtime=2.16 cores=1,3,5,7
/proc/16765/task/16771/stat : 16771 (java) S 16762 16765 11879 0 -1 4202560 106 0 0 0 209 7 0 0 20 0 19 0 25932469 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008366004520 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16772] ppid=16762 vsize=9625040 CPUtime=2.1 cores=1,3,5,7
/proc/16765/task/16772/stat : 16772 (java) S 16762 16765 11879 0 -1 4202560 238 0 0 0 203 7 0 0 20 0 19 0 25932469 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008364952488 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16773] ppid=16762 vsize=9625040 CPUtime=2.09 cores=1,3,5,7
/proc/16765/task/16773/stat : 16773 (java) S 16762 16765 11879 0 -1 4202560 163 0 0 0 204 5 0 0 20 0 19 0 25932469 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008363899944 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16774] ppid=16762 vsize=9625040 CPUtime=2.24 cores=1,3,5,7
/proc/16765/task/16774/stat : 16774 (java) S 16762 16765 11879 0 -1 4202560 212 0 0 0 215 9 0 0 20 0 19 0 25932469 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008362846888 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16775] ppid=16762 vsize=9625040 CPUtime=2.17 cores=1,3,5,7
/proc/16765/task/16775/stat : 16775 (java) S 16762 16765 11879 0 -1 4202560 190 0 0 0 210 7 0 0 20 0 19 0 25932469 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008361794344 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16776] ppid=16762 vsize=9625040 CPUtime=0.22 cores=1,3,5,7
/proc/16765/task/16776/stat : 16776 (java) S 16762 16765 11879 0 -1 4202560 565 0 0 0 12 10 0 0 20 0 19 0 25932470 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008230996328 235378096041 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16777] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16777/stat : 16777 (java) S 16762 16765 11879 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25932471 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008229942648 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16778] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16778/stat : 16778 (java) S 16762 16765 11879 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 25932471 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008228889480 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16779] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16779/stat : 16779 (java) S 16762 16765 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25932473 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008227838224 235378104096 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=16765/tid=16780] ppid=16762 vsize=9625040 CPUtime=0.83 cores=1,3,5,7
/proc/16765/task/16780/stat : 16780 (java) S 16762 16765 11879 0 -1 4202560 7102 0 0 0 81 2 0 0 20 0 19 0 25932473 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008226786104 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16781] ppid=16762 vsize=9625040 CPUtime=0.57 cores=1,3,5,7
/proc/16765/task/16781/stat : 16781 (java) S 16762 16765 11879 0 -1 4202560 5077 0 0 0 57 0 0 0 20 0 19 0 25932473 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008225733560 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=16765/tid=16782] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16782/stat : 16782 (java) S 16762 16765 11879 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25932473 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008224680696 235378095164 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=16765/tid=16783] ppid=16762 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/16765/task/16783/stat : 16783 (java) S 16762 16765 11879 0 -1 4202560 103 0 0 0 21 26 0 0 20 0 19 0 25932473 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008223628360 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=16765/tid=16784] ppid=16762 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/16765/task/16784/stat : 16784 (java) S 16762 16765 11879 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 25932588 9856040960 174233 33554432000 1073741824 1073778376 140733411874128 140008222573608 235378096041 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
Current children cumulated CPU time (s) 1800
Current children cumulated vsize (KiB) 9625040

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 16765 and gives
#  childrusage.ru_utime.tv_sec=1794
#  childrusage.ru_utime.tv_usec=719161
#  childrusage.ru_stime.tv_sec=1
#  childrusage.ru_stime.tv_usec=442780
# CPU time returned by wait4() is 1796.16
# while last known CPU time is 1800
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 1787.94
CPU time (s): 1800
CPU user time (s): 1799.01
CPU system time (s): 0.99
CPU usage (%): 100.675
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.72
system time used= 1.44278
maximum resident set size= 701992
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 19477
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 70341
involuntary context switches= 72781

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4314 second user time and 12.6241 second system time

The end

Launcher Data

Begin job on node104 at 2016-06-18 10:33:43
IDJOB=4103452
IDBENCH=2363
IDSOLVER=2546
FILE ID=node104/4103452-1466238823
RUNJOBID= node104-1466206103-11896
PBS_JOBID= 19918168
Free space on /tmp= 71696 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/unibo/normalized-mps-v2-20-10-dc1c.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103452-1466238823/watcher-4103452-1466238823 -o /tmp/evaluation-result-4103452-1466238823/solver-4103452-1466238823 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node104-1466206103-11896 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103452-1466238823.opb

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

MD5SUM BENCH= aae7296985adde1f17776b4f5ad45572
RANDOM SEED=1184170450

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.035
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:        29377728 kB
Buffers:          117024 kB
Cached:           135368 kB
SwapCached:        40452 kB
Active:          2051284 kB
Inactive:         223720 kB
Active(anon):    1985136 kB
Inactive(anon):    39968 kB
Active(file):      66148 kB
Inactive(file):   183752 kB
Unevictable:      480572 kB
Mlocked:          447868 kB
SwapTotal:      67108856 kB
SwapFree:       67060428 kB
Dirty:              4828 kB
Writeback:             0 kB
AnonPages:       2463744 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             602972 kB
SReclaimable:      46932 kB
SUnreclaim:       556040 kB
KernelStack:        1600 kB
PageTables:         8940 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2601296 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1986560 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= 71700 MiB
End job on node104 at 2016-06-18 11:03:31