Trace number 4085099

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.05 1796.34

General information on the benchmark

Name/OPT-BIGINT-LIN/zahidi/MH+IC/
normalized-minisat50_4_16_6_mh_ic.opb
MD5SUM10217e17cbd04c0c5cd10efd0fff5914
Bench CategoryOPT-BIGINT-LIN (optimisation, big integers, linear constraints)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark140202277
Best CPU time to get the best result obtained on this benchmark1800.21
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables370300
Total number of constraints847958
Number of constraints which are clauses597900
Number of constraints which are cardinality constraints (but not clauses)58
Number of constraints which are nor clauses,nor cardinality constraints250000
Minimum length of a constraint2
Maximum length of a constraint3725
Number of terms in the objective function 132350
Biggest coefficient in the objective function 116930169
Number of bits for the biggest coefficient in the objective function 27
Sum of the numbers in the objective function 53972678158
Number of bits of the sum of numbers in the objective function 36
Biggest number in a constraint 116930169
Number of bits of the biggest number in a constraint 27
Biggest sum of numbers in a constraint 53972678158
Number of bits of the biggest sum of numbers36
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.09	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.09	c java.vm.version	19.1-b02
0.00/0.09	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.09	c sun.arch.data.model	64
0.00/0.09	c java.version		1.6.0_24
0.00/0.09	c os.name		Linux
0.00/0.09	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.09	c os.arch		amd64
0.00/0.09	c Free memory 		501472288
0.00/0.09	c Max memory 		7480803328
0.00/0.09	c Total memory 		504102912
0.00/0.09	c Number of processors 	8
0.09/0.11	c Pseudo Boolean Optimization by upper bound
0.09/0.11	c --- Begin Solver configuration ---
0.09/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@587bd9f2
0.09/0.11	c Learn all clauses as in MiniSAT
0.09/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.11	c No reason simplification
0.09/0.11	c Glucose 2.1 dynamic restart strategy
0.09/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.09/0.11	c timeout=2147483s
0.09/0.11	c DB Simplification allowed=false
0.09/0.11	c Listener: org.sat4j.minisat.core.VoidTracing@4e3eca90
0.09/0.11	c --- End Solver configuration ---
0.09/0.11	c solving HOME/instance-4085099-1465329596.opb
0.09/0.11	c reading problem ... 
0.09/0.12	c  objective function found
6.95/5.21	c ... done. Wall clock time 5.099s.
6.95/5.21	c declared #vars     370300
6.95/5.21	c #constraints  855316
6.95/5.21	c constraints type 
6.95/5.21	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 241376
6.95/5.21	c org.sat4j.minisat.constraints.cnf.UnitClauses => 4
6.95/5.21	c org.sat4j.specs.Constr$1 => 4
6.95/5.21	c org.sat4j.minisat.constraints.card.MinWatchCard => 57
6.95/5.21	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 372450
6.95/5.21	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 241425
6.95/5.21	c 855316 constraints processed.
6.95/5.21	c objective function length is 132350 literals
89.38/87.18	c cleaning 2479 clauses out of 5000 with flag 31639/5000
104.07/101.77	c cleaning 4242 clauses out of 8521 with flag 72687/11000
120.17/117.85	c cleaning 5621 clauses out of 11279 with flag 112902/18000
150.89/148.57	c cleaning 6814 clauses out of 13658 with flag 166349/26000
210.01/207.61	c cleaning 7902 clauses out of 15845 with flag 234923/35001
276.33/273.96	c cleaning 8933 clauses out of 17944 with flag 310669/45002
343.54/341.11	c cleaning 9966 clauses out of 20009 with flag 395830/56000
403.14/400.72	c cleaning 11021 clauses out of 22043 with flag 489030/68000
470.07/467.63	c cleaning 11995 clauses out of 24022 with flag 553818/81000
543.77/540.80	c cleaning 12978 clauses out of 26027 with flag 637028/95000
618.08/615.12	c cleaning 14000 clauses out of 28049 with flag 713281/110000
702.39/699.43	c cleaning 15015 clauses out of 30051 with flag 819865/126002
768.90/765.91	c cleaning 16006 clauses out of 32034 with flag 958310/143000
855.31/852.31	c cleaning 17002 clauses out of 34028 with flag 1044464/161000
946.13/943.13	c cleaning 17999 clauses out of 36026 with flag 1153398/180000
1052.15/1049.19	c cleaning 19002 clauses out of 38027 with flag 1253519/200000
1178.18/1175.19	c cleaning 19988 clauses out of 40025 with flag 1363272/221000
1347.12/1344.03	c cleaning 21002 clauses out of 42037 with flag 1490877/243000
1479.14/1476.07	c cleaning 21991 clauses out of 44035 with flag 1656070/266000
1607.87/1604.10	c cleaning 23000 clauses out of 46044 with flag 1796498/290000
1758.75/1755.08	c cleaning 24020 clauses out of 48047 with flag 1970967/315003
1800.05/1796.31	c starts		: 609
1800.05/1796.31	c conflicts		: 324339
1800.05/1796.31	c decisions		: 3266847
1800.05/1796.31	c propagations		: 471105376
1800.05/1796.31	c inspects		: 8832445209
1800.05/1796.31	c shortcuts		: 0
1800.05/1796.31	c learnt literals	: 0
1800.05/1796.31	c learnt binary clauses	: 57
1800.05/1796.31	c learnt ternary clauses	: 0
1800.05/1796.31	c learnt constraints	: 324339
1800.05/1796.31	c ignored constraints	: 0
1800.05/1796.31	c root simplifications	: 0
1800.05/1796.31	c removed literals (reason simplification)	: 0
1800.05/1796.31	c reason swapping (by a shorter reason)	: 0
1800.05/1796.31	c Calls to reduceDB	: 21
1800.05/1796.31	c Number of update (reduction) of LBD	: 230400
1800.05/1796.31	c Imported unit clauses	: 0
1800.05/1796.31	c number of reductions to clauses (during analyze)	: 0
1800.05/1796.31	c number of learned constraints concerned by reduction	: 0
1800.05/1796.31	c number of learning phase by resolution	: 0
1800.05/1796.31	c number of learning phase by cutting planes	: 0
1800.05/1796.31	c speed (assignments/second)	: 263040.4288107203
1800.05/1796.31	c non guided choices	0
1800.05/1796.33	c learnt constraints type 
1800.05/1796.33	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 57
1800.05/1796.33	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 33307
1800.05/1796.33	s UNKNOWN
1800.05/1796.33	c Total wall clock time (in seconds): 1796.213

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

pid=11821
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.20 2.26 2.20 2/194 11824
/proc/meminfo: memFree=28308224/32872528 swapFree=17892/1720544
[pid=11824] ppid=11821 vsize=2500 CPUtime=0 cores=0,2,4,6
/proc/11824/stat : 11824 (java) D 11821 11824 8023 0 -1 4202496 376 0 0 0 0 0 0 0 20 0 1 0 114892819 2560000 47 33554432000 1073741824 1073778376 140734558999312 140734558996440 270320889127 0 0 4096 0 18446744072100588836 0 0 17 0 0 0 0 0 0
/proc/11824/statm: 625 47 37 9 0 29 0

[startup+0.100164 s]
/proc/loadavg: 2.20 2.26 2.20 2/194 11824
/proc/meminfo: memFree=28308224/32872528 swapFree=17892/1720544
[pid=11824] ppid=11821 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11824/stat : 11824 (java) S 11821 11824 8023 0 -1 4202496 4466 0 1 0 8 1 0 0 20 0 18 0 114892819 9787879424 5582 33554432000 1073741824 1073778376 140734558999312 140734558990448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11824/statm: 2389619 5582 2125 9 0 2380296 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9558476

[startup+0.200219 s]
/proc/loadavg: 2.20 2.26 2.20 2/194 11824
/proc/meminfo: memFree=28308224/32872528 swapFree=17892/1720544
[pid=11824] ppid=11821 vsize=9558476 CPUtime=0.29 cores=0,2,4,6
/proc/11824/stat : 11824 (java) S 11821 11824 8023 0 -1 4202496 5189 0 1 0 28 1 0 0 20 0 18 0 114892819 9787879424 8557 33554432000 1073741824 1073778376 140734558999312 140734558990448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11824/statm: 2389619 8557 2220 9 0 2380296 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 9558476

[startup+0.300275 s]
/proc/loadavg: 2.20 2.26 2.20 2/194 11824
/proc/meminfo: memFree=28308224/32872528 swapFree=17892/1720544
[pid=11824] ppid=11821 vsize=9558476 CPUtime=0.45 cores=0,2,4,6
/proc/11824/stat : 11824 (java) S 11821 11824 8023 0 -1 4202496 5627 0 1 0 44 1 0 0 20 0 18 0 114892819 9787879424 14271 33554432000 1073741824 1073778376 140734558999312 140734558990448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11824/statm: 2389619 14271 2231 9 0 2380296 0
Current children cumulated CPU time (s) 0.45
Current children cumulated vsize (KiB) 9558476

[startup+0.70025 s]
/proc/loadavg: 2.20 2.26 2.20 2/194 11824
/proc/meminfo: memFree=28308224/32872528 swapFree=17892/1720544
[pid=11824] ppid=11821 vsize=9558476 CPUtime=1.13 cores=0,2,4,6
/proc/11824/stat : 11824 (java) S 11821 11824 8023 0 -1 4202496 6555 0 1 0 105 8 0 0 20 0 18 0 114892819 9787879424 52676 33554432000 1073741824 1073778376 140734558999312 140734558990448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11824/statm: 2389619 52676 2252 9 0 2380296 0
Current children cumulated CPU time (s) 1.13
Current children cumulated vsize (KiB) 9558476

[startup+1.50077 s]
/proc/loadavg: 2.20 2.26 2.20 3/212 11842
/proc/meminfo: memFree=28033788/32872528 swapFree=17892/1720544
[pid=11824] ppid=11821 vsize=9558476 CPUtime=2.5 cores=0,2,4,6
/proc/11824/stat : 11824 (java) S 11821 11824 8023 0 -1 4202496 13332 0 1 0 232 18 0 0 20 0 18 0 114892819 9787879424 95252 33554432000 1073741824 1073778376 140734558999312 140734558990448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11824/statm: 2389619 95252 2271 9 0 2380296 0
[pid=11824/tid=11826] ppid=11821 vsize=9558476 CPUtime=1.33 cores=0,2,4,6
/proc/11824/task/11826/stat : 11826 (java) R 11821 11824 8023 0 -1 4202560 2576 0 1 0 129 4 0 0 20 0 18 0 114892820 9787879424 95252 33554432000 1073741824 1073778376 140734558999312 140295248748544 140295120648522 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11824/tid=11827] ppid=11821 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/11824/task/11827/stat : 11827 (java) S 11821 11824 8023 0 -1 4202560 33 0 0 0 2 2 0 0 20 0 18 0 114892822 9787879424 95252 33554432000 1073741824 1073778376 140734558999312 140295092653096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11828] ppid=11821 vsize=9558476 CPUtime=0.02 cores=0,2,4,6
/proc/11824/task/11828/stat : 11828 (java) S 11821 11824 8023 0 -1 4202560 22 0 0 0 2 0 0 0 20 0 18 0 114892822 9787879424 95252 33554432000 1073741824 1073778376 140734558999312 140295091600296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11829] ppid=11821 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/11824/task/11829/stat : 11829 (java) S 11821 11824 8023 0 -1 4202560 44 0 0 0 5 2 0 0 20 0 18 0 114892822 9787879424 95252 33554432000 1073741824 1073778376 140734558999312 140295090547496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11830] ppid=11821 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/11824/task/11830/stat : 11830 (java) S 11821 11824 8023 0 -1 4202560 26 0 0 0 2 2 0 0 20 0 18 0 114892822 9787879424 95252 33554432000 1073741824 1073778376 140734558999312 140295089494696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11831] ppid=11821 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/11824/task/11831/stat : 11831 (java) S 11821 11824 8023 0 -1 4202560 124 0 0 0 3 1 0 0 20 0 18 0 114892822 9787879424 95252 33554432000 1073741824 1073778376 140734558999312 140295088441896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11832] ppid=11821 vsize=9558476 CPUtime=0.05 cores=0,2,4,6
/proc/11824/task/11832/stat : 11832 (java) S 11821 11824 8023 0 -1 4202560 115 0 0 0 3 2 0 0 20 0 18 0 114892822 9787879424 95252 33554432000 1073741824 1073778376 140734558999312 140295087389096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11833] ppid=11821 vsize=9558476 CPUtime=0.04 cores=0,2,4,6
/proc/11824/task/11833/stat : 11833 (java) S 11821 11824 8023 0 -1 4202560 102 0 0 0 2 2 0 0 20 0 18 0 114892822 9787879424 95252 33554432000 1073741824 1073778376 140734558999312 140295086336296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11824/tid=11834] ppid=11821 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/11824/task/11834/stat : 11834 (java) S 11821 11824 8023 0 -1 4202560 124 0 0 0 5 2 0 0 20 0 18 0 114892822 9787879424 95252 33554432000 1073741824 1073778376 140734558999312 140295085283496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11835] ppid=11821 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11835/stat : 11835 (java) S 11821 11824 8023 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 18 0 114892823 9787879424 95252 33554432000 1073741824 1073778376 140734558999312 140295072873448 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11836] ppid=11821 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11836/stat : 11836 (java) S 11821 11824 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114892823 9787879424 95252 33554432000 1073741824 1073778376 140734558999312 140295071819512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11837] ppid=11821 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11837/stat : 11837 (java) S 11821 11824 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 114892823 9787879424 95252 33554432000 1073741824 1073778376 140734558999312 140295070766600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11838] ppid=11821 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11838/stat : 11838 (java) S 11821 11824 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114892826 9787879424 95252 33554432000 1073741824 1073778376 140734558999312 140295069715088 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11839] ppid=11821 vsize=9558476 CPUtime=0.31 cores=0,2,4,6
/proc/11824/task/11839/stat : 11839 (java) S 11821 11824 8023 0 -1 4202560 2894 0 0 0 31 0 0 0 20 0 18 0 114892826 9787879424 95252 33554432000 1073741824 1073778376 140734558999312 140295068662200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11840] ppid=11821 vsize=9558476 CPUtime=0.33 cores=0,2,4,6
/proc/11824/task/11840/stat : 11840 (java) S 11821 11824 8023 0 -1 4202560 5823 0 0 0 33 0 0 0 20 0 18 0 114892826 9787879424 95252 33554432000 1073741824 1073778376 140734558999312 140295067609400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11841] ppid=11821 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11841/stat : 11841 (java) S 11821 11824 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114892826 9787879424 95252 33554432000 1073741824 1073778376 140734558999312 140295066556792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11842] ppid=11821 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11842/stat : 11842 (java) S 11821 11824 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114892826 9787879424 95252 33554432000 1073741824 1073778376 140734558999312 140295065504200 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 2.5
Current children cumulated vsize (KiB) 9558476

[startup+3.10088 s]
/proc/loadavg: 2.19 2.25 2.20 3/212 11842
/proc/meminfo: memFree=27898124/32872528 swapFree=17892/1720544
[pid=11824] ppid=11821 vsize=9558476 CPUtime=4.5 cores=0,2,4,6
/proc/11824/stat : 11824 (java) S 11821 11824 8023 0 -1 4202496 14154 0 1 0 419 31 0 0 20 0 18 0 114892819 9787879424 168538 33554432000 1073741824 1073778376 140734558999312 140734558990448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11824/statm: 2389619 168538 2272 9 0 2380296 0
[pid=11824/tid=11826] ppid=11821 vsize=9558476 CPUtime=2.82 cores=0,2,4,6
/proc/11824/task/11826/stat : 11826 (java) R 11821 11824 8023 0 -1 4202560 2859 0 1 0 274 8 0 0 20 0 18 0 114892820 9787879424 168538 33554432000 1073741824 1073778376 140734558999312 140295248756184 270333437197 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11824/tid=11827] ppid=11821 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/11824/task/11827/stat : 11827 (java) S 11821 11824 8023 0 -1 4202560 70 0 0 0 6 2 0 0 20 0 18 0 114892822 9787879424 168538 33554432000 1073741824 1073778376 140734558999312 140295092653096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11828] ppid=11821 vsize=9558476 CPUtime=0.07 cores=0,2,4,6
/proc/11824/task/11828/stat : 11828 (java) S 11821 11824 8023 0 -1 4202560 51 0 0 0 6 1 0 0 20 0 18 0 114892822 9787879424 168538 33554432000 1073741824 1073778376 140734558999312 140295091600296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11829] ppid=11821 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/11824/task/11829/stat : 11829 (java) S 11821 11824 8023 0 -1 4202560 66 0 0 0 9 3 0 0 20 0 18 0 114892822 9787879424 168538 33554432000 1073741824 1073778376 140734558999312 140295090547496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11830] ppid=11821 vsize=9558476 CPUtime=0.08 cores=0,2,4,6
/proc/11824/task/11830/stat : 11830 (java) S 11821 11824 8023 0 -1 4202560 47 0 0 0 6 2 0 0 20 0 18 0 114892822 9787879424 168538 33554432000 1073741824 1073778376 140734558999312 140295089494696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11831] ppid=11821 vsize=9558476 CPUtime=0.09 cores=0,2,4,6
/proc/11824/task/11831/stat : 11831 (java) S 11821 11824 8023 0 -1 4202560 152 0 0 0 7 2 0 0 20 0 18 0 114892822 9787879424 168538 33554432000 1073741824 1073778376 140734558999312 140295088441896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11832] ppid=11821 vsize=9558476 CPUtime=0.1 cores=0,2,4,6
/proc/11824/task/11832/stat : 11832 (java) S 11821 11824 8023 0 -1 4202560 144 0 0 0 7 3 0 0 20 0 18 0 114892822 9787879424 168538 33554432000 1073741824 1073778376 140734558999312 140295087389096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11833] ppid=11821 vsize=9558476 CPUtime=0.11 cores=0,2,4,6
/proc/11824/task/11833/stat : 11833 (java) S 11821 11824 8023 0 -1 4202560 142 0 0 0 8 3 0 0 20 0 18 0 114892822 9787879424 168538 33554432000 1073741824 1073778376 140734558999312 140295086336296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11834] ppid=11821 vsize=9558476 CPUtime=0.12 cores=0,2,4,6
/proc/11824/task/11834/stat : 11834 (java) S 11821 11824 8023 0 -1 4202560 145 0 0 0 8 4 0 0 20 0 18 0 114892822 9787879424 168538 33554432000 1073741824 1073778376 140734558999312 140295085283496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11835] ppid=11821 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11835/stat : 11835 (java) S 11821 11824 8023 0 -1 4202560 477 0 0 0 0 0 0 0 20 0 18 0 114892823 9787879424 168538 33554432000 1073741824 1073778376 140734558999312 140295072873448 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11836] ppid=11821 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11836/stat : 11836 (java) S 11821 11824 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 18 0 114892823 9787879424 168538 33554432000 1073741824 1073778376 140734558999312 140295071819512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11837] ppid=11821 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11837/stat : 11837 (java) S 11821 11824 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 18 0 114892823 9787879424 168538 33554432000 1073741824 1073778376 140734558999312 140295070766600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11838] ppid=11821 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11838/stat : 11838 (java) S 11821 11824 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114892826 9787879424 168538 33554432000 1073741824 1073778376 140734558999312 140295069715088 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11839] ppid=11821 vsize=9558476 CPUtime=0.35 cores=0,2,4,6
/proc/11824/task/11839/stat : 11839 (java) S 11821 11824 8023 0 -1 4202560 2911 0 0 0 35 0 0 0 20 0 18 0 114892826 9787879424 168538 33554432000 1073741824 1073778376 140734558999312 140295068662200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11840] ppid=11821 vsize=9558476 CPUtime=0.38 cores=0,2,4,6
/proc/11824/task/11840/stat : 11840 (java) S 11821 11824 8023 0 -1 4202560 5838 0 0 0 37 1 0 0 20 0 18 0 114892826 9787879424 168538 33554432000 1073741824 1073778376 140734558999312 140295067609400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11841] ppid=11821 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11841/stat : 11841 (java) S 11821 11824 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114892826 9787879424 168538 33554432000 1073741824 1073778376 140734558999312 140295066556792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11842] ppid=11821 vsize=9558476 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11842/stat : 11842 (java) S 11821 11824 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 18 0 114892826 9787879424 168538 33554432000 1073741824 1073778376 140734558999312 140295065504200 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 9558476

[startup+6.30093 s]
/proc/loadavg: 2.19 2.25 2.20 3/214 11846
/proc/meminfo: memFree=27561600/32872528 swapFree=17892/1720544
[pid=11824] ppid=11821 vsize=9625040 CPUtime=8.47 cores=0,2,4,6
/proc/11824/stat : 11824 (java) S 11821 11824 8023 0 -1 4202496 15556 0 1 0 808 39 0 0 20 0 19 0 114892819 9856040960 189136 33554432000 1073741824 1073778376 140734558999312 140734558990448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11824/statm: 2406260 189136 2281 9 0 2396937 0
[pid=11824/tid=11826] ppid=11821 vsize=9625040 CPUtime=5.91 cores=0,2,4,6
/proc/11824/task/11826/stat : 11826 (java) R 11821 11824 8023 0 -1 4202560 3303 0 1 0 582 9 0 0 20 0 19 0 114892820 9856040960 189136 33554432000 1073741824 1073778376 140734558999312 140295248748728 140295121080159 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11824/tid=11827] ppid=11821 vsize=9625040 CPUtime=0.12 cores=0,2,4,6
/proc/11824/task/11827/stat : 11827 (java) S 11821 11824 8023 0 -1 4202560 81 0 0 0 9 3 0 0 20 0 19 0 114892822 9856040960 189136 33554432000 1073741824 1073778376 140734558999312 140295092653096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11828] ppid=11821 vsize=9625040 CPUtime=0.11 cores=0,2,4,6
/proc/11824/task/11828/stat : 11828 (java) S 11821 11824 8023 0 -1 4202560 58 0 0 0 9 2 0 0 20 0 19 0 114892822 9856040960 189136 33554432000 1073741824 1073778376 140734558999312 140295091600296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11829] ppid=11821 vsize=9625040 CPUtime=0.16 cores=0,2,4,6
/proc/11824/task/11829/stat : 11829 (java) S 11821 11824 8023 0 -1 4202560 77 0 0 0 12 4 0 0 20 0 19 0 114892822 9856040960 189136 33554432000 1073741824 1073778376 140734558999312 140295090547496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11830] ppid=11821 vsize=9625040 CPUtime=0.18 cores=0,2,4,6
/proc/11824/task/11830/stat : 11830 (java) S 11821 11824 8023 0 -1 4202560 118 0 0 0 14 4 0 0 20 0 19 0 114892822 9856040960 189136 33554432000 1073741824 1073778376 140734558999312 140295089494696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11831] ppid=11821 vsize=9625040 CPUtime=0.13 cores=0,2,4,6
/proc/11824/task/11831/stat : 11831 (java) S 11821 11824 8023 0 -1 4202560 164 0 0 0 10 3 0 0 20 0 19 0 114892822 9856040960 189136 33554432000 1073741824 1073778376 140734558999312 140295088441896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11832] ppid=11821 vsize=9625040 CPUtime=0.14 cores=0,2,4,6
/proc/11824/task/11832/stat : 11832 (java) S 11821 11824 8023 0 -1 4202560 191 0 0 0 10 4 0 0 20 0 19 0 114892822 9856040960 189136 33554432000 1073741824 1073778376 140734558999312 140295087389096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11833] ppid=11821 vsize=9625040 CPUtime=0.19 cores=0,2,4,6
/proc/11824/task/11833/stat : 11833 (java) S 11821 11824 8023 0 -1 4202560 209 0 0 0 14 5 0 0 20 0 19 0 114892822 9856040960 189136 33554432000 1073741824 1073778376 140734558999312 140295086336296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11834] ppid=11821 vsize=9625040 CPUtime=0.17 cores=0,2,4,6
/proc/11824/task/11834/stat : 11834 (java) S 11821 11824 8023 0 -1 4202560 300 0 0 0 13 4 0 0 20 0 19 0 114892822 9856040960 189136 33554432000 1073741824 1073778376 140734558999312 140295085283496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11835] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11835/stat : 11835 (java) S 11821 11824 8023 0 -1 4202560 488 0 0 0 0 0 0 0 20 0 19 0 114892823 9856040960 189136 33554432000 1073741824 1073778376 140734558999312 140295072873448 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11836] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11836/stat : 11836 (java) S 11821 11824 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114892823 9856040960 189136 33554432000 1073741824 1073778376 140734558999312 140295071819512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11837] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11837/stat : 11837 (java) S 11821 11824 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114892823 9856040960 189136 33554432000 1073741824 1073778376 140734558999312 140295070766600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11838] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11838/stat : 11838 (java) S 11821 11824 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114892826 9856040960 189136 33554432000 1073741824 1073778376 140734558999312 140295069715088 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11839] ppid=11821 vsize=9625040 CPUtime=0.61 cores=0,2,4,6
/proc/11824/task/11839/stat : 11839 (java) S 11821 11824 8023 0 -1 4202560 3410 0 0 0 59 2 0 0 20 0 19 0 114892826 9856040960 189136 33554432000 1073741824 1073778376 140734558999312 140295068662200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11840] ppid=11821 vsize=9625040 CPUtime=0.6 cores=0,2,4,6
/proc/11824/task/11840/stat : 11840 (java) S 11821 11824 8023 0 -1 4202560 5898 0 0 0 58 2 0 0 20 0 19 0 114892826 9856040960 189136 33554432000 1073741824 1073778376 140734558999312 140295067609400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11841] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11841/stat : 11841 (java) S 11821 11824 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114892826 9856040960 189136 33554432000 1073741824 1073778376 140734558999312 140295066556792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11842] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11842/stat : 11842 (java) S 11821 11824 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114892826 9856040960 189136 33554432000 1073741824 1073778376 140734558999312 140295065504200 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11846] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11846/stat : 11846 (java) S 11821 11824 8023 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114893351 9856040960 189136 33554432000 1073741824 1073778376 140734558999312 140295064450728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 8.47
Current children cumulated vsize (KiB) 9625040

[startup+12.7009 s]
/proc/loadavg: 2.31 2.28 2.21 3/214 11846
/proc/meminfo: memFree=27555192/32872528 swapFree=17892/1720544
[pid=11824] ppid=11821 vsize=9625040 CPUtime=14.94 cores=0,2,4,6

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

/proc/11824/task/11846/stat : 11846 (java) S 11821 11824 8023 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114893351 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295064450728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1726.06
Current children cumulated vsize (KiB) 9625040

[startup+1782.3 s]
/proc/loadavg: 2.29 2.24 2.19 3/213 12038
/proc/meminfo: memFree=27456084/32872528 swapFree=17892/1720544
[pid=11824] ppid=11821 vsize=9625040 CPUtime=1786.05 cores=0,2,4,6
/proc/11824/stat : 11824 (java) S 11821 11824 8023 0 -1 4202496 53231 0 1 0 178478 127 0 0 20 0 19 0 114892819 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140734558990448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11824/statm: 2406260 434533 2295 9 0 2396937 0
[pid=11824/tid=11826] ppid=11821 vsize=9625040 CPUtime=1776.12 cores=0,2,4,6
/proc/11824/task/11826/stat : 11826 (java) R 11821 11824 8023 0 -1 4202560 3576 0 1 0 177570 42 0 0 20 0 19 0 114892820 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295248748208 140295121173211 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11824/tid=11827] ppid=11821 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/11824/task/11827/stat : 11827 (java) S 11821 11824 8023 0 -1 4202560 3106 0 0 0 16 8 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295092653096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11828] ppid=11821 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/11824/task/11828/stat : 11828 (java) S 11821 11824 8023 0 -1 4202560 2320 0 0 0 29 10 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295091600296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11829] ppid=11821 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/11824/task/11829/stat : 11829 (java) S 11821 11824 8023 0 -1 4202560 2886 0 0 0 29 9 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295090547496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11830] ppid=11821 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/11824/task/11830/stat : 11830 (java) S 11821 11824 8023 0 -1 4202560 1928 0 0 0 24 10 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295089494696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11831] ppid=11821 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/11824/task/11831/stat : 11831 (java) S 11821 11824 8023 0 -1 4202560 3681 0 0 0 22 7 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295088441896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11824/tid=11832] ppid=11821 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/11824/task/11832/stat : 11832 (java) S 11821 11824 8023 0 -1 4202560 5429 0 0 0 18 10 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295087389096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11833] ppid=11821 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/11824/task/11833/stat : 11833 (java) S 11821 11824 8023 0 -1 4202560 6232 0 0 0 29 14 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295086336296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11834] ppid=11821 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/11824/task/11834/stat : 11834 (java) S 11821 11824 8023 0 -1 4202560 5100 0 0 0 25 11 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295085283496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11835] ppid=11821 vsize=9625040 CPUtime=0.68 cores=0,2,4,6
/proc/11824/task/11835/stat : 11835 (java) S 11821 11824 8023 0 -1 4202560 8274 0 0 0 66 2 0 0 20 0 19 0 114892823 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295072873448 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11836] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11836/stat : 11836 (java) S 11821 11824 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114892823 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295071819512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11837] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11837/stat : 11837 (java) S 11821 11824 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114892823 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295070766600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11838] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11838/stat : 11838 (java) S 11821 11824 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114892826 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295069715088 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11839] ppid=11821 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/11824/task/11839/stat : 11839 (java) S 11821 11824 8023 0 -1 4202560 3438 0 0 0 74 2 0 0 20 0 19 0 114892826 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295068662200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11840] ppid=11821 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/11824/task/11840/stat : 11840 (java) S 11821 11824 8023 0 -1 4202560 5900 0 0 0 63 2 0 0 20 0 19 0 114892826 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295067609400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11841] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11841/stat : 11841 (java) S 11821 11824 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114892826 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295066556792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11842] ppid=11821 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/11824/task/11842/stat : 11842 (java) S 11821 11824 8023 0 -1 4202560 103 0 0 0 39 38 0 0 20 0 19 0 114892826 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295065504200 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11824/tid=11846] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11846/stat : 11846 (java) S 11821 11824 8023 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114893351 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295064450728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1786.05
Current children cumulated vsize (KiB) 9625040



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+1796.3 s]
/proc/loadavg: 2.33 2.25 2.19 4/213 12039
/proc/meminfo: memFree=27456212/32872528 swapFree=17892/1720544
[pid=11824] ppid=11821 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/11824/stat : 11824 (java) S 11821 11824 8023 0 -1 4202496 53231 0 1 0 179878 127 0 0 20 0 19 0 114892819 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140734558990448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11824/statm: 2406260 434533 2295 9 0 2396937 0
[pid=11824/tid=11826] ppid=11821 vsize=9625040 CPUtime=1790.09 cores=0,2,4,6
/proc/11824/task/11826/stat : 11826 (java) R 11821 11824 8023 0 -1 4202560 3576 0 1 0 178966 43 0 0 20 0 19 0 114892820 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295248748208 140295121087190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11824/tid=11827] ppid=11821 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/11824/task/11827/stat : 11827 (java) S 11821 11824 8023 0 -1 4202560 3106 0 0 0 16 8 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295092653096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11828] ppid=11821 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/11824/task/11828/stat : 11828 (java) S 11821 11824 8023 0 -1 4202560 2320 0 0 0 29 10 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295091600296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11829] ppid=11821 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/11824/task/11829/stat : 11829 (java) S 11821 11824 8023 0 -1 4202560 2886 0 0 0 29 9 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295090547496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11830] ppid=11821 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/11824/task/11830/stat : 11830 (java) S 11821 11824 8023 0 -1 4202560 1928 0 0 0 24 10 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295089494696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11831] ppid=11821 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/11824/task/11831/stat : 11831 (java) S 11821 11824 8023 0 -1 4202560 3681 0 0 0 22 7 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295088441896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11824/tid=11832] ppid=11821 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/11824/task/11832/stat : 11832 (java) S 11821 11824 8023 0 -1 4202560 5429 0 0 0 18 10 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295087389096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11833] ppid=11821 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/11824/task/11833/stat : 11833 (java) S 11821 11824 8023 0 -1 4202560 6232 0 0 0 29 14 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295086336296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11834] ppid=11821 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/11824/task/11834/stat : 11834 (java) S 11821 11824 8023 0 -1 4202560 5100 0 0 0 25 11 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295085283496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11835] ppid=11821 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/11824/task/11835/stat : 11835 (java) S 11821 11824 8023 0 -1 4202560 8274 0 0 0 66 3 0 0 20 0 19 0 114892823 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295072873448 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11836] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11836/stat : 11836 (java) S 11821 11824 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114892823 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295071819512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11837] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11837/stat : 11837 (java) S 11821 11824 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114892823 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295070766600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11838] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11838/stat : 11838 (java) S 11821 11824 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114892826 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295069715088 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11839] ppid=11821 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/11824/task/11839/stat : 11839 (java) S 11821 11824 8023 0 -1 4202560 3438 0 0 0 74 2 0 0 20 0 19 0 114892826 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295068662200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11840] ppid=11821 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/11824/task/11840/stat : 11840 (java) S 11821 11824 8023 0 -1 4202560 5900 0 0 0 63 2 0 0 20 0 19 0 114892826 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295067609400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11841] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11841/stat : 11841 (java) S 11821 11824 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114892826 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295066556792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11842] ppid=11821 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/11824/task/11842/stat : 11842 (java) S 11821 11824 8023 0 -1 4202560 103 0 0 0 39 38 0 0 20 0 19 0 114892826 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295065504200 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11824/tid=11846] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11846/stat : 11846 (java) S 11821 11824 8023 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114893351 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295064450728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
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 11824 sig 9
??? kill -11824 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+1796.3 s]
/proc/loadavg: 2.33 2.25 2.19 4/213 12039
/proc/meminfo: memFree=27456212/32872528 swapFree=17892/1720544
[pid=11824] ppid=11821 vsize=9625040 CPUtime=1800.05 cores=0,2,4,6
/proc/11824/stat : 11824 (java) S 11821 11824 8023 0 -1 4202496 53231 0 1 0 179878 127 0 0 20 0 19 0 114892819 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140734558990448 270333411389 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/11824/statm: 2406260 434533 2295 9 0 2396937 0
[pid=11824/tid=11826] ppid=11821 vsize=9625040 CPUtime=1790.09 cores=0,2,4,6
/proc/11824/task/11826/stat : 11826 (java) R 11821 11824 8023 0 -1 4202560 3576 0 1 0 178966 43 0 0 20 0 19 0 114892820 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295248748208 140295121087190 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=11824/tid=11827] ppid=11821 vsize=9625040 CPUtime=0.24 cores=0,2,4,6
/proc/11824/task/11827/stat : 11827 (java) S 11821 11824 8023 0 -1 4202560 3106 0 0 0 16 8 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295092653096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11828] ppid=11821 vsize=9625040 CPUtime=0.39 cores=0,2,4,6
/proc/11824/task/11828/stat : 11828 (java) S 11821 11824 8023 0 -1 4202560 2320 0 0 0 29 10 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295091600296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11829] ppid=11821 vsize=9625040 CPUtime=0.38 cores=0,2,4,6
/proc/11824/task/11829/stat : 11829 (java) S 11821 11824 8023 0 -1 4202560 2886 0 0 0 29 9 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295090547496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11830] ppid=11821 vsize=9625040 CPUtime=0.34 cores=0,2,4,6
/proc/11824/task/11830/stat : 11830 (java) S 11821 11824 8023 0 -1 4202560 1928 0 0 0 24 10 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295089494696 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11831] ppid=11821 vsize=9625040 CPUtime=0.29 cores=0,2,4,6
/proc/11824/task/11831/stat : 11831 (java) S 11821 11824 8023 0 -1 4202560 3681 0 0 0 22 7 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295088441896 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11824/tid=11832] ppid=11821 vsize=9625040 CPUtime=0.28 cores=0,2,4,6
/proc/11824/task/11832/stat : 11832 (java) S 11821 11824 8023 0 -1 4202560 5429 0 0 0 18 10 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295087389096 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11833] ppid=11821 vsize=9625040 CPUtime=0.43 cores=0,2,4,6
/proc/11824/task/11833/stat : 11833 (java) S 11821 11824 8023 0 -1 4202560 6232 0 0 0 29 14 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295086336296 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11834] ppid=11821 vsize=9625040 CPUtime=0.36 cores=0,2,4,6
/proc/11824/task/11834/stat : 11834 (java) S 11821 11824 8023 0 -1 4202560 5100 0 0 0 25 11 0 0 20 0 19 0 114892822 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295085283496 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11835] ppid=11821 vsize=9625040 CPUtime=0.69 cores=0,2,4,6
/proc/11824/task/11835/stat : 11835 (java) S 11821 11824 8023 0 -1 4202560 8274 0 0 0 66 3 0 0 20 0 19 0 114892823 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295072873448 270333425577 0 0 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=11824/tid=11836] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11836/stat : 11836 (java) S 11821 11824 8023 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 19 0 114892823 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295071819512 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11837] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11837/stat : 11837 (java) S 11821 11824 8023 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 19 0 114892823 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295070766600 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11838] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11838/stat : 11838 (java) S 11821 11824 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114892826 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295069715088 270333433632 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11839] ppid=11821 vsize=9625040 CPUtime=0.76 cores=0,2,4,6
/proc/11824/task/11839/stat : 11839 (java) S 11821 11824 8023 0 -1 4202560 3438 0 0 0 74 2 0 0 20 0 19 0 114892826 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295068662200 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11840] ppid=11821 vsize=9625040 CPUtime=0.65 cores=0,2,4,6
/proc/11824/task/11840/stat : 11840 (java) S 11821 11824 8023 0 -1 4202560 5900 0 0 0 63 2 0 0 20 0 19 0 114892826 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295067609400 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=11824/tid=11841] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11841/stat : 11841 (java) S 11821 11824 8023 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 19 0 114892826 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295066556792 270333424700 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=11824/tid=11842] ppid=11821 vsize=9625040 CPUtime=0.77 cores=0,2,4,6
/proc/11824/task/11842/stat : 11842 (java) S 11821 11824 8023 0 -1 4202560 103 0 0 0 39 38 0 0 20 0 19 0 114892826 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295065504200 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=11824/tid=11846] ppid=11821 vsize=9625040 CPUtime=0 cores=0,2,4,6
/proc/11824/task/11846/stat : 11846 (java) S 11821 11824 8023 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 19 0 114893351 9856040960 434533 33554432000 1073741824 1073778376 140734558999312 140295064450728 270333425577 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 1800.05
Current children cumulated vsize (KiB) 9625040

Child status: 143

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

Real time (s): 1796.34
CPU time (s): 1800.05
CPU user time (s): 1798.78
CPU system time (s): 1.27
CPU usage (%): 100.206
Max. virtual memory (cumulated for all children) (KiB): 9625040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1794.18
system time used= 1.81972
maximum resident set size= 1766524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 53264
page faults= 1
swaps= 0
block input operations= 0
block output operations= 1024
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 39241
involuntary context switches= 7227

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3521 second user time and 11.8152 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-07 21:59:57
IDJOB=4085099
IDBENCH=92683
IDSOLVER=2546
FILE ID=node117/4085099-1465329596
RUNJOBID= node117-1465310425-9809
PBS_JOBID= 19848086
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Resolution PB16
BENCH NAME= PB12/normalized-PB12/OPT-BIGINT-LIN/zahidi/MH+IC/normalized-minisat50_4_16_6_mh_ic.opb
COMMAND LINE= java -jar sat4j-pb.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4085099-1465329596/watcher-4085099-1465329596 -o /tmp/evaluation-result-4085099-1465329596/solver-4085099-1465329596 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1465310425-9809 --watchdog 1960  java -jar sat4j-pb.jar HOME/instance-4085099-1465329596.opb

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

MD5SUM BENCH= 10217e17cbd04c0c5cd10efd0fff5914
RANDOM SEED=778328734

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

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2667.088
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		: 2667.088
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		: 2667.088
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.53
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		: 2667.088
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:        28308604 kB
Buffers:          128900 kB
Cached:           365112 kB
SwapCached:        29276 kB
Active:          1697060 kB
Inactive:         398712 kB
Active(anon):    1575624 kB
Inactive(anon):    28816 kB
Active(file):     121436 kB
Inactive(file):   369896 kB
Unevictable:     1720544 kB
Mlocked:           17892 kB
SwapTotal:      67108856 kB
SwapFree:       67071200 kB
Dirty:             38548 kB
Writeback:             0 kB
AnonPages:       3300896 kB
Mapped:            15384 kB
Shmem:                 0 kB
Slab:             605516 kB
SReclaimable:      49252 kB
SUnreclaim:       556264 kB
KernelStack:        1584 kB
PageTables:        10824 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3971112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3237888 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= 71688 MiB
End job on node117 at 2016-06-07 22:29:53