Trace number 4084801

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.05 1797.82

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727-max.opb
MD5SUMb25c647d77a62b252fd095c10d449861
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-9
Best CPU time to get the best result obtained on this benchmark1800.14
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables116401
Total number of constraints347041
Number of constraints which are clauses347040
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint115680
Number of terms in the objective function 241
Biggest coefficient in the objective function 1766847064778384329583297500742918515827483896875618958121606201292619776
Number of bits for the biggest coefficient in the objective function 241
Sum of the numbers in the objective function 3533694129556768659166595001485837031654967793751237916243212402585239551
Number of bits of the sum of numbers in the objective function 241
Biggest number in a constraint 2757826131550993649364364103715456897804056554542556176448634698108099443712107910064330000971904293916892446775667965408323532095584366159791555750475533307061324308088589961496711008293655788792731796366049346060288
Number of bits of the biggest number in a constraint 720
Biggest sum of numbers in a constraint 11031304526203974597457456414861827591216226218170224705794538792432397773599419080455434983678007791829174870181556630080792719840028524540426512506529349195716129636673848887755309378913896805578874811429516550167152
Number of bits of the biggest sum of numbers721
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.08	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.08	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.08	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/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.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4084801-1465247029.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
4.22/3.23	c ... done. Wall clock time 3.124s.
4.22/3.23	c declared #vars     116401
4.22/3.23	c #constraints  347042
4.22/3.23	c constraints type 
4.22/3.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 115680
4.22/3.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 231360
4.22/3.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
4.22/3.23	c 347042 constraints processed.
4.22/3.23	c objective function length is 241 literals
1800.05/1797.80	c starts		: 1
1800.05/1797.80	c conflicts		: 759
1800.05/1797.80	c decisions		: 4327
1800.05/1797.80	c propagations		: 1576385
1800.05/1797.80	c inspects		: 5353244
1800.05/1797.80	c shortcuts		: 0
1800.05/1797.80	c learnt literals	: 0
1800.05/1797.80	c learnt binary clauses	: 0
1800.05/1797.80	c learnt ternary clauses	: 1
1800.05/1797.80	c learnt constraints	: 759
1800.05/1797.80	c ignored constraints	: 0
1800.05/1797.80	c root simplifications	: 0
1800.05/1797.80	c removed literals (reason simplification)	: 0
1800.05/1797.80	c reason swapping (by a shorter reason)	: 0
1800.05/1797.80	c Calls to reduceDB	: 0
1800.05/1797.80	c Number of update (reduction) of LBD	: 301
1800.05/1797.80	c Imported unit clauses	: 0
1800.05/1797.80	c number of reductions to clauses (during analyze)	: 0
1800.05/1797.80	c number of learned constraints concerned by reduction	: 0
1800.05/1797.80	c number of learning phase by resolution	: 0
1800.05/1797.80	c number of learning phase by cutting planes	: 0
1800.05/1797.80	c speed (assignments/second)	: 878.4487807541999
1800.05/1797.80	c non guided choices	214
1800.05/1797.80	c learnt constraints type 
1800.05/1797.80	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 759
1800.05/1797.80	s UNKNOWN
1800.05/1797.80	c Total wall clock time (in seconds): 1797.697

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-4084801-1465247029/watcher-4084801-1465247029 -o /tmp/evaluation-result-4084801-1465247029/solver-4084801-1465247029 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465226821-9907 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084801-1465247029.opb 

pid=13270
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.31 2.32 2.24 3/196 13273
/proc/meminfo: memFree=30107420/32872528 swapFree=20720/1686580
[pid=13273] ppid=13270 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/13273/stat : 13273 (java) S 13270 13273 9891 0 -1 4202496 1353 0 0 0 0 0 0 0 20 0 2 0 106635050 98570240 977 33554432000 1073741824 1073778376 140737198370288 140737198361424 215127982141 0 0 4096 0 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13273/statm: 24065 977 743 9 0 16771 0
[pid=13273/tid=13274] ppid=13270 vsize=96260 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13274/stat : 13274 (java) R 13270 13273 9891 0 -1 4202560 130 0 0 0 0 0 0 0 20 0 2 0 106635051 98570240 978 33554432000 1073741824 1073778376 140737198370288 140251063598632 215124624768 0 0 4096 0 0 0 0 -1 0 0 0 0 0 0

[startup+0.100115 s]
/proc/loadavg: 2.31 2.32 2.24 3/196 13273
/proc/meminfo: memFree=30107420/32872528 swapFree=20720/1686580
[pid=13273] ppid=13270 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/13273/stat : 13273 (java) S 13270 13273 9891 0 -1 4202496 4411 0 1 0 9 1 0 0 20 0 18 0 106635050 9787879424 6038 33554432000 1073741824 1073778376 140737198370288 140737198361424 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13273/statm: 2389619 6044 2140 9 0 2380296 0
[pid=13273/tid=13274] ppid=13270 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/13273/task/13274/stat : 13274 (java) R 13270 13273 9891 0 -1 4202560 2374 0 1 0 6 1 0 0 20 0 18 0 106635051 9787879424 6047 33554432000 1073741824 1073778376 140737198370288 140251063602080 140251053665821 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200325 s]
/proc/loadavg: 2.31 2.32 2.24 3/196 13273
/proc/meminfo: memFree=30107420/32872528 swapFree=20720/1686580
[pid=13273] ppid=13270 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/13273/stat : 13273 (java) S 13270 13273 9891 0 -1 4202496 4974 0 1 0 27 2 0 0 20 0 18 0 106635050 9787879424 7567 33554432000 1073741824 1073778376 140737198370288 140737198361424 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13273/statm: 2389619 7556 2218 9 0 2380296 0
[pid=13273/tid=13274] ppid=13270 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/13273/task/13274/stat : 13274 (java) R 13270 13273 9891 0 -1 4202560 2398 0 1 0 16 1 0 0 20 0 18 0 106635051 9787879424 7556 33554432000 1073741824 1073778376 140737198370288 140251063603416 140250898882855 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300334 s]
/proc/loadavg: 2.31 2.32 2.24 3/196 13273
/proc/meminfo: memFree=30107420/32872528 swapFree=20720/1686580
[pid=13273] ppid=13270 vsize=9558476 CPUtime=0.51 cores=0,2,4,6
/proc/13273/stat : 13273 (java) S 13270 13273 9891 0 -1 4202496 5913 0 1 0 49 2 0 0 20 0 18 0 106635050 9787879424 9427 33554432000 1073741824 1073778376 140737198370288 140737198361424 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13273/statm: 2389619 9427 2232 9 0 2380296 0
[pid=13273/tid=13274] ppid=13270 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/13273/task/13274/stat : 13274 (java) R 13270 13273 9891 0 -1 4202560 2402 0 1 0 26 1 0 0 20 0 18 0 106635051 9787879424 9427 33554432000 1073741824 1073778376 140737198370288 140251063603416 140250898867392 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 0.51
Current children cumulated vsize (KiB) 9558476

[startup+0.700373 s]
/proc/loadavg: 2.31 2.32 2.24 3/196 13273
/proc/meminfo: memFree=30107420/32872528 swapFree=20720/1686580
[pid=13273] ppid=13270 vsize=9558476 CPUtime=1.15 cores=0,2,4,6
/proc/13273/stat : 13273 (java) S 13270 13273 9891 0 -1 4202496 7131 0 1 0 110 5 0 0 20 0 18 0 106635050 9787879424 41621 33554432000 1073741824 1073778376 140737198370288 140737198361424 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13273/statm: 2389619 41621 2261 9 0 2380296 0
[pid=13273/tid=13274] ppid=13270 vsize=9558476 CPUtime=0.65 cores=0,2,4,6
/proc/13273/task/13274/stat : 13274 (java) R 13270 13273 9891 0 -1 4202560 2463 0 1 0 61 4 0 0 20 0 18 0 106635051 9787879424 41621 33554432000 1073741824 1073778376 140737198370288 140251063594960 140250899170116 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1.15
Current children cumulated vsize (KiB) 9558476

[startup+1.50076 s]
/proc/loadavg: 2.31 2.32 2.24 3/214 13291
/proc/meminfo: memFree=29927776/32872528 swapFree=20720/1686580
[pid=13273] ppid=13270 vsize=9558476 CPUtime=2.18 cores=0,2,4,6
/proc/13273/stat : 13273 (java) S 13270 13273 9891 0 -1 4202496 7447 0 1 0 205 13 0 0 20 0 18 0 106635050 9787879424 85294 33554432000 1073741824 1073778376 140737198370288 140737198361424 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13273/statm: 2389619 85294 2261 9 0 2380296 0
[pid=13273/tid=13274] ppid=13270 vsize=9558476 CPUtime=1.36 cores=0,2,4,6
/proc/13273/task/13274/stat : 13274 (java) R 13270 13273 9891 0 -1 4202560 2522 0 1 0 131 5 0 0 20 0 18 0 106635051 9787879424 85294 33554432000 1073741824 1073778376 140737198370288 140251063602408 215128007949 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13276] ppid=13270 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/13273/task/13276/stat : 13276 (java) S 13270 13273 9891 0 -1 4202560 19 0 0 0 2 0 0 0 20 0 18 0 106635051 9787879424 85294 33554432000 1073741824 1073778376 140737198370288 140251025095592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13277] ppid=13270 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/13273/task/13277/stat : 13277 (java) S 13270 13273 9891 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 106635051 9787879424 85294 33554432000 1073741824 1073778376 140737198370288 140251024043048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13278] ppid=13270 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/13273/task/13278/stat : 13278 (java) S 13270 13273 9891 0 -1 4202560 27 0 0 0 3 0 0 0 20 0 18 0 106635051 9787879424 85294 33554432000 1073741824 1073778376 140737198370288 140251022989992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13273/tid=13279] ppid=13270 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/13273/task/13279/stat : 13279 (java) S 13270 13273 9891 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 106635051 9787879424 85294 33554432000 1073741824 1073778376 140737198370288 140251021937448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13273/tid=13280] ppid=13270 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/13273/task/13280/stat : 13280 (java) S 13270 13273 9891 0 -1 4202560 30 0 0 0 4 2 0 0 20 0 18 0 106635051 9787879424 85294 33554432000 1073741824 1073778376 140737198370288 140251020884392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13273/tid=13281] ppid=13270 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/13273/task/13281/stat : 13281 (java) S 13270 13273 9891 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 106635051 9787879424 85294 33554432000 1073741824 1073778376 140737198370288 140251019831848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13282] ppid=13270 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/13273/task/13282/stat : 13282 (java) S 13270 13273 9891 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 18 0 106635051 9787879424 85294 33554432000 1073741824 1073778376 140737198370288 140251018778792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13283] ppid=13270 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/13273/task/13283/stat : 13283 (java) S 13270 13273 9891 0 -1 4202560 18 0 0 0 4 0 0 0 20 0 18 0 106635051 9787879424 85294 33554432000 1073741824 1073778376 140737198370288 140251017726248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13273/tid=13284] ppid=13270 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13284/stat : 13284 (java) S 13270 13273 9891 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 106635053 9787879424 85294 33554432000 1073741824 1073778376 140737198370288 140250887396200 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13285] ppid=13270 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13285/stat : 13285 (java) S 13270 13273 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 106635053 9787879424 85294 33554432000 1073741824 1073778376 140737198370288 140250886342520 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13286] ppid=13270 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13286/stat : 13286 (java) S 13270 13273 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 106635053 9787879424 85294 33554432000 1073741824 1073778376 140737198370288 140250885289352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13287] ppid=13270 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13287/stat : 13287 (java) S 13270 13273 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 106635055 9787879424 85294 33554432000 1073741824 1073778376 140737198370288 140250884238096 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13288] ppid=13270 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/13273/task/13288/stat : 13288 (java) S 13270 13273 9891 0 -1 4202560 2017 0 0 0 19 0 0 0 20 0 18 0 106635055 9787879424 85294 33554432000 1073741824 1073778376 140737198370288 140250883184952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13289] ppid=13270 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/13273/task/13289/stat : 13289 (java) S 13270 13273 9891 0 -1 4202560 1285 0 0 0 18 0 0 0 20 0 18 0 106635055 9787879424 85294 33554432000 1073741824 1073778376 140737198370288 140250009561528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13273/tid=13290] ppid=13270 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13290/stat : 13290 (java) S 13270 13273 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 106635055 9787879424 85294 33554432000 1073741824 1073778376 140737198370288 140250008508664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13273/tid=13291] ppid=13270 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13291/stat : 13291 (java) S 13270 13273 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 106635055 9787879424 85294 33554432000 1073741824 1073778376 140737198370288 140250007456328 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9558476

[startup+3.10071 s]
/proc/loadavg: 2.31 2.32 2.24 3/214 13291
/proc/meminfo: memFree=29772688/32872528 swapFree=20720/1686580
[pid=13273] ppid=13270 vsize=9558476 CPUtime=4.07 cores=0,2,4,6
/proc/13273/stat : 13273 (java) S 13270 13273 9891 0 -1 4202496 7868 0 1 0 387 20 0 0 20 0 18 0 106635050 9787879424 97659 33554432000 1073741824 1073778376 140737198370288 140737198361424 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13273/statm: 2389619 97659 2270 9 0 2380296 0
[pid=13273/tid=13274] ppid=13270 vsize=9558476 CPUtime=2.88 cores=0,2,4,6
/proc/13273/task/13274/stat : 13274 (java) R 13270 13273 9891 0 -1 4202560 2532 0 1 0 282 6 0 0 20 0 18 0 106635051 9787879424 97659 33554432000 1073741824 1073778376 140737198370288 140251063602696 140250899393930 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=13273/tid=13276] ppid=13270 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/13273/task/13276/stat : 13276 (java) S 13270 13273 9891 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 18 0 106635051 9787879424 97659 33554432000 1073741824 1073778376 140737198370288 140251025095592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13277] ppid=13270 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/13273/task/13277/stat : 13277 (java) S 13270 13273 9891 0 -1 4202560 60 0 0 0 7 2 0 0 20 0 18 0 106635051 9787879424 97659 33554432000 1073741824 1073778376 140737198370288 140251024043048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13278] ppid=13270 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/13273/task/13278/stat : 13278 (java) S 13270 13273 9891 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 18 0 106635051 9787879424 97659 33554432000 1073741824 1073778376 140737198370288 140251022989992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13279] ppid=13270 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/13273/task/13279/stat : 13279 (java) S 13270 13273 9891 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 18 0 106635051 9787879424 97659 33554432000 1073741824 1073778376 140737198370288 140251021937448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13280] ppid=13270 vsize=9558476 CPUtime=0.13 cores=0,2,4,6
/proc/13273/task/13280/stat : 13280 (java) S 13270 13273 9891 0 -1 4202560 66 0 0 0 10 3 0 0 20 0 18 0 106635051 9787879424 97659 33554432000 1073741824 1073778376 140737198370288 140251020884392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13281] ppid=13270 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/13273/task/13281/stat : 13281 (java) S 13270 13273 9891 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 18 0 106635051 9787879424 97659 33554432000 1073741824 1073778376 140737198370288 140251019831848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13282] ppid=13270 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/13273/task/13282/stat : 13282 (java) S 13270 13273 9891 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 18 0 106635051 9787879424 97659 33554432000 1073741824 1073778376 140737198370288 140251018778792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13273/tid=13283] ppid=13270 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/13273/task/13283/stat : 13283 (java) S 13270 13273 9891 0 -1 4202560 33 0 0 0 5 1 0 0 20 0 18 0 106635051 9787879424 97659 33554432000 1073741824 1073778376 140737198370288 140251017726248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13273/tid=13284] ppid=13270 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13284/stat : 13284 (java) S 13270 13273 9891 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 106635053 9787879424 97659 33554432000 1073741824 1073778376 140737198370288 140250887396200 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13285] ppid=13270 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13285/stat : 13285 (java) S 13270 13273 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 106635053 9787879424 97659 33554432000 1073741824 1073778376 140737198370288 140250886342520 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13286] ppid=13270 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13286/stat : 13286 (java) S 13270 13273 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 106635053 9787879424 97659 33554432000 1073741824 1073778376 140737198370288 140250885289352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13287] ppid=13270 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13287/stat : 13287 (java) S 13270 13273 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 106635055 9787879424 97659 33554432000 1073741824 1073778376 140737198370288 140250884238096 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13288] ppid=13270 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/13273/task/13288/stat : 13288 (java) S 13270 13273 9891 0 -1 4202560 2018 0 0 0 22 0 0 0 20 0 18 0 106635055 9787879424 97659 33554432000 1073741824 1073778376 140737198370288 140250883184952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13289] ppid=13270 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/13273/task/13289/stat : 13289 (java) S 13270 13273 9891 0 -1 4202560 1546 0 0 0 26 0 0 0 20 0 18 0 106635055 9787879424 97659 33554432000 1073741824 1073778376 140737198370288 140250009561528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13273/tid=13290] ppid=13270 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13290/stat : 13290 (java) S 13270 13273 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 106635055 9787879424 97659 33554432000 1073741824 1073778376 140737198370288 140250008508664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13273/tid=13291] ppid=13270 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13291/stat : 13291 (java) S 13270 13273 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 106635055 9787879424 97659 33554432000 1073741824 1073778376 140737198370288 140250007456328 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.07
Current children cumulated vsize (KiB) 9558476

[startup+6.30069 s]
/proc/loadavg: 2.28 2.31 2.24 4/215 13292
/proc/meminfo: memFree=29721136/32872528 swapFree=20720/1686580
[pid=13273] ppid=13270 vsize=9625040 CPUtime=7.58 cores=0,2,4,6
/proc/13273/stat : 13273 (java) S 13270 13273 9891 0 -1 4202496 8831 0 1 0 738 20 0 0 20 0 19 0 106635050 9856040960 98086 33554432000 1073741824 1073778376 140737198370288 140737198361424 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13273/statm: 2406260 98086 2277 9 0 2396937 0
[pid=13273/tid=13274] ppid=13270 vsize=9625040 CPUtime=6.07 cores=0,2,4,6
/proc/13273/task/13274/stat : 13274 (java) R 13270 13273 9891 0 -1 4202560 2538 0 1 0 601 6 0 0 20 0 19 0 106635051 9856040960 98086 33554432000 1073741824 1073778376 140737198370288 140251063601408 140250899568153 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13276] ppid=13270 vsize=9625040 CPUtime=0.05 cores=0,2,4,6
/proc/13273/task/13276/stat : 13276 (java) S 13270 13273 9891 0 -1 4202560 36 0 0 0 3 2 0 0 20 0 19 0 106635051 9856040960 98086 33554432000 1073741824 1073778376 140737198370288 140251025095592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13277] ppid=13270 vsize=9625040 CPUtime=0.09 cores=0,2,4,6
/proc/13273/task/13277/stat : 13277 (java) S 13270 13273 9891 0 -1 4202560 60 0 0 0 7 2 0 0 20 0 19 0 106635051 9856040960 98086 33554432000 1073741824 1073778376 140737198370288 140251024043048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13278] ppid=13270 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/13273/task/13278/stat : 13278 (java) S 13270 13273 9891 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 19 0 106635051 9856040960 98086 33554432000 1073741824 1073778376 140737198370288 140251022989992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13279] ppid=13270 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/13273/task/13279/stat : 13279 (java) S 13270 13273 9891 0 -1 4202560 29 0 0 0 4 2 0 0 20 0 19 0 106635051 9856040960 98086 33554432000 1073741824 1073778376 140737198370288 140251021937448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13280] ppid=13270 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/13273/task/13280/stat : 13280 (java) S 13270 13273 9891 0 -1 4202560 66 0 0 0 10 3 0 0 20 0 19 0 106635051 9856040960 98086 33554432000 1073741824 1073778376 140737198370288 140251020884392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13281] ppid=13270 vsize=9625040 CPUtime=0.04 cores=0,2,4,6
/proc/13273/task/13281/stat : 13281 (java) S 13270 13273 9891 0 -1 4202560 27 0 0 0 4 0 0 0 20 0 19 0 106635051 9856040960 98086 33554432000 1073741824 1073778376 140737198370288 140251019831848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13282] ppid=13270 vsize=9625040 CPUtime=0.08 cores=0,2,4,6
/proc/13273/task/13282/stat : 13282 (java) S 13270 13273 9891 0 -1 4202560 35 0 0 0 6 2 0 0 20 0 19 0 106635051 9856040960 98086 33554432000 1073741824 1073778376 140737198370288 140251018778792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13273/tid=13283] ppid=13270 vsize=9625040 CPUtime=0.06 cores=0,2,4,6
/proc/13273/task/13283/stat : 13283 (java) S 13270 13273 9891 0 -1 4202560 33 0 0 0 5 1 0 0 20 0 19 0 106635051 9856040960 98086 33554432000 1073741824 1073778376 140737198370288 140251017726248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13273/tid=13284] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13284/stat : 13284 (java) S 13270 13273 9891 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 106635053 9856040960 98086 33554432000 1073741824 1073778376 140737198370288 140250887396200 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13285] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13285/stat : 13285 (java) S 13270 13273 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106635053 9856040960 98086 33554432000 1073741824 1073778376 140737198370288 140250886342520 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13286] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13286/stat : 13286 (java) S 13270 13273 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106635053 9856040960 98086 33554432000 1073741824 1073778376 140737198370288 140250885289352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13287] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13287/stat : 13287 (java) S 13270 13273 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106635055 9856040960 98086 33554432000 1073741824 1073778376 140737198370288 140250884238096 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13288] ppid=13270 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/13273/task/13288/stat : 13288 (java) S 13270 13273 9891 0 -1 4202560 2735 0 0 0 42 0 0 0 20 0 19 0 106635055 9856040960 98086 33554432000 1073741824 1073778376 140737198370288 140250883184952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13289] ppid=13270 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/13273/task/13289/stat : 13289 (java) S 13270 13273 9891 0 -1 4202560 1773 0 0 0 37 0 0 0 20 0 19 0 106635055 9856040960 98086 33554432000 1073741824 1073778376 140737198370288 140250009561528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13273/tid=13290] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13290/stat : 13290 (java) S 13270 13273 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106635055 9856040960 98086 33554432000 1073741824 1073778376 140737198370288 140250008508664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13273/tid=13291] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6

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

[pid=13273/tid=13292] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13292/stat : 13292 (java) S 13270 13273 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106635380 9856040960 679004 33554432000 1073741824 1073778376 140737198370288 140250006402600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1724.52
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.36 2.39 2.34 4/215 13402
/proc/meminfo: memFree=25864508/32872528 swapFree=20720/1686580
[pid=13273] ppid=13270 vsize=9625040 CPUtime=1784.54 cores=0,2,4,6
/proc/13273/stat : 13273 (java) S 13270 13273 9891 0 -1 4202496 12428 0 1 0 178361 93 0 0 20 0 19 0 106635050 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140737198361424 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13273/statm: 2406260 675071 2277 9 0 2396937 0
[pid=13273/tid=13274] ppid=13270 vsize=9625040 CPUtime=1776.96 cores=0,2,4,6
/proc/13273/task/13274/stat : 13274 (java) R 13270 13273 9891 0 -1 4202560 4111 0 1 0 177630 66 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251063602208 140250899566330 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13276] ppid=13270 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/13273/task/13276/stat : 13276 (java) S 13270 13273 9891 0 -1 4202560 143 0 0 0 18 4 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251025095592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13277] ppid=13270 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/13273/task/13277/stat : 13277 (java) S 13270 13273 9891 0 -1 4202560 155 0 0 0 21 5 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251024043048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13273/tid=13278] ppid=13270 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/13273/task/13278/stat : 13278 (java) S 13270 13273 9891 0 -1 4202560 93 0 0 0 16 4 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251022989992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13273/tid=13279] ppid=13270 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/13273/task/13279/stat : 13279 (java) S 13270 13273 9891 0 -1 4202560 87 0 0 0 15 4 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251021937448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13280] ppid=13270 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13273/task/13280/stat : 13280 (java) S 13270 13273 9891 0 -1 4202560 135 0 0 0 25 6 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251020884392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13273/tid=13281] ppid=13270 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/13273/task/13281/stat : 13281 (java) S 13270 13273 9891 0 -1 4202560 81 0 0 0 14 4 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251019831848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13282] ppid=13270 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13273/task/13282/stat : 13282 (java) S 13270 13273 9891 0 -1 4202560 71 0 0 0 17 4 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251018778792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13273/tid=13283] ppid=13270 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/13273/task/13283/stat : 13283 (java) S 13270 13273 9891 0 -1 4202560 104 0 0 0 15 4 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251017726248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13273/tid=13284] ppid=13270 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/13273/task/13284/stat : 13284 (java) S 13270 13273 9891 0 -1 4202560 1298 0 0 0 1 2 0 0 20 0 19 0 106635053 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250887396200 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13285] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13285/stat : 13285 (java) S 13270 13273 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106635053 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250886342520 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13286] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13286/stat : 13286 (java) S 13270 13273 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106635053 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250885289352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13287] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13287/stat : 13287 (java) S 13270 13273 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106635055 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250884238096 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13288] ppid=13270 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/13273/task/13288/stat : 13288 (java) S 13270 13273 9891 0 -1 4202560 2735 0 0 0 44 0 0 0 20 0 19 0 106635055 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250883184952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13289] ppid=13270 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/13273/task/13289/stat : 13289 (java) S 13270 13273 9891 0 -1 4202560 2049 0 0 0 42 0 0 0 20 0 19 0 106635055 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250009561528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13273/tid=13290] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13290/stat : 13290 (java) S 13270 13273 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106635055 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250008508664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13273/tid=13291] ppid=13270 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/13273/task/13291/stat : 13291 (java) S 13270 13273 9891 0 -1 4202560 103 0 0 0 25 26 0 0 20 0 19 0 106635055 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250007456328 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13292] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13292/stat : 13292 (java) S 13270 13273 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106635380 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250006402600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1784.54
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1797.8 s]
/proc/loadavg: 2.42 2.40 2.35 3/215 13402
/proc/meminfo: memFree=25865060/32872528 swapFree=20720/1686580
[pid=13273] ppid=13270 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/13273/stat : 13273 (java) S 13270 13273 9891 0 -1 4202496 12430 0 1 0 179911 94 0 0 20 0 19 0 106635050 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140737198361424 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13273/statm: 2406260 675071 2277 9 0 2396937 0
[pid=13273/tid=13274] ppid=13270 vsize=9625040 CPUtime=1792.42 cores=0,2,4,6
/proc/13273/task/13274/stat : 13274 (java) R 13270 13273 9891 0 -1 4202560 4111 0 1 0 179176 66 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251063602208 140250899566330 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13276] ppid=13270 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/13273/task/13276/stat : 13276 (java) S 13270 13273 9891 0 -1 4202560 143 0 0 0 18 4 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251025095592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13277] ppid=13270 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/13273/task/13277/stat : 13277 (java) S 13270 13273 9891 0 -1 4202560 155 0 0 0 21 5 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251024043048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13273/tid=13278] ppid=13270 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/13273/task/13278/stat : 13278 (java) S 13270 13273 9891 0 -1 4202560 93 0 0 0 16 4 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251022989992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13273/tid=13279] ppid=13270 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/13273/task/13279/stat : 13279 (java) S 13270 13273 9891 0 -1 4202560 87 0 0 0 15 4 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251021937448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13280] ppid=13270 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13273/task/13280/stat : 13280 (java) S 13270 13273 9891 0 -1 4202560 135 0 0 0 25 6 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251020884392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13273/tid=13281] ppid=13270 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/13273/task/13281/stat : 13281 (java) S 13270 13273 9891 0 -1 4202560 81 0 0 0 14 4 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251019831848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13282] ppid=13270 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13273/task/13282/stat : 13282 (java) S 13270 13273 9891 0 -1 4202560 71 0 0 0 17 4 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251018778792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13273/tid=13283] ppid=13270 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/13273/task/13283/stat : 13283 (java) S 13270 13273 9891 0 -1 4202560 104 0 0 0 15 4 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251017726248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13273/tid=13284] ppid=13270 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/13273/task/13284/stat : 13284 (java) S 13270 13273 9891 0 -1 4202560 1298 0 0 0 1 2 0 0 20 0 19 0 106635053 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250887396200 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13285] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13285/stat : 13285 (java) S 13270 13273 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106635053 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250886342520 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13286] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13286/stat : 13286 (java) S 13270 13273 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106635053 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250885289352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13287] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13287/stat : 13287 (java) S 13270 13273 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106635055 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250884238096 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13288] ppid=13270 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/13273/task/13288/stat : 13288 (java) S 13270 13273 9891 0 -1 4202560 2735 0 0 0 44 0 0 0 20 0 19 0 106635055 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250883184952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13289] ppid=13270 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/13273/task/13289/stat : 13289 (java) S 13270 13273 9891 0 -1 4202560 2049 0 0 0 42 0 0 0 20 0 19 0 106635055 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250009561528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13273/tid=13290] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13290/stat : 13290 (java) S 13270 13273 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106635055 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250008508664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13273/tid=13291] ppid=13270 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/13273/task/13291/stat : 13291 (java) S 13270 13273 9891 0 -1 4202560 105 0 0 0 25 26 0 0 20 0 19 0 106635055 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250007456328 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13292] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13292/stat : 13292 (java) S 13270 13273 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106635380 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250006402600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 13273 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1797.8 s]
/proc/loadavg: 2.42 2.40 2.35 3/215 13402
/proc/meminfo: memFree=25865060/32872528 swapFree=20720/1686580
[pid=13273] ppid=13270 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/13273/stat : 13273 (java) S 13270 13273 9891 0 -1 4202496 12430 0 1 0 179911 94 0 0 20 0 19 0 106635050 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140737198361424 215127982141 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/13273/statm: 2406260 675071 2277 9 0 2396937 0
[pid=13273/tid=13274] ppid=13270 vsize=9625040 CPUtime=1792.42 cores=0,2,4,6
/proc/13273/task/13274/stat : 13274 (java) R 13270 13273 9891 0 -1 4202560 4111 0 1 0 179176 66 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251063602208 140250899566330 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13276] ppid=13270 vsize=9625040 CPUtime=0.22 cores=0,2,4,6
/proc/13273/task/13276/stat : 13276 (java) S 13270 13273 9891 0 -1 4202560 143 0 0 0 18 4 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251025095592 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13277] ppid=13270 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/13273/task/13277/stat : 13277 (java) S 13270 13273 9891 0 -1 4202560 155 0 0 0 21 5 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251024043048 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13273/tid=13278] ppid=13270 vsize=9625040 CPUtime=0.2 cores=0,2,4,6
/proc/13273/task/13278/stat : 13278 (java) S 13270 13273 9891 0 -1 4202560 93 0 0 0 16 4 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251022989992 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13273/tid=13279] ppid=13270 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/13273/task/13279/stat : 13279 (java) S 13270 13273 9891 0 -1 4202560 87 0 0 0 15 4 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251021937448 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13280] ppid=13270 vsize=9625040 CPUtime=0.31 cores=0,2,4,6
/proc/13273/task/13280/stat : 13280 (java) S 13270 13273 9891 0 -1 4202560 135 0 0 0 25 6 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251020884392 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13273/tid=13281] ppid=13270 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/13273/task/13281/stat : 13281 (java) S 13270 13273 9891 0 -1 4202560 81 0 0 0 14 4 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251019831848 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13282] ppid=13270 vsize=9625040 CPUtime=0.21 cores=0,2,4,6
/proc/13273/task/13282/stat : 13282 (java) S 13270 13273 9891 0 -1 4202560 71 0 0 0 17 4 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251018778792 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13273/tid=13283] ppid=13270 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/13273/task/13283/stat : 13283 (java) S 13270 13273 9891 0 -1 4202560 104 0 0 0 15 4 0 0 20 0 19 0 106635051 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140251017726248 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=13273/tid=13284] ppid=13270 vsize=9625040 CPUtime=0.03 cores=0,2,4,6
/proc/13273/task/13284/stat : 13284 (java) S 13270 13273 9891 0 -1 4202560 1298 0 0 0 1 2 0 0 20 0 19 0 106635053 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250887396200 215127996329 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13285] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13285/stat : 13285 (java) S 13270 13273 9891 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 106635053 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250886342520 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13286] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13286/stat : 13286 (java) S 13270 13273 9891 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 106635053 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250885289352 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13287] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13287/stat : 13287 (java) S 13270 13273 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106635055 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250884238096 215128004384 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13288] ppid=13270 vsize=9625040 CPUtime=0.44 cores=0,2,4,6
/proc/13273/task/13288/stat : 13288 (java) S 13270 13273 9891 0 -1 4202560 2735 0 0 0 44 0 0 0 20 0 19 0 106635055 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250883184952 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=13273/tid=13289] ppid=13270 vsize=9625040 CPUtime=0.42 cores=0,2,4,6
/proc/13273/task/13289/stat : 13289 (java) S 13270 13273 9891 0 -1 4202560 2049 0 0 0 42 0 0 0 20 0 19 0 106635055 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250009561528 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13273/tid=13290] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13290/stat : 13290 (java) S 13270 13273 9891 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 106635055 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250008508664 215127995452 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=13273/tid=13291] ppid=13270 vsize=9625040 CPUtime=0.51 cores=0,2,4,6
/proc/13273/task/13291/stat : 13291 (java) S 13270 13273 9891 0 -1 4202560 105 0 0 0 25 26 0 0 20 0 19 0 106635055 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250007456328 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=13273/tid=13292] ppid=13270 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/13273/task/13292/stat : 13292 (java) S 13270 13273 9891 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 106635380 9856040960 675071 33554432000 1073741824 1073778376 140737198370288 140250006402600 215127996329 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1797.82
CPU time (s): 1800.05
CPU user time (s): 1799.11
CPU system time (s): 0.94
CPU usage (%): 100.124
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.43
system time used= 1.42078
maximum resident set size= 2820496
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12462
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1176
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38665
involuntary context switches= 16825

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4434 second user time and 13.231 second system time

The end

Launcher Data

Begin job on node135 at 2016-06-06 23:03:50
IDJOB=4084801
IDBENCH=3006
IDSOLVER=2546
FILE ID=node135/4084801-1465247029
RUNJOBID= node135-1465226821-9907
PBS_JOBID= 19843238
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=480-sizeP=241-sizeQ=480-57455727-max.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084801-1465247029/watcher-4084801-1465247029 -o /tmp/evaluation-result-4084801-1465247029/solver-4084801-1465247029 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node135-1465226821-9907 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084801-1465247029.opb

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

MD5SUM BENCH= b25c647d77a62b252fd095c10d449861
RANDOM SEED=745728488

node135.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.026
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.05
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.026
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.026
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.026
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.026
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.56
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.026
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.026
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.026
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:        30108040 kB
Buffers:           38140 kB
Cached:           115020 kB
SwapCached:         1824 kB
Active:           301792 kB
Inactive:          70268 kB
Active(anon):     219820 kB
Inactive(anon):     1356 kB
Active(file):      81972 kB
Inactive(file):    68912 kB
Unevictable:     1686580 kB
Mlocked:           20720 kB
SwapTotal:      67108856 kB
SwapFree:       67098256 kB
Dirty:             23412 kB
Writeback:             0 kB
AnonPages:       1909348 kB
Mapped:            15392 kB
Shmem:                 0 kB
Slab:             568608 kB
SReclaimable:      12056 kB
SUnreclaim:       556552 kB
KernelStack:        1616 kB
PageTables:         8156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2375904 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987908 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1880064 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= 71704 MiB
End job on node135 at 2016-06-06 23:33:48