Trace number 4100826

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Sat4j PB 2.3.6 Res+CP PB16? (TO) 1800.18 947.25

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/ftp.netlib.org/
lp/data/normalized-reduced-mps-v2-20-10-standgub.opb
MD5SUMbe7d2de9880253117af16fa9444a1c79
Bench CategoryOPT-SMALLINT (optimisation, small 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 variables33244
Total number of constraints456
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints456
Minimum length of a constraint11
Maximum length of a constraint22350
Number of terms in the objective function 210
Biggest coefficient in the objective function 86232
Number of bits for the biggest coefficient in the objective function 17
Sum of the numbers in the objective function 524437
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 262145
Number of bits of the biggest number in a constraint 19
Biggest sum of numbers in a constraint 542229
Number of bits of the biggest sum of numbers20
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.09	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.09	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.09	c See www.sat4j.org for details.
0.00/0.09	c version PB16.v20160501
0.00/0.09	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.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 	16
0.10/0.12	c Pseudo Boolean Optimization by upper bound
0.10/0.12	c ManyCore solver with 2 solvers running in parallel
0.10/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@22c84d9
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.12	c Expensive reason simplification
0.10/0.12	c Glucose 2.1 dynamic restart strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.12	c --- Begin Solver configuration ---
0.10/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@558385e3
0.10/0.12	c Learn all clauses as in MiniSAT
0.10/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.12	c No reason simplification
0.10/0.12	c Armin Biere (Picosat) restarts strategy
0.10/0.12	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.12	c timeout=2147483s
0.10/0.12	c DB Simplification allowed=false
0.10/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.10/0.12	c --- End Solver configuration ---
0.10/0.12	c solving HOME/instance-4100826-1466211551.opb
0.10/0.12	c reading problem ... 
0.10/0.12	c  objective function found
1.31/0.68	c ... done. Wall clock time 0.557s.
1.31/0.68	c declared #vars     33244
1.31/0.68	c #constraints  617
1.31/0.68	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.31/0.68	c constraints type 
1.31/0.68	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 3
1.31/0.68	c org.sat4j.specs.Constr$1 => 5
1.31/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 609
1.31/0.68	c 617 constraints processed.
1.31/0.68	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.31/0.68	c constraints type 
1.31/0.68	c org.sat4j.specs.Constr$1 => 5
1.31/0.68	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 3
1.31/0.68	c org.sat4j.pb.constraints.pb.MaxWatchPb => 609
1.31/0.68	c 617 constraints processed.
1.31/0.68	c objective function length is 210 literals
78.02/37.25	c cleaning 2501 clauses out of 5001 with flag 11453/5001
169.18/82.45	c cleaning 4251 clauses out of 8502 with flag 25118/11003
273.25/134.06	c cleaning 5622 clauses out of 11249 with flag 41545/18001
390.31/192.30	c cleaning 6810 clauses out of 13626 with flag 59938/26000
523.67/258.79	c cleaning 7907 clauses out of 15817 with flag 81149/35001
675.69/334.49	c cleaning 8954 clauses out of 17910 with flag 104082/45001
844.77/473.88	c cleaning 9971 clauses out of 19955 with flag 131023/56000
1015.00/570.60	c cleaning 10984 clauses out of 21984 with flag 158462/68000
1215.79/655.22	c cleaning 11999 clauses out of 24002 with flag 188129/81002
1221.39/658.01	c cleaning 12984 clauses out of 26003 with flag 220534/95002
1227.40/661.03	c cleaning 13993 clauses out of 28017 with flag 254966/110000
1235.60/665.13	c cleaning 14983 clauses out of 30024 with flag 297719/126000
1243.40/669.00	c cleaning 15999 clauses out of 32041 with flag 341856/143000
1252.60/673.64	c cleaning 16996 clauses out of 34046 with flag 388941/161004
1262.42/678.59	c cleaning 18002 clauses out of 36049 with flag 439128/180003
1273.80/684.24	c cleaning 18997 clauses out of 38044 with flag 491550/200000
1285.80/690.22	c cleaning 20000 clauses out of 40047 with flag 545704/221000
1299.00/696.81	c cleaning 21000 clauses out of 42047 with flag 602694/243000
1312.40/703.59	c cleaning 21998 clauses out of 44047 with flag 662324/266000
1328.93/712.20	c cleaning 23001 clauses out of 46049 with flag 724602/290000
1345.72/720.62	c cleaning 24000 clauses out of 48050 with flag 788809/315002
1362.32/728.99	c cleaning 24993 clauses out of 50050 with flag 857810/341002
1380.72/738.15	c cleaning 26008 clauses out of 52065 with flag 926590/368010
1400.72/748.11	c cleaning 26996 clauses out of 54047 with flag 997502/396000
1436.07/765.62	c cleaning 28017 clauses out of 56049 with flag 1065513/425001
1446.98/770.95	c cleaning 29012 clauses out of 58035 with flag 1131717/455004
1461.16/778.05	c cleaning 30002 clauses out of 60020 with flag 1200737/486001
1478.36/786.63	c cleaning 31001 clauses out of 62018 with flag 1268787/518001
1497.96/796.46	c cleaning 32001 clauses out of 64016 with flag 1340431/551000
1522.96/808.91	c cleaning 33002 clauses out of 66016 with flag 1414225/585001
1547.61/821.15	c cleaning 34003 clauses out of 68015 with flag 1489768/620002
1571.41/833.08	c cleaning 34993 clauses out of 70010 with flag 1567835/656000
1597.61/846.12	c cleaning 35998 clauses out of 72019 with flag 1649737/693002
1626.21/860.46	c cleaning 36999 clauses out of 74019 with flag 1731046/731000
1657.01/875.83	c cleaning 37999 clauses out of 76020 with flag 1815849/770000
1688.61/891.69	c cleaning 39000 clauses out of 78022 with flag 1902776/810001
1722.17/908.21	c cleaning 40000 clauses out of 80022 with flag 1992894/851001
1758.18/926.28	c cleaning 41002 clauses out of 82026 with flag 2083595/893005
1791.58/942.92	c cleaning 41998 clauses out of 84019 with flag 2178788/936000
1800.18/947.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/947.20	c starts		: 55
1800.18/947.20	c conflicts		: 951177
1800.18/947.20	c decisions		: 1464157
1800.18/947.20	c propagations		: 907235890
1800.18/947.20	c inspects		: 5492862027
1800.18/947.20	c shortcuts		: 0
1800.18/947.20	c learnt literals	: 3
1800.18/947.20	c learnt binary clauses	: 2
1800.18/947.20	c learnt ternary clauses	: 2
1800.18/947.20	c learnt constraints	: 951174
1800.18/947.20	c ignored constraints	: 0
1800.18/947.20	c root simplifications	: 0
1800.18/947.20	c removed literals (reason simplification)	: 2441418
1800.18/947.20	c reason swapping (by a shorter reason)	: 0
1800.18/947.20	c Calls to reduceDB	: 39
1800.18/947.20	c Number of update (reduction) of LBD	: 89706
1800.18/947.20	c Imported unit clauses	: 0
1800.18/947.20	c number of reductions to clauses (during analyze)	: 0
1800.18/947.20	c number of learned constraints concerned by reduction	: 0
1800.18/947.20	c number of learning phase by resolution	: 0
1800.18/947.20	c number of learning phase by cutting planes	: 0
1800.18/947.20	c speed (assignments/second)	: 958629.9593824097
1800.18/947.20	c non guided choices	52734
1800.18/947.23	c learnt constraints type 
1800.18/947.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 2
1800.18/947.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 57196
1800.18/947.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.18/947.23	c starts		: 1
1800.18/947.23	c conflicts		: 971
1800.18/947.23	c decisions		: 919749
1800.18/947.23	c propagations		: 1987356
1800.18/947.23	c inspects		: 113632241
1800.18/947.23	c shortcuts		: 0
1800.18/947.23	c learnt literals	: 0
1800.18/947.23	c learnt binary clauses	: 0
1800.18/947.23	c learnt ternary clauses	: 0
1800.18/947.23	c learnt constraints	: 970
1800.18/947.23	c ignored constraints	: 0
1800.18/947.23	c root simplifications	: 0
1800.18/947.23	c removed literals (reason simplification)	: 0
1800.18/947.23	c reason swapping (by a shorter reason)	: 0
1800.18/947.23	c Calls to reduceDB	: 0
1800.18/947.23	c Number of update (reduction) of LBD	: 0
1800.18/947.23	c Imported unit clauses	: 0
1800.18/947.23	c number of reductions to clauses (during analyze)	: 0
1800.18/947.23	c number of learned constraints concerned by reduction	: 0
1800.18/947.23	c number of learning phase by resolution	: 0
1800.18/947.23	c number of learning phase by cutting planes	: 0
1800.18/947.23	c speed (assignments/second)	: 2099.8890544267283
1800.18/947.23	c non guided choices	0
1800.18/947.23	c learnt constraints type 
1800.18/947.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 970
1800.18/947.23	s UNKNOWN
1800.18/947.23	c Total wall clock time (in seconds): 947.109

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-4100826-1466211551/watcher-4100826-1466211551 -o /tmp/evaluation-result-4100826-1466211551/solver-4100826-1466211551 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15309 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100826-1466211551.opb 

pid=19537
running on 8 cores: 4-7,12-15

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: 3.94 4.05 4.04 4/284 19540
/proc/meminfo: memFree=29471616/32872528 swapFree=7804/7804
[pid=19540] ppid=19537 vsize=92900 CPUtime=0 cores=4-7,12-15
/proc/19540/stat : 19540 (java) S 19537 19540 15292 0 -1 4202496 1293 0 0 0 0 0 0 0 20 0 2 0 23199738 95129600 927 33554432000 1073741824 1073778376 140736019731760 140736019722896 216811995197 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19540/statm: 23225 927 703 9 0 16769 0
[pid=19540/tid=19541] ppid=19537 vsize=92900 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19541/stat : 19541 (java) D 19537 19540 15292 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 23199739 95129600 927 33554432000 1073741824 1073778376 140736019731760 140063836524072 216799472935 0 0 4096 0 18446744072100756772 0 0 -1 6 0 0 0 0 0

[startup+0.100062 s]
/proc/loadavg: 3.94 4.05 4.04 4/284 19540
/proc/meminfo: memFree=29471616/32872528 swapFree=7804/7804
[pid=19540] ppid=19537 vsize=9896436 CPUtime=0.1 cores=4-7,12-15
/proc/19540/stat : 19540 (java) S 19537 19540 15292 0 -1 4202496 4461 0 1 0 8 2 0 0 20 0 23 0 23199738 10133950464 6084 33554432000 1073741824 1073778376 140736019731760 140736019722896 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19540/statm: 2474109 6084 2126 9 0 2464786 0
[pid=19540/tid=19541] ppid=19537 vsize=9896436 CPUtime=0.06 cores=4-7,12-15
/proc/19540/task/19541/stat : 19541 (java) R 19537 19540 15292 0 -1 4202560 2411 0 1 0 5 1 0 0 20 0 23 0 23199739 10133950464 6084 33554432000 1073741824 1073778376 140736019731760 140063836527520 140063843539511 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9896436

[startup+0.200256 s]
/proc/loadavg: 3.94 4.05 4.04 4/284 19540
/proc/meminfo: memFree=29471616/32872528 swapFree=7804/7804
[pid=19540] ppid=19537 vsize=9896436 CPUtime=0.25 cores=4-7,12-15
/proc/19540/stat : 19540 (java) S 19537 19540 15292 0 -1 4202496 4754 0 1 0 23 2 0 0 20 0 23 0 23199738 10133950464 7337 33554432000 1073741824 1073778376 140736019731760 140736019722896 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19540/statm: 2474109 7337 2204 9 0 2464786 0
[pid=19540/tid=19541] ppid=19537 vsize=9896436 CPUtime=0.16 cores=4-7,12-15
/proc/19540/task/19541/stat : 19541 (java) R 19537 19540 15292 0 -1 4202560 2431 0 1 0 15 1 0 0 20 0 23 0 23199739 10133950464 7337 33554432000 1073741824 1073778376 140736019731760 140063836527520 140063665152720 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 9896436

[startup+0.300255 s]
/proc/loadavg: 3.94 4.05 4.04 4/284 19540
/proc/meminfo: memFree=29471616/32872528 swapFree=7804/7804
[pid=19540] ppid=19537 vsize=9896436 CPUtime=0.53 cores=4-7,12-15
/proc/19540/stat : 19540 (java) S 19537 19540 15292 0 -1 4202496 7503 0 1 0 50 3 0 0 20 0 23 0 23199738 10133950464 11167 33554432000 1073741824 1073778376 140736019731760 140736019722896 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19540/statm: 2474109 11168 2237 9 0 2464786 0
[pid=19540/tid=19541] ppid=19537 vsize=9896436 CPUtime=0.26 cores=4-7,12-15
/proc/19540/task/19541/stat : 19541 (java) R 19537 19540 15292 0 -1 4202560 2437 0 1 0 25 1 0 0 20 0 23 0 23199739 10133950464 11169 33554432000 1073741824 1073778376 140736019731760 140063836527864 140063665434759 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.53
Current children cumulated vsize (KiB) 9896436

[startup+0.700225 s]
/proc/loadavg: 3.94 4.05 4.04 4/284 19540
/proc/meminfo: memFree=29471616/32872528 swapFree=7804/7804
[pid=19540] ppid=19537 vsize=10029564 CPUtime=1.54 cores=4-7,12-15
/proc/19540/stat : 19540 (java) S 19537 19540 15292 0 -1 4202496 14951 0 1 0 142 12 0 0 20 0 25 0 23199738 10270273536 48059 33554432000 1073741824 1073778376 140736019731760 140736019722896 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19540/statm: 2507391 48059 2265 9 0 2498068 0
[pid=19540/tid=19541] ppid=19537 vsize=10029564 CPUtime=0.65 cores=4-7,12-15
/proc/19540/task/19541/stat : 19541 (java) S 19537 19540 15292 0 -1 4202560 2512 0 1 0 61 4 0 0 20 0 25 0 23199739 10270273536 48059 33554432000 1073741824 1073778376 140736019731760 140063836529528 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.54
Current children cumulated vsize (KiB) 10029564

[startup+1.50734 s]
/proc/loadavg: 3.94 4.05 4.04 7/311 19567
/proc/meminfo: memFree=29260532/32872528 swapFree=7804/7804
[pid=19540] ppid=19537 vsize=10162692 CPUtime=4.5 cores=4-7,12-15
/proc/19540/stat : 19540 (java) S 19537 19540 15292 0 -1 4202496 17305 0 1 0 407 43 0 0 20 0 27 0 23199738 10406596608 61868 33554432000 1073741824 1073778376 140736019731760 140736019722896 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19540/statm: 2540673 61868 2278 9 0 2531350 0
[pid=19540/tid=19541] ppid=19537 vsize=10162692 CPUtime=0.65 cores=4-7,12-15
/proc/19540/task/19541/stat : 19541 (java) S 19537 19540 15292 0 -1 4202560 2512 0 1 0 61 4 0 0 20 0 27 0 23199739 10406596608 61868 33554432000 1073741824 1073778376 140736019731760 140063836529528 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19540/tid=19543] ppid=19537 vsize=10162692 CPUtime=0.05 cores=4-7,12-15
/proc/19540/task/19543/stat : 19543 (java) R 19537 19540 15292 0 -1 4202560 167 0 0 0 1 4 0 0 20 0 27 0 23199740 10406596608 61868 33554432000 1073741824 1073778376 140736019731760 140063798019160 140063839000265 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0
[pid=19540/tid=19544] ppid=19537 vsize=10162692 CPUtime=0.06 cores=4-7,12-15
/proc/19540/task/19544/stat : 19544 (java) R 19537 19540 15292 0 -1 4202560 77 0 0 0 2 4 0 0 20 0 27 0 23199740 10406596608 61868 33554432000 1073741824 1073778376 140736019731760 140063796968024 140063840690951 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19540/tid=19545] ppid=19537 vsize=10162692 CPUtime=0.03 cores=4-7,12-15
/proc/19540/task/19545/stat : 19545 (java) R 19537 19540 15292 0 -1 4202560 24 0 0 0 0 3 0 0 20 0 27 0 23199740 10406596608 61868 33554432000 1073741824 1073778376 140736019731760 140063795915224 140063840704779 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19540/tid=19546] ppid=19537 vsize=10162692 CPUtime=0.03 cores=4-7,12-15
/proc/19540/task/19546/stat : 19546 (java) R 19537 19540 15292 0 -1 4202560 54 0 0 0 0 3 0 0 20 0 27 0 23199740 10406596608 61868 33554432000 1073741824 1073778376 140736019731760 140063794862128 140063839000257 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19540/tid=19547] ppid=19537 vsize=10162692 CPUtime=0.03 cores=4-7,12-15
/proc/19540/task/19547/stat : 19547 (java) R 19537 19540 15292 0 -1 4202560 45 0 0 0 1 2 0 0 20 0 27 0 23199740 10406596608 61868 33554432000 1073741824 1073778376 140736019731760 140063793810648 140063843425104 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=19540/tid=19548] ppid=19537 vsize=10162692 CPUtime=0.02 cores=4-7,12-15
/proc/19540/task/19548/stat : 19548 (java) R 19537 19540 15292 0 -1 4202560 15 0 0 0 0 2 0 0 20 0 27 0 23199740 10406596608 61868 33554432000 1073741824 1073778376 140736019731760 140063792757848 140063840704768 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19540/tid=19549] ppid=19537 vsize=10162692 CPUtime=0.03 cores=4-7,12-15
/proc/19540/task/19549/stat : 19549 (java) R 19537 19540 15292 0 -1 4202560 43 0 0 0 1 2 0 0 20 0 27 0 23199740 10406596608 61868 33554432000 1073741824 1073778376 140736019731760 140063791705048 140063839000249 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0
[pid=19540/tid=19550] ppid=19537 vsize=10162692 CPUtime=0.05 cores=4-7,12-15
/proc/19540/task/19550/stat : 19550 (java) R 19537 19540 15292 0 -1 4202560 27 0 0 0 1 4 0 0 20 0 27 0 23199740 10406596608 61868 33554432000 1073741824 1073778376 140736019731760 140063790652248 140063839807341 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19540/tid=19551] ppid=19537 vsize=10162692 CPUtime=0.03 cores=4-7,12-15
/proc/19540/task/19551/stat : 19551 (java) R 19537 19540 15292 0 -1 4202560 16 0 0 0 1 2 0 0 20 0 27 0 23199740 10406596608 61868 33554432000 1073741824 1073778376 140736019731760 140063789599448 216808263572 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0
[pid=19540/tid=19552] ppid=19537 vsize=10162692 CPUtime=0.03 cores=4-7,12-15
/proc/19540/task/19552/stat : 19552 (java) R 19537 19540 15292 0 -1 4202560 21 0 0 0 1 2 0 0 20 0 27 0 23199740 10406596608 61868 33554432000 1073741824 1073778376 140736019731760 140063788546648 140063839000241 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=19540/tid=19553] ppid=19537 vsize=10162692 CPUtime=0.06 cores=4-7,12-15
/proc/19540/task/19553/stat : 19553 (java) R 19537 19540 15292 0 -1 4202560 92 0 0 0 2 4 0 0 20 0 27 0 23199740 10406596608 61868 33554432000 1073741824 1073778376 140736019731760 140063787493672 140063839000249 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=19540/tid=19554] ppid=19537 vsize=10162692 CPUtime=0.05 cores=4-7,12-15
/proc/19540/task/19554/stat : 19554 (java) R 19537 19540 15292 0 -1 4202560 26 0 0 0 2 3 0 0 20 0 27 0 23199740 10406596608 61868 33554432000 1073741824 1073778376 140736019731760 140063786440872 140063842924769 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=19540/tid=19555] ppid=19537 vsize=10162692 CPUtime=0.04 cores=4-7,12-15
/proc/19540/task/19555/stat : 19555 (java) R 19537 19540 15292 0 -1 4202560 49 0 0 0 1 3 0 0 20 0 27 0 23199740 10406596608 61868 33554432000 1073741824 1073778376 140736019731760 140063785389096 140063843425857 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19540/tid=19556] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19556/stat : 19556 (java) S 19537 19540 15292 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 27 0 23199741 10406596608 61868 33554432000 1073741824 1073778376 140736019731760 140063650072328 216812008508 0 0 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19540/tid=19557] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19557/stat : 19557 (java) S 19537 19540 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23199742 10406596608 61868 33554432000 1073741824 1073778376 140736019731760 140062775830136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19540/tid=19558] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19558/stat : 19558 (java) S 19537 19540 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23199742 10406596608 61868 33554432000 1073741824 1073778376 140736019731760 140062774777224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19540/tid=19559] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19559/stat : 19559 (java) S 19537 19540 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23199744 10406596608 61868 33554432000 1073741824 1073778376 140736019731760 140062773725712 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19540/tid=19560] ppid=19537 vsize=10162692 CPUtime=0.7 cores=4-7,12-15
/proc/19540/task/19560/stat : 19560 (java) S 19537 19540 15292 0 -1 4202560 4771 0 0 0 68 2 0 0 20 0 27 0 23199744 10406596608 61869 33554432000 1073741824 1073778376 140736019731760 140062772672824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19540/tid=19561] ppid=19537 vsize=10162692 CPUtime=0.96 cores=4-7,12-15
/proc/19540/task/19561/stat : 19561 (java) S 19537 19540 15292 0 -1 4202560 7986 0 0 0 94 2 0 0 20 0 27 0 23199744 10406596608 61869 33554432000 1073741824 1073778376 140736019731760 140062771620024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19540/tid=19562] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19562/stat : 19562 (java) S 19537 19540 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23199744 10406596608 61869 33554432000 1073741824 1073778376 140736019731760 140062770567416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19540/tid=19563] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19563/stat : 19563 (java) S 19537 19540 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23199744 10406596608 61869 33554432000 1073741824 1073778376 140736019731760 140062769515848 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19540/tid=19564] ppid=19537 vsize=10162692 CPUtime=0.71 cores=4-7,12-15
/proc/19540/task/19564/stat : 19564 (java) S 19537 19540 15292 0 -1 4202560 20 0 0 0 71 0 0 0 20 0 27 0 23199807 10406596608 61869 33554432000 1073741824 1073778376 140736019731760 140062768459816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19540/tid=19565] ppid=19537 vsize=10162692 CPUtime=0.71 cores=4-7,12-15
/proc/19540/task/19565/stat : 19565 (java) S 19537 19540 15292 0 -1 4202560 28 0 0 0 71 0 0 0 20 0 27 0 23199807 10406596608 61869 33554432000 1073741824 1073778376 140736019731760 140062767407640 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19540/tid=19566] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19566/stat : 19566 (java) S 19537 19540 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23199820 10406596608 61869 33554432000 1073741824 1073778376 140736019731760 140062766355752 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19540/tid=19567] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19567/stat : 19567 (java) S 19537 19540 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23199820 10406596608 61869 33554432000 1073741824 1073778376 140736019731760 140062765302952 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 4.5
Current children cumulated vsize (KiB) 10162692

[startup+3.10116 s]
/proc/loadavg: 3.94 4.05 4.04 5/311 19567
/proc/meminfo: memFree=29169292/32872528 swapFree=7804/7804
[pid=19540] ppid=19537 vsize=10162692 CPUtime=8.27 cores=4-7,12-15
/proc/19540/stat : 19540 (java) S 19537 19540 15292 0 -1 4202496 19423 0 1 0 776 51 0 0 20 0 27 0 23199738 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140736019722896 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19540/statm: 2540673 96367 2279 9 0 2531350 0
[pid=19540/tid=19541] ppid=19537 vsize=10162692 CPUtime=0.65 cores=4-7,12-15
/proc/19540/task/19541/stat : 19541 (java) S 19537 19540 15292 0 -1 4202560 2512 0 1 0 61 4 0 0 20 0 27 0 23199739 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140063836529528 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19540/tid=19543] ppid=19537 vsize=10162692 CPUtime=0.1 cores=4-7,12-15
/proc/19540/task/19543/stat : 19543 (java) S 19537 19540 15292 0 -1 4202560 179 0 0 0 5 5 0 0 20 0 27 0 23199740 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140063798020648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19540/tid=19544] ppid=19537 vsize=10162692 CPUtime=0.1 cores=4-7,12-15
/proc/19540/task/19544/stat : 19544 (java) S 19537 19540 15292 0 -1 4202560 90 0 0 0 5 5 0 0 20 0 27 0 23199740 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140063796967848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19540/tid=19545] ppid=19537 vsize=10162692 CPUtime=0.04 cores=4-7,12-15
/proc/19540/task/19545/stat : 19545 (java) S 19537 19540 15292 0 -1 4202560 28 0 0 0 1 3 0 0 20 0 27 0 23199740 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140063795915048 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19540/tid=19546] ppid=19537 vsize=10162692 CPUtime=0.04 cores=4-7,12-15
/proc/19540/task/19546/stat : 19546 (java) S 19537 19540 15292 0 -1 4202560 55 0 0 0 1 3 0 0 20 0 27 0 23199740 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140063794862248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19540/tid=19547] ppid=19537 vsize=10162692 CPUtime=0.05 cores=4-7,12-15
/proc/19540/task/19547/stat : 19547 (java) S 19537 19540 15292 0 -1 4202560 47 0 0 0 2 3 0 0 20 0 27 0 23199740 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140063793810472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19540/tid=19548] ppid=19537 vsize=10162692 CPUtime=0.04 cores=4-7,12-15
/proc/19540/task/19548/stat : 19548 (java) S 19537 19540 15292 0 -1 4202560 17 0 0 0 2 2 0 0 20 0 27 0 23199740 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140063792757672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19540/tid=19549] ppid=19537 vsize=10162692 CPUtime=0.06 cores=4-7,12-15
/proc/19540/task/19549/stat : 19549 (java) S 19537 19540 15292 0 -1 4202560 62 0 0 0 3 3 0 0 20 0 27 0 23199740 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140063791704872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19540/tid=19550] ppid=19537 vsize=10162692 CPUtime=0.07 cores=4-7,12-15
/proc/19540/task/19550/stat : 19550 (java) S 19537 19540 15292 0 -1 4202560 38 0 0 0 3 4 0 0 20 0 27 0 23199740 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140063790652072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19540/tid=19551] ppid=19537 vsize=10162692 CPUtime=0.06 cores=4-7,12-15
/proc/19540/task/19551/stat : 19551 (java) S 19537 19540 15292 0 -1 4202560 31 0 0 0 3 3 0 0 20 0 27 0 23199740 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140063789599272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19540/tid=19552] ppid=19537 vsize=10162692 CPUtime=0.06 cores=4-7,12-15
/proc/19540/task/19552/stat : 19552 (java) S 19537 19540 15292 0 -1 4202560 25 0 0 0 3 3 0 0 20 0 27 0 23199740 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140063788546472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19540/tid=19553] ppid=19537 vsize=10162692 CPUtime=0.08 cores=4-7,12-15
/proc/19540/task/19553/stat : 19553 (java) S 19537 19540 15292 0 -1 4202560 92 0 0 0 4 4 0 0 20 0 27 0 23199740 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140063787493672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19540/tid=19554] ppid=19537 vsize=10162692 CPUtime=0.09 cores=4-7,12-15
/proc/19540/task/19554/stat : 19554 (java) S 19537 19540 15292 0 -1 4202560 40 0 0 0 6 3 0 0 20 0 27 0 23199740 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140063786440872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19540/tid=19555] ppid=19537 vsize=10162692 CPUtime=0.06 cores=4-7,12-15
/proc/19540/task/19555/stat : 19555 (java) S 19537 19540 15292 0 -1 4202560 50 0 0 0 3 3 0 0 20 0 27 0 23199740 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140063785389096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19540/tid=19556] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19556/stat : 19556 (java) S 19537 19540 15292 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 27 0 23199741 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140063650073448 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19540/tid=19557] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19557/stat : 19557 (java) S 19537 19540 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23199742 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140062775830136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19540/tid=19558] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19558/stat : 19558 (java) S 19537 19540 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23199742 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140062774777224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19540/tid=19559] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19559/stat : 19559 (java) S 19537 19540 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23199744 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140062773725712 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19540/tid=19560] ppid=19537 vsize=10162692 CPUtime=1.02 cores=4-7,12-15
/proc/19540/task/19560/stat : 19560 (java) S 19537 19540 15292 0 -1 4202560 6605 0 0 0 100 2 0 0 20 0 27 0 23199744 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140062772672824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19540/tid=19561] ppid=19537 vsize=10162692 CPUtime=0.98 cores=4-7,12-15
/proc/19540/task/19561/stat : 19561 (java) S 19537 19540 15292 0 -1 4202560 7986 0 0 0 96 2 0 0 20 0 27 0 23199744 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140062771620024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19540/tid=19562] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19562/stat : 19562 (java) S 19537 19540 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23199744 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140062770567416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19540/tid=19563] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19563/stat : 19563 (java) S 19537 19540 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23199744 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140062769515848 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19540/tid=19564] ppid=19537 vsize=10162692 CPUtime=2.25 cores=4-7,12-15
/proc/19540/task/19564/stat : 19564 (java) R 19537 19540 15292 0 -1 4202560 38 0 0 0 225 0 0 0 20 0 27 0 23199807 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140062768458840 140063666228631 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=19540/tid=19565] ppid=19537 vsize=10162692 CPUtime=2.25 cores=4-7,12-15
/proc/19540/task/19565/stat : 19565 (java) R 19537 19540 15292 0 -1 4202560 66 0 0 0 224 1 0 0 20 0 27 0 23199807 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140062767406616 140063665991376 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19540/tid=19566] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19566/stat : 19566 (java) S 19537 19540 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23199820 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140062766355752 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19540/tid=19567] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19567/stat : 19567 (java) S 19537 19540 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23199820 10406596608 96367 33554432000 1073741824 1073778376 140736019731760 140062765302952 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 8.27
Current children cumulated vsize (KiB) 10162692

[startup+6.30112 s]
/proc/loadavg: 3.94 4.05 4.04 5/311 19567
/proc/meminfo: memFree=29064020/32872528 swapFree=7804/7804

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

/proc/19540/task/19560/stat : 19560 (java) S 19537 19540 15292 0 -1 4202560 11292 0 0 0 155 2 0 0 20 0 27 0 23199744 10406596608 859408 33554432000 1073741824 1073778376 140736019731760 140062772672824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19540/tid=19561] ppid=19537 vsize=10162692 CPUtime=1.25 cores=4-7,12-15
/proc/19540/task/19561/stat : 19561 (java) S 19537 19540 15292 0 -1 4202560 8003 0 0 0 123 2 0 0 20 0 27 0 23199744 10406596608 859408 33554432000 1073741824 1073778376 140736019731760 140062771620024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19540/tid=19562] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19562/stat : 19562 (java) S 19537 19540 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23199744 10406596608 859408 33554432000 1073741824 1073778376 140736019731760 140062770567416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19540/tid=19563] ppid=19537 vsize=10162692 CPUtime=0.31 cores=4-7,12-15
/proc/19540/task/19563/stat : 19563 (java) S 19537 19540 15292 0 -1 4202560 47 0 0 0 15 16 0 0 20 0 27 0 23199744 10406596608 859408 33554432000 1073741824 1073778376 140736019731760 140062769515848 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19540/tid=19564] ppid=19537 vsize=10162692 CPUtime=822.84 cores=4-7,12-15
/proc/19540/task/19564/stat : 19564 (java) R 19537 19540 15292 0 -1 4202560 1687 0 0 0 82241 43 0 0 20 0 27 0 23199807 10406596608 859408 33554432000 1073741824 1073778376 140736019731760 140062768451984 140063665926184 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=19540/tid=19565] ppid=19537 vsize=10162692 CPUtime=822.77 cores=4-7,12-15
/proc/19540/task/19565/stat : 19565 (java) R 19537 19540 15292 0 -1 4202560 550 0 0 0 82256 21 0 0 20 0 27 0 23199807 10406596608 859408 33554432000 1073741824 1073778376 140736019731760 140062767405632 140063665959155 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19540/tid=19566] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19566/stat : 19566 (java) S 19537 19540 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23199820 10406596608 859408 33554432000 1073741824 1073778376 140736019731760 140062766355752 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19540/tid=19567] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19567/stat : 19567 (java) S 19537 19540 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23199820 10406596608 859408 33554432000 1073741824 1073778376 140736019731760 140062765302952 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 1670.01
Current children cumulated vsize (KiB) 10162692

[startup+942.301 s]
/proc/loadavg: 4.08 4.23 4.22 5/312 19833
/proc/meminfo: memFree=25700120/32872528 swapFree=7804/7804
[pid=19540] ppid=19537 vsize=10162692 CPUtime=1790.38 cores=4-7,12-15
/proc/19540/stat : 19540 (java) S 19537 19540 15292 0 -1 4202496 51922 0 1 0 178621 417 0 0 20 0 27 0 23199738 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140736019722896 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19540/statm: 2540673 859511 2292 9 0 2531350 0
[pid=19540/tid=19541] ppid=19537 vsize=10162692 CPUtime=0.69 cores=4-7,12-15
/proc/19540/task/19541/stat : 19541 (java) S 19537 19540 15292 0 -1 4202560 2522 0 1 0 64 5 0 0 20 0 27 0 23199739 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063836529528 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19540/tid=19543] ppid=19537 vsize=10162692 CPUtime=1.22 cores=4-7,12-15
/proc/19540/task/19543/stat : 19543 (java) S 19537 19540 15292 0 -1 4202560 2824 0 0 0 91 31 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063798020648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19540/tid=19544] ppid=19537 vsize=10162692 CPUtime=1.1 cores=4-7,12-15
/proc/19540/task/19544/stat : 19544 (java) S 19537 19540 15292 0 -1 4202560 953 0 0 0 84 26 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063796967848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19540/tid=19545] ppid=19537 vsize=10162692 CPUtime=0.97 cores=4-7,12-15
/proc/19540/task/19545/stat : 19545 (java) S 19537 19540 15292 0 -1 4202560 2519 0 0 0 74 23 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063795915048 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19540/tid=19546] ppid=19537 vsize=10162692 CPUtime=0.9 cores=4-7,12-15
/proc/19540/task/19546/stat : 19546 (java) S 19537 19540 15292 0 -1 4202560 1560 0 0 0 69 21 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063794862248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19540/tid=19547] ppid=19537 vsize=10162692 CPUtime=1.2 cores=4-7,12-15
/proc/19540/task/19547/stat : 19547 (java) S 19537 19540 15292 0 -1 4202560 2466 0 0 0 88 32 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063793810472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19540/tid=19548] ppid=19537 vsize=10162692 CPUtime=1.05 cores=4-7,12-15
/proc/19540/task/19548/stat : 19548 (java) S 19537 19540 15292 0 -1 4202560 2024 0 0 0 80 25 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063792757672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19540/tid=19549] ppid=19537 vsize=10162692 CPUtime=0.93 cores=4-7,12-15
/proc/19540/task/19549/stat : 19549 (java) S 19537 19540 15292 0 -1 4202560 2483 0 0 0 68 25 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063791704872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19540/tid=19550] ppid=19537 vsize=10162692 CPUtime=0.91 cores=4-7,12-15
/proc/19540/task/19550/stat : 19550 (java) S 19537 19540 15292 0 -1 4202560 1448 0 0 0 69 22 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063790652072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19540/tid=19551] ppid=19537 vsize=10162692 CPUtime=0.96 cores=4-7,12-15
/proc/19540/task/19551/stat : 19551 (java) S 19537 19540 15292 0 -1 4202560 1648 0 0 0 72 24 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063789599272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19540/tid=19552] ppid=19537 vsize=10162692 CPUtime=1.08 cores=4-7,12-15
/proc/19540/task/19552/stat : 19552 (java) S 19537 19540 15292 0 -1 4202560 1502 0 0 0 78 30 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063788546472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19540/tid=19553] ppid=19537 vsize=10162692 CPUtime=0.93 cores=4-7,12-15
/proc/19540/task/19553/stat : 19553 (java) S 19537 19540 15292 0 -1 4202560 1391 0 0 0 65 28 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063787493672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19540/tid=19554] ppid=19537 vsize=10162692 CPUtime=1.25 cores=4-7,12-15
/proc/19540/task/19554/stat : 19554 (java) S 19537 19540 15292 0 -1 4202560 1684 0 0 0 89 36 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063786440872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19540/tid=19555] ppid=19537 vsize=10162692 CPUtime=1 cores=4-7,12-15
/proc/19540/task/19555/stat : 19555 (java) S 19537 19540 15292 0 -1 4202560 2067 0 0 0 77 23 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063785389096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19540/tid=19556] ppid=19537 vsize=10162692 CPUtime=2.95 cores=4-7,12-15
/proc/19540/task/19556/stat : 19556 (java) S 19537 19540 15292 0 -1 4202560 1983 0 0 0 288 7 0 0 20 0 27 0 23199741 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063650073448 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19540/tid=19557] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19557/stat : 19557 (java) S 19537 19540 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23199742 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062775830136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19540/tid=19558] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19558/stat : 19558 (java) S 19537 19540 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23199742 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062774777224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19540/tid=19559] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19559/stat : 19559 (java) S 19537 19540 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23199744 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062773725712 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19540/tid=19560] ppid=19537 vsize=10162692 CPUtime=1.57 cores=4-7,12-15
/proc/19540/task/19560/stat : 19560 (java) S 19537 19540 15292 0 -1 4202560 11292 0 0 0 155 2 0 0 20 0 27 0 23199744 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062772672824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19540/tid=19561] ppid=19537 vsize=10162692 CPUtime=1.25 cores=4-7,12-15
/proc/19540/task/19561/stat : 19561 (java) S 19537 19540 15292 0 -1 4202560 8003 0 0 0 123 2 0 0 20 0 27 0 23199744 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062771620024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19540/tid=19562] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19562/stat : 19562 (java) S 19537 19540 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23199744 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062770567416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19540/tid=19563] ppid=19537 vsize=10162692 CPUtime=0.33 cores=4-7,12-15
/proc/19540/task/19563/stat : 19563 (java) S 19537 19540 15292 0 -1 4202560 51 0 0 0 15 18 0 0 20 0 27 0 23199744 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062769515848 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19540/tid=19564] ppid=19537 vsize=10162692 CPUtime=882.62 cores=4-7,12-15
/proc/19540/task/19564/stat : 19564 (java) R 19537 19540 15292 0 -1 4202560 1687 0 0 0 88218 44 0 0 20 0 27 0 23199807 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062768451984 140063666189586 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=19540/tid=19565] ppid=19537 vsize=10162692 CPUtime=882.55 cores=4-7,12-15
/proc/19540/task/19565/stat : 19565 (java) R 19537 19540 15292 0 -1 4202560 551 0 0 0 88233 22 0 0 20 0 27 0 23199807 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062767406816 140063665959273 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19540/tid=19566] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19566/stat : 19566 (java) S 19537 19540 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23199820 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062766355752 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19540/tid=19567] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19567/stat : 19567 (java) S 19537 19540 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23199820 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062765302952 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 1790.38
Current children cumulated vsize (KiB) 10162692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+947.201 s]
/proc/loadavg: 4.08 4.22 4.22 5/312 19833
/proc/meminfo: memFree=25702116/32872528 swapFree=7804/7804
[pid=19540] ppid=19537 vsize=10162692 CPUtime=1800.18 cores=4-7,12-15
/proc/19540/stat : 19540 (java) S 19537 19540 15292 0 -1 4202496 51922 0 1 0 179601 417 0 0 20 0 27 0 23199738 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140736019722896 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19540/statm: 2540673 859511 2292 9 0 2531350 0
[pid=19540/tid=19541] ppid=19537 vsize=10162692 CPUtime=0.69 cores=4-7,12-15
/proc/19540/task/19541/stat : 19541 (java) S 19537 19540 15292 0 -1 4202560 2522 0 1 0 64 5 0 0 20 0 27 0 23199739 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063836529528 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19540/tid=19543] ppid=19537 vsize=10162692 CPUtime=1.22 cores=4-7,12-15
/proc/19540/task/19543/stat : 19543 (java) S 19537 19540 15292 0 -1 4202560 2824 0 0 0 91 31 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063798020648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19540/tid=19544] ppid=19537 vsize=10162692 CPUtime=1.1 cores=4-7,12-15
/proc/19540/task/19544/stat : 19544 (java) S 19537 19540 15292 0 -1 4202560 953 0 0 0 84 26 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063796967848 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19540/tid=19545] ppid=19537 vsize=10162692 CPUtime=0.97 cores=4-7,12-15
/proc/19540/task/19545/stat : 19545 (java) S 19537 19540 15292 0 -1 4202560 2519 0 0 0 74 23 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063795915048 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19540/tid=19546] ppid=19537 vsize=10162692 CPUtime=0.9 cores=4-7,12-15
/proc/19540/task/19546/stat : 19546 (java) S 19537 19540 15292 0 -1 4202560 1560 0 0 0 69 21 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063794862248 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19540/tid=19547] ppid=19537 vsize=10162692 CPUtime=1.2 cores=4-7,12-15
/proc/19540/task/19547/stat : 19547 (java) S 19537 19540 15292 0 -1 4202560 2466 0 0 0 88 32 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063793810472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19540/tid=19548] ppid=19537 vsize=10162692 CPUtime=1.05 cores=4-7,12-15
/proc/19540/task/19548/stat : 19548 (java) S 19537 19540 15292 0 -1 4202560 2024 0 0 0 80 25 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063792757672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19540/tid=19549] ppid=19537 vsize=10162692 CPUtime=0.93 cores=4-7,12-15
/proc/19540/task/19549/stat : 19549 (java) S 19537 19540 15292 0 -1 4202560 2483 0 0 0 68 25 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063791704872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19540/tid=19550] ppid=19537 vsize=10162692 CPUtime=0.91 cores=4-7,12-15
/proc/19540/task/19550/stat : 19550 (java) S 19537 19540 15292 0 -1 4202560 1448 0 0 0 69 22 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063790652072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19540/tid=19551] ppid=19537 vsize=10162692 CPUtime=0.96 cores=4-7,12-15
/proc/19540/task/19551/stat : 19551 (java) S 19537 19540 15292 0 -1 4202560 1648 0 0 0 72 24 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063789599272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19540/tid=19552] ppid=19537 vsize=10162692 CPUtime=1.08 cores=4-7,12-15
/proc/19540/task/19552/stat : 19552 (java) S 19537 19540 15292 0 -1 4202560 1502 0 0 0 78 30 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063788546472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19540/tid=19553] ppid=19537 vsize=10162692 CPUtime=0.93 cores=4-7,12-15
/proc/19540/task/19553/stat : 19553 (java) S 19537 19540 15292 0 -1 4202560 1391 0 0 0 65 28 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063787493672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19540/tid=19554] ppid=19537 vsize=10162692 CPUtime=1.25 cores=4-7,12-15
/proc/19540/task/19554/stat : 19554 (java) S 19537 19540 15292 0 -1 4202560 1684 0 0 0 89 36 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063786440872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19540/tid=19555] ppid=19537 vsize=10162692 CPUtime=1 cores=4-7,12-15
/proc/19540/task/19555/stat : 19555 (java) S 19537 19540 15292 0 -1 4202560 2067 0 0 0 77 23 0 0 20 0 27 0 23199740 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063785389096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19540/tid=19556] ppid=19537 vsize=10162692 CPUtime=2.95 cores=4-7,12-15
/proc/19540/task/19556/stat : 19556 (java) S 19537 19540 15292 0 -1 4202560 1983 0 0 0 288 7 0 0 20 0 27 0 23199741 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140063650073448 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19540/tid=19557] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19557/stat : 19557 (java) S 19537 19540 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23199742 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062775830136 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19540/tid=19558] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19558/stat : 19558 (java) S 19537 19540 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23199742 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062774777224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19540/tid=19559] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19559/stat : 19559 (java) S 19537 19540 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23199744 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062773725712 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19540/tid=19560] ppid=19537 vsize=10162692 CPUtime=1.57 cores=4-7,12-15
/proc/19540/task/19560/stat : 19560 (java) S 19537 19540 15292 0 -1 4202560 11292 0 0 0 155 2 0 0 20 0 27 0 23199744 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062772672824 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19540/tid=19561] ppid=19537 vsize=10162692 CPUtime=1.25 cores=4-7,12-15
/proc/19540/task/19561/stat : 19561 (java) S 19537 19540 15292 0 -1 4202560 8003 0 0 0 123 2 0 0 20 0 27 0 23199744 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062771620024 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19540/tid=19562] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19562/stat : 19562 (java) S 19537 19540 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23199744 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062770567416 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19540/tid=19563] ppid=19537 vsize=10162692 CPUtime=0.34 cores=4-7,12-15
/proc/19540/task/19563/stat : 19563 (java) S 19537 19540 15292 0 -1 4202560 51 0 0 0 16 18 0 0 20 0 27 0 23199744 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062769515848 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19540/tid=19564] ppid=19537 vsize=10162692 CPUtime=887.5 cores=4-7,12-15
/proc/19540/task/19564/stat : 19564 (java) R 19537 19540 15292 0 -1 4202560 1687 0 0 0 88706 44 0 0 20 0 27 0 23199807 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062768451984 140063666189443 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=19540/tid=19565] ppid=19537 vsize=10162692 CPUtime=887.44 cores=4-7,12-15
/proc/19540/task/19565/stat : 19565 (java) R 19537 19540 15292 0 -1 4202560 551 0 0 0 88722 22 0 0 20 0 27 0 23199807 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062767406816 140063665959195 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19540/tid=19566] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19566/stat : 19566 (java) S 19537 19540 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23199820 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062766355752 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19540/tid=19567] ppid=19537 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19540/task/19567/stat : 19567 (java) S 19537 19540 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23199820 10406596608 859511 33554432000 1073741824 1073778376 140736019731760 140062765302952 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 1800.18
Current children cumulated vsize (KiB) 10162692

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 19540 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 19540 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=57717
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=682288
# CPU time returned by wait4() is 1795.74
# while last known CPU time is 1800.18
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 947.25
CPU time (s): 1800.18
CPU user time (s): 1796.01
CPU system time (s): 4.17
CPU usage (%): 190.043
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.06
system time used= 4.68229
maximum resident set size= 3462616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 51966
page faults= 1
swaps= 0
block input operations= 0
block output operations= 880
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23761
involuntary context switches= 13677

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.52516 second user time and 7.37488 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 02:59:11
IDJOB=4100826
IDBENCH=1666
IDSOLVER=2543
FILE ID=node132/4100826-1466211551
RUNJOBID= node132-1466206058-15309
PBS_JOBID= 19918145
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= be7d2de9880253117af16fa9444a1c79
RANDOM SEED=1985457148

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

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.768
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        29472012 kB
Buffers:           40260 kB
Cached:            89676 kB
SwapCached:         1804 kB
Active:          2552776 kB
Inactive:          81740 kB
Active(anon):    2506732 kB
Inactive(anon):     1028 kB
Active(file):      46044 kB
Inactive(file):    80712 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099272 kB
Dirty:              1528 kB
Writeback:             0 kB
AnonPages:       2477560 kB
Mapped:            15448 kB
Shmem:                 0 kB
Slab:             575632 kB
SReclaimable:      16040 kB
SUnreclaim:       559592 kB
KernelStack:        2608 kB
PageTables:         9348 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3282224 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2420736 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= 71736 MiB
End job on node132 at 2016-06-18 03:14:59