Trace number 4105808

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Resolution PB16? (TO) 1800.06 1796.62

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/submitted-PB06/roussel/factor/
normalized-factor-sizeN=440-sizeP=221-sizeQ=440-24744542-max.opb
MD5SUM33ae5939d1aa58a75a945a9faf3c230f
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables97901
Total number of constraints291721
Number of constraints which are clauses291720
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 constraint97240
Number of terms in the objective function 221
Biggest coefficient in the objective function 1684996666696914987166688442938726917102321526408785780068975640576
Number of bits for the biggest coefficient in the objective function 221
Sum of the numbers in the objective function 3369993333393829974333376885877453834204643052817571560137951281151
Number of bits of the sum of numbers in the objective function 221
Biggest number in a constraint 2392032866531905486790942578809394338145620987608332988883503686824375178865503049616412016019962016447144819201720664620106359620960485637227891297994520232330261783830994590149049944504587400511488
Number of bits of the biggest number in a constraint 660
Biggest sum of numbers in a constraint 9568131466127621947163770315237577352582483950433331955534014747295056327361266164339146628902122677827758102544855227960862917226867090540237477036791666445280390686216944035782177068059758137897567
Number of bits of the biggest sum of numbers661
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

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

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

pid=25833
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.32 2.24 2.19 3/194 25836
/proc/meminfo: memFree=29531104/32872528 swapFree=1542984/1696284
[pid=25836] ppid=25833 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/25836/stat : 25836 (java) S 25833 25836 21988 0 -1 4202496 1354 0 0 0 0 0 0 0 20 0 2 0 28630692 98570240 977 33554432000 1073741824 1073778376 140733217877584 140733217868720 270710898749 0 0 4096 0 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25836/statm: 24065 977 743 9 0 16771 0
[pid=25836/tid=25837] ppid=25833 vsize=96260 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25837/stat : 25837 (java) R 25833 25836 21988 0 -1 4202560 129 0 0 0 0 0 0 0 20 0 2 0 28630692 98570240 977 33554432000 1073741824 1073778376 140733217877584 140140915551784 270707541376 0 0 4096 0 0 0 0 -1 3 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 2.32 2.24 2.19 3/194 25836
/proc/meminfo: memFree=29531104/32872528 swapFree=1542984/1696284
[pid=25836] ppid=25833 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/25836/stat : 25836 (java) S 25833 25836 21988 0 -1 4202496 4500 0 1 0 10 1 0 0 20 0 18 0 28630692 9787879424 6118 33554432000 1073741824 1073778376 140733217877584 140733217868720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25836/statm: 2389619 6118 2157 9 0 2380296 0
[pid=25836/tid=25837] ppid=25833 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/25836/task/25837/stat : 25837 (java) R 25833 25836 21988 0 -1 4202560 2375 0 1 0 7 0 0 0 20 0 18 0 28630692 9787879424 6118 33554432000 1073741824 1073778376 140733217877584 140140915555592 270710924557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 9558476

[startup+0.200273 s]
/proc/loadavg: 2.32 2.24 2.19 3/194 25836
/proc/meminfo: memFree=29531104/32872528 swapFree=1542984/1696284
[pid=25836] ppid=25833 vsize=9558476 CPUtime=0.3 cores=1,3,5,7
/proc/25836/stat : 25836 (java) S 25833 25836 21988 0 -1 4202496 5187 0 1 0 29 1 0 0 20 0 18 0 28630692 9787879424 7688 33554432000 1073741824 1073778376 140733217877584 140733217868720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25836/statm: 2389619 7688 2222 9 0 2380296 0
[pid=25836/tid=25837] ppid=25833 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/25836/task/25837/stat : 25837 (java) R 25833 25836 21988 0 -1 4202560 2416 0 1 0 17 0 0 0 20 0 18 0 28630692 9787879424 7688 33554432000 1073741824 1073778376 140733217877584 140140915546128 140140773207335 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.3
Current children cumulated vsize (KiB) 9558476

[startup+0.300288 s]
/proc/loadavg: 2.32 2.24 2.19 3/194 25836
/proc/meminfo: memFree=29531104/32872528 swapFree=1542984/1696284
[pid=25836] ppid=25833 vsize=9558476 CPUtime=0.53 cores=1,3,5,7
/proc/25836/stat : 25836 (java) S 25833 25836 21988 0 -1 4202496 6089 0 1 0 51 2 0 0 20 0 18 0 28630692 9787879424 9515 33554432000 1073741824 1073778376 140733217877584 140733217868720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25836/statm: 2389619 9515 2233 9 0 2380296 0
[pid=25836/tid=25837] ppid=25833 vsize=9558476 CPUtime=0.27 cores=1,3,5,7
/proc/25836/task/25837/stat : 25837 (java) R 25833 25836 21988 0 -1 4202560 2419 0 1 0 27 0 0 0 20 0 18 0 28630692 9787879424 9515 33554432000 1073741824 1073778376 140733217877584 140140915546128 140140773524292 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9558476

[startup+0.700293 s]
/proc/loadavg: 2.32 2.24 2.19 3/194 25836
/proc/meminfo: memFree=29531104/32872528 swapFree=1542984/1696284
[pid=25836] ppid=25833 vsize=9558476 CPUtime=1.14 cores=1,3,5,7
/proc/25836/stat : 25836 (java) S 25833 25836 21988 0 -1 4202496 7197 0 1 0 109 5 0 0 20 0 18 0 28630692 9787879424 41612 33554432000 1073741824 1073778376 140733217877584 140733217868720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25836/statm: 2389619 41612 2261 9 0 2380296 0
[pid=25836/tid=25837] ppid=25833 vsize=9558476 CPUtime=0.65 cores=1,3,5,7
/proc/25836/task/25837/stat : 25837 (java) R 25833 25836 21988 0 -1 4202560 2480 0 1 0 62 3 0 0 20 0 18 0 28630692 9787879424 41612 33554432000 1073741824 1073778376 140733217877584 140140915555768 140140773525365 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9558476

[startup+1.50079 s]
/proc/loadavg: 2.38 2.25 2.20 3/212 25854
/proc/meminfo: memFree=29352792/32872528 swapFree=1542984/1696284
[pid=25836] ppid=25833 vsize=9558476 CPUtime=2.18 cores=1,3,5,7
/proc/25836/stat : 25836 (java) S 25833 25836 21988 0 -1 4202496 7517 0 1 0 204 14 0 0 20 0 18 0 28630692 9787879424 85288 33554432000 1073741824 1073778376 140733217877584 140733217868720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25836/statm: 2389619 85288 2261 9 0 2380296 0
[pid=25836/tid=25837] ppid=25833 vsize=9558476 CPUtime=1.37 cores=1,3,5,7
/proc/25836/task/25837/stat : 25837 (java) R 25833 25836 21988 0 -1 4202560 2539 0 1 0 132 5 0 0 20 0 18 0 28630692 9787879424 85288 33554432000 1073741824 1073778376 140733217877584 140140915555560 270710924557 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25836/tid=25839] ppid=25833 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/25836/task/25839/stat : 25839 (java) S 25833 25836 21988 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 18 0 28630693 9787879424 85288 33554432000 1073741824 1073778376 140733217877584 140140893657640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25840] ppid=25833 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/25836/task/25840/stat : 25840 (java) S 25833 25836 21988 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 18 0 28630693 9787879424 85288 33554432000 1073741824 1073778376 140733217877584 140140892604840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25841] ppid=25833 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/25836/task/25841/stat : 25841 (java) S 25833 25836 21988 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 18 0 28630693 9787879424 85288 33554432000 1073741824 1073778376 140733217877584 140140689221928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25842] ppid=25833 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/25836/task/25842/stat : 25842 (java) S 25833 25836 21988 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 18 0 28630693 9787879424 85288 33554432000 1073741824 1073778376 140733217877584 140140688169128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25843] ppid=25833 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/25836/task/25843/stat : 25843 (java) S 25833 25836 21988 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 18 0 28630693 9787879424 85288 33554432000 1073741824 1073778376 140733217877584 140140687117352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25844] ppid=25833 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/25836/task/25844/stat : 25844 (java) S 25833 25836 21988 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 18 0 28630693 9787879424 85288 33554432000 1073741824 1073778376 140733217877584 140140686064552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25836/tid=25845] ppid=25833 vsize=9558476 CPUtime=0.03 cores=1,3,5,7
/proc/25836/task/25845/stat : 25845 (java) S 25833 25836 21988 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 18 0 28630693 9787879424 85288 33554432000 1073741824 1073778376 140733217877584 140140685011752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25846] ppid=25833 vsize=9558476 CPUtime=0.06 cores=1,3,5,7
/proc/25836/task/25846/stat : 25846 (java) S 25833 25836 21988 0 -1 4202560 29 0 0 0 5 1 0 0 20 0 18 0 28630693 9787879424 85288 33554432000 1073741824 1073778376 140733217877584 140140683958952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25847] ppid=25833 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25847/stat : 25847 (java) S 25833 25836 21988 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 18 0 28630694 9787879424 85288 33554432000 1073741824 1073778376 140733217877584 140140671760872 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25848] ppid=25833 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25848/stat : 25848 (java) S 25833 25836 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 28630695 9787879424 85288 33554432000 1073741824 1073778376 140733217877584 140140670706936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25849] ppid=25833 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25849/stat : 25849 (java) S 25833 25836 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 28630695 9787879424 85288 33554432000 1073741824 1073778376 140733217877584 140140669654024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25850] ppid=25833 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25850/stat : 25850 (java) S 25833 25836 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28630697 9787879424 85288 33554432000 1073741824 1073778376 140733217877584 140140668602512 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25851] ppid=25833 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/25836/task/25851/stat : 25851 (java) S 25833 25836 21988 0 -1 4202560 1289 0 0 0 17 0 0 0 20 0 18 0 28630697 9787879424 85288 33554432000 1073741824 1073778376 140733217877584 140140667550648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25852] ppid=25833 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/25836/task/25852/stat : 25852 (java) S 25833 25836 21988 0 -1 4202560 2060 0 0 0 20 0 0 0 20 0 18 0 28630697 9787879424 85288 33554432000 1073741824 1073778376 140733217877584 140140666497848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25853] ppid=25833 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25853/stat : 25853 (java) S 25833 25836 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28630697 9787879424 85288 33554432000 1073741824 1073778376 140733217877584 140140665445240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25854] ppid=25833 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25854/stat : 25854 (java) S 25833 25836 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 28630697 9787879424 85288 33554432000 1073741824 1073778376 140733217877584 140140664392648 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.18
Current children cumulated vsize (KiB) 9558476

[startup+3.1008 s]
/proc/loadavg: 2.38 2.25 2.20 3/212 25854
/proc/meminfo: memFree=29198964/32872528 swapFree=1542984/1696284
[pid=25836] ppid=25833 vsize=9625040 CPUtime=4.33 cores=1,3,5,7
/proc/25836/stat : 25836 (java) S 25833 25836 21988 0 -1 4202496 13494 0 1 0 418 15 0 0 20 0 19 0 28630692 9856040960 88197 33554432000 1073741824 1073778376 140733217877584 140733217868720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25836/statm: 2406260 88197 2275 9 0 2396937 0
[pid=25836/tid=25837] ppid=25833 vsize=9625040 CPUtime=2.96 cores=1,3,5,7
/proc/25836/task/25837/stat : 25837 (java) R 25833 25836 21988 0 -1 4202560 2554 0 1 0 291 5 0 0 20 0 19 0 28630692 9856040960 88197 33554432000 1073741824 1073778376 140733217877584 140140915548312 140140773981498 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25836/tid=25839] ppid=25833 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25836/task/25839/stat : 25839 (java) S 25833 25836 21988 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 28630693 9856040960 88197 33554432000 1073741824 1073778376 140733217877584 140140893657640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25840] ppid=25833 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/25836/task/25840/stat : 25840 (java) S 25833 25836 21988 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 19 0 28630693 9856040960 88197 33554432000 1073741824 1073778376 140733217877584 140140892604840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25841] ppid=25833 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25836/task/25841/stat : 25841 (java) S 25833 25836 21988 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 28630693 9856040960 88197 33554432000 1073741824 1073778376 140733217877584 140140689221928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25842] ppid=25833 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25836/task/25842/stat : 25842 (java) S 25833 25836 21988 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 28630693 9856040960 88197 33554432000 1073741824 1073778376 140733217877584 140140688169128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25843] ppid=25833 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25836/task/25843/stat : 25843 (java) S 25833 25836 21988 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 28630693 9856040960 88197 33554432000 1073741824 1073778376 140733217877584 140140687117352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25844] ppid=25833 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25836/task/25844/stat : 25844 (java) S 25833 25836 21988 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 19 0 28630693 9856040960 88197 33554432000 1073741824 1073778376 140733217877584 140140686064552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25836/tid=25845] ppid=25833 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25836/task/25845/stat : 25845 (java) S 25833 25836 21988 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 19 0 28630693 9856040960 88197 33554432000 1073741824 1073778376 140733217877584 140140685011752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25846] ppid=25833 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/25836/task/25846/stat : 25846 (java) S 25833 25836 21988 0 -1 4202560 29 0 0 0 5 1 0 0 20 0 19 0 28630693 9856040960 88197 33554432000 1073741824 1073778376 140733217877584 140140683958952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25847] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25847/stat : 25847 (java) S 25833 25836 21988 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 28630694 9856040960 88197 33554432000 1073741824 1073778376 140733217877584 140140671760872 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25848] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25848/stat : 25848 (java) S 25833 25836 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28630695 9856040960 88197 33554432000 1073741824 1073778376 140733217877584 140140670706936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25849] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25849/stat : 25849 (java) S 25833 25836 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28630695 9856040960 88197 33554432000 1073741824 1073778376 140733217877584 140140669654024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25850] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25850/stat : 25850 (java) S 25833 25836 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28630697 9856040960 88197 33554432000 1073741824 1073778376 140733217877584 140140668602512 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25851] ppid=25833 vsize=9625040 CPUtime=0.56 cores=1,3,5,7
/proc/25836/task/25851/stat : 25851 (java) S 25833 25836 21988 0 -1 4202560 7041 0 0 0 54 2 0 0 20 0 19 0 28630697 9856040960 88197 33554432000 1073741824 1073778376 140733217877584 140140667550648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25852] ppid=25833 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25836/task/25852/stat : 25852 (java) S 25833 25836 21988 0 -1 4202560 2256 0 0 0 37 0 0 0 20 0 19 0 28630697 9856040960 88197 33554432000 1073741824 1073778376 140733217877584 140140666497848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25853] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25853/stat : 25853 (java) S 25833 25836 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28630697 9856040960 88197 33554432000 1073741824 1073778376 140733217877584 140140665445240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25854] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25854/stat : 25854 (java) S 25833 25836 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28630697 9856040960 88197 33554432000 1073741824 1073778376 140733217877584 140140664392648 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.33
Current children cumulated vsize (KiB) 9625040

[startup+6.3007 s]
/proc/loadavg: 2.35 2.25 2.20 3/213 25855
/proc/meminfo: memFree=29188744/32872528 swapFree=1542984/1696284
[pid=25836] ppid=25833 vsize=9625040 CPUtime=7.63 cores=1,3,5,7
/proc/25836/stat : 25836 (java) S 25833 25836 21988 0 -1 4202496 13875 0 1 0 748 15 0 0 20 0 19 0 28630692 9856040960 88141 33554432000 1073741824 1073778376 140733217877584 140733217868720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25836/statm: 2406260 88141 2277 9 0 2396937 0
[pid=25836/tid=25837] ppid=25833 vsize=9625040 CPUtime=6.15 cores=1,3,5,7
/proc/25836/task/25837/stat : 25837 (java) R 25833 25836 21988 0 -1 4202560 2557 0 1 0 610 5 0 0 20 0 19 0 28630692 9856040960 88141 33554432000 1073741824 1073778376 140733217877584 140140915556552 140140773981429 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=25836/tid=25839] ppid=25833 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25836/task/25839/stat : 25839 (java) S 25833 25836 21988 0 -1 4202560 20 0 0 0 3 0 0 0 20 0 19 0 28630693 9856040960 88141 33554432000 1073741824 1073778376 140733217877584 140140893657640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25840] ppid=25833 vsize=9625040 CPUtime=0.07 cores=1,3,5,7
/proc/25836/task/25840/stat : 25840 (java) S 25833 25836 21988 0 -1 4202560 39 0 0 0 5 2 0 0 20 0 19 0 28630693 9856040960 88141 33554432000 1073741824 1073778376 140733217877584 140140892604840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25841] ppid=25833 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25836/task/25841/stat : 25841 (java) S 25833 25836 21988 0 -1 4202560 12 0 0 0 2 0 0 0 20 0 19 0 28630693 9856040960 88141 33554432000 1073741824 1073778376 140733217877584 140140689221928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25842] ppid=25833 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25836/task/25842/stat : 25842 (java) S 25833 25836 21988 0 -1 4202560 15 0 0 0 2 0 0 0 20 0 19 0 28630693 9856040960 88141 33554432000 1073741824 1073778376 140733217877584 140140688169128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25843] ppid=25833 vsize=9625040 CPUtime=0.02 cores=1,3,5,7
/proc/25836/task/25843/stat : 25843 (java) S 25833 25836 21988 0 -1 4202560 21 0 0 0 2 0 0 0 20 0 19 0 28630693 9856040960 88141 33554432000 1073741824 1073778376 140733217877584 140140687117352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25844] ppid=25833 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25836/task/25844/stat : 25844 (java) S 25833 25836 21988 0 -1 4202560 18 0 0 0 2 1 0 0 20 0 19 0 28630693 9856040960 88141 33554432000 1073741824 1073778376 140733217877584 140140686064552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25836/tid=25845] ppid=25833 vsize=9625040 CPUtime=0.03 cores=1,3,5,7
/proc/25836/task/25845/stat : 25845 (java) S 25833 25836 21988 0 -1 4202560 26 0 0 0 2 1 0 0 20 0 19 0 28630693 9856040960 88141 33554432000 1073741824 1073778376 140733217877584 140140685011752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25846] ppid=25833 vsize=9625040 CPUtime=0.06 cores=1,3,5,7
/proc/25836/task/25846/stat : 25846 (java) S 25833 25836 21988 0 -1 4202560 29 0 0 0 5 1 0 0 20 0 19 0 28630693 9856040960 88141 33554432000 1073741824 1073778376 140733217877584 140140683958952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25847] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25847/stat : 25847 (java) S 25833 25836 21988 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 19 0 28630694 9856040960 88141 33554432000 1073741824 1073778376 140733217877584 140140671760872 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25848] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25848/stat : 25848 (java) S 25833 25836 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28630695 9856040960 88141 33554432000 1073741824 1073778376 140733217877584 140140670706936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25849] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25849/stat : 25849 (java) S 25833 25836 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28630695 9856040960 88141 33554432000 1073741824 1073778376 140733217877584 140140669654024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25850] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25850/stat : 25850 (java) S 25833 25836 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28630697 9856040960 88141 33554432000 1073741824 1073778376 140733217877584 140140668602512 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25851] ppid=25833 vsize=9625040 CPUtime=0.6 cores=1,3,5,7
/proc/25836/task/25851/stat : 25851 (java) S 25833 25836 21988 0 -1 4202560 7043 0 0 0 58 2 0 0 20 0 19 0 28630697 9856040960 88141 33554432000 1073741824 1073778376 140733217877584 140140667550648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25852] ppid=25833 vsize=9625040 CPUtime=0.43 cores=1,3,5,7
/proc/25836/task/25852/stat : 25852 (java) S 25833 25836 21988 0 -1 4202560 2632 0 0 0 43 0 0 0 20 0 19 0 28630697 9856040960 88141 33554432000 1073741824 1073778376 140733217877584 140140666497848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25853] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25853/stat : 25853 (java) S 25833 25836 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28630697 9856040960 88141 33554432000 1073741824 1073778376 140733217877584 140140665445240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25854] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7

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

[pid=25836/tid=25855] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25855/stat : 25855 (java) S 25833 25836 21988 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28630979 9856040960 613190 33554432000 1073741824 1073778376 140733217877584 140140663338152 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1725.59
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.10 2.19 2.17 4/212 26030
/proc/meminfo: memFree=26977480/32872528 swapFree=1542984/1696284
[pid=25836] ppid=25833 vsize=9625040 CPUtime=1785.75 cores=1,3,5,7
/proc/25836/stat : 25836 (java) S 25833 25836 21988 0 -1 4202496 17542 0 1 0 178453 122 0 0 20 0 19 0 28630692 9856040960 606198 33554432000 1073741824 1073778376 140733217877584 140733217868720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25836/statm: 2406260 606198 2277 9 0 2396937 0
[pid=25836/tid=25837] ppid=25833 vsize=9625040 CPUtime=1776.75 cores=1,3,5,7
/proc/25836/task/25837/stat : 25837 (java) R 25833 25836 21988 0 -1 4202560 4175 0 1 0 177609 66 0 0 20 0 19 0 28630692 9856040960 606198 33554432000 1073741824 1073778376 140733217877584 140140915555328 140140773981498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25839] ppid=25833 vsize=9625040 CPUtime=0.37 cores=1,3,5,7
/proc/25836/task/25839/stat : 25839 (java) S 25833 25836 21988 0 -1 4202560 132 0 0 0 31 6 0 0 20 0 19 0 28630693 9856040960 606198 33554432000 1073741824 1073778376 140733217877584 140140893657640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25840] ppid=25833 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/25836/task/25840/stat : 25840 (java) S 25833 25836 21988 0 -1 4202560 130 0 0 0 32 6 0 0 20 0 19 0 28630693 9856040960 606198 33554432000 1073741824 1073778376 140733217877584 140140892604840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25836/tid=25841] ppid=25833 vsize=9625040 CPUtime=0.33 cores=1,3,5,7
/proc/25836/task/25841/stat : 25841 (java) S 25833 25836 21988 0 -1 4202560 84 0 0 0 28 5 0 0 20 0 19 0 28630693 9856040960 606198 33554432000 1073741824 1073778376 140733217877584 140140689221928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25836/tid=25842] ppid=25833 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/25836/task/25842/stat : 25842 (java) S 25833 25836 21988 0 -1 4202560 144 0 0 0 30 8 0 0 20 0 19 0 28630693 9856040960 606198 33554432000 1073741824 1073778376 140733217877584 140140688169128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25843] ppid=25833 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25836/task/25843/stat : 25843 (java) S 25833 25836 21988 0 -1 4202560 114 0 0 0 28 6 0 0 20 0 19 0 28630693 9856040960 606198 33554432000 1073741824 1073778376 140733217877584 140140687117352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25844] ppid=25833 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/25836/task/25844/stat : 25844 (java) S 25833 25836 21988 0 -1 4202560 150 0 0 0 31 8 0 0 20 0 19 0 28630693 9856040960 606198 33554432000 1073741824 1073778376 140733217877584 140140686064552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25845] ppid=25833 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/25836/task/25845/stat : 25845 (java) S 25833 25836 21988 0 -1 4202560 114 0 0 0 27 5 0 0 20 0 19 0 28630693 9856040960 606198 33554432000 1073741824 1073778376 140733217877584 140140685011752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25846] ppid=25833 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25836/task/25846/stat : 25846 (java) S 25833 25836 21988 0 -1 4202560 114 0 0 0 28 6 0 0 20 0 19 0 28630693 9856040960 606198 33554432000 1073741824 1073778376 140733217877584 140140683958952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25847] ppid=25833 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25836/task/25847/stat : 25847 (java) S 25833 25836 21988 0 -1 4202560 1339 0 0 0 0 5 0 0 20 0 19 0 28630694 9856040960 606198 33554432000 1073741824 1073778376 140733217877584 140140671760872 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25848] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25848/stat : 25848 (java) S 25833 25836 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28630695 9856040960 606198 33554432000 1073741824 1073778376 140733217877584 140140670706936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25849] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25849/stat : 25849 (java) S 25833 25836 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28630695 9856040960 606198 33554432000 1073741824 1073778376 140733217877584 140140669654024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25850] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25850/stat : 25850 (java) S 25833 25836 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28630697 9856040960 606198 33554432000 1073741824 1073778376 140733217877584 140140668602512 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25851] ppid=25833 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/25836/task/25851/stat : 25851 (java) S 25833 25836 21988 0 -1 4202560 7048 0 0 0 62 2 0 0 20 0 19 0 28630697 9856040960 606198 33554432000 1073741824 1073778376 140733217877584 140140667550648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25852] ppid=25833 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/25836/task/25852/stat : 25852 (java) S 25833 25836 21988 0 -1 4202560 2632 0 0 0 44 0 0 0 20 0 19 0 28630697 9856040960 606198 33554432000 1073741824 1073778376 140733217877584 140140666497848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25853] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25853/stat : 25853 (java) S 25833 25836 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28630697 9856040960 606198 33554432000 1073741824 1073778376 140733217877584 140140665445240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25854] ppid=25833 vsize=9625040 CPUtime=0.66 cores=1,3,5,7
/proc/25836/task/25854/stat : 25854 (java) S 25833 25836 21988 0 -1 4202560 102 0 0 0 30 36 0 0 20 0 19 0 28630697 9856040960 606198 33554432000 1073741824 1073778376 140733217877584 140140664392648 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25855] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25855/stat : 25855 (java) S 25833 25836 21988 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28630979 9856040960 606198 33554432000 1073741824 1073778376 140733217877584 140140663338152 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1785.75
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.6 s]
/proc/loadavg: 2.14 2.20 2.18 3/212 26030
/proc/meminfo: memFree=26973368/32872528 swapFree=1542984/1696284
[pid=25836] ppid=25833 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/25836/stat : 25836 (java) S 25833 25836 21988 0 -1 4202496 17544 0 1 0 179884 122 0 0 20 0 19 0 28630692 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140733217868720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25836/statm: 2406260 605188 2277 9 0 2396937 0
[pid=25836/tid=25837] ppid=25833 vsize=9625040 CPUtime=1790.99 cores=1,3,5,7
/proc/25836/task/25837/stat : 25837 (java) R 25833 25836 21988 0 -1 4202560 4177 0 1 0 179033 66 0 0 20 0 19 0 28630692 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140915555328 140140773981498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25839] ppid=25833 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/25836/task/25839/stat : 25839 (java) S 25833 25836 21988 0 -1 4202560 132 0 0 0 32 6 0 0 20 0 19 0 28630693 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140893657640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25840] ppid=25833 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/25836/task/25840/stat : 25840 (java) S 25833 25836 21988 0 -1 4202560 130 0 0 0 32 6 0 0 20 0 19 0 28630693 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140892604840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25836/tid=25841] ppid=25833 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25836/task/25841/stat : 25841 (java) S 25833 25836 21988 0 -1 4202560 84 0 0 0 29 5 0 0 20 0 19 0 28630693 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140689221928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25836/tid=25842] ppid=25833 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/25836/task/25842/stat : 25842 (java) S 25833 25836 21988 0 -1 4202560 144 0 0 0 31 8 0 0 20 0 19 0 28630693 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140688169128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25843] ppid=25833 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25836/task/25843/stat : 25843 (java) S 25833 25836 21988 0 -1 4202560 114 0 0 0 28 6 0 0 20 0 19 0 28630693 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140687117352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25844] ppid=25833 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/25836/task/25844/stat : 25844 (java) S 25833 25836 21988 0 -1 4202560 150 0 0 0 31 8 0 0 20 0 19 0 28630693 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140686064552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25845] ppid=25833 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/25836/task/25845/stat : 25845 (java) S 25833 25836 21988 0 -1 4202560 114 0 0 0 27 5 0 0 20 0 19 0 28630693 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140685011752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25846] ppid=25833 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/25836/task/25846/stat : 25846 (java) S 25833 25836 21988 0 -1 4202560 114 0 0 0 29 6 0 0 20 0 19 0 28630693 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140683958952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25847] ppid=25833 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25836/task/25847/stat : 25847 (java) S 25833 25836 21988 0 -1 4202560 1339 0 0 0 0 5 0 0 20 0 19 0 28630694 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140671760872 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25848] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25848/stat : 25848 (java) S 25833 25836 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28630695 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140670706936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25849] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25849/stat : 25849 (java) S 25833 25836 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28630695 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140669654024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25850] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25850/stat : 25850 (java) S 25833 25836 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28630697 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140668602512 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25851] ppid=25833 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/25836/task/25851/stat : 25851 (java) S 25833 25836 21988 0 -1 4202560 7048 0 0 0 62 2 0 0 20 0 19 0 28630697 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140667550648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25852] ppid=25833 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/25836/task/25852/stat : 25852 (java) S 25833 25836 21988 0 -1 4202560 2632 0 0 0 44 0 0 0 20 0 19 0 28630697 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140666497848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25853] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25853/stat : 25853 (java) S 25833 25836 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28630697 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140665445240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25854] ppid=25833 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/25836/task/25854/stat : 25854 (java) S 25833 25836 21988 0 -1 4202560 102 0 0 0 31 36 0 0 20 0 19 0 28630697 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140664392648 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25855] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25855/stat : 25855 (java) S 25833 25836 21988 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28630979 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140663338152 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

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

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

[startup+1796.6 s]
/proc/loadavg: 2.14 2.20 2.18 3/212 26030
/proc/meminfo: memFree=26973368/32872528 swapFree=1542984/1696284
[pid=25836] ppid=25833 vsize=9625040 CPUtime=1800.06 cores=1,3,5,7
/proc/25836/stat : 25836 (java) S 25833 25836 21988 0 -1 4202496 17544 0 1 0 179884 122 0 0 20 0 19 0 28630692 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140733217868720 270710898749 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0
/proc/25836/statm: 2406260 605188 2277 9 0 2396937 0
[pid=25836/tid=25837] ppid=25833 vsize=9625040 CPUtime=1790.99 cores=1,3,5,7
/proc/25836/task/25837/stat : 25837 (java) R 25833 25836 21988 0 -1 4202560 4177 0 1 0 179033 66 0 0 20 0 19 0 28630692 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140915555328 140140773981498 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25839] ppid=25833 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/25836/task/25839/stat : 25839 (java) S 25833 25836 21988 0 -1 4202560 132 0 0 0 32 6 0 0 20 0 19 0 28630693 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140893657640 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25840] ppid=25833 vsize=9625040 CPUtime=0.38 cores=1,3,5,7
/proc/25836/task/25840/stat : 25840 (java) S 25833 25836 21988 0 -1 4202560 130 0 0 0 32 6 0 0 20 0 19 0 28630693 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140892604840 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25836/tid=25841] ppid=25833 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25836/task/25841/stat : 25841 (java) S 25833 25836 21988 0 -1 4202560 84 0 0 0 29 5 0 0 20 0 19 0 28630693 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140689221928 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25836/tid=25842] ppid=25833 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/25836/task/25842/stat : 25842 (java) S 25833 25836 21988 0 -1 4202560 144 0 0 0 31 8 0 0 20 0 19 0 28630693 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140688169128 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25843] ppid=25833 vsize=9625040 CPUtime=0.34 cores=1,3,5,7
/proc/25836/task/25843/stat : 25843 (java) S 25833 25836 21988 0 -1 4202560 114 0 0 0 28 6 0 0 20 0 19 0 28630693 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140687117352 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25844] ppid=25833 vsize=9625040 CPUtime=0.39 cores=1,3,5,7
/proc/25836/task/25844/stat : 25844 (java) S 25833 25836 21988 0 -1 4202560 150 0 0 0 31 8 0 0 20 0 19 0 28630693 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140686064552 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25845] ppid=25833 vsize=9625040 CPUtime=0.32 cores=1,3,5,7
/proc/25836/task/25845/stat : 25845 (java) S 25833 25836 21988 0 -1 4202560 114 0 0 0 27 5 0 0 20 0 19 0 28630693 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140685011752 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25846] ppid=25833 vsize=9625040 CPUtime=0.35 cores=1,3,5,7
/proc/25836/task/25846/stat : 25846 (java) S 25833 25836 21988 0 -1 4202560 114 0 0 0 29 6 0 0 20 0 19 0 28630693 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140683958952 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25847] ppid=25833 vsize=9625040 CPUtime=0.05 cores=1,3,5,7
/proc/25836/task/25847/stat : 25847 (java) S 25833 25836 21988 0 -1 4202560 1339 0 0 0 0 5 0 0 20 0 19 0 28630694 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140671760872 270710912937 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25848] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25848/stat : 25848 (java) S 25833 25836 21988 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 28630695 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140670706936 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25849] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25849/stat : 25849 (java) S 25833 25836 21988 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 28630695 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140669654024 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25850] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25850/stat : 25850 (java) S 25833 25836 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28630697 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140668602512 270710920992 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25851] ppid=25833 vsize=9625040 CPUtime=0.64 cores=1,3,5,7
/proc/25836/task/25851/stat : 25851 (java) S 25833 25836 21988 0 -1 4202560 7048 0 0 0 62 2 0 0 20 0 19 0 28630697 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140667550648 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25836/tid=25852] ppid=25833 vsize=9625040 CPUtime=0.44 cores=1,3,5,7
/proc/25836/task/25852/stat : 25852 (java) S 25833 25836 21988 0 -1 4202560 2632 0 0 0 44 0 0 0 20 0 19 0 28630697 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140666497848 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25853] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25853/stat : 25853 (java) S 25833 25836 21988 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 28630697 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140665445240 270710912060 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25836/tid=25854] ppid=25833 vsize=9625040 CPUtime=0.67 cores=1,3,5,7
/proc/25836/task/25854/stat : 25854 (java) S 25833 25836 21988 0 -1 4202560 102 0 0 0 31 36 0 0 20 0 19 0 28630697 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140664392648 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25836/tid=25855] ppid=25833 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25836/task/25855/stat : 25855 (java) S 25833 25836 21988 0 -1 4202560 12 0 0 0 0 0 0 0 20 0 19 0 28630979 9856040960 605188 33554432000 1073741824 1073778376 140733217877584 140140663338152 270710912937 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 1800.06
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

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

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.23
system time used= 1.72174
maximum resident set size= 2862440
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17575
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1464
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 40082
involuntary context switches= 8428

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4234 second user time and 14.0619 second system time

The end

Launcher Data

Begin job on node125 at 2016-06-18 18:04:01
IDJOB=4105808
IDBENCH=3019
IDSOLVER=2546
FILE ID=node125/4105808-1466265840
RUNJOBID= node125-1466240732-22005
PBS_JOBID= 19918195
Free space on /tmp= 71724 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=440-sizeP=221-sizeQ=440-24744542-max.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4105808-1466265840/watcher-4105808-1466265840 -o /tmp/evaluation-result-4105808-1466265840/solver-4105808-1466265840 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node125-1466240732-22005 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4105808-1466265840.opb

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

MD5SUM BENCH= 33ae5939d1aa58a75a945a9faf3c230f
RANDOM SEED=773409729

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32872528 kB
MemFree:        29531648 kB
Buffers:          137116 kB
Cached:           186900 kB
SwapCached:          688 kB
Active:           669284 kB
Inactive:         233336 kB
Active(anon):     580192 kB
Inactive(anon):     1040 kB
Active(file):      89092 kB
Inactive(file):   232296 kB
Unevictable:     1696284 kB
Mlocked:         1542984 kB
SwapTotal:      67108856 kB
SwapFree:       67098232 kB
Dirty:             19252 kB
Writeback:             0 kB
AnonPages:       2274244 kB
Mapped:            15360 kB
Shmem:                 0 kB
Slab:             605720 kB
SReclaimable:      48556 kB
SUnreclaim:       557164 kB
KernelStack:        1592 kB
PageTables:        10044 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2418180 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    714752 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= 71724 MiB
End job on node125 at 2016-06-18 18:33:57