Trace number 4103280

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 1771.85

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-bc1.opb
MD5SUM7349a3a829e674d501313aed23f34764
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 variables27730
Total number of constraints3375
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)84
Number of constraints which are nor clauses,nor cardinality constraints3291
Minimum length of a constraint3
Maximum length of a constraint5701
Number of terms in the objective function 31
Biggest coefficient in the objective function 1073741824
Number of bits for the biggest coefficient in the objective function 31
Sum of the numbers in the objective function 2147483647
Number of bits of the sum of numbers in the objective function 31
Biggest number in a constraint 1073741824000000000000000000
Number of bits of the biggest number in a constraint 90
Biggest sum of numbers in a constraint 3221975665359866949148487122
Number of bits of the biggest sum of numbers92
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@2b21cc40
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@7c64dc11
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4103280-1466236082.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
19.60/14.54	c ... done. Wall clock time 14.426s.
19.60/14.54	c declared #vars     27730
19.60/14.54	c #constraints  4160
19.60/14.54	c constraints type 
19.60/14.54	c org.sat4j.minisat.constraints.card.MinWatchCard => 84
19.60/14.54	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 2508
19.60/14.54	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1568
19.60/14.54	c 4160 constraints processed.
19.60/14.54	c objective function length is 31 literals
57.32/46.91	c cleaning 2498 clauses out of 4999 with flag 10149/5000
92.68/78.85	c cleaning 4250 clauses out of 8503 with flag 22153/11002
136.39/121.14	c cleaning 5625 clauses out of 11251 with flag 36149/18000
183.68/168.02	c cleaning 6813 clauses out of 13626 with flag 52149/26000
232.52/216.59	c cleaning 7903 clauses out of 15814 with flag 70413/35001
286.07/269.67	c cleaning 8951 clauses out of 17910 with flag 90766/45000
344.56/327.63	c cleaning 9978 clauses out of 19959 with flag 113156/56000
408.91/391.49	c cleaning 10991 clauses out of 21981 with flag 137581/68000
478.90/460.70	c cleaning 11996 clauses out of 23991 with flag 164046/81001
554.40/535.63	c cleaning 12995 clauses out of 25995 with flag 192541/95001
634.64/615.15	c cleaning 13994 clauses out of 28000 with flag 223073/110001
720.58/700.48	c cleaning 15000 clauses out of 30006 with flag 255641/126001
812.18/791.36	c cleaning 16003 clauses out of 32006 with flag 290243/143001
909.22/887.69	c cleaning 16999 clauses out of 34003 with flag 326881/161001
1011.63/989.38	c cleaning 18002 clauses out of 36004 with flag 365556/180001
1119.53/1096.44	c cleaning 18998 clauses out of 38003 with flag 406268/200002
1232.86/1208.99	c cleaning 19997 clauses out of 40004 with flag 449010/221001
1352.38/1327.50	c cleaning 21000 clauses out of 42006 with flag 493788/243000
1476.88/1451.18	c cleaning 22002 clauses out of 44007 with flag 540606/266001
1617.05/1590.30	c cleaning 23000 clauses out of 46006 with flag 589502/290002
1766.13/1738.25	c cleaning 24001 clauses out of 48004 with flag 640450/315000
1800.01/1771.81	c starts		: 11
1800.01/1771.81	c conflicts		: 320835
1800.01/1771.81	c decisions		: 341544
1800.01/1771.81	c propagations		: 7478106
1800.01/1771.81	c inspects		: 3304635061
1800.01/1771.81	c shortcuts		: 0
1800.01/1771.81	c learnt literals	: 1
1800.01/1771.81	c learnt binary clauses	: 0
1800.01/1771.81	c learnt ternary clauses	: 1
1800.01/1771.81	c learnt constraints	: 320833
1800.01/1771.81	c ignored constraints	: 0
1800.01/1771.81	c root simplifications	: 0
1800.01/1771.81	c removed literals (reason simplification)	: 0
1800.01/1771.81	c reason swapping (by a shorter reason)	: 0
1800.01/1771.81	c Calls to reduceDB	: 21
1800.01/1771.81	c Number of update (reduction) of LBD	: 0
1800.01/1771.81	c Imported unit clauses	: 0
1800.01/1771.81	c number of reductions to clauses (during analyze)	: 0
1800.01/1771.81	c number of learned constraints concerned by reduction	: 0
1800.01/1771.81	c number of learning phase by resolution	: 0
1800.01/1771.81	c number of learning phase by cutting planes	: 0
1800.01/1771.81	c speed (assignments/second)	: 4255.815382864297
1800.01/1771.81	c non guided choices	0
1800.01/1771.82	c learnt constraints type 
1800.01/1771.82	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 29838
1800.01/1771.82	s UNKNOWN
1800.01/1771.82	c Total wall clock time (in seconds): 1771.708

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-4103280-1466236082/watcher-4103280-1466236082 -o /tmp/evaluation-result-4103280-1466236082/solver-4103280-1466236082 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466230712-24777 --watchdog 1960 java -jar sat4j-pb.jar HOME/instance-4103280-1466236082.opb 

pid=25372
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.29 2.30 4/194 25375
/proc/meminfo: memFree=29626676/32872528 swapFree=1556504/1720024
[pid=25375] ppid=25372 vsize=9292 CPUtime=0 cores=1,3,5,7
/proc/25375/stat : 25375 (java) D 25372 25375 24760 0 -1 4202496 523 0 0 0 0 0 0 0 20 0 1 0 25657133 9515008 175 33554432000 1073741824 1073778376 140737315199408 140737315182136 270330053520 0 0 4096 0 18446744072100588836 0 0 17 3 0 0 0 0 0
/proc/25375/statm: 2323 175 133 9 0 71 0

[startup+0.100062 s]
/proc/loadavg: 2.32 2.29 2.30 4/194 25375
/proc/meminfo: memFree=29626676/32872528 swapFree=1556504/1720024
[pid=25375] ppid=25372 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/25375/stat : 25375 (java) S 25372 25375 24760 0 -1 4202496 4389 0 1 0 8 1 0 0 20 0 18 0 25657133 9787879424 6025 33554432000 1073741824 1073778376 140737315199408 140737315190544 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25375/statm: 2389619 6025 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.443065 s]
/proc/loadavg: 2.32 2.29 2.30 4/194 25375
/proc/meminfo: memFree=29626676/32872528 swapFree=1556504/1720024
[pid=25375] ppid=25372 vsize=9558476 CPUtime=0.97 cores=1,3,5,7
/proc/25375/stat : 25375 (java) S 25372 25375 24760 0 -1 4202496 11277 0 1 0 93 4 0 0 20 0 18 0 25657133 9787879424 18085 33554432000 1073741824 1073778376 140737315199408 140737315190544 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25375/statm: 2389619 18085 2249 9 0 2380296 0
Current children cumulated CPU time (s) 0.97
Current children cumulated vsize (KiB) 9558476

[startup+0.5005 s]
/proc/loadavg: 2.32 2.29 2.30 4/194 25375
/proc/meminfo: memFree=29626676/32872528 swapFree=1556504/1720024
[pid=25375] ppid=25372 vsize=9558476 CPUtime=1.14 cores=1,3,5,7
/proc/25375/stat : 25375 (java) S 25372 25375 24760 0 -1 4202496 16796 0 1 0 109 5 0 0 20 0 18 0 25657133 9787879424 22813 33554432000 1073741824 1073778376 140737315199408 140737315190544 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25375/statm: 2389619 22813 2259 9 0 2380296 0
Current children cumulated CPU time (s) 1.14
Current children cumulated vsize (KiB) 9558476

[startup+0.700407 s]
/proc/loadavg: 2.32 2.29 2.30 4/194 25375
/proc/meminfo: memFree=29626676/32872528 swapFree=1556504/1720024
[pid=25375] ppid=25372 vsize=9558476 CPUtime=1.54 cores=1,3,5,7
/proc/25375/stat : 25375 (java) S 25372 25375 24760 0 -1 4202496 17418 0 1 0 147 7 0 0 20 0 18 0 25657133 9787879424 33143 33554432000 1073741824 1073778376 140737315199408 140737315190544 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25375/statm: 2389619 33143 2259 9 0 2380296 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 9558476

[startup+1.50093 s]
/proc/loadavg: 2.32 2.29 2.30 3/212 25393
/proc/meminfo: memFree=29428104/32872528 swapFree=1556504/1720024
[pid=25375] ppid=25372 vsize=9558476 CPUtime=2.74 cores=1,3,5,7
/proc/25375/stat : 25375 (java) S 25372 25375 24760 0 -1 4202496 18574 0 1 0 257 17 0 0 20 0 18 0 25657133 9787879424 63969 33554432000 1073741824 1073778376 140737315199408 140737315190544 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25375/statm: 2389619 63969 2275 9 0 2380296 0
[pid=25375/tid=25377] ppid=25372 vsize=9558476 CPUtime=1.35 cores=1,3,5,7
/proc/25375/task/25377/stat : 25377 (java) R 25372 25375 24760 0 -1 4202560 2486 0 1 0 132 3 0 0 20 0 18 0 25657134 9787879424 63969 33554432000 1073741824 1073778376 140737315199408 140703188540856 270333437197 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25375/tid=25378] ppid=25372 vsize=9558476 CPUtime=0.01 cores=1,3,5,7
/proc/25375/task/25378/stat : 25378 (java) S 25372 25375 24760 0 -1 4202560 20 0 0 0 1 0 0 0 20 0 18 0 25657135 9787879424 63969 33554432000 1073741824 1073778376 140737315199408 140703150033064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25379] ppid=25372 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/25375/task/25379/stat : 25379 (java) S 25372 25375 24760 0 -1 4202560 144 0 0 0 5 2 0 0 20 0 18 0 25657135 9787879424 63969 33554432000 1073741824 1073778376 140737315199408 140703148980520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25380] ppid=25372 vsize=9558476 CPUtime=0.04 cores=1,3,5,7
/proc/25375/task/25380/stat : 25380 (java) S 25372 25375 24760 0 -1 4202560 28 0 0 0 3 1 0 0 20 0 18 0 25657135 9787879424 63969 33554432000 1073741824 1073778376 140737315199408 140703147927976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25381] ppid=25372 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/25375/task/25381/stat : 25381 (java) S 25372 25375 24760 0 -1 4202560 75 0 0 0 2 0 0 0 20 0 18 0 25657135 9787879424 63969 33554432000 1073741824 1073778376 140737315199408 140703146875432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25382] ppid=25372 vsize=9558476 CPUtime=0.09 cores=1,3,5,7
/proc/25375/task/25382/stat : 25382 (java) S 25372 25375 24760 0 -1 4202560 124 0 0 0 6 3 0 0 20 0 18 0 25657135 9787879424 63969 33554432000 1073741824 1073778376 140737315199408 140703145822888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25383] ppid=25372 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/25375/task/25383/stat : 25383 (java) S 25372 25375 24760 0 -1 4202560 16 0 0 0 2 0 0 0 20 0 18 0 25657135 9787879424 63969 33554432000 1073741824 1073778376 140737315199408 140703144770344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25384] ppid=25372 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/25375/task/25384/stat : 25384 (java) S 25372 25375 24760 0 -1 4202560 14 0 0 0 2 0 0 0 20 0 18 0 25657135 9787879424 63969 33554432000 1073741824 1073778376 140737315199408 140703143717800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25385] ppid=25372 vsize=9558476 CPUtime=0.02 cores=1,3,5,7
/proc/25375/task/25385/stat : 25385 (java) S 25372 25375 24760 0 -1 4202560 96 0 0 0 2 0 0 0 20 0 18 0 25657135 9787879424 63969 33554432000 1073741824 1073778376 140737315199408 140703142665256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25386] ppid=25372 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25386/stat : 25386 (java) S 25372 25375 24760 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 18 0 25657136 9787879424 63969 33554432000 1073741824 1073778376 140737315199408 140703130253416 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25387] ppid=25372 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25387/stat : 25387 (java) S 25372 25375 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 25657137 9787879424 63969 33554432000 1073741824 1073778376 140737315199408 140703011169400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25388] ppid=25372 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25388/stat : 25388 (java) S 25372 25375 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 25657137 9787879424 63969 33554432000 1073741824 1073778376 140737315199408 140703010116744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25389] ppid=25372 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25389/stat : 25389 (java) S 25372 25375 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25657139 9787879424 63969 33554432000 1073741824 1073778376 140737315199408 140703009065488 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25390] ppid=25372 vsize=9558476 CPUtime=0.61 cores=1,3,5,7
/proc/25375/task/25390/stat : 25390 (java) S 25372 25375 24760 0 -1 4202560 9239 0 0 0 57 4 0 0 20 0 18 0 25657139 9787879424 63969 33554432000 1073741824 1073778376 140737315199408 140703008012856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25391] ppid=25372 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/25375/task/25391/stat : 25391 (java) S 25372 25375 24760 0 -1 4202560 5007 0 0 0 31 1 0 0 20 0 18 0 25657139 9787879424 63969 33554432000 1073741824 1073778376 140737315199408 140703006960312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25392] ppid=25372 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25392/stat : 25392 (java) S 25372 25375 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25657139 9787879424 63969 33554432000 1073741824 1073778376 140737315199408 140703005907960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25393] ppid=25372 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25393/stat : 25393 (java) S 25372 25375 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25657139 9787879424 63969 33554432000 1073741824 1073778376 140737315199408 140703004855624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 2.74
Current children cumulated vsize (KiB) 9558476

[startup+3.10082 s]
/proc/loadavg: 2.32 2.29 2.30 3/212 25393
/proc/meminfo: memFree=29205380/32872528 swapFree=1556504/1720024
[pid=25375] ppid=25372 vsize=9558476 CPUtime=4.95 cores=1,3,5,7
/proc/25375/stat : 25375 (java) S 25372 25375 24760 0 -1 4202496 19108 0 1 0 460 35 0 0 20 0 18 0 25657133 9787879424 127655 33554432000 1073741824 1073778376 140737315199408 140737315190544 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25375/statm: 2389619 127655 2275 9 0 2380296 0
[pid=25375/tid=25377] ppid=25372 vsize=9558476 CPUtime=2.74 cores=1,3,5,7
/proc/25375/task/25377/stat : 25377 (java) R 25372 25375 24760 0 -1 4202560 2543 0 1 0 270 4 0 0 20 0 18 0 25657134 9787879424 127655 33554432000 1073741824 1073778376 140737315199408 140703188540648 270333437197 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25375/tid=25378] ppid=25372 vsize=9558476 CPUtime=0.13 cores=1,3,5,7
/proc/25375/task/25378/stat : 25378 (java) S 25372 25375 24760 0 -1 4202560 56 0 0 0 10 3 0 0 20 0 18 0 25657135 9787879424 127655 33554432000 1073741824 1073778376 140737315199408 140703150033064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25379] ppid=25372 vsize=9558476 CPUtime=0.17 cores=1,3,5,7
/proc/25375/task/25379/stat : 25379 (java) S 25372 25375 24760 0 -1 4202560 181 0 0 0 13 4 0 0 20 0 18 0 25657135 9787879424 127655 33554432000 1073741824 1073778376 140737315199408 140703148980520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25380] ppid=25372 vsize=9558476 CPUtime=0.12 cores=1,3,5,7
/proc/25375/task/25380/stat : 25380 (java) S 25372 25375 24760 0 -1 4202560 80 0 0 0 9 3 0 0 20 0 18 0 25657135 9787879424 127655 33554432000 1073741824 1073778376 140737315199408 140703147927976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25375/tid=25381] ppid=25372 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/25375/task/25381/stat : 25381 (java) S 25372 25375 24760 0 -1 4202560 125 0 0 0 11 4 0 0 20 0 18 0 25657135 9787879424 127655 33554432000 1073741824 1073778376 140737315199408 140703146875432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25382] ppid=25372 vsize=9558476 CPUtime=0.26 cores=1,3,5,7
/proc/25375/task/25382/stat : 25382 (java) S 25372 25375 24760 0 -1 4202560 197 0 0 0 20 6 0 0 20 0 18 0 25657135 9787879424 127655 33554432000 1073741824 1073778376 140737315199408 140703145822888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25375/tid=25383] ppid=25372 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/25375/task/25383/stat : 25383 (java) S 25372 25375 24760 0 -1 4202560 55 0 0 0 9 2 0 0 20 0 18 0 25657135 9787879424 127655 33554432000 1073741824 1073778376 140737315199408 140703144770344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25384] ppid=25372 vsize=9558476 CPUtime=0.07 cores=1,3,5,7
/proc/25375/task/25384/stat : 25384 (java) S 25372 25375 24760 0 -1 4202560 38 0 0 0 6 1 0 0 20 0 18 0 25657135 9787879424 127655 33554432000 1073741824 1073778376 140737315199408 140703143717800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25385] ppid=25372 vsize=9558476 CPUtime=0.11 cores=1,3,5,7
/proc/25375/task/25385/stat : 25385 (java) S 25372 25375 24760 0 -1 4202560 136 0 0 0 8 3 0 0 20 0 18 0 25657135 9787879424 127655 33554432000 1073741824 1073778376 140737315199408 140703142665256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25375/tid=25386] ppid=25372 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25386/stat : 25386 (java) S 25372 25375 24760 0 -1 4202560 198 0 0 0 0 0 0 0 20 0 18 0 25657136 9787879424 127655 33554432000 1073741824 1073778376 140737315199408 140703130253416 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25387] ppid=25372 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25387/stat : 25387 (java) S 25372 25375 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 25657137 9787879424 127655 33554432000 1073741824 1073778376 140737315199408 140703011169400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25388] ppid=25372 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25388/stat : 25388 (java) S 25372 25375 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 25657137 9787879424 127655 33554432000 1073741824 1073778376 140737315199408 140703010116744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25389] ppid=25372 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25389/stat : 25389 (java) S 25372 25375 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25657139 9787879424 127655 33554432000 1073741824 1073778376 140737315199408 140703009065488 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25390] ppid=25372 vsize=9558476 CPUtime=0.61 cores=1,3,5,7
/proc/25375/task/25390/stat : 25390 (java) S 25372 25375 24760 0 -1 4202560 9239 0 0 0 57 4 0 0 20 0 18 0 25657139 9787879424 127655 33554432000 1073741824 1073778376 140737315199408 140703008012856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25391] ppid=25372 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/25375/task/25391/stat : 25391 (java) S 25372 25375 24760 0 -1 4202560 5007 0 0 0 31 1 0 0 20 0 18 0 25657139 9787879424 127655 33554432000 1073741824 1073778376 140737315199408 140703006960312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25392] ppid=25372 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25392/stat : 25392 (java) S 25372 25375 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25657139 9787879424 127655 33554432000 1073741824 1073778376 140737315199408 140703005907960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25393] ppid=25372 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25393/stat : 25393 (java) S 25372 25375 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25657139 9787879424 127655 33554432000 1073741824 1073778376 140737315199408 140703004855624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 4.95
Current children cumulated vsize (KiB) 9558476

[startup+6.30082 s]
/proc/loadavg: 2.29 2.28 2.29 4/212 25393
/proc/meminfo: memFree=28687020/32872528 swapFree=1556504/1720024
[pid=25375] ppid=25372 vsize=9558476 CPUtime=8.68 cores=1,3,5,7
/proc/25375/stat : 25375 (java) S 25372 25375 24760 0 -1 4202496 20307 0 1 0 815 53 0 0 20 0 18 0 25657133 9787879424 238693 33554432000 1073741824 1073778376 140737315199408 140737315190544 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25375/statm: 2389619 238693 2283 9 0 2380296 0
[pid=25375/tid=25377] ppid=25372 vsize=9558476 CPUtime=5.07 cores=1,3,5,7
/proc/25375/task/25377/stat : 25377 (java) R 25372 25375 24760 0 -1 4202560 2833 0 1 0 499 8 0 0 20 0 18 0 25657134 9787879424 238693 33554432000 1073741824 1073778376 140737315199408 140703188540120 270333437197 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25375/tid=25378] ppid=25372 vsize=9558476 CPUtime=0.31 cores=1,3,5,7
/proc/25375/task/25378/stat : 25378 (java) S 25372 25375 24760 0 -1 4202560 117 0 0 0 25 6 0 0 20 0 18 0 25657135 9787879424 238693 33554432000 1073741824 1073778376 140737315199408 140703150033064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25379] ppid=25372 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/25375/task/25379/stat : 25379 (java) S 25372 25375 24760 0 -1 4202560 199 0 0 0 18 4 0 0 20 0 18 0 25657135 9787879424 238693 33554432000 1073741824 1073778376 140737315199408 140703148980520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25380] ppid=25372 vsize=9558476 CPUtime=0.19 cores=1,3,5,7
/proc/25375/task/25380/stat : 25380 (java) S 25372 25375 24760 0 -1 4202560 117 0 0 0 15 4 0 0 20 0 18 0 25657135 9787879424 238693 33554432000 1073741824 1073778376 140737315199408 140703147927976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25381] ppid=25372 vsize=9558476 CPUtime=0.22 cores=1,3,5,7
/proc/25375/task/25381/stat : 25381 (java) S 25372 25375 24760 0 -1 4202560 150 0 0 0 17 5 0 0 20 0 18 0 25657135 9787879424 238693 33554432000 1073741824 1073778376 140737315199408 140703146875432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25382] ppid=25372 vsize=9558476 CPUtime=0.35 cores=1,3,5,7
/proc/25375/task/25382/stat : 25382 (java) S 25372 25375 24760 0 -1 4202560 230 0 0 0 28 7 0 0 20 0 18 0 25657135 9787879424 238693 33554432000 1073741824 1073778376 140737315199408 140703145822888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25375/tid=25383] ppid=25372 vsize=9558476 CPUtime=0.16 cores=1,3,5,7
/proc/25375/task/25383/stat : 25383 (java) S 25372 25375 24760 0 -1 4202560 71 0 0 0 13 3 0 0 20 0 18 0 25657135 9787879424 238693 33554432000 1073741824 1073778376 140737315199408 140703144770344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25384] ppid=25372 vsize=9558476 CPUtime=0.15 cores=1,3,5,7
/proc/25375/task/25384/stat : 25384 (java) S 25372 25375 24760 0 -1 4202560 63 0 0 0 13 2 0 0 20 0 18 0 25657135 9787879424 238693 33554432000 1073741824 1073778376 140737315199408 140703143717800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25385] ppid=25372 vsize=9558476 CPUtime=0.2 cores=1,3,5,7
/proc/25375/task/25385/stat : 25385 (java) S 25372 25375 24760 0 -1 4202560 167 0 0 0 15 5 0 0 20 0 18 0 25657135 9787879424 238693 33554432000 1073741824 1073778376 140737315199408 140703142665256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25375/tid=25386] ppid=25372 vsize=9558476 CPUtime=0.66 cores=1,3,5,7
/proc/25375/task/25386/stat : 25386 (java) S 25372 25375 24760 0 -1 4202560 861 0 0 0 64 2 0 0 20 0 18 0 25657136 9787879424 238693 33554432000 1073741824 1073778376 140737315199408 140703130253416 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25387] ppid=25372 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25387/stat : 25387 (java) S 25372 25375 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 25657137 9787879424 238693 33554432000 1073741824 1073778376 140737315199408 140703011169400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25388] ppid=25372 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25388/stat : 25388 (java) S 25372 25375 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 25657137 9787879424 238693 33554432000 1073741824 1073778376 140737315199408 140703010116744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25389] ppid=25372 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25389/stat : 25389 (java) S 25372 25375 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25657139 9787879424 238693 33554432000 1073741824 1073778376 140737315199408 140703009065488 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25390] ppid=25372 vsize=9558476 CPUtime=0.61 cores=1,3,5,7
/proc/25375/task/25390/stat : 25390 (java) S 25372 25375 24760 0 -1 4202560 9239 0 0 0 57 4 0 0 20 0 18 0 25657139 9787879424 238693 33554432000 1073741824 1073778376 140737315199408 140703008012856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25391] ppid=25372 vsize=9558476 CPUtime=0.32 cores=1,3,5,7
/proc/25375/task/25391/stat : 25391 (java) S 25372 25375 24760 0 -1 4202560 5007 0 0 0 31 1 0 0 20 0 18 0 25657139 9787879424 238693 33554432000 1073741824 1073778376 140737315199408 140703006960312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25392] ppid=25372 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25392/stat : 25392 (java) S 25372 25375 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25657139 9787879424 238693 33554432000 1073741824 1073778376 140737315199408 140703005907960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25393] ppid=25372 vsize=9558476 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25393/stat : 25393 (java) S 25372 25375 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 25657139 9787879424 238693 33554432000 1073741824 1073778376 140737315199408 140703004855624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 8.68
Current children cumulated vsize (KiB) 9558476

[startup+12.7009 s]
/proc/loadavg: 2.27 2.28 2.29 3/212 25393
/proc/meminfo: memFree=27627720/32872528 swapFree=1556504/1720024
[pid=25375] ppid=25372 vsize=9558476 CPUtime=17.8 cores=1,3,5,7
/proc/25375/stat : 25375 (java) S 25372 25375 24760 0 -1 4202496 22708 0 1 0 1643 137 0 0 20 0 18 0 25657133 9787879424 503978 33554432000 1073741824 1073778376 140737315199408 140737315190544 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25375/statm: 2389619 503978 2283 9 0 2380296 0

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

[pid=25375/tid=25394] ppid=25372 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25394/stat : 25394 (java) S 25372 25375 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25658599 9856040960 902510 33554432000 1073741824 1073778376 140737315199408 140703003800360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1629.16
Current children cumulated vsize (KiB) 9625040

[startup+1662.3 s]
/proc/loadavg: 2.37 2.29 2.27 3/213 25589
/proc/meminfo: memFree=26057992/32872528 swapFree=1556504/1720024
[pid=25375] ppid=25372 vsize=9625040 CPUtime=1689.57 cores=1,3,5,7
/proc/25375/stat : 25375 (java) S 25372 25375 24760 0 -1 4202496 36246 0 1 0 168593 364 0 0 20 0 19 0 25657133 9856040960 898500 33554432000 1073741824 1073778376 140737315199408 140737315190544 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25375/statm: 2406260 898500 2293 9 0 2396937 0
[pid=25375/tid=25377] ppid=25372 vsize=9625040 CPUtime=1645.72 cores=1,3,5,7
/proc/25375/task/25377/stat : 25377 (java) R 25372 25375 24760 0 -1 4202560 6536 0 1 0 164526 46 0 0 20 0 19 0 25657134 9856040960 898500 33554432000 1073741824 1073778376 140737315199408 140703188540592 140703012034606 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25375/tid=25378] ppid=25372 vsize=9625040 CPUtime=4.27 cores=1,3,5,7
/proc/25375/task/25378/stat : 25378 (java) S 25372 25375 24760 0 -1 4202560 1464 0 0 0 391 36 0 0 20 0 19 0 25657135 9856040960 898500 33554432000 1073741824 1073778376 140737315199408 140703150033064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25379] ppid=25372 vsize=9625040 CPUtime=4.8 cores=1,3,5,7
/proc/25375/task/25379/stat : 25379 (java) S 25372 25375 24760 0 -1 4202560 1872 0 0 0 437 43 0 0 20 0 19 0 25657135 9856040960 898500 33554432000 1073741824 1073778376 140737315199408 140703148980520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25380] ppid=25372 vsize=9625040 CPUtime=4.61 cores=1,3,5,7
/proc/25375/task/25380/stat : 25380 (java) S 25372 25375 24760 0 -1 4202560 1411 0 0 0 425 36 0 0 20 0 19 0 25657135 9856040960 898500 33554432000 1073741824 1073778376 140737315199408 140703147927976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25381] ppid=25372 vsize=9625040 CPUtime=4.37 cores=1,3,5,7
/proc/25375/task/25381/stat : 25381 (java) S 25372 25375 24760 0 -1 4202560 1228 0 0 0 399 38 0 0 20 0 19 0 25657135 9856040960 898500 33554432000 1073741824 1073778376 140737315199408 140703146875432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25382] ppid=25372 vsize=9625040 CPUtime=4.14 cores=1,3,5,7
/proc/25375/task/25382/stat : 25382 (java) S 25372 25375 24760 0 -1 4202560 1533 0 0 0 379 35 0 0 20 0 19 0 25657135 9856040960 898500 33554432000 1073741824 1073778376 140737315199408 140703145822888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25383] ppid=25372 vsize=9625040 CPUtime=4.11 cores=1,3,5,7
/proc/25375/task/25383/stat : 25383 (java) S 25372 25375 24760 0 -1 4202560 1267 0 0 0 377 34 0 0 20 0 19 0 25657135 9856040960 898500 33554432000 1073741824 1073778376 140737315199408 140703144770344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25384] ppid=25372 vsize=9625040 CPUtime=4.4 cores=1,3,5,7
/proc/25375/task/25384/stat : 25384 (java) S 25372 25375 24760 0 -1 4202560 1166 0 0 0 405 35 0 0 20 0 19 0 25657135 9856040960 898500 33554432000 1073741824 1073778376 140737315199408 140703143717800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25385] ppid=25372 vsize=9625040 CPUtime=4.26 cores=1,3,5,7
/proc/25375/task/25385/stat : 25385 (java) S 25372 25375 24760 0 -1 4202560 1342 0 0 0 391 35 0 0 20 0 19 0 25657135 9856040960 898500 33554432000 1073741824 1073778376 140737315199408 140703142665256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25386] ppid=25372 vsize=9625040 CPUtime=2.65 cores=1,3,5,7
/proc/25375/task/25386/stat : 25386 (java) S 25372 25375 24760 0 -1 4202560 2798 0 0 0 258 7 0 0 20 0 19 0 25657136 9856040960 898500 33554432000 1073741824 1073778376 140737315199408 140703130253416 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25375/tid=25387] ppid=25372 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25387/stat : 25387 (java) S 25372 25375 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25657137 9856040960 898500 33554432000 1073741824 1073778376 140737315199408 140703011169400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25388] ppid=25372 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25388/stat : 25388 (java) S 25372 25375 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25657137 9856040960 898500 33554432000 1073741824 1073778376 140737315199408 140703010116744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25389] ppid=25372 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25389/stat : 25389 (java) S 25372 25375 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25657139 9856040960 898500 33554432000 1073741824 1073778376 140737315199408 140703009065488 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25390] ppid=25372 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/25375/task/25390/stat : 25390 (java) S 25372 25375 24760 0 -1 4202560 9250 0 0 0 77 4 0 0 20 0 19 0 25657139 9856040960 898500 33554432000 1073741824 1073778376 140737315199408 140703008012856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25391] ppid=25372 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/25375/task/25391/stat : 25391 (java) S 25372 25375 24760 0 -1 4202560 5024 0 0 0 61 1 0 0 20 0 19 0 25657139 9856040960 898500 33554432000 1073741824 1073778376 140737315199408 140703006960312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25392] ppid=25372 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25392/stat : 25392 (java) S 25372 25375 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25657139 9856040960 898500 33554432000 1073741824 1073778376 140737315199408 140703005907960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25393] ppid=25372 vsize=9625040 CPUtime=0.7 cores=1,3,5,7
/proc/25375/task/25393/stat : 25393 (java) S 25372 25375 24760 0 -1 4202560 95 0 0 0 28 42 0 0 20 0 19 0 25657139 9856040960 898500 33554432000 1073741824 1073778376 140737315199408 140703004855624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25394] ppid=25372 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25394/stat : 25394 (java) S 25372 25375 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25658599 9856040960 898500 33554432000 1073741824 1073778376 140737315199408 140703003800360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1689.57
Current children cumulated vsize (KiB) 9625040

[startup+1722.3 s]
/proc/loadavg: 2.27 2.28 2.27 3/213 25590
/proc/meminfo: memFree=26106804/32872528 swapFree=1556504/1720024
[pid=25375] ppid=25372 vsize=9625040 CPUtime=1750.06 cores=1,3,5,7
/proc/25375/stat : 25375 (java) S 25372 25375 24760 0 -1 4202496 36336 0 1 0 174640 366 0 0 20 0 19 0 25657133 9856040960 894156 33554432000 1073741824 1073778376 140737315199408 140737315190544 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25375/statm: 2406260 894156 2293 9 0 2396937 0
[pid=25375/tid=25377] ppid=25372 vsize=9625040 CPUtime=1705.38 cores=1,3,5,7
/proc/25375/task/25377/stat : 25377 (java) R 25372 25375 24760 0 -1 4202560 6545 0 1 0 170492 46 0 0 20 0 19 0 25657134 9856040960 894156 33554432000 1073741824 1073778376 140737315199408 140703188540672 140703011991945 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25375/tid=25378] ppid=25372 vsize=9625040 CPUtime=4.34 cores=1,3,5,7
/proc/25375/task/25378/stat : 25378 (java) S 25372 25375 24760 0 -1 4202560 1483 0 0 0 398 36 0 0 20 0 19 0 25657135 9856040960 894156 33554432000 1073741824 1073778376 140737315199408 140703150033064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25379] ppid=25372 vsize=9625040 CPUtime=4.9 cores=1,3,5,7
/proc/25375/task/25379/stat : 25379 (java) S 25372 25375 24760 0 -1 4202560 1886 0 0 0 447 43 0 0 20 0 19 0 25657135 9856040960 894156 33554432000 1073741824 1073778376 140737315199408 140703148980520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25380] ppid=25372 vsize=9625040 CPUtime=4.7 cores=1,3,5,7
/proc/25375/task/25380/stat : 25380 (java) S 25372 25375 24760 0 -1 4202560 1416 0 0 0 434 36 0 0 20 0 19 0 25657135 9856040960 894156 33554432000 1073741824 1073778376 140737315199408 140703147927976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25381] ppid=25372 vsize=9625040 CPUtime=4.43 cores=1,3,5,7
/proc/25375/task/25381/stat : 25381 (java) S 25372 25375 24760 0 -1 4202560 1228 0 0 0 405 38 0 0 20 0 19 0 25657135 9856040960 894156 33554432000 1073741824 1073778376 140737315199408 140703146875432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25382] ppid=25372 vsize=9625040 CPUtime=4.24 cores=1,3,5,7
/proc/25375/task/25382/stat : 25382 (java) S 25372 25375 24760 0 -1 4202560 1554 0 0 0 389 35 0 0 20 0 19 0 25657135 9856040960 894156 33554432000 1073741824 1073778376 140737315199408 140703145822888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25383] ppid=25372 vsize=9625040 CPUtime=4.21 cores=1,3,5,7
/proc/25375/task/25383/stat : 25383 (java) S 25372 25375 24760 0 -1 4202560 1276 0 0 0 387 34 0 0 20 0 19 0 25657135 9856040960 894156 33554432000 1073741824 1073778376 140737315199408 140703144770344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25384] ppid=25372 vsize=9625040 CPUtime=4.47 cores=1,3,5,7
/proc/25375/task/25384/stat : 25384 (java) S 25372 25375 24760 0 -1 4202560 1166 0 0 0 412 35 0 0 20 0 19 0 25657135 9856040960 894156 33554432000 1073741824 1073778376 140737315199408 140703143717800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25385] ppid=25372 vsize=9625040 CPUtime=4.36 cores=1,3,5,7
/proc/25375/task/25385/stat : 25385 (java) S 25372 25375 24760 0 -1 4202560 1347 0 0 0 401 35 0 0 20 0 19 0 25657135 9856040960 894156 33554432000 1073741824 1073778376 140737315199408 140703142665256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25386] ppid=25372 vsize=9625040 CPUtime=2.65 cores=1,3,5,7
/proc/25375/task/25386/stat : 25386 (java) S 25372 25375 24760 0 -1 4202560 2802 0 0 0 258 7 0 0 20 0 19 0 25657136 9856040960 894156 33554432000 1073741824 1073778376 140737315199408 140703130253416 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25387] ppid=25372 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25387/stat : 25387 (java) S 25372 25375 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25657137 9856040960 894156 33554432000 1073741824 1073778376 140737315199408 140703011169400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25388] ppid=25372 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25388/stat : 25388 (java) S 25372 25375 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25657137 9856040960 894156 33554432000 1073741824 1073778376 140737315199408 140703010116744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25389] ppid=25372 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25389/stat : 25389 (java) S 25372 25375 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25657139 9856040960 894156 33554432000 1073741824 1073778376 140737315199408 140703009065488 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25390] ppid=25372 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/25375/task/25390/stat : 25390 (java) S 25372 25375 24760 0 -1 4202560 9250 0 0 0 77 4 0 0 20 0 19 0 25657139 9856040960 894156 33554432000 1073741824 1073778376 140737315199408 140703008012856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25391] ppid=25372 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/25375/task/25391/stat : 25391 (java) S 25372 25375 24760 0 -1 4202560 5024 0 0 0 61 1 0 0 20 0 19 0 25657139 9856040960 894156 33554432000 1073741824 1073778376 140737315199408 140703006960312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25392] ppid=25372 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25392/stat : 25392 (java) S 25372 25375 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25657139 9856040960 894156 33554432000 1073741824 1073778376 140737315199408 140703005907960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25393] ppid=25372 vsize=9625040 CPUtime=0.73 cores=1,3,5,7
/proc/25375/task/25393/stat : 25393 (java) S 25372 25375 24760 0 -1 4202560 99 0 0 0 28 45 0 0 20 0 19 0 25657139 9856040960 894156 33554432000 1073741824 1073778376 140737315199408 140703004855624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25394] ppid=25372 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25394/stat : 25394 (java) S 25372 25375 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25658599 9856040960 894156 33554432000 1073741824 1073778376 140737315199408 140703003800360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
Current children cumulated CPU time (s) 1750.06
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1771.8 s]
/proc/loadavg: 2.17 2.25 2.26 3/213 25591
/proc/meminfo: memFree=26033884/32872528 swapFree=1556504/1720024
[pid=25375] ppid=25372 vsize=9625040 CPUtime=1800.01 cores=1,3,5,7
/proc/25375/stat : 25375 (java) S 25372 25375 24760 0 -1 4202496 36383 0 1 0 179632 369 0 0 20 0 19 0 25657133 9856040960 888961 33554432000 1073741824 1073778376 140737315199408 140737315190544 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 3 0 0 0 0 0
/proc/25375/statm: 2406260 888961 2293 9 0 2396937 0
[pid=25375/tid=25377] ppid=25372 vsize=9625040 CPUtime=1754.59 cores=1,3,5,7
/proc/25375/task/25377/stat : 25377 (java) R 25372 25375 24760 0 -1 4202560 6553 0 1 0 175412 47 0 0 20 0 19 0 25657134 9856040960 888961 33554432000 1073741824 1073778376 140737315199408 140703188540576 140703011696243 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=25375/tid=25378] ppid=25372 vsize=9625040 CPUtime=4.41 cores=1,3,5,7
/proc/25375/task/25378/stat : 25378 (java) S 25372 25375 24760 0 -1 4202560 1484 0 0 0 405 36 0 0 20 0 19 0 25657135 9856040960 888961 33554432000 1073741824 1073778376 140737315199408 140703150033064 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25379] ppid=25372 vsize=9625040 CPUtime=4.97 cores=1,3,5,7
/proc/25375/task/25379/stat : 25379 (java) S 25372 25375 24760 0 -1 4202560 1886 0 0 0 454 43 0 0 20 0 19 0 25657135 9856040960 888961 33554432000 1073741824 1073778376 140737315199408 140703148980520 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25380] ppid=25372 vsize=9625040 CPUtime=4.78 cores=1,3,5,7
/proc/25375/task/25380/stat : 25380 (java) S 25372 25375 24760 0 -1 4202560 1423 0 0 0 442 36 0 0 20 0 19 0 25657135 9856040960 888961 33554432000 1073741824 1073778376 140737315199408 140703147927976 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25381] ppid=25372 vsize=9625040 CPUtime=4.52 cores=1,3,5,7
/proc/25375/task/25381/stat : 25381 (java) S 25372 25375 24760 0 -1 4202560 1232 0 0 0 414 38 0 0 20 0 19 0 25657135 9856040960 888961 33554432000 1073741824 1073778376 140737315199408 140703146875432 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25382] ppid=25372 vsize=9625040 CPUtime=4.29 cores=1,3,5,7
/proc/25375/task/25382/stat : 25382 (java) S 25372 25375 24760 0 -1 4202560 1554 0 0 0 394 35 0 0 20 0 19 0 25657135 9856040960 888961 33554432000 1073741824 1073778376 140737315199408 140703145822888 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25383] ppid=25372 vsize=9625040 CPUtime=4.29 cores=1,3,5,7
/proc/25375/task/25383/stat : 25383 (java) S 25372 25375 24760 0 -1 4202560 1280 0 0 0 395 34 0 0 20 0 19 0 25657135 9856040960 888961 33554432000 1073741824 1073778376 140737315199408 140703144770344 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25384] ppid=25372 vsize=9625040 CPUtime=4.55 cores=1,3,5,7
/proc/25375/task/25384/stat : 25384 (java) S 25372 25375 24760 0 -1 4202560 1173 0 0 0 420 35 0 0 20 0 19 0 25657135 9856040960 888961 33554432000 1073741824 1073778376 140737315199408 140703143717800 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25385] ppid=25372 vsize=9625040 CPUtime=4.44 cores=1,3,5,7
/proc/25375/task/25385/stat : 25385 (java) S 25372 25375 24760 0 -1 4202560 1357 0 0 0 408 36 0 0 20 0 19 0 25657135 9856040960 888961 33554432000 1073741824 1073778376 140737315199408 140703142665256 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25386] ppid=25372 vsize=9625040 CPUtime=2.65 cores=1,3,5,7
/proc/25375/task/25386/stat : 25386 (java) S 25372 25375 24760 0 -1 4202560 2804 0 0 0 258 7 0 0 20 0 19 0 25657136 9856040960 888961 33554432000 1073741824 1073778376 140737315199408 140703130253416 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=25375/tid=25387] ppid=25372 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25387/stat : 25387 (java) S 25372 25375 24760 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 25657137 9856040960 888961 33554432000 1073741824 1073778376 140737315199408 140703011169400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25388] ppid=25372 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25388/stat : 25388 (java) S 25372 25375 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25657137 9856040960 888961 33554432000 1073741824 1073778376 140737315199408 140703010116744 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25389] ppid=25372 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25389/stat : 25389 (java) S 25372 25375 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25657139 9856040960 888961 33554432000 1073741824 1073778376 140737315199408 140703009065488 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25390] ppid=25372 vsize=9625040 CPUtime=0.81 cores=1,3,5,7
/proc/25375/task/25390/stat : 25390 (java) S 25372 25375 24760 0 -1 4202560 9250 0 0 0 77 4 0 0 20 0 19 0 25657139 9856040960 888961 33554432000 1073741824 1073778376 140737315199408 140703008012856 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=25375/tid=25391] ppid=25372 vsize=9625040 CPUtime=0.62 cores=1,3,5,7
/proc/25375/task/25391/stat : 25391 (java) S 25372 25375 24760 0 -1 4202560 5024 0 0 0 61 1 0 0 20 0 19 0 25657139 9856040960 888961 33554432000 1073741824 1073778376 140737315199408 140703006960312 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25392] ppid=25372 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25392/stat : 25392 (java) S 25372 25375 24760 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 25657139 9856040960 888961 33554432000 1073741824 1073778376 140737315199408 140703005907960 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=25375/tid=25393] ppid=25372 vsize=9625040 CPUtime=0.75 cores=1,3,5,7
/proc/25375/task/25393/stat : 25393 (java) S 25372 25375 24760 0 -1 4202560 103 0 0 0 29 46 0 0 20 0 19 0 25657139 9856040960 888961 33554432000 1073741824 1073778376 140737315199408 140703004855624 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=25375/tid=25394] ppid=25372 vsize=9625040 CPUtime=0 cores=1,3,5,7
/proc/25375/task/25394/stat : 25394 (java) S 25372 25375 24760 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 25658599 9856040960 888961 33554432000 1073741824 1073778376 140737315199408 140703003800360 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 3 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 25375 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 25375 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=848597
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=142370
# CPU time returned by wait4() is 1795.99
# 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): 1771.85
CPU time (s): 1800.01
CPU user time (s): 1796.32
CPU system time (s): 3.69
CPU usage (%): 101.589
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.85
system time used= 4.14237
maximum resident set size= 3610072
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 36419
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1744
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 45749
involuntary context switches= 51590

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 14.0399 second user time and 13.047 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-18 09:48:05
IDJOB=4103280
IDBENCH=2316
IDSOLVER=2546
FILE ID=node117/4103280-1466236082
RUNJOBID= node117-1466230712-24777
PBS_JOBID= 19918181
Free space on /tmp= 71668 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-bc1.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103280-1466236082/watcher-4103280-1466236082 -o /tmp/evaluation-result-4103280-1466236082/solver-4103280-1466236082 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1466230712-24777 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4103280-1466236082.opb

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

MD5SUM BENCH= 7349a3a829e674d501313aed23f34764
RANDOM SEED=676208985

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

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.912
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.912
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.912
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:        29626948 kB
Buffers:          101600 kB
Cached:           297400 kB
SwapCached:            0 kB
Active:           532808 kB
Inactive:         235092 kB
Active(anon):     360392 kB
Inactive(anon):    11400 kB
Active(file):     172416 kB
Inactive(file):   223692 kB
Unevictable:     1720024 kB
Mlocked:         1556504 kB
SwapTotal:      67108856 kB
SwapFree:       67108856 kB
Dirty:             75428 kB
Writeback:             0 kB
AnonPages:       2091032 kB
Mapped:            21148 kB
Shmem:               204 kB
Slab:             623168 kB
SReclaimable:      66812 kB
SUnreclaim:       556356 kB
KernelStack:        1584 kB
PageTables:         8384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2245068 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:    466944 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= 71664 MiB
End job on node117 at 2016-06-18 10:17:37