Trace number 4101010

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 Res+CP PB16? (TO) 1800.92 900.916

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-wood1p.opb
MD5SUMaabed44ae42554b2c221ee9ed761b9cb
Bench CategoryOPT-SMALLINT (optimisation, small integers)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark193.848
Has Objective FunctionYES
SatisfiableNO
(Un)Satisfiability was provedYES
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 262145
Number of bits for the biggest coefficient in the objective function 19
Sum of the numbers in the objective function 524317
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 590977
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.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 ManyCore solver with 2 solvers running in parallel
0.08/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@5d764be1
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 Expensive 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.pb.tools.ManyCorePB@9f436f5
0.08/0.12	c --- End Solver configuration ---
0.08/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.08/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.08/0.12	c --- Begin Solver configuration ---
0.08/0.13	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@4413ee
0.08/0.13	c Learn all clauses as in MiniSAT
0.08/0.13	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.08/0.13	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.08/0.13	c No reason simplification
0.08/0.13	c Armin Biere (Picosat) restarts strategy
0.08/0.13	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.13	c timeout=2147483s
0.08/0.13	c DB Simplification allowed=false
0.08/0.13	c Listener: org.sat4j.pb.tools.ManyCorePB@9f436f5
0.08/0.13	c --- End Solver configuration ---
0.08/0.13	c solving HOME/instance-4101010-1466212425.opb
0.08/0.13	c reading problem ... 
0.08/0.13	c  objective function found
10.54/7.67	c ... done. Wall clock time 7.548s.
10.54/7.67	c declared #vars     77820
10.54/7.67	c #constraints  487
10.54/7.68	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
10.54/7.68	c constraints type 
10.54/7.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 2
10.54/7.68	c org.sat4j.specs.Constr$1 => 72
10.54/7.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 413
10.54/7.68	c 487 constraints processed.
10.54/7.68	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
10.54/7.68	c constraints type 
10.54/7.68	c org.sat4j.specs.Constr$1 => 72
10.54/7.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 2
10.54/7.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 413
10.54/7.68	c 487 constraints processed.
10.54/7.68	c objective function length is 30 literals
1800.90/900.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.90/900.90	c starts		: 10
1800.90/900.90	c conflicts		: 1186
1800.90/900.90	c decisions		: 95796
1800.90/900.90	c propagations		: 5336110
1800.90/900.90	c inspects		: 115834802
1800.90/900.90	c shortcuts		: 0
1800.90/900.90	c learnt literals	: 0
1800.90/900.90	c learnt binary clauses	: 0
1800.90/900.90	c learnt ternary clauses	: 0
1800.90/900.90	c learnt constraints	: 1185
1800.90/900.90	c ignored constraints	: 0
1800.90/900.90	c root simplifications	: 0
1800.90/900.90	c removed literals (reason simplification)	: 18692
1800.90/900.90	c reason swapping (by a shorter reason)	: 0
1800.90/900.90	c Calls to reduceDB	: 0
1800.90/900.90	c Number of update (reduction) of LBD	: 1190
1800.90/900.90	c Imported unit clauses	: 0
1800.90/900.90	c number of reductions to clauses (during analyze)	: 0
1800.90/900.90	c number of learned constraints concerned by reduction	: 0
1800.90/900.90	c number of learning phase by resolution	: 0
1800.90/900.90	c number of learning phase by cutting planes	: 0
1800.90/900.90	c speed (assignments/second)	: 5977.70951798429
1800.90/900.90	c non guided choices	0
1800.90/900.90	c learnt constraints type 
1800.90/900.90	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1185
1800.90/900.90	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.90/900.90	c starts		: 1
1800.90/900.90	c conflicts		: 8
1800.90/900.90	c decisions		: 18430
1800.90/900.90	c propagations		: 204161
1800.90/900.90	c inspects		: 4515493
1800.90/900.90	c shortcuts		: 0
1800.90/900.90	c learnt literals	: 0
1800.90/900.90	c learnt binary clauses	: 0
1800.90/900.90	c learnt ternary clauses	: 0
1800.90/900.90	c learnt constraints	: 7
1800.90/900.90	c ignored constraints	: 0
1800.90/900.90	c root simplifications	: 0
1800.90/900.90	c removed literals (reason simplification)	: 0
1800.90/900.90	c reason swapping (by a shorter reason)	: 0
1800.90/900.90	c Calls to reduceDB	: 0
1800.90/900.90	c Number of update (reduction) of LBD	: 0
1800.90/900.90	c Imported unit clauses	: 0
1800.90/900.90	c number of reductions to clauses (during analyze)	: 0
1800.90/900.90	c number of learned constraints concerned by reduction	: 0
1800.90/900.90	c number of learning phase by resolution	: 0
1800.90/900.90	c number of learning phase by cutting planes	: 0
1800.90/900.90	c speed (assignments/second)	: 228.74208156963624
1800.90/900.90	c non guided choices	0
1800.90/900.90	c learnt constraints type 
1800.90/900.90	c org.sat4j.pb.constraints.pb.MaxWatchPb => 7
1800.90/900.90	s UNKNOWN
1800.90/900.90	c Total wall clock time (in seconds): 900.776

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-4101010-1466212425/watcher-4101010-1466212425 -o /tmp/evaluation-result-4101010-1466212425/solver-4101010-1466212425 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1315 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4101010-1466212425.opb 

pid=3633
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: 4.18 4.26 4.18 4/197 3636
/proc/meminfo: memFree=27733676/32872528 swapFree=877056/942464
[pid=3636] ppid=3633 vsize=9292 CPUtime=0 cores=0,2,4,6
/proc/3636/stat : 3636 (java) D 3633 3636 1299 0 -1 4202496 535 0 0 0 0 0 0 0 20 0 1 0 23291452 9515008 186 33554432000 1073741824 1073778376 140736613277808 140736613266872 213183982887 0 0 4096 0 18446744072100588836 0 0 17 4 0 0 0 0 0
/proc/3636/statm: 2323 186 143 9 0 71 0

[startup+0.100064 s]
/proc/loadavg: 4.18 4.26 4.18 4/197 3636
/proc/meminfo: memFree=27733676/32872528 swapFree=877056/942464
[pid=3636] ppid=3633 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/3636/stat : 3636 (java) S 3633 3636 1299 0 -1 4202496 4471 0 1 0 8 0 0 0 20 0 18 0 23291452 9787879424 5581 33554432000 1073741824 1073778376 140736613277808 140736613268944 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3636/statm: 2389619 5581 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 9558476

[startup+0.200268 s]
/proc/loadavg: 4.18 4.26 4.18 4/197 3636
/proc/meminfo: memFree=27733676/32872528 swapFree=877056/942464
[pid=3636] ppid=3633 vsize=9558476 CPUtime=0.27 cores=0,2,4,6
/proc/3636/stat : 3636 (java) S 3633 3636 1299 0 -1 4202496 5063 0 1 0 27 0 0 0 20 0 18 0 23291452 9787879424 7453 33554432000 1073741824 1073778376 140736613277808 140736613268944 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3636/statm: 2389619 7453 2217 9 0 2380296 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9558476

[startup+0.300276 s]
/proc/loadavg: 4.18 4.26 4.18 4/197 3636
/proc/meminfo: memFree=27733676/32872528 swapFree=877056/942464
[pid=3636] ppid=3633 vsize=9558476 CPUtime=0.47 cores=0,2,4,6
/proc/3636/stat : 3636 (java) S 3633 3636 1299 0 -1 4202496 5622 0 1 0 47 0 0 0 20 0 18 0 23291452 9787879424 9744 33554432000 1073741824 1073778376 140736613277808 140736613268944 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3636/statm: 2389619 9744 2236 9 0 2380296 0
Current children cumulated CPU time (s) 0.47
Current children cumulated vsize (KiB) 9558476

[startup+0.700254 s]
/proc/loadavg: 4.18 4.26 4.18 4/197 3636
/proc/meminfo: memFree=27733676/32872528 swapFree=877056/942464
[pid=3636] ppid=3633 vsize=9558476 CPUtime=1.32 cores=0,2,4,6
/proc/3636/stat : 3636 (java) S 3633 3636 1299 0 -1 4202496 13457 0 1 0 129 3 0 0 20 0 18 0 23291452 9787879424 35667 33554432000 1073741824 1073778376 140736613277808 140736613268944 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3636/statm: 2389619 35667 2253 9 0 2380296 0
Current children cumulated CPU time (s) 1.32
Current children cumulated vsize (KiB) 9558476

[startup+1.5008 s]
/proc/loadavg: 4.18 4.26 4.18 8/215 3654
/proc/meminfo: memFree=27542808/32872528 swapFree=877056/942464
[pid=3636] ppid=3633 vsize=9558476 CPUtime=2.51 cores=0,2,4,6
/proc/3636/stat : 3636 (java) S 3633 3636 1299 0 -1 4202496 14149 0 1 0 236 15 0 0 20 0 18 0 23291452 9787879424 66880 33554432000 1073741824 1073778376 140736613277808 140736613268944 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3636/statm: 2389619 66880 2269 9 0 2380296 0
[pid=3636/tid=3638] ppid=3633 vsize=9558476 CPUtime=1.33 cores=0,2,4,6
/proc/3636/task/3638/stat : 3638 (java) R 3633 3636 1299 0 -1 4202560 2529 0 1 0 130 3 0 0 20 0 18 0 23291453 9787879424 66880 33554432000 1073741824 1073778376 140736613277808 140144856823776 140144729673957 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3639] ppid=3633 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/3636/task/3639/stat : 3639 (java) S 3633 3636 1299 0 -1 4202560 36 0 0 0 3 1 0 0 20 0 18 0 23291454 9787879424 66880 33554432000 1073741824 1073778376 140736613277808 140144700733992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3640] ppid=3633 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/3636/task/3640/stat : 3640 (java) S 3633 3636 1299 0 -1 4202560 27 0 0 0 4 1 0 0 20 0 18 0 23291454 9787879424 66880 33554432000 1073741824 1073778376 140736613277808 140144699681192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3641] ppid=3633 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/3636/task/3641/stat : 3641 (java) S 3633 3636 1299 0 -1 4202560 154 0 0 0 2 1 0 0 20 0 18 0 23291454 9787879424 66880 33554432000 1073741824 1073778376 140736613277808 140144698628392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3642] ppid=3633 vsize=9558476 CPUtime=0.06 cores=0,2,4,6
/proc/3636/task/3642/stat : 3642 (java) S 3633 3636 1299 0 -1 4202560 41 0 0 0 4 2 0 0 20 0 18 0 23291454 9787879424 66880 33554432000 1073741824 1073778376 140736613277808 140144697575592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3643] ppid=3633 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/3636/task/3643/stat : 3643 (java) S 3633 3636 1299 0 -1 4202560 101 0 0 0 3 2 0 0 20 0 18 0 23291454 9787879424 66880 33554432000 1073741824 1073778376 140736613277808 140144696523816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3644] ppid=3633 vsize=9558476 CPUtime=0.03 cores=0,2,4,6
/proc/3636/task/3644/stat : 3644 (java) S 3633 3636 1299 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 18 0 23291454 9787879424 66880 33554432000 1073741824 1073778376 140736613277808 140144695471016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3645] ppid=3633 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/3636/task/3645/stat : 3645 (java) S 3633 3636 1299 0 -1 4202560 98 0 0 0 3 1 0 0 20 0 18 0 23291454 9787879424 66880 33554432000 1073741824 1073778376 140736613277808 140144694418216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3646] ppid=3633 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/3636/task/3646/stat : 3646 (java) S 3633 3636 1299 0 -1 4202560 110 0 0 0 5 3 0 0 20 0 18 0 23291454 9787879424 66880 33554432000 1073741824 1073778376 140736613277808 140144693365416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3647] ppid=3633 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3647/stat : 3647 (java) S 3633 3636 1299 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 23291455 9787879424 66880 33554432000 1073741824 1073778376 140736613277808 140144680954344 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3648] ppid=3633 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3648/stat : 3648 (java) S 3633 3636 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23291456 9787879424 66880 33554432000 1073741824 1073778376 140736613277808 140144679900408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3649] ppid=3633 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3649/stat : 3649 (java) S 3633 3636 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23291456 9787879424 66880 33554432000 1073741824 1073778376 140736613277808 140144678847496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3650] ppid=3633 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3650/stat : 3650 (java) S 3633 3636 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23291458 9787879424 66880 33554432000 1073741824 1073778376 140736613277808 140144677795984 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3651] ppid=3633 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/3636/task/3651/stat : 3651 (java) S 3633 3636 1299 0 -1 4202560 2428 0 0 0 20 0 0 0 20 0 18 0 23291458 9787879424 66880 33554432000 1073741824 1073778376 140736613277808 140144676744120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3652] ppid=3633 vsize=9558476 CPUtime=0.43 cores=0,2,4,6
/proc/3636/task/3652/stat : 3652 (java) S 3633 3636 1299 0 -1 4202560 7274 0 0 0 42 1 0 0 20 0 18 0 23291458 9787879424 66880 33554432000 1073741824 1073778376 140736613277808 140144675691320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3653] ppid=3633 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3653/stat : 3653 (java) S 3633 3636 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23291458 9787879424 66880 33554432000 1073741824 1073778376 140736613277808 140144674638712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3654] ppid=3633 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3654/stat : 3654 (java) S 3633 3636 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23291458 9787879424 66880 33554432000 1073741824 1073778376 140736613277808 140144673586120 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 2.51
Current children cumulated vsize (KiB) 9558476

[startup+3.10084 s]
/proc/loadavg: 4.08 4.24 4.17 4/215 3654
/proc/meminfo: memFree=27296084/32872528 swapFree=877056/942464
[pid=3636] ppid=3633 vsize=9558476 CPUtime=4.87 cores=0,2,4,6
/proc/3636/stat : 3636 (java) S 3633 3636 1299 0 -1 4202496 15117 0 1 0 449 38 0 0 20 0 18 0 23291452 9787879424 138352 33554432000 1073741824 1073778376 140736613277808 140736613268944 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3636/statm: 2389619 138352 2269 9 0 2380296 0
[pid=3636/tid=3638] ppid=3633 vsize=9558476 CPUtime=2.68 cores=0,2,4,6
/proc/3636/task/3638/stat : 3638 (java) R 3633 3636 1299 0 -1 4202560 2583 0 1 0 263 5 0 0 20 0 18 0 23291453 9787879424 138352 33554432000 1073741824 1073778376 140736613277808 140144856824152 140144729686856 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3639] ppid=3633 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/3636/task/3639/stat : 3639 (java) S 3633 3636 1299 0 -1 4202560 105 0 0 0 13 4 0 0 20 0 18 0 23291454 9787879424 138352 33554432000 1073741824 1073778376 140736613277808 140144700733992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3640] ppid=3633 vsize=9558476 CPUtime=0.17 cores=0,2,4,6
/proc/3636/task/3640/stat : 3640 (java) S 3633 3636 1299 0 -1 4202560 87 0 0 0 13 4 0 0 20 0 18 0 23291454 9787879424 138352 33554432000 1073741824 1073778376 140736613277808 140144699681192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3641] ppid=3633 vsize=9558476 CPUtime=0.21 cores=0,2,4,6
/proc/3636/task/3641/stat : 3641 (java) S 3633 3636 1299 0 -1 4202560 219 0 0 0 16 5 0 0 20 0 18 0 23291454 9787879424 138352 33554432000 1073741824 1073778376 140736613277808 140144698628392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3642] ppid=3633 vsize=9558476 CPUtime=0.2 cores=0,2,4,6
/proc/3636/task/3642/stat : 3642 (java) S 3633 3636 1299 0 -1 4202560 98 0 0 0 16 4 0 0 20 0 18 0 23291454 9787879424 138352 33554432000 1073741824 1073778376 140736613277808 140144697575592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3643] ppid=3633 vsize=9558476 CPUtime=0.18 cores=0,2,4,6
/proc/3636/task/3643/stat : 3643 (java) S 3633 3636 1299 0 -1 4202560 201 0 0 0 14 4 0 0 20 0 18 0 23291454 9787879424 138352 33554432000 1073741824 1073778376 140736613277808 140144696523816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3644] ppid=3633 vsize=9558476 CPUtime=0.19 cores=0,2,4,6
/proc/3636/task/3644/stat : 3644 (java) S 3633 3636 1299 0 -1 4202560 83 0 0 0 14 5 0 0 20 0 18 0 23291454 9787879424 138352 33554432000 1073741824 1073778376 140736613277808 140144695471016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3645] ppid=3633 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/3636/task/3645/stat : 3645 (java) S 3633 3636 1299 0 -1 4202560 160 0 0 0 8 3 0 0 20 0 18 0 23291454 9787879424 138352 33554432000 1073741824 1073778376 140736613277808 140144694418216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3646] ppid=3633 vsize=9558476 CPUtime=0.15 cores=0,2,4,6
/proc/3636/task/3646/stat : 3646 (java) S 3633 3636 1299 0 -1 4202560 146 0 0 0 11 4 0 0 20 0 18 0 23291454 9787879424 138352 33554432000 1073741824 1073778376 140736613277808 140144693365416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3647] ppid=3633 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3647/stat : 3647 (java) S 3633 3636 1299 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 18 0 23291455 9787879424 138352 33554432000 1073741824 1073778376 140736613277808 140144680954344 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3648] ppid=3633 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3648/stat : 3648 (java) S 3633 3636 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23291456 9787879424 138352 33554432000 1073741824 1073778376 140736613277808 140144679900408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3649] ppid=3633 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3649/stat : 3649 (java) S 3633 3636 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23291456 9787879424 138352 33554432000 1073741824 1073778376 140736613277808 140144678847496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3650] ppid=3633 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3650/stat : 3650 (java) S 3633 3636 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23291458 9787879424 138352 33554432000 1073741824 1073778376 140736613277808 140144677795984 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3651] ppid=3633 vsize=9558476 CPUtime=0.22 cores=0,2,4,6
/proc/3636/task/3651/stat : 3651 (java) S 3633 3636 1299 0 -1 4202560 2707 0 0 0 22 0 0 0 20 0 18 0 23291458 9787879424 138352 33554432000 1073741824 1073778376 140736613277808 140144676744120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3652] ppid=3633 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/3636/task/3652/stat : 3652 (java) S 3633 3636 1299 0 -1 4202560 7277 0 0 0 43 1 0 0 20 0 18 0 23291458 9787879424 138352 33554432000 1073741824 1073778376 140736613277808 140144675691320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3653] ppid=3633 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3653/stat : 3653 (java) S 3633 3636 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23291458 9787879424 138352 33554432000 1073741824 1073778376 140736613277808 140144674638712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3654] ppid=3633 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3654/stat : 3654 (java) S 3633 3636 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23291458 9787879424 138352 33554432000 1073741824 1073778376 140736613277808 140144673586120 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 4.87
Current children cumulated vsize (KiB) 9558476

[startup+6.3008 s]
/proc/loadavg: 4.08 4.24 4.17 4/215 3654
/proc/meminfo: memFree=26821868/32872528 swapFree=877056/942464
[pid=3636] ppid=3633 vsize=9558476 CPUtime=9.2 cores=0,2,4,6
/proc/3636/stat : 3636 (java) S 3633 3636 1299 0 -1 4202496 16902 0 1 0 847 73 0 0 20 0 18 0 23291452 9787879424 264593 33554432000 1073741824 1073778376 140736613277808 140736613268944 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3636/statm: 2389619 264593 2277 9 0 2380296 0
[pid=3636/tid=3638] ppid=3633 vsize=9558476 CPUtime=4.81 cores=0,2,4,6
/proc/3636/task/3638/stat : 3638 (java) R 3633 3636 1299 0 -1 4202560 2866 0 1 0 473 8 0 0 20 0 18 0 23291453 9787879424 264593 33554432000 1073741824 1073778376 140736613277808 140144856817584 140144729726108 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3639] ppid=3633 vsize=9558476 CPUtime=0.34 cores=0,2,4,6
/proc/3636/task/3639/stat : 3639 (java) S 3633 3636 1299 0 -1 4202560 187 0 0 0 26 8 0 0 20 0 18 0 23291454 9787879424 264593 33554432000 1073741824 1073778376 140736613277808 140144700733992 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3640] ppid=3633 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/3636/task/3640/stat : 3640 (java) S 3633 3636 1299 0 -1 4202560 188 0 0 0 23 6 0 0 20 0 18 0 23291454 9787879424 264593 33554432000 1073741824 1073778376 140736613277808 140144699681192 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3641] ppid=3633 vsize=9558476 CPUtime=0.37 cores=0,2,4,6
/proc/3636/task/3641/stat : 3641 (java) S 3633 3636 1299 0 -1 4202560 302 0 0 0 28 9 0 0 20 0 18 0 23291454 9787879424 264593 33554432000 1073741824 1073778376 140736613277808 140144698628392 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3642] ppid=3633 vsize=9558476 CPUtime=0.39 cores=0,2,4,6
/proc/3636/task/3642/stat : 3642 (java) S 3633 3636 1299 0 -1 4202560 188 0 0 0 31 8 0 0 20 0 18 0 23291454 9787879424 264593 33554432000 1073741824 1073778376 140736613277808 140144697575592 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3643] ppid=3633 vsize=9558476 CPUtime=0.32 cores=0,2,4,6
/proc/3636/task/3643/stat : 3643 (java) S 3633 3636 1299 0 -1 4202560 334 0 0 0 26 6 0 0 20 0 18 0 23291454 9787879424 264593 33554432000 1073741824 1073778376 140736613277808 140144696523816 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3644] ppid=3633 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/3636/task/3644/stat : 3644 (java) S 3633 3636 1299 0 -1 4202560 177 0 0 0 35 10 0 0 20 0 18 0 23291454 9787879424 264593 33554432000 1073741824 1073778376 140736613277808 140144695471016 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3645] ppid=3633 vsize=9558476 CPUtime=0.37 cores=0,2,4,6
/proc/3636/task/3645/stat : 3645 (java) S 3633 3636 1299 0 -1 4202560 247 0 0 0 29 8 0 0 20 0 18 0 23291454 9787879424 264593 33554432000 1073741824 1073778376 140736613277808 140144694418216 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3646] ppid=3633 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/3636/task/3646/stat : 3646 (java) S 3633 3636 1299 0 -1 4202560 260 0 0 0 26 7 0 0 20 0 18 0 23291454 9787879424 264593 33554432000 1073741824 1073778376 140736613277808 140144693365416 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3647] ppid=3633 vsize=9558476 CPUtime=0.67 cores=0,2,4,6
/proc/3636/task/3647/stat : 3647 (java) S 3633 3636 1299 0 -1 4202560 916 0 0 0 67 0 0 0 20 0 18 0 23291455 9787879424 264593 33554432000 1073741824 1073778376 140736613277808 140144680954344 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3648] ppid=3633 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3648/stat : 3648 (java) S 3633 3636 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 23291456 9787879424 264593 33554432000 1073741824 1073778376 140736613277808 140144679900408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3649] ppid=3633 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3649/stat : 3649 (java) S 3633 3636 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 23291456 9787879424 264593 33554432000 1073741824 1073778376 140736613277808 140144678847496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3650] ppid=3633 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3650/stat : 3650 (java) S 3633 3636 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23291458 9787879424 264593 33554432000 1073741824 1073778376 140736613277808 140144677795984 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3651] ppid=3633 vsize=9558476 CPUtime=0.23 cores=0,2,4,6
/proc/3636/task/3651/stat : 3651 (java) S 3633 3636 1299 0 -1 4202560 2707 0 0 0 23 0 0 0 20 0 18 0 23291458 9787879424 264593 33554432000 1073741824 1073778376 140736613277808 140144676744120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3652] ppid=3633 vsize=9558476 CPUtime=0.44 cores=0,2,4,6
/proc/3636/task/3652/stat : 3652 (java) S 3633 3636 1299 0 -1 4202560 7277 0 0 0 43 1 0 0 20 0 18 0 23291458 9787879424 264593 33554432000 1073741824 1073778376 140736613277808 140144675691320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3653] ppid=3633 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3653/stat : 3653 (java) S 3633 3636 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23291458 9787879424 264593 33554432000 1073741824 1073778376 140736613277808 140144674638712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3654] ppid=3633 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3654/stat : 3654 (java) S 3633 3636 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 23291458 9787879424 264593 33554432000 1073741824 1073778376 140736613277808 140144673586120 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 9.2
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 4.00 4.21 4.17 5/219 3658
/proc/meminfo: memFree=26221080/32872528 swapFree=877056/942464
[pid=3636] ppid=3633 vsize=9824732 CPUtime=21.97 cores=0,2,4,6
/proc/3636/stat : 3636 (java) S 3633 3636 1299 0 -1 4202496 18585 0 1 0 2083 114 0 0 20 0 22 0 23291452 10060525568 388934 33554432000 1073741824 1073778376 140736613277808 140736613268944 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3636/statm: 2456183 388934 2280 9 0 2446860 0

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

/proc/3636/task/3653/stat : 3653 (java) S 3633 3636 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 22 0 23291458 10060525568 592446 33554432000 1073741824 1073778376 140736613277808 140144674638712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3654] ppid=3633 vsize=9824732 CPUtime=0.1 cores=0,2,4,6
/proc/3636/task/3654/stat : 3654 (java) S 3633 3636 1299 0 -1 4202560 51 0 0 0 4 6 0 0 20 0 22 0 23291458 10060525568 592446 33554432000 1073741824 1073778376 140736613277808 140144673586120 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3655] ppid=3633 vsize=9824732 CPUtime=889.03 cores=0,2,4,6
/proc/3636/task/3655/stat : 3655 (java) R 3633 3636 1299 0 -1 4202560 88 0 0 0 88887 16 0 0 20 0 22 0 23292220 10060525568 592446 33554432000 1073741824 1073778376 140736613277808 140144672529120 140144730142243 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3656] ppid=3633 vsize=9824732 CPUtime=889.06 cores=0,2,4,6
/proc/3636/task/3656/stat : 3656 (java) R 3633 3636 1299 0 -1 4202560 75 0 0 0 88890 16 0 0 20 0 22 0 23292220 10060525568 592446 33554432000 1073741824 1073778376 140736613277808 140144671477416 140144730137230 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3657] ppid=3633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3657/stat : 3657 (java) S 3633 3636 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23292276 10060525568 592446 33554432000 1073741824 1073778376 140736613277808 140144670426024 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3658] ppid=3633 vsize=9824732 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3658/stat : 3658 (java) S 3633 3636 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 22 0 23292288 10060525568 592446 33554432000 1073741824 1073778376 140736613277808 140144669373224 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.11
Current children cumulated vsize (KiB) 9824732

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

############
# WARNING:
# current cumulated CPU time (1796.97 s) is less than in the last sample (1800.9 s)
# The time of a child was probably not reported to its father.
# (see the two samples below)
# Adding the difference (3.93005 s) to the 'lost time'.

[startup+900.801 s]
/proc/loadavg: 4.59 4.32 4.22 6/219 3747
/proc/meminfo: memFree=24709488/32872528 swapFree=877056/942464
[pid=3636] ppid=3633 vsize=9891296 CPUtime=1800.9 cores=0,2,4,6
/proc/3636/stat : 3636 (java) S 3633 3636 1299 0 -1 4202496 23592 0 1 0 179877 213 0 0 20 0 23 0 23291452 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140736613268944 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3636/statm: 2472824 634961 2287 9 0 2463501 0
[pid=3636/tid=3638] ppid=3633 vsize=9891296 CPUtime=6.2 cores=0,2,4,6
/proc/3636/task/3638/stat : 3638 (java) S 3633 3636 1299 0 -1 4202560 3445 0 1 0 608 12 0 0 20 0 23 0 23291453 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144856826744 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3639] ppid=3633 vsize=9891296 CPUtime=1.04 cores=0,2,4,6
/proc/3636/task/3639/stat : 3639 (java) R 3633 3636 1299 0 -1 4202560 426 0 0 0 82 22 0 0 20 0 23 0 23291454 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144700734168 140144859297473 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3640] ppid=3633 vsize=9891296 CPUtime=1.17 cores=0,2,4,6
/proc/3636/task/3640/stat : 3640 (java) R 3633 3636 1299 0 -1 4202560 590 0 0 0 94 23 0 0 20 0 23 0 23291454 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144699681368 140144860988120 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3641] ppid=3633 vsize=9891296 CPUtime=1.07 cores=0,2,4,6
/proc/3636/task/3641/stat : 3641 (java) R 3633 3636 1299 0 -1 4202560 531 0 0 0 85 22 0 0 20 0 23 0 23291454 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144698628568 140144860104599 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3642] ppid=3633 vsize=9891296 CPUtime=1.17 cores=0,2,4,6
/proc/3636/task/3642/stat : 3642 (java) R 3633 3636 1299 0 -1 4202560 604 0 0 0 92 25 0 0 20 0 23 0 23291454 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144697575768 140144860988160 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3643] ppid=3633 vsize=9891296 CPUtime=1.01 cores=0,2,4,6
/proc/3636/task/3643/stat : 3643 (java) R 3633 3636 1299 0 -1 4202560 628 0 0 0 82 19 0 0 20 0 23 0 23291454 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144696523696 140144863722412 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3644] ppid=3633 vsize=9891296 CPUtime=1.25 cores=0,2,4,6
/proc/3636/task/3644/stat : 3644 (java) R 3633 3636 1299 0 -1 4202560 483 0 0 0 98 27 0 0 20 0 23 0 23291454 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144695471192 140144860583052 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3645] ppid=3633 vsize=9891296 CPUtime=1.17 cores=0,2,4,6
/proc/3636/task/3645/stat : 3645 (java) R 3633 3636 1299 0 -1 4202560 535 0 0 0 93 24 0 0 20 0 23 0 23291454 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144694418392 140144863724797 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3646] ppid=3633 vsize=9891296 CPUtime=1.04 cores=0,2,4,6
/proc/3636/task/3646/stat : 3646 (java) R 3633 3636 1299 0 -1 4202560 553 0 0 0 83 21 0 0 20 0 23 0 23291454 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144693365592 140144860988038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3647] ppid=3633 vsize=9891296 CPUtime=0.71 cores=0,2,4,6
/proc/3636/task/3647/stat : 3647 (java) S 3633 3636 1299 0 -1 4202560 1390 0 0 0 68 3 0 0 20 0 23 0 23291455 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144680953224 213196518460 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3648] ppid=3633 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3648/stat : 3648 (java) S 3633 3636 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 23291456 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144679900408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3649] ppid=3633 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3649/stat : 3649 (java) S 3633 3636 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 23291456 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144678847496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3650] ppid=3633 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3650/stat : 3650 (java) S 3633 3636 1299 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 23 0 23291458 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144677795984 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3651] ppid=3633 vsize=9891296 CPUtime=1.35 cores=0,2,4,6
/proc/3636/task/3651/stat : 3651 (java) S 3633 3636 1299 0 -1 4202560 5484 0 0 0 135 0 0 0 20 0 23 0 23291458 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144676744120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3652] ppid=3633 vsize=9891296 CPUtime=0.94 cores=0,2,4,6
/proc/3636/task/3652/stat : 3652 (java) S 3633 3636 1299 0 -1 4202560 7423 0 0 0 93 1 0 0 20 0 23 0 23291458 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144675691320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3653] ppid=3633 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3653/stat : 3653 (java) S 3633 3636 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 23291458 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144674638712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3654] ppid=3633 vsize=9891296 CPUtime=0.1 cores=0,2,4,6
/proc/3636/task/3654/stat : 3654 (java) S 3633 3636 1299 0 -1 4202560 53 0 0 0 4 6 0 0 20 0 23 0 23291458 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144673586120 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3655] ppid=3633 vsize=9891296 CPUtime=889.03 cores=0,2,4,6
/proc/3636/task/3655/stat : 3655 (java) S 3633 3636 1299 0 -1 4202560 88 0 0 0 88887 16 0 0 20 0 23 0 23292220 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144672529240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3656] ppid=3633 vsize=9891296 CPUtime=889.07 cores=0,2,4,6
/proc/3636/task/3656/stat : 3656 (java) S 3633 3636 1299 0 -1 4202560 75 0 0 0 88891 16 0 0 20 0 23 0 23292220 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144671476024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3657] ppid=3633 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3657/stat : 3657 (java) S 3633 3636 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 23292276 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144670426024 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3658] ppid=3633 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3658/stat : 3658 (java) S 3633 3636 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 23292288 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144669373224 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.9
Current children cumulated vsize (KiB) 9891296

[startup+900.901 s]
/proc/loadavg: 4.59 4.32 4.22 11/220 3748
/proc/meminfo: memFree=24463352/32872528 swapFree=877056/942464
[pid=3636] ppid=3633 vsize=0 CPUtime=1796.97 cores=0,2,4,6
/proc/3636/stat : 3636 (java) Z 3633 3636 1299 0 -1 4203532 23777 0 1 0 179440 257 0 0 20 0 2 0 23291452 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3636/statm: 0 0 0 0 0 0 0
[pid=3636/tid=3645] ppid=3633 vsize=0 CPUtime=1.23 cores=0,2,4,6
/proc/3636/task/3645/stat : 3645 (java) R 3633 3636 1299 0 -1 4203588 547 0 0 0 98 25 0 0 20 0 2 0 23291454 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1796.97
Current children cumulated vsize (KiB) 0
#
############


Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 3636 sig 9
??? kill -3636 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+900.801 s]
/proc/loadavg: 4.59 4.32 4.22 6/219 3747
/proc/meminfo: memFree=24709488/32872528 swapFree=877056/942464
[pid=3636] ppid=3633 vsize=9891296 CPUtime=1800.9 cores=0,2,4,6
/proc/3636/stat : 3636 (java) S 3633 3636 1299 0 -1 4202496 23592 0 1 0 179877 213 0 0 20 0 23 0 23291452 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140736613268944 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3636/statm: 2472824 634961 2287 9 0 2463501 0
[pid=3636/tid=3638] ppid=3633 vsize=9891296 CPUtime=6.2 cores=0,2,4,6
/proc/3636/task/3638/stat : 3638 (java) S 3633 3636 1299 0 -1 4202560 3445 0 1 0 608 12 0 0 20 0 23 0 23291453 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144856826744 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3639] ppid=3633 vsize=9891296 CPUtime=1.04 cores=0,2,4,6
/proc/3636/task/3639/stat : 3639 (java) R 3633 3636 1299 0 -1 4202560 426 0 0 0 82 22 0 0 20 0 23 0 23291454 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144700734168 140144859297473 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3640] ppid=3633 vsize=9891296 CPUtime=1.17 cores=0,2,4,6
/proc/3636/task/3640/stat : 3640 (java) R 3633 3636 1299 0 -1 4202560 590 0 0 0 94 23 0 0 20 0 23 0 23291454 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144699681368 140144860988120 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3641] ppid=3633 vsize=9891296 CPUtime=1.07 cores=0,2,4,6
/proc/3636/task/3641/stat : 3641 (java) R 3633 3636 1299 0 -1 4202560 531 0 0 0 85 22 0 0 20 0 23 0 23291454 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144698628568 140144860104599 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3642] ppid=3633 vsize=9891296 CPUtime=1.17 cores=0,2,4,6
/proc/3636/task/3642/stat : 3642 (java) R 3633 3636 1299 0 -1 4202560 604 0 0 0 92 25 0 0 20 0 23 0 23291454 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144697575768 140144860988160 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3643] ppid=3633 vsize=9891296 CPUtime=1.01 cores=0,2,4,6
/proc/3636/task/3643/stat : 3643 (java) R 3633 3636 1299 0 -1 4202560 628 0 0 0 82 19 0 0 20 0 23 0 23291454 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144696523696 140144863722412 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3644] ppid=3633 vsize=9891296 CPUtime=1.25 cores=0,2,4,6
/proc/3636/task/3644/stat : 3644 (java) R 3633 3636 1299 0 -1 4202560 483 0 0 0 98 27 0 0 20 0 23 0 23291454 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144695471192 140144860583052 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3645] ppid=3633 vsize=9891296 CPUtime=1.17 cores=0,2,4,6
/proc/3636/task/3645/stat : 3645 (java) R 3633 3636 1299 0 -1 4202560 535 0 0 0 93 24 0 0 20 0 23 0 23291454 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144694418392 140144863724797 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3646] ppid=3633 vsize=9891296 CPUtime=1.04 cores=0,2,4,6
/proc/3636/task/3646/stat : 3646 (java) R 3633 3636 1299 0 -1 4202560 553 0 0 0 83 21 0 0 20 0 23 0 23291454 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144693365592 140144860988038 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3647] ppid=3633 vsize=9891296 CPUtime=0.71 cores=0,2,4,6
/proc/3636/task/3647/stat : 3647 (java) S 3633 3636 1299 0 -1 4202560 1390 0 0 0 68 3 0 0 20 0 23 0 23291455 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144680953224 213196518460 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=3636/tid=3648] ppid=3633 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3648/stat : 3648 (java) S 3633 3636 1299 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 23291456 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144679900408 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3649] ppid=3633 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3649/stat : 3649 (java) S 3633 3636 1299 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 23291456 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144678847496 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3650] ppid=3633 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3650/stat : 3650 (java) S 3633 3636 1299 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 23 0 23291458 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144677795984 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3651] ppid=3633 vsize=9891296 CPUtime=1.35 cores=0,2,4,6
/proc/3636/task/3651/stat : 3651 (java) S 3633 3636 1299 0 -1 4202560 5484 0 0 0 135 0 0 0 20 0 23 0 23291458 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144676744120 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3652] ppid=3633 vsize=9891296 CPUtime=0.94 cores=0,2,4,6
/proc/3636/task/3652/stat : 3652 (java) S 3633 3636 1299 0 -1 4202560 7423 0 0 0 93 1 0 0 20 0 23 0 23291458 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144675691320 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3653] ppid=3633 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3653/stat : 3653 (java) S 3633 3636 1299 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 23291458 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144674638712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3654] ppid=3633 vsize=9891296 CPUtime=0.1 cores=0,2,4,6
/proc/3636/task/3654/stat : 3654 (java) S 3633 3636 1299 0 -1 4202560 53 0 0 0 4 6 0 0 20 0 23 0 23291458 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144673586120 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3655] ppid=3633 vsize=9891296 CPUtime=889.03 cores=0,2,4,6
/proc/3636/task/3655/stat : 3655 (java) S 3633 3636 1299 0 -1 4202560 88 0 0 0 88887 16 0 0 20 0 23 0 23292220 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144672529240 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=3636/tid=3656] ppid=3633 vsize=9891296 CPUtime=889.07 cores=0,2,4,6
/proc/3636/task/3656/stat : 3656 (java) S 3633 3636 1299 0 -1 4202560 75 0 0 0 88891 16 0 0 20 0 23 0 23292220 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144671476024 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=3636/tid=3657] ppid=3633 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3657/stat : 3657 (java) S 3633 3636 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 23292276 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144670426024 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=3636/tid=3658] ppid=3633 vsize=9891296 CPUtime=0 cores=0,2,4,6
/proc/3636/task/3658/stat : 3658 (java) S 3633 3636 1299 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 23 0 23292288 10128687104 634961 33554432000 1073741824 1073778376 140736613277808 140144669373224 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.9
Current children cumulated vsize (KiB) 9891296

[startup+900.901 s]
/proc/loadavg: 4.59 4.32 4.22 11/220 3748
/proc/meminfo: memFree=24463352/32872528 swapFree=877056/942464
[pid=3636] ppid=3633 vsize=0 CPUtime=1796.97 cores=0,2,4,6
/proc/3636/stat : 3636 (java) Z 3633 3636 1299 0 -1 4203532 23777 0 1 0 179440 257 0 0 20 0 2 0 23291452 0 0 33554432000 0 0 0 0 0 0 0 0 16800975 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/3636/statm: 0 0 0 0 0 0 0
[pid=3636/tid=3645] ppid=3633 vsize=0 CPUtime=1.23 cores=0,2,4,6
/proc/3636/task/3645/stat : 3645 (java) R 3633 3636 1299 0 -1 4203588 547 0 0 0 98 25 0 0 20 0 2 0 23291454 0 0 33554432000 0 0 0 0 0 0 4 0 16800975 18446744073709551615 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1796.97
Current children cumulated vsize (KiB) 0

Child status: 143

# WARNING:
# The CPU time of some children was not reported to their father
# (probably because of a missing or aborted wait()).
# This 'lost CPU time' is added to the watched process CPU time.
#  lost CPU time (s): 3.93005
#  lost CPU user time (s): 4.37
#  lost CPU system time (s): -0.44

Real time (s): 900.916
CPU time (s): 1800.92
CPU user time (s): 1798.77
CPU system time (s): 2.15061
CPU usage (%): 199.899
Max. virtual memory (cumulated for all children) (KiB): 9891296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.4
system time used= 2.59061
maximum resident set size= 2615784
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 23777
page faults= 1
swaps= 0
block input operations= 0
block output operations= 704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 21548
involuntary context switches= 22641

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.28035 second user time and 5.9191 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 03:13:45
IDJOB=4101010
IDBENCH=1689
IDSOLVER=2543
FILE ID=node113/4101010-1466212425
RUNJOBID= node113-1466206100-1315
PBS_JOBID= 19918163
Free space on /tmp= 71688 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/lp/data/normalized-reduced-mps-v2-20-10-wood1p.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4101010-1466212425/watcher-4101010-1466212425 -o /tmp/evaluation-result-4101010-1466212425/solver-4101010-1466212425 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466206100-1315 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4101010-1466212425.opb

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

MD5SUM BENCH= aabed44ae42554b2c221ee9ed761b9cb
RANDOM SEED=1715384099

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        27734056 kB
Buffers:           89172 kB
Cached:           105568 kB
SwapCached:         1968 kB
Active:          3337264 kB
Inactive:         120112 kB
Active(anon):    3263340 kB
Inactive(anon):     1556 kB
Active(file):      73924 kB
Inactive(file):   118556 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:             19508 kB
Writeback:             0 kB
AnonPages:       4205384 kB
Mapped:            15428 kB
Shmem:                 0 kB
Slab:             598948 kB
SReclaimable:      42836 kB
SUnreclaim:       556112 kB
KernelStack:        1616 kB
PageTables:        12368 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4437372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3268608 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= 71684 MiB
End job on node113 at 2016-06-18 03:28:46