Trace number 4105884

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.01 1796.72

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=400-sizeP=201-sizeQ=400-517735400-max.opb
MD5SUM57770cf676196c26ecb8cc01d6a682c4
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark-25
Best CPU time to get the best result obtained on this benchmark1800.12
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables81001
Total number of constraints241201
Number of constraints which are clauses241200
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints1
Minimum length of a constraint2
Maximum length of a constraint80400
Number of terms in the objective function 201
Biggest coefficient in the objective function 1606938044258990275541962092341162602522202993782792835301376
Number of bits for the biggest coefficient in the objective function 201
Sum of the numbers in the objective function 3213876088517980551083924184682325205044405987565585670602751
Number of bits of the sum of numbers in the objective function 201
Biggest number in a constraint 2074757784440496479256203931845580575506223116121218449997828664845326405706454073199853524473551897144098943305650394591197575537705887653943437417056981843530590901700754761842688
Number of bits of the biggest number in a constraint 600
Biggest sum of numbers in a constraint 8299031137761985917024815727382322302024892464484873799991313498100123611208949766753886495932953416094301423590956938717964645268420282271424527841217460028761689119972815147010025
Number of bits of the biggest sum of numbers601
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4105884-1466267598.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
3.30/2.38	c ... done. Wall clock time 2.269s.
3.30/2.38	c declared #vars     81001
3.30/2.38	c #constraints  241202
3.30/2.38	c constraints type 
3.30/2.38	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 80400
3.30/2.38	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 160800
3.30/2.38	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2
3.30/2.38	c 241202 constraints processed.
3.30/2.38	c objective function length is 201 literals
1800.01/1796.70	c starts		: 2
1800.01/1796.70	c conflicts		: 1858
1800.01/1796.70	c decisions		: 4118
1800.01/1796.70	c propagations		: 2016825
1800.01/1796.70	c inspects		: 7884665
1800.01/1796.70	c shortcuts		: 0
1800.01/1796.70	c learnt literals	: 0
1800.01/1796.70	c learnt binary clauses	: 0
1800.01/1796.70	c learnt ternary clauses	: 1
1800.01/1796.70	c learnt constraints	: 1858
1800.01/1796.70	c ignored constraints	: 0
1800.01/1796.70	c root simplifications	: 0
1800.01/1796.70	c removed literals (reason simplification)	: 0
1800.01/1796.70	c reason swapping (by a shorter reason)	: 0
1800.01/1796.70	c Calls to reduceDB	: 0
1800.01/1796.70	c Number of update (reduction) of LBD	: 395
1800.01/1796.70	c Imported unit clauses	: 0
1800.01/1796.70	c number of reductions to clauses (during analyze)	: 0
1800.01/1796.70	c number of learned constraints concerned by reduction	: 0
1800.01/1796.70	c number of learning phase by resolution	: 0
1800.01/1796.70	c number of learning phase by cutting planes	: 0
1800.01/1796.70	c speed (assignments/second)	: 1124.0390220847967
1800.01/1796.70	c non guided choices	166
1800.01/1796.70	c learnt constraints type 
1800.01/1796.70	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 1858
1800.01/1796.70	s UNKNOWN
1800.01/1796.70	c Total wall clock time (in seconds): 1796.589

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

pid=20150
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.11 2.11 2.08 3/194 20153
/proc/meminfo: memFree=28136028/32872528 swapFree=877056/942464
[pid=20153] ppid=20150 vsize=272 CPUtime=0 cores=1,3,5,7
/proc/20153/stat : 20153 (java) R 20150 20153 19848 0 -1 4202496 357 0 0 0 0 0 0 0 20 0 1 0 28808764 278528 27 33554432000 1073741824 1073778376 140733240800192 140737159303736 213183961681 0 0 4096 0 0 0 0 17 5 0 0 0 0 0
/proc/20153/statm: 68 33 25 9 0 25 0

[startup+0.100166 s]
/proc/loadavg: 2.11 2.11 2.08 3/194 20153
/proc/meminfo: memFree=28136028/32872528 swapFree=877056/942464
[pid=20153] ppid=20150 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/20153/stat : 20153 (java) S 20150 20153 19848 0 -1 4202496 4405 0 1 0 8 1 0 0 20 0 18 0 28808764 9787879424 6042 33554432000 1073741824 1073778376 140733240800192 140733240791328 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20153/statm: 2389619 6042 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200239 s]
/proc/loadavg: 2.11 2.11 2.08 3/194 20153
/proc/meminfo: memFree=28136028/32872528 swapFree=877056/942464
[pid=20153] ppid=20150 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/20153/stat : 20153 (java) S 20150 20153 19848 0 -1 4202496 4961 0 1 0 25 1 0 0 20 0 18 0 28808764 9787879424 7532 33554432000 1073741824 1073778376 140733240800192 140733240791328 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20153/statm: 2389619 7532 2215 9 0 2380296 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9558476

[startup+0.300265 s]
/proc/loadavg: 2.11 2.11 2.08 3/194 20153
/proc/meminfo: memFree=28136028/32872528 swapFree=877056/942464
[pid=20153] ppid=20150 vsize=9558476 CPUtime=0.49 cores=1,3,5,7
/proc/20153/stat : 20153 (java) S 20150 20153 19848 0 -1 4202496 6019 0 1 0 48 1 0 0 20 0 18 0 28808764 9787879424 8852 33554432000 1073741824 1073778376 140733240800192 140733240791328 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20153/statm: 2389619 8853 2232 9 0 2380296 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 9558476

[startup+0.700316 s]
/proc/loadavg: 2.11 2.11 2.08 3/194 20153
/proc/meminfo: memFree=28136028/32872528 swapFree=877056/942464
[pid=20153] ppid=20150 vsize=9558476 CPUtime=1.12 cores=1,3,5,7
/proc/20153/stat : 20153 (java) S 20150 20153 19848 0 -1 4202496 7635 0 1 0 107 5 0 0 20 0 18 0 28808764 9787879424 41689 33554432000 1073741824 1073778376 140733240800192 140733240791328 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20153/statm: 2389619 41689 2261 9 0 2380296 0
Current children cumulated CPU time (s) 1.12
Current children cumulated vsize (KiB) 9558476

[startup+1.50085 s]
/proc/loadavg: 2.11 2.11 2.08 3/212 20171
/proc/meminfo: memFree=27957292/32872528 swapFree=877056/942464
[pid=20153] ppid=20150 vsize=9558476 CPUtime=2.02 cores=1,3,5,7
/proc/20153/stat : 20153 (java) S 20150 20153 19848 0 -1 4202496 7717 0 1 0 193 9 0 0 20 0 18 0 28808764 9787879424 64736 33554432000 1073741824 1073778376 140733240800192 140733240791328 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20153/statm: 2389619 64736 2261 9 0 2380296 0
[pid=20153/tid=20155] ppid=20150 vsize=9558476 CPUtime=1.41 cores=1,3,5,7
/proc/20153/task/20155/stat : 20155 (java) R 20150 20153 19848 0 -1 4202560 2496 0 1 0 137 4 0 0 20 0 18 0 28808765 9787879424 64736 33554432000 1073741824 1073778376 140733240800192 140587415216096 140587248795776 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20156] ppid=20150 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/20153/task/20156/stat : 20156 (java) S 20150 20153 19848 0 -1 4202560 15 0 0 0 1 0 0 0 20 0 18 0 28808766 9787879424 64736 33554432000 1073741824 1073778376 140733240800192 140587376716712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20157] ppid=20150 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20157/stat : 20157 (java) S 20150 20153 19848 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 18 0 28808766 9787879424 64736 33554432000 1073741824 1073778376 140733240800192 140587375664168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20158] ppid=20150 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20158/stat : 20158 (java) S 20150 20153 19848 0 -1 4202560 6 0 0 0 0 0 0 0 20 0 18 0 28808766 9787879424 64736 33554432000 1073741824 1073778376 140733240800192 140587374611112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20159] ppid=20150 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/20153/task/20159/stat : 20159 (java) S 20150 20153 19848 0 -1 4202560 19 0 0 0 1 0 0 0 20 0 18 0 28808766 9787879424 64736 33554432000 1073741824 1073778376 140733240800192 140587373558568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20160] ppid=20150 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/20153/task/20160/stat : 20160 (java) S 20150 20153 19848 0 -1 4202560 17 0 0 0 2 0 0 0 20 0 18 0 28808766 9787879424 64736 33554432000 1073741824 1073778376 140733240800192 140587372505512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20153/tid=20161] ppid=20150 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/20153/task/20161/stat : 20161 (java) S 20150 20153 19848 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 18 0 28808766 9787879424 64736 33554432000 1073741824 1073778376 140733240800192 140587371452968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20162] ppid=20150 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20162/stat : 20162 (java) S 20150 20153 19848 0 -1 4202560 3 0 0 0 0 0 0 0 20 0 18 0 28808766 9787879424 64736 33554432000 1073741824 1073778376 140733240800192 140587370399912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20163] ppid=20150 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20163/stat : 20163 (java) S 20150 20153 19848 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 18 0 28808766 9787879424 64736 33554432000 1073741824 1073778376 140733240800192 140587369347368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20164] ppid=20150 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20164/stat : 20164 (java) S 20150 20153 19848 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 18 0 28808767 9787879424 64736 33554432000 1073741824 1073778376 140733240800192 140587238906728 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20165] ppid=20150 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20165/stat : 20165 (java) S 20150 20153 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 28808768 9787879424 64736 33554432000 1073741824 1073778376 140733240800192 140587237853048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20166] ppid=20150 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20166/stat : 20166 (java) S 20150 20153 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 28808768 9787879424 64736 33554432000 1073741824 1073778376 140733240800192 140587236799880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20167] ppid=20150 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20167/stat : 20167 (java) S 20150 20153 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28808770 9787879424 64736 33554432000 1073741824 1073778376 140733240800192 140587235748624 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20168] ppid=20150 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/20153/task/20168/stat : 20168 (java) S 20150 20153 19848 0 -1 4202560 2504 0 0 0 20 0 0 0 20 0 18 0 28808770 9787879424 64736 33554432000 1073741824 1073778376 140733240800192 140587234695480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20169] ppid=20150 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/20153/task/20169/stat : 20169 (java) S 20150 20153 19848 0 -1 4202560 1299 0 0 0 17 0 0 0 20 0 18 0 28808770 9787879424 64736 33554432000 1073741824 1073778376 140733240800192 140587233642936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20153/tid=20170] ppid=20150 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20170/stat : 20170 (java) S 20150 20153 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28808770 9787879424 64736 33554432000 1073741824 1073778376 140733240800192 140586359187704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20171] ppid=20150 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20171/stat : 20171 (java) S 20150 20153 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28808770 9787879424 64736 33554432000 1073741824 1073778376 140733240800192 140586358135368 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.02
Current children cumulated vsize (KiB) 9558476

[startup+3.10086 s]
/proc/loadavg: 2.11 2.11 2.08 4/212 20171
/proc/meminfo: memFree=27784036/32872528 swapFree=877056/942464
[pid=20153] ppid=20150 vsize=9625040 CPUtime=4.38 cores=1,3,5,7
/proc/20153/stat : 20153 (java) S 20150 20153 19848 0 -1 4202496 16109 0 1 0 423 15 0 0 20 0 19 0 28808764 9856040960 90450 33554432000 1073741824 1073778376 140733240800192 140733240791328 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20153/statm: 2406260 90450 2277 9 0 2396937 0
[pid=20153/tid=20155] ppid=20150 vsize=9625040 CPUtime=2.95 cores=1,3,5,7
/proc/20153/task/20155/stat : 20155 (java) R 20150 20153 19848 0 -1 4202560 2532 0 1 0 290 5 0 0 20 0 19 0 28808765 9856040960 90450 33554432000 1073741824 1073778376 140733240800192 140587415224616 140587249069025 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20156] ppid=20150 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/20153/task/20156/stat : 20156 (java) S 20150 20153 19848 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 28808766 9856040960 90450 33554432000 1073741824 1073778376 140733240800192 140587376716712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20157] ppid=20150 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20153/task/20157/stat : 20157 (java) S 20150 20153 19848 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 28808766 9856040960 90450 33554432000 1073741824 1073778376 140733240800192 140587375664168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20158] ppid=20150 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/20153/task/20158/stat : 20158 (java) S 20150 20153 19848 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 28808766 9856040960 90450 33554432000 1073741824 1073778376 140733240800192 140587374611112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20153/tid=20159] ppid=20150 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20153/task/20159/stat : 20159 (java) S 20150 20153 19848 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 28808766 9856040960 90450 33554432000 1073741824 1073778376 140733240800192 140587373558568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20160] ppid=20150 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/20153/task/20160/stat : 20160 (java) S 20150 20153 19848 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 19 0 28808766 9856040960 90450 33554432000 1073741824 1073778376 140733240800192 140587372505512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20153/tid=20161] ppid=20150 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/20153/task/20161/stat : 20161 (java) S 20150 20153 19848 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 19 0 28808766 9856040960 90450 33554432000 1073741824 1073778376 140733240800192 140587371452968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20162] ppid=20150 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20153/task/20162/stat : 20162 (java) S 20150 20153 19848 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 28808766 9856040960 90450 33554432000 1073741824 1073778376 140733240800192 140587370399912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20163] ppid=20150 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/20153/task/20163/stat : 20163 (java) S 20150 20153 19848 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 28808766 9856040960 90450 33554432000 1073741824 1073778376 140733240800192 140587369347368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20164] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20164/stat : 20164 (java) S 20150 20153 19848 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 19 0 28808767 9856040960 90450 33554432000 1073741824 1073778376 140733240800192 140587238906728 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20165] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20165/stat : 20165 (java) S 20150 20153 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28808768 9856040960 90450 33554432000 1073741824 1073778376 140733240800192 140587237853048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20166] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20166/stat : 20166 (java) S 20150 20153 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28808768 9856040960 90450 33554432000 1073741824 1073778376 140733240800192 140587236799880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20167] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20167/stat : 20167 (java) S 20150 20153 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808770 9856040960 90450 33554432000 1073741824 1073778376 140733240800192 140587235748624 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20168] ppid=20150 vsize=9625040 CPUtime=0.63 cores=1,3,5,7
/proc/20153/task/20168/stat : 20168 (java) S 20150 20153 19848 0 -1 4202560 9496 0 0 0 61 2 0 0 20 0 19 0 28808770 9856040960 90450 33554432000 1073741824 1073778376 140733240800192 140587234695480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20169] ppid=20150 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/20153/task/20169/stat : 20169 (java) S 20150 20153 19848 0 -1 4202560 2443 0 0 0 35 1 0 0 20 0 19 0 28808770 9856040960 90450 33554432000 1073741824 1073778376 140733240800192 140587233642936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20153/tid=20170] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20170/stat : 20170 (java) S 20150 20153 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808770 9856040960 90450 33554432000 1073741824 1073778376 140733240800192 140586359187704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20171] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20171/stat : 20171 (java) S 20150 20153 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808770 9856040960 90450 33554432000 1073741824 1073778376 140733240800192 140586358135368 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.38
Current children cumulated vsize (KiB) 9625040

[startup+6.30079 s]
/proc/loadavg: 2.10 2.11 2.08 4/213 20172
/proc/meminfo: memFree=27780908/32872528 swapFree=877056/942464
[pid=20153] ppid=20150 vsize=9625040 CPUtime=7.6 cores=1,3,5,7
/proc/20153/stat : 20153 (java) S 20150 20153 19848 0 -1 4202496 16121 0 1 0 745 15 0 0 20 0 19 0 28808764 9856040960 90435 33554432000 1073741824 1073778376 140733240800192 140733240791328 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20153/statm: 2406260 90435 2277 9 0 2396937 0
[pid=20153/tid=20155] ppid=20150 vsize=9625040 CPUtime=6.15 cores=1,3,5,7
/proc/20153/task/20155/stat : 20155 (java) R 20150 20153 19848 0 -1 4202560 2534 0 1 0 610 5 0 0 20 0 19 0 28808765 9856040960 90435 33554432000 1073741824 1073778376 140733240800192 140587415224520 140587249256122 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20156] ppid=20150 vsize=9625040 CPUtime=0.04 cores=1,3,5,7
/proc/20153/task/20156/stat : 20156 (java) S 20150 20153 19848 0 -1 4202560 29 0 0 0 4 0 0 0 20 0 19 0 28808766 9856040960 90435 33554432000 1073741824 1073778376 140733240800192 140587376716712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20157] ppid=20150 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20153/task/20157/stat : 20157 (java) S 20150 20153 19848 0 -1 4202560 11 0 0 0 2 0 0 0 20 0 19 0 28808766 9856040960 90435 33554432000 1073741824 1073778376 140733240800192 140587375664168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20158] ppid=20150 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/20153/task/20158/stat : 20158 (java) S 20150 20153 19848 0 -1 4202560 17 0 0 0 3 0 0 0 20 0 19 0 28808766 9856040960 90435 33554432000 1073741824 1073778376 140733240800192 140587374611112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20153/tid=20159] ppid=20150 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20153/task/20159/stat : 20159 (java) S 20150 20153 19848 0 -1 4202560 24 0 0 0 2 0 0 0 20 0 19 0 28808766 9856040960 90435 33554432000 1073741824 1073778376 140733240800192 140587373558568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20160] ppid=20150 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/20153/task/20160/stat : 20160 (java) S 20150 20153 19848 0 -1 4202560 23 0 0 0 3 2 0 0 20 0 19 0 28808766 9856040960 90435 33554432000 1073741824 1073778376 140733240800192 140587372505512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20153/tid=20161] ppid=20150 vsize=9625040 CPUtime=0.08 cores=1,3,5,7
/proc/20153/task/20161/stat : 20161 (java) S 20150 20153 19848 0 -1 4202560 40 0 0 0 6 2 0 0 20 0 19 0 28808766 9856040960 90435 33554432000 1073741824 1073778376 140733240800192 140587371452968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20162] ppid=20150 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/20153/task/20162/stat : 20162 (java) S 20150 20153 19848 0 -1 4202560 13 0 0 0 2 0 0 0 20 0 19 0 28808766 9856040960 90435 33554432000 1073741824 1073778376 140733240800192 140587370399912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20163] ppid=20150 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/20153/task/20163/stat : 20163 (java) S 20150 20153 19848 0 -1 4202560 19 0 0 0 3 0 0 0 20 0 19 0 28808766 9856040960 90435 33554432000 1073741824 1073778376 140733240800192 140587369347368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20164] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20164/stat : 20164 (java) S 20150 20153 19848 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 28808767 9856040960 90435 33554432000 1073741824 1073778376 140733240800192 140587238906728 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20165] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20165/stat : 20165 (java) S 20150 20153 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28808768 9856040960 90435 33554432000 1073741824 1073778376 140733240800192 140587237853048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20166] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20166/stat : 20166 (java) S 20150 20153 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28808768 9856040960 90435 33554432000 1073741824 1073778376 140733240800192 140587236799880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20167] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20167/stat : 20167 (java) S 20150 20153 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808770 9856040960 90435 33554432000 1073741824 1073778376 140733240800192 140587235748624 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20168] ppid=20150 vsize=9625040 CPUtime=0.65 cores=1,3,5,7
/proc/20153/task/20168/stat : 20168 (java) S 20150 20153 19848 0 -1 4202560 9496 0 0 0 63 2 0 0 20 0 19 0 28808770 9856040960 90435 33554432000 1073741824 1073778376 140733240800192 140587234695480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20169] ppid=20150 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/20153/task/20169/stat : 20169 (java) S 20150 20153 19848 0 -1 4202560 2452 0 0 0 36 1 0 0 20 0 19 0 28808770 9856040960 90435 33554432000 1073741824 1073778376 140733240800192 140587233642936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20153/tid=20170] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20170/stat : 20170 (java) S 20150 20153 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808770 9856040960 90435 33554432000 1073741824 1073778376 140733240800192 140586359187704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20171] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20171/stat : 20171 (java) S 20150 20153 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808770 9856040960 90435 33554432000 1073741824 1073778376 140733240800192 140586358135368 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20172] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20172/stat : 20172 (java) S 20150 20153 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28809008 9856040960 90435 33554432000 1073741824 1073778376 140733240800192 140586357081640 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 7.6
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.18 2.13 2.08 3/213 20172
/proc/meminfo: memFree=27740444/32872528 swapFree=877056/942464
[pid=20153] ppid=20150 vsize=9625040 CPUtime=14.19 cores=1,3,5,7

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

[pid=20153/tid=20172] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20172/stat : 20172 (java) S 20150 20153 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28809008 9856040960 626664 33554432000 1073741824 1073778376 140733240800192 140586357081640 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1725.48
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.34 2.26 2.15 3/213 20305
/proc/meminfo: memFree=27686580/32872528 swapFree=877056/942464
[pid=20153] ppid=20150 vsize=9625040 CPUtime=1785.58 cores=1,3,5,7
/proc/20153/stat : 20153 (java) S 20150 20153 19848 0 -1 4202496 22290 0 1 0 178438 120 0 0 20 0 19 0 28808764 9856040960 623996 33554432000 1073741824 1073778376 140733240800192 140733240791328 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20153/statm: 2406260 623996 2285 9 0 2396937 0
[pid=20153/tid=20155] ppid=20150 vsize=9625040 CPUtime=1776.51 cores=1,3,5,7
/proc/20153/task/20155/stat : 20155 (java) R 20150 20153 19848 0 -1 4202560 4167 0 1 0 177588 63 0 0 20 0 19 0 28808765 9856040960 623996 33554432000 1073741824 1073778376 140733240800192 140587415223280 140587249256063 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20156] ppid=20150 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/20153/task/20156/stat : 20156 (java) S 20150 20153 19848 0 -1 4202560 121 0 0 0 33 6 0 0 20 0 19 0 28808766 9856040960 623996 33554432000 1073741824 1073778376 140733240800192 140587376716712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20157] ppid=20150 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/20153/task/20157/stat : 20157 (java) S 20150 20153 19848 0 -1 4202560 104 0 0 0 27 6 0 0 20 0 19 0 28808766 9856040960 623996 33554432000 1073741824 1073778376 140733240800192 140587375664168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20153/tid=20158] ppid=20150 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/20153/task/20158/stat : 20158 (java) S 20150 20153 19848 0 -1 4202560 132 0 0 0 32 6 0 0 20 0 19 0 28808766 9856040960 623996 33554432000 1073741824 1073778376 140733240800192 140587374611112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20159] ppid=20150 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/20153/task/20159/stat : 20159 (java) S 20150 20153 19848 0 -1 4202560 142 0 0 0 29 6 0 0 20 0 19 0 28808766 9856040960 623996 33554432000 1073741824 1073778376 140733240800192 140587373558568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20160] ppid=20150 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/20153/task/20160/stat : 20160 (java) S 20150 20153 19848 0 -1 4202560 153 0 0 0 27 6 0 0 20 0 19 0 28808766 9856040960 623996 33554432000 1073741824 1073778376 140733240800192 140587372505512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20161] ppid=20150 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/20153/task/20161/stat : 20161 (java) S 20150 20153 19848 0 -1 4202560 174 0 0 0 35 7 0 0 20 0 19 0 28808766 9856040960 623996 33554432000 1073741824 1073778376 140733240800192 140587371452968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20162] ppid=20150 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/20153/task/20162/stat : 20162 (java) S 20150 20153 19848 0 -1 4202560 114 0 0 0 28 7 0 0 20 0 19 0 28808766 9856040960 623996 33554432000 1073741824 1073778376 140733240800192 140587370399912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20153/tid=20163] ppid=20150 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/20153/task/20163/stat : 20163 (java) S 20150 20153 19848 0 -1 4202560 105 0 0 0 29 6 0 0 20 0 19 0 28808766 9856040960 623996 33554432000 1073741824 1073778376 140733240800192 140587369347368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20164] ppid=20150 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/20153/task/20164/stat : 20164 (java) S 20150 20153 19848 0 -1 4202560 3681 0 0 0 17 4 0 0 20 0 19 0 28808767 9856040960 623996 33554432000 1073741824 1073778376 140733240800192 140587238906728 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20165] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20165/stat : 20165 (java) S 20150 20153 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28808768 9856040960 623996 33554432000 1073741824 1073778376 140733240800192 140587237853048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20166] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20166/stat : 20166 (java) S 20150 20153 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28808768 9856040960 623996 33554432000 1073741824 1073778376 140733240800192 140587236799880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20167] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20167/stat : 20167 (java) S 20150 20153 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808770 9856040960 623996 33554432000 1073741824 1073778376 140733240800192 140587235748624 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20168] ppid=20150 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/20153/task/20168/stat : 20168 (java) S 20150 20153 19848 0 -1 4202560 9496 0 0 0 64 2 0 0 20 0 19 0 28808770 9856040960 623996 33554432000 1073741824 1073778376 140733240800192 140587234695480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20169] ppid=20150 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/20153/task/20169/stat : 20169 (java) S 20150 20153 19848 0 -1 4202560 2534 0 0 0 40 1 0 0 20 0 19 0 28808770 9856040960 623996 33554432000 1073741824 1073778376 140733240800192 140587233642936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20153/tid=20170] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20170/stat : 20170 (java) S 20150 20153 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808770 9856040960 623996 33554432000 1073741824 1073778376 140733240800192 140586359187704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20171] ppid=20150 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/20153/task/20171/stat : 20171 (java) S 20150 20153 19848 0 -1 4202560 103 0 0 0 22 28 0 0 20 0 19 0 28808770 9856040960 623996 33554432000 1073741824 1073778376 140733240800192 140586358135368 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20172] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20172/stat : 20172 (java) S 20150 20153 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28809008 9856040960 623996 33554432000 1073741824 1073778376 140733240800192 140586357081640 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1785.58
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.7 s]
/proc/loadavg: 2.42 2.28 2.16 3/213 20436
/proc/meminfo: memFree=28227660/32872528 swapFree=877056/942464
[pid=20153] ppid=20150 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/20153/stat : 20153 (java) S 20150 20153 19848 0 -1 4202496 22294 0 1 0 179881 120 0 0 20 0 19 0 28808764 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140733240791328 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20153/statm: 2406260 622744 2285 9 0 2396937 0
[pid=20153/tid=20155] ppid=20150 vsize=9625040 CPUtime=1790.86 cores=1,3,5,7
/proc/20153/task/20155/stat : 20155 (java) R 20150 20153 19848 0 -1 4202560 4170 0 1 0 179022 64 0 0 20 0 19 0 28808765 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587415223328 140587249256122 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20156] ppid=20150 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/20153/task/20156/stat : 20156 (java) S 20150 20153 19848 0 -1 4202560 121 0 0 0 34 6 0 0 20 0 19 0 28808766 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587376716712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20157] ppid=20150 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/20153/task/20157/stat : 20157 (java) S 20150 20153 19848 0 -1 4202560 104 0 0 0 27 6 0 0 20 0 19 0 28808766 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587375664168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20153/tid=20158] ppid=20150 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/20153/task/20158/stat : 20158 (java) S 20150 20153 19848 0 -1 4202560 132 0 0 0 32 6 0 0 20 0 19 0 28808766 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587374611112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20153/tid=20159] ppid=20150 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/20153/task/20159/stat : 20159 (java) S 20150 20153 19848 0 -1 4202560 142 0 0 0 29 6 0 0 20 0 19 0 28808766 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587373558568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20160] ppid=20150 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/20153/task/20160/stat : 20160 (java) S 20150 20153 19848 0 -1 4202560 154 0 0 0 27 7 0 0 20 0 19 0 28808766 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587372505512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20161] ppid=20150 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/20153/task/20161/stat : 20161 (java) S 20150 20153 19848 0 -1 4202560 174 0 0 0 35 7 0 0 20 0 19 0 28808766 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587371452968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20162] ppid=20150 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/20153/task/20162/stat : 20162 (java) S 20150 20153 19848 0 -1 4202560 114 0 0 0 28 7 0 0 20 0 19 0 28808766 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587370399912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20153/tid=20163] ppid=20150 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/20153/task/20163/stat : 20163 (java) S 20150 20153 19848 0 -1 4202560 105 0 0 0 30 6 0 0 20 0 19 0 28808766 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587369347368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20164] ppid=20150 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/20153/task/20164/stat : 20164 (java) S 20150 20153 19848 0 -1 4202560 3681 0 0 0 17 4 0 0 20 0 19 0 28808767 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587238906728 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20165] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20165/stat : 20165 (java) S 20150 20153 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28808768 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587237853048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20166] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20166/stat : 20166 (java) S 20150 20153 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28808768 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587236799880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20167] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20167/stat : 20167 (java) S 20150 20153 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808770 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587235748624 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20168] ppid=20150 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/20153/task/20168/stat : 20168 (java) S 20150 20153 19848 0 -1 4202560 9496 0 0 0 64 2 0 0 20 0 19 0 28808770 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587234695480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20169] ppid=20150 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/20153/task/20169/stat : 20169 (java) S 20150 20153 19848 0 -1 4202560 2534 0 0 0 40 1 0 0 20 0 19 0 28808770 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587233642936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20153/tid=20170] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20170/stat : 20170 (java) S 20150 20153 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808770 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140586359187704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20171] ppid=20150 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/20153/task/20171/stat : 20171 (java) S 20150 20153 19848 0 -1 4202560 103 0 0 0 22 28 0 0 20 0 19 0 28808770 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140586358135368 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20172] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20172/stat : 20172 (java) S 20150 20153 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28809008 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140586357081640 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
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 20153 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.7 s]
/proc/loadavg: 2.42 2.28 2.16 3/213 20436
/proc/meminfo: memFree=28227660/32872528 swapFree=877056/942464
[pid=20153] ppid=20150 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/20153/stat : 20153 (java) S 20150 20153 19848 0 -1 4202496 22294 0 1 0 179881 120 0 0 20 0 19 0 28808764 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140733240791328 213196505149 0 0 0 16800975 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/20153/statm: 2406260 622744 2285 9 0 2396937 0
[pid=20153/tid=20155] ppid=20150 vsize=9625040 CPUtime=1790.86 cores=1,3,5,7
/proc/20153/task/20155/stat : 20155 (java) R 20150 20153 19848 0 -1 4202560 4170 0 1 0 179022 64 0 0 20 0 19 0 28808765 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587415223328 140587249256122 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20156] ppid=20150 vsize=9625040 CPUtime=0.4 cores=1,3,5,7
/proc/20153/task/20156/stat : 20156 (java) S 20150 20153 19848 0 -1 4202560 121 0 0 0 34 6 0 0 20 0 19 0 28808766 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587376716712 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20157] ppid=20150 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/20153/task/20157/stat : 20157 (java) S 20150 20153 19848 0 -1 4202560 104 0 0 0 27 6 0 0 20 0 19 0 28808766 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587375664168 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20153/tid=20158] ppid=20150 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/20153/task/20158/stat : 20158 (java) S 20150 20153 19848 0 -1 4202560 132 0 0 0 32 6 0 0 20 0 19 0 28808766 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587374611112 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20153/tid=20159] ppid=20150 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/20153/task/20159/stat : 20159 (java) S 20150 20153 19848 0 -1 4202560 142 0 0 0 29 6 0 0 20 0 19 0 28808766 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587373558568 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20160] ppid=20150 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/20153/task/20160/stat : 20160 (java) S 20150 20153 19848 0 -1 4202560 154 0 0 0 27 7 0 0 20 0 19 0 28808766 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587372505512 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20161] ppid=20150 vsize=9625040 CPUtime=0.42 cores=1,3,5,7
/proc/20153/task/20161/stat : 20161 (java) S 20150 20153 19848 0 -1 4202560 174 0 0 0 35 7 0 0 20 0 19 0 28808766 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587371452968 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20162] ppid=20150 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/20153/task/20162/stat : 20162 (java) S 20150 20153 19848 0 -1 4202560 114 0 0 0 28 7 0 0 20 0 19 0 28808766 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587370399912 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20153/tid=20163] ppid=20150 vsize=9625040 CPUtime=0.36 cores=1,3,5,7
/proc/20153/task/20163/stat : 20163 (java) S 20150 20153 19848 0 -1 4202560 105 0 0 0 30 6 0 0 20 0 19 0 28808766 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587369347368 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20164] ppid=20150 vsize=9625040 CPUtime=0.21 cores=1,3,5,7
/proc/20153/task/20164/stat : 20164 (java) S 20150 20153 19848 0 -1 4202560 3681 0 0 0 17 4 0 0 20 0 19 0 28808767 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587238906728 213196519337 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20165] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20165/stat : 20165 (java) S 20150 20153 19848 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28808768 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587237853048 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20166] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20166/stat : 20166 (java) S 20150 20153 19848 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28808768 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587236799880 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20167] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20167/stat : 20167 (java) S 20150 20153 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808770 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587235748624 213196527392 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=20153/tid=20168] ppid=20150 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/20153/task/20168/stat : 20168 (java) S 20150 20153 19848 0 -1 4202560 9496 0 0 0 64 2 0 0 20 0 19 0 28808770 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587234695480 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20169] ppid=20150 vsize=9625040 CPUtime=0.41 cores=1,3,5,7
/proc/20153/task/20169/stat : 20169 (java) S 20150 20153 19848 0 -1 4202560 2534 0 0 0 40 1 0 0 20 0 19 0 28808770 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140587233642936 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=20153/tid=20170] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20170/stat : 20170 (java) S 20150 20153 19848 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28808770 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140586359187704 213196518460 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=20153/tid=20171] ppid=20150 vsize=9625040 CPUtime=0.5 cores=1,3,5,7
/proc/20153/task/20171/stat : 20171 (java) S 20150 20153 19848 0 -1 4202560 103 0 0 0 22 28 0 0 20 0 19 0 28808770 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140586358135368 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=20153/tid=20172] ppid=20150 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/20153/task/20172/stat : 20172 (java) S 20150 20153 19848 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28809008 9856040960 622744 33554432000 1073741824 1073778376 140733240800192 140586357081640 213196519337 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.01
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1796.72
CPU time (s): 1800.01
CPU user time (s): 1798.81
CPU system time (s): 1.2
CPU usage (%): 100.183
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.21
system time used= 1.63075
maximum resident set size= 2824160
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22325
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1568
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40293
involuntary context switches= 11084

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.1065 second user time and 13.8309 second system time

The end

Launcher Data

Begin job on node113 at 2016-06-18 18:33:18
IDJOB=4105884
IDBENCH=3048
IDSOLVER=2546
FILE ID=node113/4105884-1466267598
RUNJOBID= node113-1466265808-19865
PBS_JOBID= 19918235
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06/final/normalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/normalized-factor-sizeN=400-sizeP=201-sizeQ=400-517735400-max.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105884-1466267598/watcher-4105884-1466267598 -o /tmp/evaluation-result-4105884-1466267598/solver-4105884-1466267598 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node113-1466265808-19865 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4105884-1466267598.opb

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

MD5SUM BENCH= 57770cf676196c26ecb8cc01d6a682c4
RANDOM SEED=1340304463

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:        28136308 kB
Buffers:          109360 kB
Cached:           318268 kB
SwapCached:         1896 kB
Active:          2737852 kB
Inactive:         306172 kB
Active(anon):    2616700 kB
Inactive(anon):     2024 kB
Active(file):     121152 kB
Inactive(file):   304148 kB
Unevictable:      942464 kB
Mlocked:          877056 kB
SwapTotal:      67108856 kB
SwapFree:       67098956 kB
Dirty:             15204 kB
Writeback:             0 kB
AnonPages:       3574420 kB
Mapped:            15432 kB
Shmem:                 0 kB
Slab:             606108 kB
SReclaimable:      49960 kB
SUnreclaim:       556148 kB
KernelStack:        1744 kB
PageTables:        11268 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3769340 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2664448 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= 71692 MiB
End job on node113 at 2016-06-18 19:03:15