Trace number 4085056

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.93

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/Large/
normalized-minisat100_16_6_1_mh.opb
MD5SUM1ab6633942d0dec66d4a4598d6fd88a7
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables2000400
Total number of constraints4920807
Number of constraints which are clauses3910700
Number of constraints which are cardinality constraints (but not clauses)107
Number of constraints which are nor clauses,nor cardinality constraints1010000
Minimum length of a constraint2
Maximum length of a constraint14950
Number of terms in the objective function 1019600
Biggest coefficient in the objective function 183250432
Number of bits for the biggest coefficient in the objective function 28
Sum of the numbers in the objective function 416475778904
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 183250432
Number of bits of the biggest number in a constraint 28
Biggest sum of numbers in a constraint 416475778904
Number of bits of the biggest sum of numbers39
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-4085056-1465322430.opb
0.09/0.11	c reading problem ... 
0.09/0.13	c  objective function found
42.53/31.43	c ... done. Wall clock time 31.316s.
42.53/31.43	c declared #vars     2000400
42.53/31.43	c #constraints  4940614
42.53/31.43	c constraints type 
42.53/31.43	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 985151
42.53/31.43	c org.sat4j.minisat.constraints.cnf.UnitClauses => 3
42.53/31.43	c org.sat4j.specs.Constr$1 => 3
42.53/31.43	c org.sat4j.minisat.constraints.card.MinWatchCard => 107
42.53/31.43	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 2970100
42.53/31.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 985250
42.53/31.43	c 4940614 constraints processed.
42.53/31.43	c objective function length is 1019600 literals
812.12/800.32	c cleaning 2498 clauses out of 5000 with flag 77264/5000
1544.03/1532.05	c cleaning 4253 clauses out of 8505 with flag 134583/11003
1800.00/1787.91	c starts		: 66
1800.00/1787.91	c conflicts		: 16165
1800.00/1787.91	c decisions		: 1138254
1800.00/1787.91	c propagations		: 667710519
1800.00/1787.91	c inspects		: 8395851062
1800.00/1787.91	c shortcuts		: 0
1800.00/1787.91	c learnt literals	: 0
1800.00/1787.91	c learnt binary clauses	: 54
1800.00/1787.91	c learnt ternary clauses	: 3
1800.00/1787.91	c learnt constraints	: 16165
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	: 2
1800.00/1787.91	c Number of update (reduction) of LBD	: 13685
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)	: 380197.8113270289
1800.00/1787.91	c non guided choices	0
1800.00/1787.91	c learnt constraints type 
1800.00/1787.91	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 54
1800.00/1787.91	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 9360
1800.00/1787.91	s UNKNOWN
1800.00/1787.91	c Total wall clock time (in seconds): 1787.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-4085056-1465322430/watcher-4085056-1465322430 -o /tmp/evaluation-result-4085056-1465322430/solver-4085056-1465322430 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1465310425-9809 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4085056-1465322430.opb 

pid=11074
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.24 2.28 2.22 4/195 11077
/proc/meminfo: memFree=26770908/32872528 swapFree=17892/1720544
[pid=11077] ppid=11074 vsize=5632 CPUtime=0 cores=0,2,4,6
/proc/11077/stat : 11077 (java) R 11074 11077 8023 0 -1 4202496 382 0 0 0 0 0 0 0 20 0 1 0 114176667 5767168 52 33554432000 1073741824 1073778376 140735237190688 140735237187816 270320893512 0 0 4096 0 0 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 1408 55 43 9 0 30 0

[startup+0.100059 s]
/proc/loadavg: 2.24 2.28 2.22 4/195 11077
/proc/meminfo: memFree=26770908/32872528 swapFree=17892/1720544
[pid=11077] ppid=11074 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11077/stat : 11077 (java) S 11074 11077 8023 0 -1 4202496 4435 0 1 0 8 1 0 0 20 0 18 0 114176667 9787879424 6064 33554432000 1073741824 1073778376 140735237190688 140735237181824 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2389619 6064 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200218 s]
/proc/loadavg: 2.24 2.28 2.22 4/195 11077
/proc/meminfo: memFree=26770908/32872528 swapFree=17892/1720544
[pid=11077] ppid=11074 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/11077/stat : 11077 (java) S 11074 11077 8023 0 -1 4202496 5125 0 1 0 27 2 0 0 20 0 18 0 114176667 9787879424 18297 33554432000 1073741824 1073778376 140735237190688 140735237181824 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2389619 18297 2221 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300231 s]
/proc/loadavg: 2.24 2.28 2.22 4/195 11077
/proc/meminfo: memFree=26770908/32872528 swapFree=17892/1720544
[pid=11077] ppid=11074 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/11077/stat : 11077 (java) S 11074 11077 8023 0 -1 4202496 5439 0 1 0 42 2 0 0 20 0 18 0 114176667 9787879424 23016 33554432000 1073741824 1073778376 140735237190688 140735237181824 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2389619 23016 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 9558476

[startup+0.70019 s]
/proc/loadavg: 2.24 2.28 2.22 4/195 11077
/proc/meminfo: memFree=26770908/32872528 swapFree=17892/1720544
[pid=11077] ppid=11074 vsize=9558476 CPUtime=0.92 cores=0,2,4,6
/proc/11077/stat : 11077 (java) S 11074 11077 8023 0 -1 4202496 5592 0 1 0 87 5 0 0 20 0 18 0 114176667 9787879424 52799 33554432000 1073741824 1073778376 140735237190688 140735237181824 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2389619 52799 2247 9 0 2380296 0
Current children cumulated CPU time (s) 0.92
Current children cumulated vsize (KiB) 9558476

[startup+1.50078 s]
/proc/loadavg: 2.24 2.28 2.22 4/213 11095
/proc/meminfo: memFree=26525776/32872528 swapFree=17892/1720544
[pid=11077] ppid=11074 vsize=9558476 CPUtime=1.81 cores=0,2,4,6
/proc/11077/stat : 11077 (java) S 11074 11077 8023 0 -1 4202496 5998 0 1 0 173 8 0 0 20 0 18 0 114176667 9787879424 66977 33554432000 1073741824 1073778376 140735237190688 140735237181824 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2389619 66977 2247 9 0 2380296 0
[pid=11077/tid=11079] ppid=11074 vsize=9558476 CPUtime=1.38 cores=0,2,4,6
/proc/11077/task/11079/stat : 11079 (java) R 11074 11077 8023 0 -1 4202560 2503 0 1 0 134 4 0 0 20 0 18 0 114176668 9787879424 66977 33554432000 1073741824 1073778376 140735237190688 140354363076384 270333437197 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11080] ppid=11074 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/11077/task/11080/stat : 11080 (java) S 11074 11077 8023 0 -1 4202560 16 0 0 0 1 0 0 0 20 0 18 0 114176669 9787879424 66977 33554432000 1073741824 1073778376 140735237190688 140354301815208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11081] ppid=11074 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/11077/task/11081/stat : 11081 (java) S 11074 11077 8023 0 -1 4202560 69 0 0 0 1 0 0 0 20 0 18 0 114176669 9787879424 66977 33554432000 1073741824 1073778376 140735237190688 140354300762664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11082] ppid=11074 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/11077/task/11082/stat : 11082 (java) S 11074 11077 8023 0 -1 4202560 257 0 0 0 4 0 0 0 20 0 18 0 114176669 9787879424 66977 33554432000 1073741824 1073778376 140735237190688 140354299709608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11083] ppid=11074 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/11077/task/11083/stat : 11083 (java) S 11074 11077 8023 0 -1 4202560 14 0 0 0 1 0 0 0 20 0 18 0 114176669 9787879424 66977 33554432000 1073741824 1073778376 140735237190688 140354298657064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11084] ppid=11074 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/11077/task/11084/stat : 11084 (java) S 11074 11077 8023 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 18 0 114176669 9787879424 66977 33554432000 1073741824 1073778376 140735237190688 140354202057640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11085] ppid=11074 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/11077/task/11085/stat : 11085 (java) S 11074 11077 8023 0 -1 4202560 67 0 0 0 1 0 0 0 20 0 18 0 114176669 9787879424 66977 33554432000 1073741824 1073778376 140735237190688 140354201005096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11086] ppid=11074 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/11077/task/11086/stat : 11086 (java) S 11074 11077 8023 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 114176669 9787879424 66977 33554432000 1073741824 1073778376 140735237190688 140354199952040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11087] ppid=11074 vsize=9558476 CPUtime=0.01 cores=0,2,4,6
/proc/11077/task/11087/stat : 11087 (java) S 11074 11077 8023 0 -1 4202560 10 0 0 0 1 0 0 0 20 0 18 0 114176669 9787879424 66977 33554432000 1073741824 1073778376 140735237190688 140354198899496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11088] ppid=11074 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11088/stat : 11088 (java) S 11074 11077 8023 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 114176670 9787879424 66977 33554432000 1073741824 1073778376 140735237190688 140354186701160 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11089] ppid=11074 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11089/stat : 11089 (java) S 11074 11077 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114176670 9787879424 66977 33554432000 1073741824 1073778376 140735237190688 140354185647480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11090] ppid=11074 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11090/stat : 11090 (java) S 11074 11077 8023 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 114176670 9787879424 66977 33554432000 1073741824 1073778376 140735237190688 140354184594312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11091] ppid=11074 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11091/stat : 11091 (java) S 11074 11077 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114176673 9787879424 66977 33554432000 1073741824 1073778376 140735237190688 140354183543056 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11092] ppid=11074 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/11077/task/11092/stat : 11092 (java) S 11074 11077 8023 0 -1 4202560 832 0 0 0 8 0 0 0 20 0 18 0 114176673 9787879424 66977 33554432000 1073741824 1073778376 140735237190688 140354182490936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11093] ppid=11074 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/11077/task/11093/stat : 11093 (java) S 11074 11077 8023 0 -1 4202560 883 0 0 0 7 0 0 0 20 0 18 0 114176673 9787879424 66977 33554432000 1073741824 1073778376 140735237190688 140354181438392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11094] ppid=11074 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11094/stat : 11094 (java) S 11074 11077 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114176673 9787879424 66977 33554432000 1073741824 1073778376 140735237190688 140354180385528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11095] ppid=11074 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11095/stat : 11095 (java) S 11074 11077 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114176673 9787879424 66977 33554432000 1073741824 1073778376 140735237190688 140354179333192 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1.81
Current children cumulated vsize (KiB) 9558476

[startup+3.10088 s]
/proc/loadavg: 2.30 2.29 2.22 7/213 11095
/proc/meminfo: memFree=26354788/32872528 swapFree=17892/1720544
[pid=11077] ppid=11074 vsize=9558476 CPUtime=4.34 cores=0,2,4,6
/proc/11077/stat : 11077 (java) S 11074 11077 8023 0 -1 4202496 8857 0 1 0 408 26 0 0 20 0 18 0 114176667 9787879424 186932 33554432000 1073741824 1073778376 140735237190688 140735237181824 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2389619 186932 2252 9 0 2380296 0
[pid=11077/tid=11079] ppid=11074 vsize=9558476 CPUtime=2.69 cores=0,2,4,6
/proc/11077/task/11079/stat : 11079 (java) R 11074 11077 8023 0 -1 4202560 2831 0 1 0 261 8 0 0 20 0 18 0 114176668 9787879424 186932 33554432000 1073741824 1073778376 140735237190688 140354363076560 140354370849882 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11080] ppid=11074 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/11077/task/11080/stat : 11080 (java) S 11074 11077 8023 0 -1 4202560 42 0 0 0 9 1 0 0 20 0 18 0 114176669 9787879424 186932 33554432000 1073741824 1073778376 140735237190688 140354301815208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11081] ppid=11074 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/11077/task/11081/stat : 11081 (java) S 11074 11077 8023 0 -1 4202560 362 0 0 0 14 1 0 0 20 0 18 0 114176669 9787879424 186932 33554432000 1073741824 1073778376 140735237190688 140354300762664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11082] ppid=11074 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/11077/task/11082/stat : 11082 (java) S 11074 11077 8023 0 -1 4202560 304 0 0 0 13 4 0 0 20 0 18 0 114176669 9787879424 186932 33554432000 1073741824 1073778376 140735237190688 140354299709608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11083] ppid=11074 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/11077/task/11083/stat : 11083 (java) S 11074 11077 8023 0 -1 4202560 82 0 0 0 19 4 0 0 20 0 18 0 114176669 9787879424 186932 33554432000 1073741824 1073778376 140735237190688 140354298657064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11084] ppid=11074 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/11077/task/11084/stat : 11084 (java) S 11074 11077 8023 0 -1 4202560 576 0 0 0 8 2 0 0 20 0 18 0 114176669 9787879424 186932 33554432000 1073741824 1073778376 140735237190688 140354202057640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11077/tid=11085] ppid=11074 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/11077/task/11085/stat : 11085 (java) S 11074 11077 8023 0 -1 4202560 99 0 0 0 9 2 0 0 20 0 18 0 114176669 9787879424 186932 33554432000 1073741824 1073778376 140735237190688 140354201005096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11086] ppid=11074 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/11077/task/11086/stat : 11086 (java) S 11074 11077 8023 0 -1 4202560 553 0 0 0 12 2 0 0 20 0 18 0 114176669 9787879424 186932 33554432000 1073741824 1073778376 140735237190688 140354199952040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11087] ppid=11074 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/11077/task/11087/stat : 11087 (java) S 11074 11077 8023 0 -1 4202560 60 0 0 0 17 3 0 0 20 0 18 0 114176669 9787879424 186932 33554432000 1073741824 1073778376 140735237190688 140354198899496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11088] ppid=11074 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11088/stat : 11088 (java) S 11074 11077 8023 0 -1 4202560 494 0 0 0 0 0 0 0 20 0 18 0 114176670 9787879424 186932 33554432000 1073741824 1073778376 140735237190688 140354186701160 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11077/tid=11089] ppid=11074 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11089/stat : 11089 (java) S 11074 11077 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114176670 9787879424 186932 33554432000 1073741824 1073778376 140735237190688 140354185647480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11090] ppid=11074 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11090/stat : 11090 (java) S 11074 11077 8023 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 114176670 9787879424 186932 33554432000 1073741824 1073778376 140735237190688 140354184594312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11091] ppid=11074 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11091/stat : 11091 (java) S 11074 11077 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114176673 9787879424 186932 33554432000 1073741824 1073778376 140735237190688 140354183543056 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11092] ppid=11074 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/11077/task/11092/stat : 11092 (java) S 11074 11077 8023 0 -1 4202560 1167 0 0 0 17 0 0 0 20 0 18 0 114176673 9787879424 186932 33554432000 1073741824 1073778376 140735237190688 140354182490936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11093] ppid=11074 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/11077/task/11093/stat : 11093 (java) S 11074 11077 8023 0 -1 4202560 1033 0 0 0 11 0 0 0 20 0 18 0 114176673 9787879424 186932 33554432000 1073741824 1073778376 140735237190688 140354181438392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11094] ppid=11074 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11094/stat : 11094 (java) S 11074 11077 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114176673 9787879424 186932 33554432000 1073741824 1073778376 140735237190688 140354180385528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11095] ppid=11074 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11095/stat : 11095 (java) S 11074 11077 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114176673 9787879424 186932 33554432000 1073741824 1073778376 140735237190688 140354179333192 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9558476

[startup+6.30075 s]
/proc/loadavg: 2.30 2.29 2.22 3/213 11095
/proc/meminfo: memFree=25354720/32872528 swapFree=17892/1720544
[pid=11077] ppid=11074 vsize=9558476 CPUtime=10.33 cores=0,2,4,6
/proc/11077/stat : 11077 (java) S 11074 11077 8023 0 -1 4202496 18287 0 1 0 973 60 0 0 20 0 18 0 114176667 9787879424 387034 33554432000 1073741824 1073778376 140735237190688 140735237181824 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2389619 387034 2272 9 0 2380296 0
[pid=11077/tid=11079] ppid=11074 vsize=9558476 CPUtime=5.11 cores=0,2,4,6
/proc/11077/task/11079/stat : 11079 (java) S 11074 11077 8023 0 -1 4202560 3534 0 1 0 494 17 0 0 20 0 18 0 114176668 9787879424 387034 33554432000 1073741824 1073778376 140735237190688 140354363084200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11080] ppid=11074 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/11077/task/11080/stat : 11080 (java) R 11074 11077 8023 0 -1 4202560 406 0 0 0 39 4 0 0 20 0 18 0 114176669 9787879424 387034 33554432000 1073741824 1073778376 140735237190688 140354301815384 140354370580176 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=11077/tid=11081] ppid=11074 vsize=9558476 CPUtime=0.62 cores=0,2,4,6
/proc/11077/task/11081/stat : 11081 (java) R 11074 11077 8023 0 -1 4202560 601 0 0 0 57 5 0 0 20 0 18 0 114176669 9787879424 387034 33554432000 1073741824 1073778376 140735237190688 140354300762840 140354369981209 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11082] ppid=11074 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/11077/task/11082/stat : 11082 (java) R 11074 11077 8023 0 -1 4202560 1155 0 0 0 42 6 0 0 20 0 18 0 114176669 9787879424 387034 33554432000 1073741824 1073778376 140735237190688 140354299709784 140354366842825 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11083] ppid=11074 vsize=9558476 CPUtime=0.66 cores=0,2,4,6
/proc/11077/task/11083/stat : 11083 (java) R 11074 11077 8023 0 -1 4202560 179 0 0 0 58 8 0 0 20 0 18 0 114176669 9787879424 387034 33554432000 1073741824 1073778376 140735237190688 140354298657240 140354369981356 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11084] ppid=11074 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/11077/task/11084/stat : 11084 (java) R 11074 11077 8023 0 -1 4202560 670 0 0 0 46 5 0 0 20 0 18 0 114176669 9787879424 387034 33554432000 1073741824 1073778376 140735237190688 140354202057520 140354366842333 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11085] ppid=11074 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/11077/task/11085/stat : 11085 (java) R 11074 11077 8023 0 -1 4202560 945 0 0 0 40 5 0 0 20 0 18 0 114176669 9787879424 387034 33554432000 1073741824 1073778376 140735237190688 140354201004856 140354369981166 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11086] ppid=11074 vsize=9558476 CPUtime=0.48 cores=0,2,4,6
/proc/11077/task/11086/stat : 11086 (java) D 11074 11077 8023 0 -1 4202560 991 0 0 0 43 5 0 0 20 0 18 0 114176669 9787879424 387034 33554432000 1073741824 1073778376 140735237190688 140354199951800 270330094567 0 4 0 16800975 18446744071581355491 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11087] ppid=11074 vsize=9558476 CPUtime=0.63 cores=0,2,4,6
/proc/11077/task/11087/stat : 11087 (java) R 11074 11077 8023 0 -1 4202560 142 0 0 0 58 5 0 0 20 0 18 0 114176669 9787879424 387034 33554432000 1073741824 1073778376 140735237190688 140354198899672 140354365556425 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11088] ppid=11074 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11088/stat : 11088 (java) S 11074 11077 8023 0 -1 4202560 1037 0 0 0 0 0 0 0 20 0 18 0 114176670 9787879424 387034 33554432000 1073741824 1073778376 140735237190688 140354186700040 270333424700 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11089] ppid=11074 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11089/stat : 11089 (java) S 11074 11077 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114176670 9787879424 387034 33554432000 1073741824 1073778376 140735237190688 140354185647480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11090] ppid=11074 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11090/stat : 11090 (java) S 11074 11077 8023 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 114176670 9787879424 387034 33554432000 1073741824 1073778376 140735237190688 140354184594312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11091] ppid=11074 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11091/stat : 11091 (java) S 11074 11077 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114176673 9787879424 387034 33554432000 1073741824 1073778376 140735237190688 140354183543056 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11092] ppid=11074 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/11077/task/11092/stat : 11092 (java) S 11074 11077 8023 0 -1 4202560 4287 0 0 0 45 0 0 0 20 0 18 0 114176673 9787879424 387034 33554432000 1073741824 1073778376 140735237190688 140354182490936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11093] ppid=11074 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/11077/task/11093/stat : 11093 (java) S 11074 11077 8023 0 -1 4202560 3086 0 0 0 35 0 0 0 20 0 18 0 114176673 9787879424 387034 33554432000 1073741824 1073778376 140735237190688 140354181438392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11094] ppid=11074 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11094/stat : 11094 (java) S 11074 11077 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114176673 9787879424 387034 33554432000 1073741824 1073778376 140735237190688 140354180385528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11095] ppid=11074 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11095/stat : 11095 (java) S 11074 11077 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114176673 9787879424 387034 33554432000 1073741824 1073778376 140735237190688 140354179333192 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 10.33
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 2.89 2.41 2.26 3/213 11095
/proc/meminfo: memFree=24005112/32872528 swapFree=17892/1720544
[pid=11077] ppid=11074 vsize=9558476 CPUtime=19.52 cores=0,2,4,6
/proc/11077/stat : 11077 (java) S 11074 11077 8023 0 -1 4202496 23426 0 1 0 1846 106 0 0 20 0 18 0 114176667 9787879424 694696 33554432000 1073741824 1073778376 140735237190688 140735237181824 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2389619 694696 2283 9 0 2380296 0

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

[pid=11077/tid=11119] ppid=11074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11119/stat : 11119 (java) S 11074 11077 8023 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114179835 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354178278440 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1734.38
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.14 2.16 2.17 3/214 11229
/proc/meminfo: memFree=22670000/32872528 swapFree=17892/1720544
[pid=11077] ppid=11074 vsize=9625040 CPUtime=1794.4 cores=0,2,4,6
/proc/11077/stat : 11077 (java) S 11074 11077 8023 0 -1 4202496 37499 0 1 0 179256 184 0 0 20 0 19 0 114176667 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140735237181824 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2406260 856202 2297 9 0 2396937 0
[pid=11077/tid=11079] ppid=11074 vsize=9625040 CPUtime=1769.67 cores=0,2,4,6
/proc/11077/task/11079/stat : 11079 (java) R 11074 11077 8023 0 -1 4202560 3979 0 1 0 176903 64 0 0 20 0 19 0 114176668 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354363085224 140354303827228 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11080] ppid=11074 vsize=9625040 CPUtime=1.6 cores=0,2,4,6
/proc/11077/task/11080/stat : 11080 (java) S 11074 11077 8023 0 -1 4202560 3765 0 0 0 145 15 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354301815208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11081] ppid=11074 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/11077/task/11081/stat : 11081 (java) S 11074 11077 8023 0 -1 4202560 4841 0 0 0 168 15 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354300762664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11077/tid=11082] ppid=11074 vsize=9625040 CPUtime=1.58 cores=0,2,4,6
/proc/11077/task/11082/stat : 11082 (java) S 11074 11077 8023 0 -1 4202560 2687 0 0 0 145 13 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354299709608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11083] ppid=11074 vsize=9625040 CPUtime=1.69 cores=0,2,4,6
/proc/11077/task/11083/stat : 11083 (java) S 11074 11077 8023 0 -1 4202560 3100 0 0 0 154 15 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354298657064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11084] ppid=11074 vsize=9625040 CPUtime=1.75 cores=0,2,4,6
/proc/11077/task/11084/stat : 11084 (java) S 11074 11077 8023 0 -1 4202560 1631 0 0 0 162 13 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354202057640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11085] ppid=11074 vsize=9625040 CPUtime=1.6 cores=0,2,4,6
/proc/11077/task/11085/stat : 11085 (java) S 11074 11077 8023 0 -1 4202560 3162 0 0 0 146 14 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354201005096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11086] ppid=11074 vsize=9625040 CPUtime=1.73 cores=0,2,4,6
/proc/11077/task/11086/stat : 11086 (java) S 11074 11077 8023 0 -1 4202560 1996 0 0 0 159 14 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354199952040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11077/tid=11087] ppid=11074 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/11077/task/11087/stat : 11087 (java) S 11074 11077 8023 0 -1 4202560 1413 0 0 0 179 13 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354198899496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11088] ppid=11074 vsize=9625040 CPUtime=4.45 cores=0,2,4,6
/proc/11077/task/11088/stat : 11088 (java) S 11074 11077 8023 0 -1 4202560 2148 0 0 0 441 4 0 0 20 0 19 0 114176670 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354186701160 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11089] ppid=11074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11089/stat : 11089 (java) S 11074 11077 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114176670 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354185647480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11090] ppid=11074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11090/stat : 11090 (java) S 11074 11077 8023 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 114176670 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354184594312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11091] ppid=11074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11091/stat : 11091 (java) S 11074 11077 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114176673 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354183543056 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11092] ppid=11074 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/11077/task/11092/stat : 11092 (java) S 11074 11077 8023 0 -1 4202560 4313 0 0 0 88 0 0 0 20 0 19 0 114176673 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354182490936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11093] ppid=11074 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/11077/task/11093/stat : 11093 (java) S 11074 11077 8023 0 -1 4202560 3101 0 0 0 63 0 0 0 20 0 19 0 114176673 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354181438392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11094] ppid=11074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11094/stat : 11094 (java) S 11074 11077 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114176673 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354180385528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11095] ppid=11074 vsize=9625040 CPUtime=0.78 cores=0,2,4,6
/proc/11077/task/11095/stat : 11095 (java) S 11074 11077 8023 0 -1 4202560 103 0 0 0 43 35 0 0 20 0 19 0 114176673 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354179333192 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11119] ppid=11074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11119/stat : 11119 (java) S 11074 11077 8023 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114179835 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354178278440 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1794.4
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1787.9 s]
/proc/loadavg: 2.19 2.17 2.17 3/214 11229
/proc/meminfo: memFree=22669880/32872528 swapFree=17892/1720544
[pid=11077] ppid=11074 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/11077/stat : 11077 (java) S 11074 11077 8023 0 -1 4202496 37499 0 1 0 179816 184 0 0 20 0 19 0 114176667 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140735237181824 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2406260 856202 2297 9 0 2396937 0
[pid=11077/tid=11079] ppid=11074 vsize=9625040 CPUtime=1775.25 cores=0,2,4,6
/proc/11077/task/11079/stat : 11079 (java) R 11074 11077 8023 0 -1 4202560 3979 0 1 0 177461 64 0 0 20 0 19 0 114176668 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354363085224 140354303374803 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11080] ppid=11074 vsize=9625040 CPUtime=1.6 cores=0,2,4,6
/proc/11077/task/11080/stat : 11080 (java) S 11074 11077 8023 0 -1 4202560 3765 0 0 0 145 15 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354301815208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11081] ppid=11074 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/11077/task/11081/stat : 11081 (java) S 11074 11077 8023 0 -1 4202560 4841 0 0 0 168 15 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354300762664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11077/tid=11082] ppid=11074 vsize=9625040 CPUtime=1.58 cores=0,2,4,6
/proc/11077/task/11082/stat : 11082 (java) S 11074 11077 8023 0 -1 4202560 2687 0 0 0 145 13 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354299709608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11083] ppid=11074 vsize=9625040 CPUtime=1.69 cores=0,2,4,6
/proc/11077/task/11083/stat : 11083 (java) S 11074 11077 8023 0 -1 4202560 3100 0 0 0 154 15 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354298657064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11084] ppid=11074 vsize=9625040 CPUtime=1.75 cores=0,2,4,6
/proc/11077/task/11084/stat : 11084 (java) S 11074 11077 8023 0 -1 4202560 1631 0 0 0 162 13 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354202057640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11085] ppid=11074 vsize=9625040 CPUtime=1.6 cores=0,2,4,6
/proc/11077/task/11085/stat : 11085 (java) S 11074 11077 8023 0 -1 4202560 3162 0 0 0 146 14 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354201005096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11086] ppid=11074 vsize=9625040 CPUtime=1.73 cores=0,2,4,6
/proc/11077/task/11086/stat : 11086 (java) S 11074 11077 8023 0 -1 4202560 1996 0 0 0 159 14 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354199952040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11077/tid=11087] ppid=11074 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/11077/task/11087/stat : 11087 (java) S 11074 11077 8023 0 -1 4202560 1413 0 0 0 179 13 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354198899496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11088] ppid=11074 vsize=9625040 CPUtime=4.45 cores=0,2,4,6
/proc/11077/task/11088/stat : 11088 (java) S 11074 11077 8023 0 -1 4202560 2148 0 0 0 441 4 0 0 20 0 19 0 114176670 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354186701160 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11089] ppid=11074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11089/stat : 11089 (java) S 11074 11077 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114176670 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354185647480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11090] ppid=11074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11090/stat : 11090 (java) S 11074 11077 8023 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 114176670 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354184594312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11091] ppid=11074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11091/stat : 11091 (java) S 11074 11077 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114176673 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354183543056 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11092] ppid=11074 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/11077/task/11092/stat : 11092 (java) S 11074 11077 8023 0 -1 4202560 4313 0 0 0 88 0 0 0 20 0 19 0 114176673 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354182490936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11093] ppid=11074 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/11077/task/11093/stat : 11093 (java) S 11074 11077 8023 0 -1 4202560 3101 0 0 0 63 0 0 0 20 0 19 0 114176673 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354181438392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11094] ppid=11074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11094/stat : 11094 (java) S 11074 11077 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114176673 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354180385528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11095] ppid=11074 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/11077/task/11095/stat : 11095 (java) S 11074 11077 8023 0 -1 4202560 103 0 0 0 43 36 0 0 20 0 19 0 114176673 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354179333192 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11119] ppid=11074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11119/stat : 11119 (java) S 11074 11077 8023 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114179835 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354178278440 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 11077 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1787.9 s]
/proc/loadavg: 2.19 2.17 2.17 3/214 11229
/proc/meminfo: memFree=22669880/32872528 swapFree=17892/1720544
[pid=11077] ppid=11074 vsize=9625040 CPUtime=1800 cores=0,2,4,6
/proc/11077/stat : 11077 (java) S 11074 11077 8023 0 -1 4202496 37499 0 1 0 179816 184 0 0 20 0 19 0 114176667 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140735237181824 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/11077/statm: 2406260 856202 2297 9 0 2396937 0
[pid=11077/tid=11079] ppid=11074 vsize=9625040 CPUtime=1775.25 cores=0,2,4,6
/proc/11077/task/11079/stat : 11079 (java) R 11074 11077 8023 0 -1 4202560 3979 0 1 0 177461 64 0 0 20 0 19 0 114176668 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354363085224 140354303374803 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11080] ppid=11074 vsize=9625040 CPUtime=1.6 cores=0,2,4,6
/proc/11077/task/11080/stat : 11080 (java) S 11074 11077 8023 0 -1 4202560 3765 0 0 0 145 15 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354301815208 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11081] ppid=11074 vsize=9625040 CPUtime=1.83 cores=0,2,4,6
/proc/11077/task/11081/stat : 11081 (java) S 11074 11077 8023 0 -1 4202560 4841 0 0 0 168 15 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354300762664 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11077/tid=11082] ppid=11074 vsize=9625040 CPUtime=1.58 cores=0,2,4,6
/proc/11077/task/11082/stat : 11082 (java) S 11074 11077 8023 0 -1 4202560 2687 0 0 0 145 13 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354299709608 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11083] ppid=11074 vsize=9625040 CPUtime=1.69 cores=0,2,4,6
/proc/11077/task/11083/stat : 11083 (java) S 11074 11077 8023 0 -1 4202560 3100 0 0 0 154 15 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354298657064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11084] ppid=11074 vsize=9625040 CPUtime=1.75 cores=0,2,4,6
/proc/11077/task/11084/stat : 11084 (java) S 11074 11077 8023 0 -1 4202560 1631 0 0 0 162 13 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354202057640 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11085] ppid=11074 vsize=9625040 CPUtime=1.6 cores=0,2,4,6
/proc/11077/task/11085/stat : 11085 (java) S 11074 11077 8023 0 -1 4202560 3162 0 0 0 146 14 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354201005096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11086] ppid=11074 vsize=9625040 CPUtime=1.73 cores=0,2,4,6
/proc/11077/task/11086/stat : 11086 (java) S 11074 11077 8023 0 -1 4202560 1996 0 0 0 159 14 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354199952040 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11077/tid=11087] ppid=11074 vsize=9625040 CPUtime=1.92 cores=0,2,4,6
/proc/11077/task/11087/stat : 11087 (java) S 11074 11077 8023 0 -1 4202560 1413 0 0 0 179 13 0 0 20 0 19 0 114176669 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354198899496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11088] ppid=11074 vsize=9625040 CPUtime=4.45 cores=0,2,4,6
/proc/11077/task/11088/stat : 11088 (java) S 11074 11077 8023 0 -1 4202560 2148 0 0 0 441 4 0 0 20 0 19 0 114176670 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354186701160 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11089] ppid=11074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11089/stat : 11089 (java) S 11074 11077 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114176670 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354185647480 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11090] ppid=11074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11090/stat : 11090 (java) S 11074 11077 8023 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 114176670 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354184594312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11091] ppid=11074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11091/stat : 11091 (java) S 11074 11077 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114176673 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354183543056 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11092] ppid=11074 vsize=9625040 CPUtime=0.88 cores=0,2,4,6
/proc/11077/task/11092/stat : 11092 (java) S 11074 11077 8023 0 -1 4202560 4313 0 0 0 88 0 0 0 20 0 19 0 114176673 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354182490936 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11077/tid=11093] ppid=11074 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/11077/task/11093/stat : 11093 (java) S 11074 11077 8023 0 -1 4202560 3101 0 0 0 63 0 0 0 20 0 19 0 114176673 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354181438392 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11094] ppid=11074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11094/stat : 11094 (java) S 11074 11077 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114176673 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354180385528 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11077/tid=11095] ppid=11074 vsize=9625040 CPUtime=0.79 cores=0,2,4,6
/proc/11077/task/11095/stat : 11095 (java) S 11074 11077 8023 0 -1 4202560 103 0 0 0 43 36 0 0 20 0 19 0 114176673 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354179333192 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11077/tid=11119] ppid=11074 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11077/task/11119/stat : 11119 (java) S 11074 11077 8023 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114179835 9856040960 856202 33554432000 1073741824 1073778376 140735237190688 140354178278440 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 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 11077 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=667321
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=313648
# CPU time returned by wait4() is 1795.98
# 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.93
CPU time (s): 1800
CPU user time (s): 1798.16
CPU system time (s): 1.84
CPU usage (%): 100.675
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.67
system time used= 2.31365
maximum resident set size= 3424948
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 37539
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1128
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 41637
involuntary context switches= 8064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1115 second user time and 14.2238 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-07 20:00:35
IDJOB=4085056
IDBENCH=92640
IDSOLVER=2546
FILE ID=node117/4085056-1465322430
RUNJOBID= node117-1465310425-9809
PBS_JOBID= 19848086
Free space on /tmp= 71424 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/Large/normalized-minisat100_16_6_1_mh.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085056-1465322430/watcher-4085056-1465322430 -o /tmp/evaluation-result-4085056-1465322430/solver-4085056-1465322430 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1465310425-9809 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085056-1465322430.opb

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

MD5SUM BENCH= 1ab6633942d0dec66d4a4598d6fd88a7
RANDOM SEED=380202690

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.088
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.53
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.088
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:        26771172 kB
Buffers:          123792 kB
Cached:           604740 kB
SwapCached:        29276 kB
Active:          3235740 kB
Inactive:         359884 kB
Active(anon):    2838512 kB
Inactive(anon):    30812 kB
Active(file):     397228 kB
Inactive(file):   329072 kB
Unevictable:     1720544 kB
Mlocked:           17892 kB
SwapTotal:      67108856 kB
SwapFree:       67071200 kB
Dirty:            222784 kB
Writeback:             0 kB
AnonPages:       4586088 kB
Mapped:            15404 kB
Shmem:                 0 kB
Slab:             621212 kB
SReclaimable:      60984 kB
SUnreclaim:       560228 kB
KernelStack:        1592 kB
PageTables:        13288 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    5739748 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4517888 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= 71304 MiB
End job on node117 at 2016-06-07 20:30:23