Trace number 4103992

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 1791.45

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/
miplib2003/normalized-mps-v2-20-10-dano3mip.opb
MD5SUM97b175564b36442f64835a62ac7058b3
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables399966
Total number of constraints3226
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)48
Number of constraints which are nor clauses,nor cardinality constraints3178
Minimum length of a constraint21
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 67108864000
Number of bits of the biggest number in a constraint 36
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
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.10	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.10	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.10	c java.vm.version	19.1-b02
0.00/0.10	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.10	c sun.arch.data.model	64
0.00/0.10	c java.version		1.6.0_24
0.00/0.10	c os.name		Linux
0.00/0.10	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.10	c os.arch		amd64
0.00/0.10	c Free memory 		501472288
0.00/0.10	c Max memory 		7480803328
0.00/0.10	c Total memory 		504102912
0.08/0.10	c Number of processors 	8
0.08/0.12	c Pseudo Boolean Optimization by upper bound
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.08/0.12	c Learn all clauses as in MiniSAT
0.08/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.08/0.12	c No reason simplification
0.08/0.12	c Glucose 2.1 dynamic restart strategy
0.08/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.08/0.12	c timeout=2147483s
0.08/0.12	c DB Simplification allowed=false
0.08/0.12	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c solving HOME/instance-4103992-1466258799.opb
0.08/0.12	c reading problem ... 
0.08/0.12	c  objective function found
7.63/5.30	c ... done. Wall clock time 5.182s.
7.63/5.30	c declared #vars     399966
7.63/5.30	c #constraints  4450
7.63/5.30	c constraints type 
7.63/5.30	c org.sat4j.minisat.constraints.card.MinWatchCard => 96
7.63/5.30	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4354
7.63/5.30	c 4450 constraints processed.
7.63/5.30	c objective function length is 30 literals
31.28/28.44	c cleaning 2500 clauses out of 5000 with flag 10085/5000
48.49/45.45	c cleaning 4251 clauses out of 8502 with flag 22117/11002
113.39/108.99	c cleaning 5629 clauses out of 11258 with flag 36782/18009
327.10/321.29	c cleaning 6814 clauses out of 13627 with flag 54302/26007
513.39/506.78	c cleaning 7902 clauses out of 15806 with flag 76252/35000
604.78/598.06	c cleaning 8954 clauses out of 17911 with flag 98046/45007
687.11/680.19	c cleaning 9975 clauses out of 19950 with flag 121041/56000
910.53/903.13	c cleaning 10987 clauses out of 21975 with flag 146315/68000
1146.21/1138.65	c cleaning 11989 clauses out of 23989 with flag 173501/81001
1465.04/1457.01	c cleaning 12997 clauses out of 25999 with flag 202562/95000
1800.05/1791.40	c starts		: 6
1800.05/1791.40	c conflicts		: 108781
1800.05/1791.40	c decisions		: 306384
1800.05/1791.40	c propagations		: 196409458
1800.05/1791.40	c inspects		: 1030384130
1800.05/1791.40	c shortcuts		: 0
1800.05/1791.40	c learnt literals	: 0
1800.05/1791.40	c learnt binary clauses	: 1069
1800.05/1791.40	c learnt ternary clauses	: 0
1800.05/1791.40	c learnt constraints	: 108781
1800.05/1791.40	c ignored constraints	: 0
1800.05/1791.40	c root simplifications	: 0
1800.05/1791.40	c removed literals (reason simplification)	: 0
1800.05/1791.40	c reason swapping (by a shorter reason)	: 0
1800.05/1791.40	c Calls to reduceDB	: 10
1800.05/1791.40	c Number of update (reduction) of LBD	: 3262
1800.05/1791.40	c Imported unit clauses	: 0
1800.05/1791.40	c number of reductions to clauses (during analyze)	: 0
1800.05/1791.40	c number of learned constraints concerned by reduction	: 0
1800.05/1791.40	c number of learning phase by resolution	: 0
1800.05/1791.40	c number of learning phase by cutting planes	: 0
1800.05/1791.40	c speed (assignments/second)	: 109981.08517634199
1800.05/1791.40	c non guided choices	96192
1800.05/1791.41	c learnt constraints type 
1800.05/1791.41	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 1069
1800.05/1791.41	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 25714
1800.05/1791.41	s UNKNOWN
1800.05/1791.41	c Total wall clock time (in seconds): 1791.294

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-4103992-1466258799/watcher-4103992-1466258799 -o /tmp/evaluation-result-4103992-1466258799/solver-4103992-1466258799 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22004 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103992-1466258799.opb 

pid=24891
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.26 2.27 3/194 24894
/proc/meminfo: memFree=27281584/32872528 swapFree=1542984/1696284
[pid=24894] ppid=24891 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/24894/stat : 24894 (java) D 24891 24894 21988 0 -1 4202496 326 0 0 0 0 0 0 0 20 0 1 0 27926665 9515008 182 33554432000 1073741824 1073778376 140734086503152 140734086494184 270707539637 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/24894/statm: 2323 182 140 9 0 71 0

[startup+0.100058 s]
/proc/loadavg: 2.31 2.26 2.27 3/194 24894
/proc/meminfo: memFree=27281584/32872528 swapFree=1542984/1696284
[pid=24894] ppid=24891 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24891 24894 21988 0 -1 4202496 4402 0 1 0 7 1 0 0 20 0 18 0 27926665 9787879424 6039 33554432000 1073741824 1073778376 140735000609600 140735000600736 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24894/statm: 2389619 6039 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200296 s]
/proc/loadavg: 2.31 2.26 2.27 3/194 24894
/proc/meminfo: memFree=27281584/32872528 swapFree=1542984/1696284
[pid=24894] ppid=24891 vsize=9558476 CPUtime=0.26 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24891 24894 21988 0 -1 4202496 5406 0 1 0 24 2 0 0 20 0 18 0 27926665 9787879424 13020 33554432000 1073741824 1073778376 140735000609600 140735000600736 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24894/statm: 2389619 13020 2203 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300286 s]
/proc/loadavg: 2.31 2.26 2.27 3/194 24894
/proc/meminfo: memFree=27281584/32872528 swapFree=1542984/1696284
[pid=24894] ppid=24891 vsize=9558476 CPUtime=0.56 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24891 24894 21988 0 -1 4202496 9055 0 1 0 53 3 0 0 20 0 18 0 27926665 9787879424 16823 33554432000 1073741824 1073778376 140735000609600 140735000600736 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24894/statm: 2389619 16823 2234 9 0 2380296 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9558476

[startup+0.700243 s]
/proc/loadavg: 2.31 2.26 2.27 3/194 24894
/proc/meminfo: memFree=27281584/32872528 swapFree=1542984/1696284
[pid=24894] ppid=24891 vsize=9558476 CPUtime=1.25 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24891 24894 21988 0 -1 4202496 9688 0 1 0 119 6 0 0 20 0 18 0 27926665 9787879424 50268 33554432000 1073741824 1073778376 140735000609600 140735000600736 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24894/statm: 2389619 50268 2262 9 0 2380296 0
Current children cumulated CPU time (s) 1.25
Current children cumulated vsize (KiB) 9558476

[startup+1.50071 s]
/proc/loadavg: 2.31 2.26 2.27 3/212 24912
/proc/meminfo: memFree=27036436/32872528 swapFree=1542984/1696284
[pid=24894] ppid=24891 vsize=9558476 CPUtime=2.41 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24891 24894 21988 0 -1 4202496 10424 0 1 0 223 18 0 0 20 0 18 0 27926665 9787879424 101460 33554432000 1073741824 1073778376 140735000609600 140735000600736 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24894/statm: 2389619 101460 2262 9 0 2380296 0
[pid=24894/tid=24896] ppid=24891 vsize=9558476 CPUtime=1.29 cores=0,2,4,6
/proc/24894/task/24896/stat : 24896 (java) S 24891 24894 21988 0 -1 4202560 2517 0 1 0 123 6 0 0 20 0 18 0 27926666 9787879424 101460 33554432000 1073741824 1073778376 140735000609600 140726643275864 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24897] ppid=24891 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/24894/task/24897/stat : 24897 (java) R 24891 24894 21988 0 -1 4202560 143 0 0 0 6 2 0 0 20 0 18 0 27926667 9787879424 101460 33554432000 1073741824 1073778376 140735000609600 140726621379032 140726650174380 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24898] ppid=24891 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/24894/task/24898/stat : 24898 (java) R 24891 24894 21988 0 -1 4202560 107 0 0 0 5 2 0 0 20 0 18 0 27926667 9787879424 101460 33554432000 1073741824 1073778376 140735000609600 140726620326232 140726647453862 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24899] ppid=24891 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/24894/task/24899/stat : 24899 (java) R 24891 24894 21988 0 -1 4202560 35 0 0 0 5 1 0 0 20 0 18 0 27926667 9787879424 101460 33554432000 1073741824 1073778376 140735000609600 140726619273944 140726647035020 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24900] ppid=24891 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/24894/task/24900/stat : 24900 (java) R 24891 24894 21988 0 -1 4202560 256 0 0 0 6 2 0 0 20 0 18 0 27926667 9787879424 101460 33554432000 1073741824 1073778376 140735000609600 140726618221144 140726647453871 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24901] ppid=24891 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/24894/task/24901/stat : 24901 (java) R 24891 24894 21988 0 -1 4202560 34 0 0 0 5 0 0 0 20 0 18 0 27926667 9787879424 101460 33554432000 1073741824 1073778376 140735000609600 140726281169880 140726650175041 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24902] ppid=24891 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/24894/task/24902/stat : 24902 (java) R 24891 24894 21988 0 -1 4202560 44 0 0 0 5 2 0 0 20 0 18 0 27926667 9787879424 101460 33554432000 1073741824 1073778376 140735000609600 140726280117080 140726645749449 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24903] ppid=24891 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/24894/task/24903/stat : 24903 (java) R 24891 24894 21988 0 -1 4202560 37 0 0 0 4 2 0 0 20 0 18 0 27926667 9787879424 101460 33554432000 1073741824 1073778376 140735000609600 140726279064496 140726650174380 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24904] ppid=24891 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/24894/task/24904/stat : 24904 (java) R 24891 24894 21988 0 -1 4202560 134 0 0 0 6 2 0 0 20 0 18 0 27926667 9787879424 101460 33554432000 1073741824 1073778376 140735000609600 140726278011992 140726645749457 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24905] ppid=24891 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24905/stat : 24905 (java) S 24891 24894 21988 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 27926668 9787879424 101460 33554432000 1073741824 1073778376 140735000609600 140726265812104 270710912060 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24906] ppid=24891 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24906/stat : 24906 (java) S 24891 24894 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 27926669 9787879424 101460 33554432000 1073741824 1073778376 140735000609600 140726264759288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24907] ppid=24891 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24907/stat : 24907 (java) S 24891 24894 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 27926669 9787879424 101460 33554432000 1073741824 1073778376 140735000609600 140726263706888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24908] ppid=24891 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24908/stat : 24908 (java) S 24891 24894 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27926671 9787879424 101460 33554432000 1073741824 1073778376 140735000609600 140726262655376 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24909] ppid=24891 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/24894/task/24909/stat : 24909 (java) S 24891 24894 21988 0 -1 4202560 3849 0 0 0 20 0 0 0 20 0 18 0 27926671 9787879424 101460 33554432000 1073741824 1073778376 140735000609600 140726261603000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24910] ppid=24891 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/24894/task/24910/stat : 24910 (java) S 24891 24894 21988 0 -1 4202560 1945 0 0 0 21 0 0 0 20 0 18 0 27926671 9787879424 101460 33554432000 1073741824 1073778376 140735000609600 140726260550200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24911] ppid=24891 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24911/stat : 24911 (java) S 24891 24894 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27926671 9787879424 101460 33554432000 1073741824 1073778376 140735000609600 140726259498104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24912] ppid=24891 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24912/stat : 24912 (java) S 24891 24894 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27926671 9787879424 101460 33554432000 1073741824 1073778376 140735000609600 140726258445512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.41
Current children cumulated vsize (KiB) 9558476

[startup+3.10083 s]
/proc/loadavg: 2.31 2.26 2.27 3/212 24912
/proc/meminfo: memFree=26764988/32872528 swapFree=1542984/1696284
[pid=24894] ppid=24891 vsize=9558476 CPUtime=4.6 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24891 24894 21988 0 -1 4202496 11404 0 1 0 426 34 0 0 20 0 18 0 27926665 9787879424 175342 33554432000 1073741824 1073778376 140735000609600 140735000600736 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24894/statm: 2389619 175342 2262 9 0 2380296 0
[pid=24894/tid=24896] ppid=24891 vsize=9558476 CPUtime=2.69 cores=0,2,4,6
/proc/24894/task/24896/stat : 24896 (java) R 24891 24894 21988 0 -1 4202560 2783 0 1 0 261 8 0 0 20 0 18 0 27926666 9787879424 175342 33554432000 1073741824 1073778376 140735000609600 140726643269600 270710924557 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24897] ppid=24891 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/24894/task/24897/stat : 24897 (java) S 24891 24894 21988 0 -1 4202560 334 0 0 0 11 3 0 0 20 0 18 0 27926667 9787879424 175342 33554432000 1073741824 1073778376 140735000609600 140726621378856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24898] ppid=24891 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/24894/task/24898/stat : 24898 (java) S 24891 24894 21988 0 -1 4202560 157 0 0 0 14 3 0 0 20 0 18 0 27926667 9787879424 175342 33554432000 1073741824 1073778376 140735000609600 140726620326056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24899] ppid=24891 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/24894/task/24899/stat : 24899 (java) S 24891 24894 21988 0 -1 4202560 76 0 0 0 12 3 0 0 20 0 18 0 27926667 9787879424 175342 33554432000 1073741824 1073778376 140735000609600 140726619273768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24900] ppid=24891 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/24894/task/24900/stat : 24900 (java) S 24891 24894 21988 0 -1 4202560 383 0 0 0 14 3 0 0 20 0 18 0 27926667 9787879424 175342 33554432000 1073741824 1073778376 140735000609600 140726618220968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24901] ppid=24891 vsize=9558476 CPUtime=0.16 cores=0,2,4,6
/proc/24894/task/24901/stat : 24901 (java) S 24891 24894 21988 0 -1 4202560 71 0 0 0 13 3 0 0 20 0 18 0 27926667 9787879424 175342 33554432000 1073741824 1073778376 140735000609600 140726281169704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24902] ppid=24891 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/24894/task/24902/stat : 24902 (java) S 24891 24894 21988 0 -1 4202560 113 0 0 0 19 4 0 0 20 0 18 0 27926667 9787879424 175342 33554432000 1073741824 1073778376 140735000609600 140726280116904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24903] ppid=24891 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/24894/task/24903/stat : 24903 (java) S 24891 24894 21988 0 -1 4202560 68 0 0 0 12 3 0 0 20 0 18 0 27926667 9787879424 175342 33554432000 1073741824 1073778376 140735000609600 140726279064616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24904] ppid=24891 vsize=9558476 CPUtime=0.14 cores=0,2,4,6
/proc/24894/task/24904/stat : 24904 (java) S 24891 24894 21988 0 -1 4202560 158 0 0 0 11 3 0 0 20 0 18 0 27926667 9787879424 175342 33554432000 1073741824 1073778376 140735000609600 140726278011816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24905] ppid=24891 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24905/stat : 24905 (java) S 24891 24894 21988 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 27926668 9787879424 175342 33554432000 1073741824 1073778376 140735000609600 140726265813224 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24906] ppid=24891 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24906/stat : 24906 (java) S 24891 24894 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 27926669 9787879424 175342 33554432000 1073741824 1073778376 140735000609600 140726264759288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24907] ppid=24891 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24907/stat : 24907 (java) S 24891 24894 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 27926669 9787879424 175342 33554432000 1073741824 1073778376 140735000609600 140726263706888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24908] ppid=24891 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24908/stat : 24908 (java) S 24891 24894 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27926671 9787879424 175342 33554432000 1073741824 1073778376 140735000609600 140726262655376 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24909] ppid=24891 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/24894/task/24909/stat : 24909 (java) S 24891 24894 21988 0 -1 4202560 3849 0 0 0 20 0 0 0 20 0 18 0 27926671 9787879424 175342 33554432000 1073741824 1073778376 140735000609600 140726261603000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24910] ppid=24891 vsize=9558476 CPUtime=0.24 cores=0,2,4,6
/proc/24894/task/24910/stat : 24910 (java) S 24891 24894 21988 0 -1 4202560 1963 0 0 0 24 0 0 0 20 0 18 0 27926671 9787879424 175342 33554432000 1073741824 1073778376 140735000609600 140726260550200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24911] ppid=24891 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24911/stat : 24911 (java) S 24891 24894 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27926671 9787879424 175342 33554432000 1073741824 1073778376 140735000609600 140726259498104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24912] ppid=24891 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24912/stat : 24912 (java) S 24891 24894 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 27926671 9787879424 175342 33554432000 1073741824 1073778376 140735000609600 140726258445512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 9558476

[startup+6.30079 s]
/proc/loadavg: 2.28 2.26 2.27 3/212 24912
/proc/meminfo: memFree=26372588/32872528 swapFree=1542984/1696284
[pid=24894] ppid=24891 vsize=9625040 CPUtime=9 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24891 24894 21988 0 -1 4202496 13105 0 1 0 844 56 0 0 20 0 19 0 27926665 9856040960 229573 33554432000 1073741824 1073778376 140735000609600 140735000600736 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24894/statm: 2406260 229573 2272 9 0 2396937 0
[pid=24894/tid=24896] ppid=24891 vsize=9625040 CPUtime=5.59 cores=0,2,4,6
/proc/24894/task/24896/stat : 24896 (java) R 24891 24894 21988 0 -1 4202560 2818 0 1 0 550 9 0 0 20 0 19 0 27926666 9856040960 229573 33554432000 1073741824 1073778376 140735000609600 140726643278264 140726499978645 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24897] ppid=24891 vsize=9625040 CPUtime=0.25 cores=0,2,4,6
/proc/24894/task/24897/stat : 24897 (java) S 24891 24894 21988 0 -1 4202560 369 0 0 0 20 5 0 0 20 0 19 0 27926667 9856040960 229573 33554432000 1073741824 1073778376 140735000609600 140726621378856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24898] ppid=24891 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/24894/task/24898/stat : 24898 (java) S 24891 24894 21988 0 -1 4202560 199 0 0 0 24 6 0 0 20 0 19 0 27926667 9856040960 229573 33554432000 1073741824 1073778376 140735000609600 140726620326056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24899] ppid=24891 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/24894/task/24899/stat : 24899 (java) S 24891 24894 21988 0 -1 4202560 109 0 0 0 22 4 0 0 20 0 19 0 27926667 9856040960 229573 33554432000 1073741824 1073778376 140735000609600 140726619273768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24900] ppid=24891 vsize=9625040 CPUtime=0.3 cores=0,2,4,6
/proc/24894/task/24900/stat : 24900 (java) S 24891 24894 21988 0 -1 4202560 421 0 0 0 25 5 0 0 20 0 19 0 27926667 9856040960 229573 33554432000 1073741824 1073778376 140735000609600 140726618220968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24901] ppid=24891 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/24894/task/24901/stat : 24901 (java) S 24891 24894 21988 0 -1 4202560 124 0 0 0 23 5 0 0 20 0 19 0 27926667 9856040960 229573 33554432000 1073741824 1073778376 140735000609600 140726281169704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24902] ppid=24891 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/24894/task/24902/stat : 24902 (java) S 24891 24894 21988 0 -1 4202560 185 0 0 0 34 9 0 0 20 0 19 0 27926667 9856040960 229573 33554432000 1073741824 1073778376 140735000609600 140726280116904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24903] ppid=24891 vsize=9625040 CPUtime=0.26 cores=0,2,4,6
/proc/24894/task/24903/stat : 24903 (java) S 24891 24894 21988 0 -1 4202560 110 0 0 0 21 5 0 0 20 0 19 0 27926667 9856040960 229573 33554432000 1073741824 1073778376 140735000609600 140726279064616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24904] ppid=24891 vsize=9625040 CPUtime=0.32 cores=0,2,4,6
/proc/24894/task/24904/stat : 24904 (java) S 24891 24894 21988 0 -1 4202560 202 0 0 0 26 6 0 0 20 0 19 0 27926667 9856040960 229573 33554432000 1073741824 1073778376 140735000609600 140726278011816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24905] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24905/stat : 24905 (java) S 24891 24894 21988 0 -1 4202560 535 0 0 0 0 0 0 0 20 0 19 0 27926668 9856040960 229573 33554432000 1073741824 1073778376 140735000609600 140726265813224 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24906] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24906/stat : 24906 (java) S 24891 24894 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27926669 9856040960 229573 33554432000 1073741824 1073778376 140735000609600 140726264759288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24907] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24907/stat : 24907 (java) S 24891 24894 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27926669 9856040960 229573 33554432000 1073741824 1073778376 140735000609600 140726263706888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24908] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24908/stat : 24908 (java) S 24891 24894 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27926671 9856040960 229573 33554432000 1073741824 1073778376 140735000609600 140726262655376 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24909] ppid=24891 vsize=9625040 CPUtime=0.37 cores=0,2,4,6
/proc/24894/task/24909/stat : 24909 (java) S 24891 24894 21988 0 -1 4202560 3885 0 0 0 37 0 0 0 20 0 19 0 27926671 9856040960 229573 33554432000 1073741824 1073778376 140735000609600 140726261603000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24910] ppid=24891 vsize=9625040 CPUtime=0.45 cores=0,2,4,6
/proc/24894/task/24910/stat : 24910 (java) S 24891 24894 21988 0 -1 4202560 2888 0 0 0 45 0 0 0 20 0 19 0 27926671 9856040960 229573 33554432000 1073741824 1073778376 140735000609600 140726260550200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24911] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24911/stat : 24911 (java) S 24891 24894 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27926671 9856040960 229573 33554432000 1073741824 1073778376 140735000609600 140726259498104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24912] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24912/stat : 24912 (java) S 24891 24894 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27926671 9856040960 229573 33554432000 1073741824 1073778376 140735000609600 140726258445512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 9
Current children cumulated vsize (KiB) 9625040

[startup+12.7007 s]
/proc/loadavg: 2.34 2.27 2.27 3/213 24913
/proc/meminfo: memFree=26326768/32872528 swapFree=1542984/1696284
[pid=24894] ppid=24891 vsize=9625040 CPUtime=15.58 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24891 24894 21988 0 -1 4202496 13606 0 1 0 1501 57 0 0 20 0 19 0 27926665 9856040960 241722 33554432000 1073741824 1073778376 140735000609600 140735000600736 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24894/statm: 2406260 241722 2273 9 0 2396937 0

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

[pid=24894/tid=24913] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24913/stat : 24913 (java) S 24891 24894 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27927221 9856040960 910987 33554432000 1073741824 1073778376 140735000609600 140726257390504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1670.8
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.37 2.29 2.21 3/213 25021
/proc/meminfo: memFree=26299952/32872528 swapFree=1542984/1696284
[pid=24894] ppid=24891 vsize=9625040 CPUtime=1730.81 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24891 24894 21988 0 -1 4202496 76020 0 1 0 172857 224 0 0 20 0 19 0 27926665 9856040960 910987 33554432000 1073741824 1073778376 140735000609600 140735000600736 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24894/statm: 2406260 910987 2286 9 0 2396937 0
[pid=24894/tid=24896] ppid=24891 vsize=9625040 CPUtime=1710.37 cores=0,2,4,6
/proc/24894/task/24896/stat : 24896 (java) R 24891 24894 21988 0 -1 4202560 3963 0 1 0 170982 55 0 0 20 0 19 0 27926666 9856040960 910987 33554432000 1073741824 1073778376 140735000609600 140726643277040 140726499977260 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24897] ppid=24891 vsize=9625040 CPUtime=0.91 cores=0,2,4,6
/proc/24894/task/24897/stat : 24897 (java) S 24891 24894 21988 0 -1 4202560 6599 0 0 0 71 20 0 0 20 0 19 0 27926667 9856040960 910987 33554432000 1073741824 1073778376 140735000609600 140726621378856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24898] ppid=24891 vsize=9625040 CPUtime=1.03 cores=0,2,4,6
/proc/24894/task/24898/stat : 24898 (java) S 24891 24894 21988 0 -1 4202560 5196 0 0 0 83 20 0 0 20 0 19 0 27926667 9856040960 910987 33554432000 1073741824 1073778376 140735000609600 140726620326056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24899] ppid=24891 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/24894/task/24899/stat : 24899 (java) S 24891 24894 21988 0 -1 4202560 3869 0 0 0 84 21 0 0 20 0 19 0 27926667 9856040960 910987 33554432000 1073741824 1073778376 140735000609600 140726619273768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24900] ppid=24891 vsize=9625040 CPUtime=0.97 cores=0,2,4,6
/proc/24894/task/24900/stat : 24900 (java) S 24891 24894 21988 0 -1 4202560 5819 0 0 0 79 18 0 0 20 0 19 0 27926667 9856040960 910987 33554432000 1073741824 1073778376 140735000609600 140726618220968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24901] ppid=24891 vsize=9625040 CPUtime=1.02 cores=0,2,4,6
/proc/24894/task/24901/stat : 24901 (java) S 24891 24894 21988 0 -1 4202560 4355 0 0 0 83 19 0 0 20 0 19 0 27926667 9856040960 910987 33554432000 1073741824 1073778376 140735000609600 140726281169704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24902] ppid=24891 vsize=9625040 CPUtime=1.22 cores=0,2,4,6
/proc/24894/task/24902/stat : 24902 (java) S 24891 24894 21988 0 -1 4202560 7970 0 0 0 98 24 0 0 20 0 19 0 27926667 9856040960 910987 33554432000 1073741824 1073778376 140735000609600 140726280116904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24903] ppid=24891 vsize=9625040 CPUtime=0.9 cores=0,2,4,6
/proc/24894/task/24903/stat : 24903 (java) S 24891 24894 21988 0 -1 4202560 4508 0 0 0 72 18 0 0 20 0 19 0 27926667 9856040960 910987 33554432000 1073741824 1073778376 140735000609600 140726279064616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24904] ppid=24891 vsize=9625040 CPUtime=1.14 cores=0,2,4,6
/proc/24894/task/24904/stat : 24904 (java) S 24891 24894 21988 0 -1 4202560 6275 0 0 0 92 22 0 0 20 0 19 0 27926667 9856040960 910987 33554432000 1073741824 1073778376 140735000609600 140726278011816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24905] ppid=24891 vsize=9625040 CPUtime=5.18 cores=0,2,4,6
/proc/24894/task/24905/stat : 24905 (java) S 24891 24894 21988 0 -1 4202560 2352 0 0 0 514 4 0 0 20 0 19 0 27926668 9856040960 910987 33554432000 1073741824 1073778376 140735000609600 140726265813224 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24906] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24906/stat : 24906 (java) S 24891 24894 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27926669 9856040960 910987 33554432000 1073741824 1073778376 140735000609600 140726264759288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24907] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24907/stat : 24907 (java) S 24891 24894 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27926669 9856040960 910987 33554432000 1073741824 1073778376 140735000609600 140726263706888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24908] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24908/stat : 24908 (java) S 24891 24894 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27926671 9856040960 910987 33554432000 1073741824 1073778376 140735000609600 140726262655376 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24909] ppid=24891 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/24894/task/24909/stat : 24909 (java) S 24891 24894 21988 0 -1 4202560 14282 0 0 0 106 3 0 0 20 0 19 0 27926671 9856040960 910987 33554432000 1073741824 1073778376 140735000609600 140726261603000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24910] ppid=24891 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/24894/task/24910/stat : 24910 (java) S 24891 24894 21988 0 -1 4202560 9474 0 0 0 108 2 0 0 20 0 19 0 27926671 9856040960 910987 33554432000 1073741824 1073778376 140735000609600 140726260550200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24911] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24911/stat : 24911 (java) S 24891 24894 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27926671 9856040960 910987 33554432000 1073741824 1073778376 140735000609600 140726259498104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24912] ppid=24891 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/24894/task/24912/stat : 24912 (java) S 24891 24894 21988 0 -1 4202560 99 0 0 0 30 31 0 0 20 0 19 0 27926671 9856040960 910987 33554432000 1073741824 1073778376 140735000609600 140726258445512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24913] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24913/stat : 24913 (java) S 24891 24894 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27927221 9856040960 910987 33554432000 1073741824 1073778376 140735000609600 140726257390504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1730.81
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.25 2.26 2.20 3/213 25023
/proc/meminfo: memFree=26376172/32872528 swapFree=1542984/1696284
[pid=24894] ppid=24891 vsize=9625040 CPUtime=1790.95 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24891 24894 21988 0 -1 4202496 76032 0 1 0 178870 225 0 0 20 0 19 0 27926665 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140735000600736 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24894/statm: 2406260 893005 2286 9 0 2396937 0
[pid=24894/tid=24896] ppid=24891 vsize=9625040 CPUtime=1770.16 cores=0,2,4,6
/proc/24894/task/24896/stat : 24896 (java) R 24891 24894 21988 0 -1 4202560 3964 0 1 0 176960 56 0 0 20 0 19 0 27926666 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726643277008 140726499977303 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24897] ppid=24891 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/24894/task/24897/stat : 24897 (java) S 24891 24894 21988 0 -1 4202560 6599 0 0 0 73 20 0 0 20 0 19 0 27926667 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726621378856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24898] ppid=24891 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/24894/task/24898/stat : 24898 (java) S 24891 24894 21988 0 -1 4202560 5196 0 0 0 85 20 0 0 20 0 19 0 27926667 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726620326056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24899] ppid=24891 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/24894/task/24899/stat : 24899 (java) S 24891 24894 21988 0 -1 4202560 3869 0 0 0 86 21 0 0 20 0 19 0 27926667 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726619273768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24900] ppid=24891 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/24894/task/24900/stat : 24900 (java) S 24891 24894 21988 0 -1 4202560 5819 0 0 0 81 18 0 0 20 0 19 0 27926667 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726618220968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24901] ppid=24891 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/24894/task/24901/stat : 24901 (java) S 24891 24894 21988 0 -1 4202560 4355 0 0 0 85 19 0 0 20 0 19 0 27926667 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726281169704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24902] ppid=24891 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/24894/task/24902/stat : 24902 (java) S 24891 24894 21988 0 -1 4202560 7972 0 0 0 100 24 0 0 20 0 19 0 27926667 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726280116904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24903] ppid=24891 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/24894/task/24903/stat : 24903 (java) S 24891 24894 21988 0 -1 4202560 4509 0 0 0 75 18 0 0 20 0 19 0 27926667 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726279064616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24904] ppid=24891 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/24894/task/24904/stat : 24904 (java) S 24891 24894 21988 0 -1 4202560 6277 0 0 0 95 22 0 0 20 0 19 0 27926667 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726278011816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24905] ppid=24891 vsize=9625040 CPUtime=5.18 cores=0,2,4,6
/proc/24894/task/24905/stat : 24905 (java) S 24891 24894 21988 0 -1 4202560 2354 0 0 0 514 4 0 0 20 0 19 0 27926668 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726265813224 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24906] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24906/stat : 24906 (java) S 24891 24894 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27926669 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726264759288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24907] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24907/stat : 24907 (java) S 24891 24894 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27926669 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726263706888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24908] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24908/stat : 24908 (java) S 24891 24894 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27926671 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726262655376 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24909] ppid=24891 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/24894/task/24909/stat : 24909 (java) S 24891 24894 21988 0 -1 4202560 14282 0 0 0 106 3 0 0 20 0 19 0 27926671 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726261603000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24910] ppid=24891 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/24894/task/24910/stat : 24910 (java) S 24891 24894 21988 0 -1 4202560 9474 0 0 0 108 2 0 0 20 0 19 0 27926671 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726260550200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24911] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24911/stat : 24911 (java) S 24891 24894 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27926671 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726259498104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24912] ppid=24891 vsize=9625040 CPUtime=0.63 cores=0,2,4,6
/proc/24894/task/24912/stat : 24912 (java) S 24891 24894 21988 0 -1 4202560 103 0 0 0 30 33 0 0 20 0 19 0 27926671 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726258445512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24913] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24913/stat : 24913 (java) S 24891 24894 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27927221 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726257390504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 1790.95
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1791.4 s]
/proc/loadavg: 2.29 2.27 2.21 4/213 25023
/proc/meminfo: memFree=26376172/32872528 swapFree=1542984/1696284
[pid=24894] ppid=24891 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/24894/stat : 24894 (java) S 24891 24894 21988 0 -1 4202496 76032 0 1 0 179780 225 0 0 20 0 19 0 27926665 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140735000600736 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 2 0 0 0 0 0
/proc/24894/statm: 2406260 893005 2286 9 0 2396937 0
[pid=24894/tid=24896] ppid=24891 vsize=9625040 CPUtime=1779.24 cores=0,2,4,6
/proc/24894/task/24896/stat : 24896 (java) R 24891 24894 21988 0 -1 4202560 3964 0 1 0 177867 57 0 0 20 0 19 0 27926666 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726643277008 140726499977333 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24897] ppid=24891 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/24894/task/24897/stat : 24897 (java) S 24891 24894 21988 0 -1 4202560 6599 0 0 0 73 20 0 0 20 0 19 0 27926667 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726621378856 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=24894/tid=24898] ppid=24891 vsize=9625040 CPUtime=1.05 cores=0,2,4,6
/proc/24894/task/24898/stat : 24898 (java) S 24891 24894 21988 0 -1 4202560 5196 0 0 0 85 20 0 0 20 0 19 0 27926667 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726620326056 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24899] ppid=24891 vsize=9625040 CPUtime=1.07 cores=0,2,4,6
/proc/24894/task/24899/stat : 24899 (java) S 24891 24894 21988 0 -1 4202560 3869 0 0 0 86 21 0 0 20 0 19 0 27926667 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726619273768 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24900] ppid=24891 vsize=9625040 CPUtime=0.99 cores=0,2,4,6
/proc/24894/task/24900/stat : 24900 (java) S 24891 24894 21988 0 -1 4202560 5819 0 0 0 81 18 0 0 20 0 19 0 27926667 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726618220968 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24901] ppid=24891 vsize=9625040 CPUtime=1.04 cores=0,2,4,6
/proc/24894/task/24901/stat : 24901 (java) S 24891 24894 21988 0 -1 4202560 4355 0 0 0 85 19 0 0 20 0 19 0 27926667 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726281169704 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24902] ppid=24891 vsize=9625040 CPUtime=1.24 cores=0,2,4,6
/proc/24894/task/24902/stat : 24902 (java) S 24891 24894 21988 0 -1 4202560 7972 0 0 0 100 24 0 0 20 0 19 0 27926667 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726280116904 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24903] ppid=24891 vsize=9625040 CPUtime=0.93 cores=0,2,4,6
/proc/24894/task/24903/stat : 24903 (java) S 24891 24894 21988 0 -1 4202560 4509 0 0 0 75 18 0 0 20 0 19 0 27926667 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726279064616 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24904] ppid=24891 vsize=9625040 CPUtime=1.17 cores=0,2,4,6
/proc/24894/task/24904/stat : 24904 (java) S 24891 24894 21988 0 -1 4202560 6277 0 0 0 95 22 0 0 20 0 19 0 27926667 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726278011816 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24905] ppid=24891 vsize=9625040 CPUtime=5.18 cores=0,2,4,6
/proc/24894/task/24905/stat : 24905 (java) S 24891 24894 21988 0 -1 4202560 2354 0 0 0 514 4 0 0 20 0 19 0 27926668 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726265813224 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24906] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24906/stat : 24906 (java) S 24891 24894 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 27926669 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726264759288 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24907] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24907/stat : 24907 (java) S 24891 24894 21988 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 19 0 27926669 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726263706888 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24908] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24908/stat : 24908 (java) S 24891 24894 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27926671 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726262655376 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24909] ppid=24891 vsize=9625040 CPUtime=1.09 cores=0,2,4,6
/proc/24894/task/24909/stat : 24909 (java) S 24891 24894 21988 0 -1 4202560 14282 0 0 0 106 3 0 0 20 0 19 0 27926671 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726261603000 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=24894/tid=24910] ppid=24891 vsize=9625040 CPUtime=1.1 cores=0,2,4,6
/proc/24894/task/24910/stat : 24910 (java) S 24891 24894 21988 0 -1 4202560 9474 0 0 0 108 2 0 0 20 0 19 0 27926671 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726260550200 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24911] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24911/stat : 24911 (java) S 24891 24894 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 27926671 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726259498104 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=24894/tid=24912] ppid=24891 vsize=9625040 CPUtime=0.64 cores=0,2,4,6
/proc/24894/task/24912/stat : 24912 (java) S 24891 24894 21988 0 -1 4202560 103 0 0 0 31 33 0 0 20 0 19 0 27926671 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726258445512 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=24894/tid=24913] ppid=24891 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/24894/task/24913/stat : 24913 (java) S 24891 24894 21988 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 27927221 9856040960 893005 33554432000 1073741824 1073778376 140735000609600 140726257390504 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 2 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 24894 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 24894 and gives
#  childrusage.ru_utime.tv_sec=1793
#  childrusage.ru_utime.tv_usec=219389
#  childrusage.ru_stime.tv_sec=2
#  childrusage.ru_stime.tv_usec=771578
# CPU time returned by wait4() is 1795.99
# 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): 1791.45
CPU time (s): 1800.05
CPU user time (s): 1797.8
CPU system time (s): 2.25
CPU usage (%): 100.48
Max. virtual memory (cumulated for all children) (KiB): 9626652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1793.22
system time used= 2.77158
maximum resident set size= 3684712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76070
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1296
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40583
involuntary context switches= 6527

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.7224 second user time and 12.884 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 16:06:40
IDJOB=4103992
IDBENCH=2525
IDSOLVER=2546
FILE ID=node125/4103992-1466258799
RUNJOBID= node125-1466240732-22004
PBS_JOBID= 19918195
Free space on /tmp= 71704 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/MIPLIB/miplib2003/normalized-mps-v2-20-10-dano3mip.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103992-1466258799/watcher-4103992-1466258799 -o /tmp/evaluation-result-4103992-1466258799/solver-4103992-1466258799 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22004 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103992-1466258799.opb

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

MD5SUM BENCH= 97b175564b36442f64835a62ac7058b3
RANDOM SEED=775875749

node125.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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	: 5333.36
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

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

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.683
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		: 2666.683
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:        27281856 kB
Buffers:          132168 kB
Cached:           198792 kB
SwapCached:          688 kB
Active:          2922548 kB
Inactive:         225008 kB
Active(anon):    2818192 kB
Inactive(anon):     1040 kB
Active(file):     104356 kB
Inactive(file):   223968 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:             32108 kB
Writeback:             0 kB
AnonPages:       4516756 kB
Mapped:            15380 kB
Shmem:                 0 kB
Slab:             605512 kB
SReclaimable:      48756 kB
SUnreclaim:       556756 kB
KernelStack:        1584 kB
PageTables:        13156 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4957892 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2942976 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= 71712 MiB
End job on node125 at 2016-06-18 16:36:32