Trace number 4084765

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.06 1796.52

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-mps-v2-20-10-wood1p.opb
MD5SUM360101c0d249c34bf56133c11582c641
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 variables77820
Total number of constraints244
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints244
Minimum length of a constraint30
Maximum length of a constraint77760
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 53687091200000000
Number of bits of the biggest number in a constraint 56
Biggest sum of numbers in a constraint 66413144120266880244
Number of bits of the biggest sum of numbers66
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	8
0.10/0.10	c Pseudo Boolean Optimization by upper bound
0.10/0.10	c --- Begin Solver configuration ---
0.10/0.10	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.10/0.10	c Learn all clauses as in MiniSAT
0.10/0.10	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.10	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.10	c No reason simplification
0.10/0.10	c Glucose 2.1 dynamic restart strategy
0.10/0.10	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.10	c timeout=2147483s
0.10/0.10	c DB Simplification allowed=false
0.10/0.10	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.10/0.10	c --- End Solver configuration ---
0.10/0.10	c solving HOME/instance-4084765-1465238015.opb
0.10/0.10	c reading problem ... 
0.10/0.11	c  objective function found
7.47/5.43	c ... done. Wall clock time 5.324s.
7.47/5.43	c declared #vars     77820
7.47/5.43	c #constraints  487
7.47/5.43	c constraints type 
7.47/5.43	c org.sat4j.specs.Constr$1 => 72
7.47/5.43	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 411
7.47/5.43	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4
7.47/5.43	c 487 constraints processed.
7.47/5.43	c objective function length is 30 literals
1800.06/1796.50	c starts		: 16
1800.06/1796.50	c conflicts		: 3087
1800.06/1796.50	c decisions		: 23377
1800.06/1796.50	c propagations		: 1423668
1800.06/1796.50	c inspects		: 35452795
1800.06/1796.50	c shortcuts		: 0
1800.06/1796.50	c learnt literals	: 0
1800.06/1796.50	c learnt binary clauses	: 0
1800.06/1796.50	c learnt ternary clauses	: 0
1800.06/1796.50	c learnt constraints	: 3087
1800.06/1796.50	c ignored constraints	: 0
1800.06/1796.50	c root simplifications	: 0
1800.06/1796.50	c removed literals (reason simplification)	: 0
1800.06/1796.50	c reason swapping (by a shorter reason)	: 0
1800.06/1796.50	c Calls to reduceDB	: 0
1800.06/1796.50	c Number of update (reduction) of LBD	: 1101
1800.06/1796.50	c Imported unit clauses	: 0
1800.06/1796.50	c number of reductions to clauses (during analyze)	: 0
1800.06/1796.50	c number of learned constraints concerned by reduction	: 0
1800.06/1796.50	c number of learning phase by resolution	: 0
1800.06/1796.50	c number of learning phase by cutting planes	: 0
1800.06/1796.50	c speed (assignments/second)	: 797.8936076844312
1800.06/1796.50	c non guided choices	0
1800.06/1796.50	c learnt constraints type 
1800.06/1796.50	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 3087
1800.06/1796.50	s UNKNOWN
1800.06/1796.50	c Total wall clock time (in seconds): 1796.402

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-4084765-1465238015/watcher-4084765-1465238015 -o /tmp/evaluation-result-4084765-1465238015/solver-4084765-1465238015 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31161 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4084765-1465238015.opb 

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

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


[startup+0 s]
/proc/loadavg: 2.20 2.16 2.11 3/194 1682
/proc/meminfo: memFree=30148192/32872528 swapFree=12352/737972
[pid=1682] ppid=1679 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/1682/stat : 1682 (java) R 1679 1682 31144 0 -1 4202496 530 0 0 0 0 0 0 0 20 0 1 0 105736061 9515008 182 33554432000 1073741824 1073778376 140737030651712 140737030634440 213866331829 0 0 4096 0 0 0 0 17 1 0 0 0 0 0
/proc/1682/statm: 2323 185 143 9 0 71 0

[startup+0.100163 s]
/proc/loadavg: 2.20 2.16 2.11 3/194 1682
/proc/meminfo: memFree=30148192/32872528 swapFree=12352/737972
[pid=1682] ppid=1679 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/1682/stat : 1682 (java) S 1679 1682 31144 0 -1 4202496 4468 0 1 0 9 1 0 0 20 0 18 0 105736061 9787879424 6093 33554432000 1073741824 1073778376 140737030651712 140737030642848 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1682/statm: 2389619 6095 2155 9 0 2380296 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9558476

[startup+0.200337 s]
/proc/loadavg: 2.20 2.16 2.11 3/194 1682
/proc/meminfo: memFree=30148192/32872528 swapFree=12352/737972
[pid=1682] ppid=1679 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/1682/stat : 1682 (java) S 1679 1682 31144 0 -1 4202496 5185 0 1 0 29 2 0 0 20 0 18 0 105736061 9787879424 7483 33554432000 1073741824 1073778376 140737030651712 140737030642848 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1682/statm: 2389619 7483 2227 9 0 2380296 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9558476

[startup+0.300347 s]
/proc/loadavg: 2.20 2.16 2.11 3/194 1682
/proc/meminfo: memFree=30148192/32872528 swapFree=12352/737972
[pid=1682] ppid=1679 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/1682/stat : 1682 (java) S 1679 1682 31144 0 -1 4202496 6383 0 1 0 51 2 0 0 20 0 18 0 105736061 9787879424 10152 33554432000 1073741824 1073778376 140737030651712 140737030642848 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1682/statm: 2389619 10152 2238 9 0 2380296 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700312 s]
/proc/loadavg: 2.20 2.16 2.11 3/194 1682
/proc/meminfo: memFree=30148192/32872528 swapFree=12352/737972
[pid=1682] ppid=1679 vsize=9558476 CPUtime=1.13 cores=1,3,5,7
/proc/1682/stat : 1682 (java) S 1679 1682 31144 0 -1 4202496 6736 0 1 0 105 8 0 0 20 0 18 0 105736061 9787879424 45601 33554432000 1073741824 1073778376 140737030651712 140737030642848 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1682/statm: 2389619 45601 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.50467 s]
/proc/loadavg: 2.18 2.16 2.11 4/212 1700
/proc/meminfo: memFree=29927792/32872528 swapFree=12352/737972
[pid=1682] ppid=1679 vsize=9558476 CPUtime=2.13 cores=1,3,5,7
/proc/1682/stat : 1682 (java) S 1679 1682 31144 0 -1 4202496 7233 0 1 0 200 13 0 0 20 0 18 0 105736061 9787879424 67465 33554432000 1073741824 1073778376 140737030651712 140737030642848 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1682/statm: 2389619 67465 2261 9 0 2380296 0
[pid=1682/tid=1684] ppid=1679 vsize=9558476 CPUtime=1.37 cores=1,3,5,7
/proc/1682/task/1684/stat : 1684 (java) R 1679 1682 31144 0 -1 4202560 2486 0 1 0 132 5 0 0 20 0 18 0 105736061 9787879424 67465 33554432000 1073741824 1073778376 140737030651712 139813847007200 139813684923448 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1682/tid=1685] ppid=1679 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/1682/task/1685/stat : 1685 (java) S 1679 1682 31144 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 105736062 9787879424 67465 33554432000 1073741824 1073778376 140737030651712 139813808507688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1686] ppid=1679 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/1682/task/1686/stat : 1686 (java) S 1679 1682 31144 0 -1 4202560 23 0 0 0 3 1 0 0 20 0 18 0 105736062 9787879424 67465 33554432000 1073741824 1073778376 140737030651712 139813807454888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1682/tid=1687] ppid=1679 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/1682/task/1687/stat : 1687 (java) S 1679 1682 31144 0 -1 4202560 116 0 0 0 5 2 0 0 20 0 18 0 105736062 9787879424 67465 33554432000 1073741824 1073778376 140737030651712 139813806402600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1682/tid=1688] ppid=1679 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/1682/task/1688/stat : 1688 (java) S 1679 1682 31144 0 -1 4202560 30 0 0 0 4 0 0 0 20 0 18 0 105736062 9787879424 67465 33554432000 1073741824 1073778376 140737030651712 139813805349800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1689] ppid=1679 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/1682/task/1689/stat : 1689 (java) S 1679 1682 31144 0 -1 4202560 121 0 0 0 3 0 0 0 20 0 18 0 105736062 9787879424 67465 33554432000 1073741824 1073778376 140737030651712 139813804296488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1690] ppid=1679 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/1682/task/1690/stat : 1690 (java) S 1679 1682 31144 0 -1 4202560 18 0 0 0 2 0 0 0 20 0 18 0 105736062 9787879424 67465 33554432000 1073741824 1073778376 140737030651712 139813803243688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1691] ppid=1679 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/1682/task/1691/stat : 1691 (java) S 1679 1682 31144 0 -1 4202560 84 0 0 0 3 0 0 0 20 0 18 0 105736062 9787879424 67465 33554432000 1073741824 1073778376 140737030651712 139813684505128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1682/tid=1692] ppid=1679 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/1682/task/1692/stat : 1692 (java) S 1679 1682 31144 0 -1 4202560 114 0 0 0 2 1 0 0 20 0 18 0 105736062 9787879424 67465 33554432000 1073741824 1073778376 140737030651712 139813683452328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1693] ppid=1679 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1693/stat : 1693 (java) S 1679 1682 31144 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 105736063 9787879424 67465 33554432000 1073741824 1073778376 140737030651712 139813671254760 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1682/tid=1694] ppid=1679 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1694/stat : 1694 (java) S 1679 1682 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 105736063 9787879424 67465 33554432000 1073741824 1073778376 140737030651712 139813670200824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1695] ppid=1679 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1695/stat : 1695 (java) S 1679 1682 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 105736063 9787879424 67465 33554432000 1073741824 1073778376 140737030651712 139813669148424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1696] ppid=1679 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1696/stat : 1696 (java) S 1679 1682 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 105736066 9787879424 67465 33554432000 1073741824 1073778376 140737030651712 139812929530768 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1697] ppid=1679 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/1682/task/1697/stat : 1697 (java) S 1679 1682 31144 0 -1 4202560 895 0 0 0 15 0 0 0 20 0 18 0 105736066 9787879424 67465 33554432000 1073741824 1073778376 140737030651712 139812928477368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1698] ppid=1679 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/1682/task/1698/stat : 1698 (java) R 1679 1682 31144 0 -1 4202560 2005 0 0 0 17 0 0 0 20 0 18 0 105736066 9787879424 67465 33554432000 1073741824 1073778376 140737030651712 139812927418496 139813851133625 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1699] ppid=1679 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1699/stat : 1699 (java) S 1679 1682 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 105736066 9787879424 67977 33554432000 1073741824 1073778376 140737030651712 139812926372472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1700] ppid=1679 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1700/stat : 1700 (java) S 1679 1682 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 105736066 9787879424 67977 33554432000 1073741824 1073778376 140737030651712 139812925319880 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 2.13
Current children cumulated vsize (KiB) 9558476

[startup+3.10088 s]
/proc/loadavg: 2.18 2.16 2.11 3/212 1700
/proc/meminfo: memFree=29752348/32872528 swapFree=12352/737972
[pid=1682] ppid=1679 vsize=9558476 CPUtime=4.34 cores=1,3,5,7
/proc/1682/stat : 1682 (java) S 1679 1682 31144 0 -1 4202496 7862 0 1 0 402 32 0 0 20 0 18 0 105736061 9787879424 118925 33554432000 1073741824 1073778376 140737030651712 140737030642848 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1682/statm: 2389619 118925 2268 9 0 2380296 0
[pid=1682/tid=1684] ppid=1679 vsize=9558476 CPUtime=2.78 cores=1,3,5,7
/proc/1682/task/1684/stat : 1684 (java) R 1679 1682 31144 0 -1 4202560 2527 0 1 0 271 7 0 0 20 0 18 0 105736061 9787879424 118925 33554432000 1073741824 1073778376 140737030651712 139813847007200 139813685142748 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1682/tid=1685] ppid=1679 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/1682/task/1685/stat : 1685 (java) S 1679 1682 31144 0 -1 4202560 57 0 0 0 7 2 0 0 20 0 18 0 105736062 9787879424 118925 33554432000 1073741824 1073778376 140737030651712 139813808507688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1682/tid=1686] ppid=1679 vsize=9558476 CPUtime=0.1 cores=1,3,5,7
/proc/1682/task/1686/stat : 1686 (java) S 1679 1682 31144 0 -1 4202560 47 0 0 0 8 2 0 0 20 0 18 0 105736062 9787879424 118925 33554432000 1073741824 1073778376 140737030651712 139813807454888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1682/tid=1687] ppid=1679 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/1682/task/1687/stat : 1687 (java) S 1679 1682 31144 0 -1 4202560 139 0 0 0 10 3 0 0 20 0 18 0 105736062 9787879424 118925 33554432000 1073741824 1073778376 140737030651712 139813806402600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1682/tid=1688] ppid=1679 vsize=9558476 CPUtime=0.23 cores=1,3,5,7
/proc/1682/task/1688/stat : 1688 (java) S 1679 1682 31144 0 -1 4202560 138 0 0 0 17 6 0 0 20 0 18 0 105736062 9787879424 118925 33554432000 1073741824 1073778376 140737030651712 139813805349800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1689] ppid=1679 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/1682/task/1689/stat : 1689 (java) S 1679 1682 31144 0 -1 4202560 147 0 0 0 7 2 0 0 20 0 18 0 105736062 9787879424 118925 33554432000 1073741824 1073778376 140737030651712 139813804296488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1690] ppid=1679 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/1682/task/1690/stat : 1690 (java) S 1679 1682 31144 0 -1 4202560 54 0 0 0 9 3 0 0 20 0 18 0 105736062 9787879424 118925 33554432000 1073741824 1073778376 140737030651712 139813803243688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1691] ppid=1679 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/1682/task/1691/stat : 1691 (java) S 1679 1682 31144 0 -1 4202560 157 0 0 0 9 3 0 0 20 0 18 0 105736062 9787879424 118925 33554432000 1073741824 1073778376 140737030651712 139813684505128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1682/tid=1692] ppid=1679 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/1682/task/1692/stat : 1692 (java) S 1679 1682 31144 0 -1 4202560 179 0 0 0 11 4 0 0 20 0 18 0 105736062 9787879424 118925 33554432000 1073741824 1073778376 140737030651712 139813683452328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1693] ppid=1679 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1693/stat : 1693 (java) S 1679 1682 31144 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 105736063 9787879424 118925 33554432000 1073741824 1073778376 140737030651712 139813671254760 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1682/tid=1694] ppid=1679 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1694/stat : 1694 (java) S 1679 1682 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 105736063 9787879424 118925 33554432000 1073741824 1073778376 140737030651712 139813670200824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1695] ppid=1679 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1695/stat : 1695 (java) S 1679 1682 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 105736063 9787879424 118925 33554432000 1073741824 1073778376 140737030651712 139813669148424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1696] ppid=1679 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1696/stat : 1696 (java) S 1679 1682 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 105736066 9787879424 118925 33554432000 1073741824 1073778376 140737030651712 139812929530768 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1697] ppid=1679 vsize=9558476 CPUtime=0.18 cores=1,3,5,7
/proc/1682/task/1697/stat : 1697 (java) S 1679 1682 31144 0 -1 4202560 964 0 0 0 18 0 0 0 20 0 18 0 105736066 9787879424 118925 33554432000 1073741824 1073778376 140737030651712 139812928477368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1698] ppid=1679 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/1682/task/1698/stat : 1698 (java) S 1679 1682 31144 0 -1 4202560 2005 0 0 0 20 0 0 0 20 0 18 0 105736066 9787879424 118925 33554432000 1073741824 1073778376 140737030651712 139812927424568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1699] ppid=1679 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1699/stat : 1699 (java) S 1679 1682 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 105736066 9787879424 118925 33554432000 1073741824 1073778376 140737030651712 139812926372472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1700] ppid=1679 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1700/stat : 1700 (java) S 1679 1682 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 105736066 9787879424 118925 33554432000 1073741824 1073778376 140737030651712 139812925319880 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 4.34
Current children cumulated vsize (KiB) 9558476

[startup+6.30085 s]
/proc/loadavg: 2.18 2.16 2.11 4/212 1700
/proc/meminfo: memFree=29234288/32872528 swapFree=12352/737972
[pid=1682] ppid=1679 vsize=9558476 CPUtime=8.59 cores=1,3,5,7
/proc/1682/stat : 1682 (java) S 1679 1682 31144 0 -1 4202496 10114 0 1 0 795 64 0 0 20 0 18 0 105736061 9787879424 230225 33554432000 1073741824 1073778376 140737030651712 140737030642848 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1682/statm: 2389619 230225 2270 9 0 2380296 0
[pid=1682/tid=1684] ppid=1679 vsize=9558476 CPUtime=5.66 cores=1,3,5,7
/proc/1682/task/1684/stat : 1684 (java) R 1679 1682 31144 0 -1 4202560 2812 0 1 0 556 10 0 0 20 0 18 0 105736061 9787879424 230225 33554432000 1073741824 1073778376 140737030651712 139813847015832 139813685196423 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1682/tid=1685] ppid=1679 vsize=9558476 CPUtime=0.21 cores=1,3,5,7
/proc/1682/task/1685/stat : 1685 (java) S 1679 1682 31144 0 -1 4202560 133 0 0 0 16 5 0 0 20 0 18 0 105736062 9787879424 230225 33554432000 1073741824 1073778376 140737030651712 139813808507688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1682/tid=1686] ppid=1679 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/1682/task/1686/stat : 1686 (java) S 1679 1682 31144 0 -1 4202560 118 0 0 0 17 5 0 0 20 0 18 0 105736062 9787879424 230225 33554432000 1073741824 1073778376 140737030651712 139813807454888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1682/tid=1687] ppid=1679 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/1682/task/1687/stat : 1687 (java) S 1679 1682 31144 0 -1 4202560 212 0 0 0 16 6 0 0 20 0 18 0 105736062 9787879424 230225 33554432000 1073741824 1073778376 140737030651712 139813806402600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1682/tid=1688] ppid=1679 vsize=9558476 CPUtime=0.41 cores=1,3,5,7
/proc/1682/task/1688/stat : 1688 (java) S 1679 1682 31144 0 -1 4202560 206 0 0 0 31 10 0 0 20 0 18 0 105736062 9787879424 230225 33554432000 1073741824 1073778376 140737030651712 139813805349800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1689] ppid=1679 vsize=9558476 CPUtime=0.24 cores=1,3,5,7
/proc/1682/task/1689/stat : 1689 (java) S 1679 1682 31144 0 -1 4202560 296 0 0 0 18 6 0 0 20 0 18 0 105736062 9787879424 230225 33554432000 1073741824 1073778376 140737030651712 139813804296488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1690] ppid=1679 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/1682/task/1690/stat : 1690 (java) S 1679 1682 31144 0 -1 4202560 137 0 0 0 20 6 0 0 20 0 18 0 105736062 9787879424 230225 33554432000 1073741824 1073778376 140737030651712 139813803243688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1691] ppid=1679 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/1682/task/1691/stat : 1691 (java) S 1679 1682 31144 0 -1 4202560 289 0 0 0 24 7 0 0 20 0 18 0 105736062 9787879424 230225 33554432000 1073741824 1073778376 140737030651712 139813684505128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1692] ppid=1679 vsize=9558476 CPUtime=0.35 cores=1,3,5,7
/proc/1682/task/1692/stat : 1692 (java) S 1679 1682 31144 0 -1 4202560 375 0 0 0 26 9 0 0 20 0 18 0 105736062 9787879424 230225 33554432000 1073741824 1073778376 140737030651712 139813683452328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1693] ppid=1679 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1693/stat : 1693 (java) S 1679 1682 31144 0 -1 4202560 564 0 0 0 0 0 0 0 20 0 18 0 105736063 9787879424 230225 33554432000 1073741824 1073778376 140737030651712 139813671254760 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1694] ppid=1679 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1694/stat : 1694 (java) S 1679 1682 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 105736063 9787879424 230225 33554432000 1073741824 1073778376 140737030651712 139813670200824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1695] ppid=1679 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1695/stat : 1695 (java) S 1679 1682 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 105736063 9787879424 230225 33554432000 1073741824 1073778376 140737030651712 139813669148424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1696] ppid=1679 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1696/stat : 1696 (java) S 1679 1682 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 105736066 9787879424 230225 33554432000 1073741824 1073778376 140737030651712 139812929530768 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1697] ppid=1679 vsize=9558476 CPUtime=0.25 cores=1,3,5,7
/proc/1682/task/1697/stat : 1697 (java) S 1679 1682 31144 0 -1 4202560 1702 0 0 0 25 0 0 0 20 0 18 0 105736066 9787879424 230225 33554432000 1073741824 1073778376 140737030651712 139812928477368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1698] ppid=1679 vsize=9558476 CPUtime=0.28 cores=1,3,5,7
/proc/1682/task/1698/stat : 1698 (java) S 1679 1682 31144 0 -1 4202560 2019 0 0 0 28 0 0 0 20 0 18 0 105736066 9787879424 230225 33554432000 1073741824 1073778376 140737030651712 139812927424568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1699] ppid=1679 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1699/stat : 1699 (java) S 1679 1682 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 105736066 9787879424 230225 33554432000 1073741824 1073778376 140737030651712 139812926372472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1700] ppid=1679 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1700/stat : 1700 (java) S 1679 1682 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 105736066 9787879424 230225 33554432000 1073741824 1073778376 140737030651712 139812925319880 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 8.59
Current children cumulated vsize (KiB) 9558476

[startup+12.7008 s]
/proc/loadavg: 2.15 2.15 2.10 3/212 1700
/proc/meminfo: memFree=29224980/32872528 swapFree=12352/737972
[pid=1682] ppid=1679 vsize=9625040 CPUtime=15.03 cores=1,3,5,7
/proc/1682/stat : 1682 (java) S 1679 1682 31144 0 -1 4202496 10693 0 1 0 1438 65 0 0 20 0 19 0 105736061 9856040960 230510 33554432000 1073741824 1073778376 140737030651712 140737030642848 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1682/statm: 2406260 230510 2271 9 0 2396937 0

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

[pid=1682/tid=1701] ppid=1679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1701/stat : 1701 (java) S 1679 1682 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105737283 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139812924265896 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1725.84
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.09 2.09 2.04 3/213 1846
/proc/meminfo: memFree=29331136/32872528 swapFree=12352/737972
[pid=1682] ppid=1679 vsize=9625040 CPUtime=1785.86 cores=1,3,5,7
/proc/1682/stat : 1682 (java) S 1679 1682 31144 0 -1 4202496 17207 0 1 0 178464 122 0 0 20 0 19 0 105736061 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 140737030642848 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1682/statm: 2406260 387771 2275 9 0 2396937 0
[pid=1682/tid=1684] ppid=1679 vsize=9625040 CPUtime=1776.9 cores=1,3,5,7
/proc/1682/task/1684/stat : 1684 (java) R 1679 1682 31144 0 -1 4202560 3517 0 1 0 177646 44 0 0 20 0 19 0 105736061 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813847013760 139813685240285 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1682/tid=1685] ppid=1679 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/1682/task/1685/stat : 1685 (java) S 1679 1682 31144 0 -1 4202560 172 0 0 0 20 7 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813808507688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1686] ppid=1679 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/1682/task/1686/stat : 1686 (java) S 1679 1682 31144 0 -1 4202560 150 0 0 0 21 7 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813807454888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1682/tid=1687] ppid=1679 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/1682/task/1687/stat : 1687 (java) S 1679 1682 31144 0 -1 4202560 292 0 0 0 23 8 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813806402600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1682/tid=1688] ppid=1679 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/1682/task/1688/stat : 1688 (java) S 1679 1682 31144 0 -1 4202560 253 0 0 0 37 14 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813805349800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1689] ppid=1679 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/1682/task/1689/stat : 1689 (java) S 1679 1682 31144 0 -1 4202560 433 0 0 0 24 8 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813804296488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1690] ppid=1679 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/1682/task/1690/stat : 1690 (java) S 1679 1682 31144 0 -1 4202560 199 0 0 0 29 10 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813803243688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1682/tid=1691] ppid=1679 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/1682/task/1691/stat : 1691 (java) S 1679 1682 31144 0 -1 4202560 335 0 0 0 30 9 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813684505128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1692] ppid=1679 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/1682/task/1692/stat : 1692 (java) S 1679 1682 31144 0 -1 4202560 415 0 0 0 32 12 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813683452328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1693] ppid=1679 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/1682/task/1693/stat : 1693 (java) S 1679 1682 31144 0 -1 4202560 579 0 0 0 0 1 0 0 20 0 19 0 105736063 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813671254760 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1694] ppid=1679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1694/stat : 1694 (java) S 1679 1682 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105736063 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813670200824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1695] ppid=1679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1695/stat : 1695 (java) S 1679 1682 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105736063 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813669148424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1696] ppid=1679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1696/stat : 1696 (java) S 1679 1682 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105736066 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139812929530768 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1697] ppid=1679 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/1682/task/1697/stat : 1697 (java) S 1679 1682 31144 0 -1 4202560 4397 0 0 0 47 0 0 0 20 0 19 0 105736066 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139812928477368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1698] ppid=1679 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/1682/task/1698/stat : 1698 (java) S 1679 1682 31144 0 -1 4202560 5104 0 0 0 57 2 0 0 20 0 19 0 105736066 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139812927424568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1699] ppid=1679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1699/stat : 1699 (java) S 1679 1682 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105736066 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139812926372472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1700] ppid=1679 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/1682/task/1700/stat : 1700 (java) S 1679 1682 31144 0 -1 4202560 103 0 0 0 23 30 0 0 20 0 19 0 105736066 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139812925319880 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1701] ppid=1679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1701/stat : 1701 (java) S 1679 1682 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105737283 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139812924265896 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1785.86
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.5 s]
/proc/loadavg: 2.14 2.10 2.04 3/213 1847
/proc/meminfo: memFree=29205092/32872528 swapFree=12352/737972
[pid=1682] ppid=1679 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/1682/stat : 1682 (java) S 1679 1682 31144 0 -1 4202496 17207 0 1 0 179884 122 0 0 20 0 19 0 105736061 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 140737030642848 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1682/statm: 2406260 387771 2275 9 0 2396937 0
[pid=1682/tid=1684] ppid=1679 vsize=9625040 CPUtime=1791.07 cores=1,3,5,7
/proc/1682/task/1684/stat : 1684 (java) R 1679 1682 31144 0 -1 4202560 3517 0 1 0 179063 44 0 0 20 0 19 0 105736061 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813847013760 139813685240325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1682/tid=1685] ppid=1679 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/1682/task/1685/stat : 1685 (java) S 1679 1682 31144 0 -1 4202560 172 0 0 0 20 7 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813808507688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1686] ppid=1679 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/1682/task/1686/stat : 1686 (java) S 1679 1682 31144 0 -1 4202560 150 0 0 0 21 7 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813807454888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1682/tid=1687] ppid=1679 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/1682/task/1687/stat : 1687 (java) S 1679 1682 31144 0 -1 4202560 292 0 0 0 23 8 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813806402600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1682/tid=1688] ppid=1679 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/1682/task/1688/stat : 1688 (java) S 1679 1682 31144 0 -1 4202560 253 0 0 0 37 14 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813805349800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1689] ppid=1679 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/1682/task/1689/stat : 1689 (java) S 1679 1682 31144 0 -1 4202560 433 0 0 0 24 8 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813804296488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1690] ppid=1679 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/1682/task/1690/stat : 1690 (java) S 1679 1682 31144 0 -1 4202560 199 0 0 0 29 10 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813803243688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1682/tid=1691] ppid=1679 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/1682/task/1691/stat : 1691 (java) S 1679 1682 31144 0 -1 4202560 335 0 0 0 30 9 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813684505128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1692] ppid=1679 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/1682/task/1692/stat : 1692 (java) S 1679 1682 31144 0 -1 4202560 415 0 0 0 32 12 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813683452328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1693] ppid=1679 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/1682/task/1693/stat : 1693 (java) S 1679 1682 31144 0 -1 4202560 579 0 0 0 0 1 0 0 20 0 19 0 105736063 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813671254760 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1694] ppid=1679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1694/stat : 1694 (java) S 1679 1682 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105736063 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813670200824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1695] ppid=1679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1695/stat : 1695 (java) S 1679 1682 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105736063 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813669148424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1696] ppid=1679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1696/stat : 1696 (java) S 1679 1682 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105736066 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139812929530768 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1697] ppid=1679 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/1682/task/1697/stat : 1697 (java) S 1679 1682 31144 0 -1 4202560 4397 0 0 0 47 0 0 0 20 0 19 0 105736066 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139812928477368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1698] ppid=1679 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/1682/task/1698/stat : 1698 (java) S 1679 1682 31144 0 -1 4202560 5104 0 0 0 57 2 0 0 20 0 19 0 105736066 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139812927424568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1699] ppid=1679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1699/stat : 1699 (java) S 1679 1682 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105736066 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139812926372472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1700] ppid=1679 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/1682/task/1700/stat : 1700 (java) S 1679 1682 31144 0 -1 4202560 103 0 0 0 23 30 0 0 20 0 19 0 105736066 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139812925319880 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1701] ppid=1679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1701/stat : 1701 (java) S 1679 1682 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105737283 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139812924265896 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
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 1682 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.5 s]
/proc/loadavg: 2.14 2.10 2.04 3/213 1847
/proc/meminfo: memFree=29205092/32872528 swapFree=12352/737972
[pid=1682] ppid=1679 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/1682/stat : 1682 (java) S 1679 1682 31144 0 -1 4202496 17207 0 1 0 179884 122 0 0 20 0 19 0 105736061 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 140737030642848 213869690941 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/1682/statm: 2406260 387771 2275 9 0 2396937 0
[pid=1682/tid=1684] ppid=1679 vsize=9625040 CPUtime=1791.07 cores=1,3,5,7
/proc/1682/task/1684/stat : 1684 (java) R 1679 1682 31144 0 -1 4202560 3517 0 1 0 179063 44 0 0 20 0 19 0 105736061 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813847013760 139813685240325 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=1682/tid=1685] ppid=1679 vsize=9625040 CPUtime=0.27 cores=1,3,5,7
/proc/1682/task/1685/stat : 1685 (java) S 1679 1682 31144 0 -1 4202560 172 0 0 0 20 7 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813808507688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1686] ppid=1679 vsize=9625040 CPUtime=0.28 cores=1,3,5,7
/proc/1682/task/1686/stat : 1686 (java) S 1679 1682 31144 0 -1 4202560 150 0 0 0 21 7 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813807454888 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1682/tid=1687] ppid=1679 vsize=9625040 CPUtime=0.31 cores=1,3,5,7
/proc/1682/task/1687/stat : 1687 (java) S 1679 1682 31144 0 -1 4202560 292 0 0 0 23 8 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813806402600 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=1682/tid=1688] ppid=1679 vsize=9625040 CPUtime=0.51 cores=1,3,5,7
/proc/1682/task/1688/stat : 1688 (java) S 1679 1682 31144 0 -1 4202560 253 0 0 0 37 14 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813805349800 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1689] ppid=1679 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/1682/task/1689/stat : 1689 (java) S 1679 1682 31144 0 -1 4202560 433 0 0 0 24 8 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813804296488 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1690] ppid=1679 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/1682/task/1690/stat : 1690 (java) S 1679 1682 31144 0 -1 4202560 199 0 0 0 29 10 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813803243688 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=1682/tid=1691] ppid=1679 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/1682/task/1691/stat : 1691 (java) S 1679 1682 31144 0 -1 4202560 335 0 0 0 30 9 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813684505128 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1692] ppid=1679 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/1682/task/1692/stat : 1692 (java) S 1679 1682 31144 0 -1 4202560 415 0 0 0 32 12 0 0 20 0 19 0 105736062 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813683452328 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1693] ppid=1679 vsize=9625040 CPUtime=0.01 cores=1,3,5,7
/proc/1682/task/1693/stat : 1693 (java) S 1679 1682 31144 0 -1 4202560 579 0 0 0 0 1 0 0 20 0 19 0 105736063 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813671254760 213869705129 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1694] ppid=1679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1694/stat : 1694 (java) S 1679 1682 31144 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 105736063 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813670200824 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1695] ppid=1679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1695/stat : 1695 (java) S 1679 1682 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105736063 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139813669148424 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1696] ppid=1679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1696/stat : 1696 (java) S 1679 1682 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105736066 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139812929530768 213869713184 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1697] ppid=1679 vsize=9625040 CPUtime=0.47 cores=1,3,5,7
/proc/1682/task/1697/stat : 1697 (java) S 1679 1682 31144 0 -1 4202560 4397 0 0 0 47 0 0 0 20 0 19 0 105736066 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139812928477368 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1698] ppid=1679 vsize=9625040 CPUtime=0.59 cores=1,3,5,7
/proc/1682/task/1698/stat : 1698 (java) S 1679 1682 31144 0 -1 4202560 5104 0 0 0 57 2 0 0 20 0 19 0 105736066 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139812927424568 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1699] ppid=1679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1699/stat : 1699 (java) S 1679 1682 31144 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 105736066 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139812926372472 213869704252 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=1682/tid=1700] ppid=1679 vsize=9625040 CPUtime=0.53 cores=1,3,5,7
/proc/1682/task/1700/stat : 1700 (java) S 1679 1682 31144 0 -1 4202560 103 0 0 0 23 30 0 0 20 0 19 0 105736066 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139812925319880 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=1682/tid=1701] ppid=1679 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/1682/task/1701/stat : 1701 (java) S 1679 1682 31144 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 105737283 9856040960 387771 33554432000 1073741824 1073778376 140737030651712 139812924265896 213869705129 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1796.52
CPU time (s): 1800.06
CPU user time (s): 1798.84
CPU system time (s): 1.22
CPU usage (%): 100.197
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.2
system time used= 1.65175
maximum resident set size= 1554204
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17245
page faults= 1
swaps= 0
block input operations= 0
block output operations= 976
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 38160
involuntary context switches= 3539

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.8823 second user time and 13.225 second system time

The end

Launcher Data

Begin job on node112 at 2016-06-06 20:33:36
IDJOB=4084765
IDBENCH=2441
IDSOLVER=2546
FILE ID=node112/4084765-1465238015
RUNJOBID= node112-1465218300-31161
PBS_JOBID= 19843211
Free space on /tmp= 71712 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-mps-v2-20-10-wood1p.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4084765-1465238015/watcher-4084765-1465238015 -o /tmp/evaluation-result-4084765-1465238015/solver-4084765-1465238015 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node112-1465218300-31161 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4084765-1465238015.opb

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

MD5SUM BENCH= 360101c0d249c34bf56133c11582c641
RANDOM SEED=1234292554

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

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.783
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.72
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.783
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.783
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:        30148580 kB
Buffers:           25836 kB
Cached:           132980 kB
SwapCached:         1628 kB
Active:          1204052 kB
Inactive:          64956 kB
Active(anon):    1111980 kB
Inactive(anon):      564 kB
Active(file):      92072 kB
Inactive(file):    64392 kB
Unevictable:      737972 kB
Mlocked:           12352 kB
SwapTotal:      67108856 kB
SwapFree:       67098564 kB
Dirty:             34516 kB
Writeback:             0 kB
AnonPages:       1860176 kB
Mapped:            15344 kB
Shmem:                 0 kB
Slab:             569236 kB
SReclaimable:      11972 kB
SUnreclaim:       557264 kB
KernelStack:        1584 kB
PageTables:         8020 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3338248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1822720 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 node112 at 2016-06-06 21:03:33