Trace number 4103270

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.19 865.653

General information on the benchmark

Namenormalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/
pub/milp/normalized-mps-v2-20-10-dano3_5.opb
MD5SUM143c67a6efdf0b74421c6a96157a0df7
Bench CategoryOPT-BIGINT (optimisation, big integers)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables404336
Total number of constraints3663
Number of constraints which are clauses0
Number of constraints which are cardinality constraints (but not clauses)5
Number of constraints which are nor clauses,nor cardinality constraints3658
Minimum length of a constraint11
Maximum length of a constraint15900
Number of terms in the objective function 30
Biggest coefficient in the objective function 536870912
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 1073741823
Number of bits of the sum of numbers in the objective function 30
Biggest number in a constraint 134217728000
Number of bits of the biggest number in a constraint 37
Biggest sum of numbers in a constraint 569083166190
Number of bits of the biggest sum of numbers40
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.09/0.12	c Pseudo Boolean Optimization by upper bound
0.09/0.12	c ManyCore solver with 2 solvers running in parallel
0.09/0.12	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@22c84d9
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.09/0.12	c Expensive reason simplification
0.09/0.12	c Glucose 2.1 dynamic restart strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.09/0.12	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.09/0.12	c --- Begin Solver configuration ---
0.09/0.12	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@558385e3
0.09/0.12	c Learn all clauses as in MiniSAT
0.09/0.12	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.09/0.12	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.09/0.12	c No reason simplification
0.09/0.12	c Armin Biere (Picosat) restarts strategy
0.09/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.09/0.12	c timeout=2147483s
0.09/0.12	c DB Simplification allowed=false
0.09/0.12	c Listener: org.sat4j.pb.tools.ManyCorePB@3f7fa65e
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4103270-1466221407.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
19.66/9.38	c ... done. Wall clock time 9.265s.
19.66/9.38	c declared #vars     404336
19.66/9.38	c #constraints  4887
19.66/9.39	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
19.66/9.39	c constraints type 
19.66/9.39	c org.sat4j.minisat.constraints.card.MinWatchCard => 10
19.66/9.39	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 4877
19.66/9.39	c 4887 constraints processed.
19.66/9.39	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
19.66/9.39	c constraints type 
19.66/9.39	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 10
19.66/9.39	c org.sat4j.pb.constraints.pb.MaxWatchPb => 4877
19.66/9.39	c 4887 constraints processed.
19.66/9.39	c objective function length is 30 literals
54.67/23.81	c cleaning 2491 clauses out of 5001 with flag 10749/5001
76.96/33.75	c cleaning 4250 clauses out of 8507 with flag 28209/11000
98.32/43.72	c cleaning 5626 clauses out of 11258 with flag 49468/18001
111.56/49.20	c cleaning 6813 clauses out of 13633 with flag 74550/26002
124.66/54.93	c cleaning 7897 clauses out of 15819 with flag 103395/35001
137.66/61.49	c cleaning 8948 clauses out of 17922 with flag 138440/45001
155.53/69.21	c cleaning 9977 clauses out of 19974 with flag 173058/56001
174.56/78.71	c cleaning 10986 clauses out of 21996 with flag 211263/68000
189.63/85.53	c cleaning 11990 clauses out of 24010 with flag 256154/81000
205.66/93.54	c cleaning 12999 clauses out of 26022 with flag 305895/95002
224.56/101.89	c cleaning 13993 clauses out of 28021 with flag 358704/110000
243.96/111.56	c cleaning 14995 clauses out of 30029 with flag 409787/126001
268.10/122.72	c cleaning 16008 clauses out of 32033 with flag 459449/143000
300.65/137.86	c cleaning 16996 clauses out of 34027 with flag 511156/161002
329.62/151.40	c cleaning 18005 clauses out of 36036 with flag 566818/180007
358.62/165.93	c cleaning 18996 clauses out of 38024 with flag 625436/200000
390.27/180.69	c cleaning 20002 clauses out of 40028 with flag 695600/221000
423.57/196.11	c cleaning 21002 clauses out of 42029 with flag 768675/243003
454.16/210.58	c cleaning 21990 clauses out of 44024 with flag 843485/266000
493.64/230.97	c cleaning 23005 clauses out of 46036 with flag 926550/290002
530.16/248.25	c cleaning 24011 clauses out of 48030 with flag 1000888/315001
560.42/262.80	c cleaning 25006 clauses out of 50018 with flag 1097972/341000
594.81/279.54	c cleaning 25999 clauses out of 52015 with flag 1207349/368003
625.19/294.80	c cleaning 26997 clauses out of 54013 with flag 1339235/396000
657.52/310.37	c cleaning 28000 clauses out of 56019 with flag 1472266/425003
693.16/327.50	c cleaning 28997 clauses out of 58016 with flag 1596892/455000
727.76/344.26	c cleaning 29996 clauses out of 60021 with flag 1739388/486002
759.17/359.91	c cleaning 30996 clauses out of 62023 with flag 1886715/518000
797.60/378.58	c cleaning 31997 clauses out of 64027 with flag 2036502/551000
833.90/396.10	c cleaning 33002 clauses out of 66030 with flag 2175830/585000
871.02/413.97	c cleaning 34005 clauses out of 68028 with flag 2338648/620000
911.45/433.43	c cleaning 35002 clauses out of 70023 with flag 2502055/656000
955.66/455.57	c cleaning 35997 clauses out of 72021 with flag 2645668/693000
1126.48/536.61	c cleaning 36991 clauses out of 74012 with flag 2771301/731000
1433.57/684.63	c cleaning 37997 clauses out of 76021 with flag 2890191/770000
1759.11/842.98	c cleaning 39007 clauses out of 78025 with flag 3021064/810001
1800.19/865.60	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/865.60	c starts		: 199
1800.19/865.60	c conflicts		: 814788
1800.19/865.60	c decisions		: 1716034
1800.19/865.60	c propagations		: 76251237
1800.19/865.60	c inspects		: 2611385413
1800.19/865.60	c shortcuts		: 0
1800.19/865.60	c learnt literals	: 14
1800.19/865.60	c learnt binary clauses	: 172
1800.19/865.60	c learnt ternary clauses	: 81
1800.19/865.60	c learnt constraints	: 814774
1800.19/865.60	c ignored constraints	: 0
1800.19/865.60	c root simplifications	: 0
1800.19/865.60	c removed literals (reason simplification)	: 1068995
1800.19/865.60	c reason swapping (by a shorter reason)	: 0
1800.19/865.60	c Calls to reduceDB	: 36
1800.19/865.60	c Number of update (reduction) of LBD	: 199669
1800.19/865.60	c Imported unit clauses	: 0
1800.19/865.60	c number of reductions to clauses (during analyze)	: 0
1800.19/865.60	c number of learned constraints concerned by reduction	: 0
1800.19/865.60	c number of learning phase by resolution	: 0
1800.19/865.60	c number of learning phase by cutting planes	: 0
1800.19/865.60	c speed (assignments/second)	: 89077.47680812514
1800.19/865.60	c non guided choices	149638
1800.19/865.63	c learnt constraints type 
1800.19/865.63	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 172
1800.19/865.63	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 43633
1800.19/865.63	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.19/865.63	c starts		: 19
1800.19/865.63	c conflicts		: 3974
1800.19/865.63	c decisions		: 110242
1800.19/865.63	c propagations		: 1054016
1800.19/865.63	c inspects		: 91320520
1800.19/865.63	c shortcuts		: 0
1800.19/865.63	c learnt literals	: 0
1800.19/865.63	c learnt binary clauses	: 0
1800.19/865.63	c learnt ternary clauses	: 0
1800.19/865.63	c learnt constraints	: 3973
1800.19/865.63	c ignored constraints	: 0
1800.19/865.63	c root simplifications	: 0
1800.19/865.63	c removed literals (reason simplification)	: 0
1800.19/865.63	c reason swapping (by a shorter reason)	: 0
1800.19/865.63	c Calls to reduceDB	: 0
1800.19/865.63	c Number of update (reduction) of LBD	: 0
1800.19/865.63	c Imported unit clauses	: 0
1800.19/865.63	c number of reductions to clauses (during analyze)	: 0
1800.19/865.63	c number of learned constraints concerned by reduction	: 0
1800.19/865.63	c number of learning phase by resolution	: 0
1800.19/865.63	c number of learning phase by cutting planes	: 0
1800.19/865.63	c speed (assignments/second)	: 1231.3760125986312
1800.19/865.63	c non guided choices	3356
1800.19/865.63	c learnt constraints type 
1800.19/865.63	c org.sat4j.pb.constraints.pb.MaxWatchPb => 3973
1800.19/865.63	s UNKNOWN
1800.19/865.63	c Total wall clock time (in seconds): 865.511

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

pid=23765
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.95 4.08 4.21 4/284 23768
/proc/meminfo: memFree=30946696/32872528 swapFree=7804/7804
[pid=23768] ppid=23765 vsize=91816 CPUtime=0 cores=4-7,12-15
/proc/23768/stat : 23768 (java) S 23765 23768 15292 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 24185413 94019584 917 33554432000 1073741824 1073778376 140736614770400 140736614761536 216811995197 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23768/statm: 22954 917 697 9 0 16769 0
[pid=23768/tid=23769] ppid=23765 vsize=91816 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23769/stat : 23769 (java) D 23765 23768 15292 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 24185414 94019584 917 33554432000 1073741824 1073778376 140736614770400 140144223481384 216799472935 0 0 4096 0 18446744072100756772 0 0 -1 6 0 0 0 0 0

[startup+0.100116 s]
/proc/loadavg: 3.95 4.08 4.21 4/284 23768
/proc/meminfo: memFree=30946696/32872528 swapFree=7804/7804
[pid=23768] ppid=23765 vsize=9896436 CPUtime=0.09 cores=4-7,12-15
/proc/23768/stat : 23768 (java) S 23765 23768 15292 0 -1 4202496 4480 0 1 0 8 1 0 0 20 0 23 0 24185413 10133950464 6084 33554432000 1073741824 1073778376 140736614770400 140736614761536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23768/statm: 2474109 6084 2126 9 0 2464786 0
[pid=23768/tid=23769] ppid=23765 vsize=9896436 CPUtime=0.06 cores=4-7,12-15
/proc/23768/task/23769/stat : 23769 (java) R 23765 23768 15292 0 -1 4202560 2421 0 1 0 6 0 0 0 20 0 23 0 24185414 10133950464 6084 33554432000 1073741824 1073778376 140736614770400 140144223484832 216812021005 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9896436

[startup+0.200272 s]
/proc/loadavg: 3.95 4.08 4.21 4/284 23768
/proc/meminfo: memFree=30946696/32872528 swapFree=7804/7804
[pid=23768] ppid=23765 vsize=9896436 CPUtime=0.26 cores=4-7,12-15
/proc/23768/stat : 23768 (java) S 23765 23768 15292 0 -1 4202496 5050 0 1 0 25 1 0 0 20 0 23 0 24185413 10133950464 11638 33554432000 1073741824 1073778376 140736614770400 140736614761536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23768/statm: 2474109 11638 2204 9 0 2464786 0
[pid=23768/tid=23769] ppid=23765 vsize=9896436 CPUtime=0.16 cores=4-7,12-15
/proc/23768/task/23769/stat : 23769 (java) R 23765 23768 15292 0 -1 4202560 2447 0 1 0 16 0 0 0 20 0 23 0 24185414 10133950464 11638 33554432000 1073741824 1073778376 140736614770400 140144223484728 140144061571792 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 9896436

[startup+0.30029 s]
/proc/loadavg: 3.95 4.08 4.21 4/284 23768
/proc/meminfo: memFree=30946696/32872528 swapFree=7804/7804
[pid=23768] ppid=23765 vsize=9896436 CPUtime=0.56 cores=4-7,12-15
/proc/23768/stat : 23768 (java) S 23765 23768 15292 0 -1 4202496 6577 0 1 0 54 2 0 0 20 0 23 0 24185413 10133950464 14407 33554432000 1073741824 1073778376 140736614770400 140736614761536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23768/statm: 2474109 14407 2240 9 0 2464786 0
[pid=23768/tid=23769] ppid=23765 vsize=9896436 CPUtime=0.26 cores=4-7,12-15
/proc/23768/task/23769/stat : 23769 (java) R 23765 23768 15292 0 -1 4202560 2459 0 1 0 25 1 0 0 20 0 23 0 24185414 10133950464 14407 33554432000 1073741824 1073778376 140736614770400 140144223484728 140144061531649 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.56
Current children cumulated vsize (KiB) 9896436

[startup+0.700243 s]
/proc/loadavg: 3.95 4.08 4.21 4/284 23768
/proc/meminfo: memFree=30946696/32872528 swapFree=7804/7804
[pid=23768] ppid=23765 vsize=9896436 CPUtime=1.63 cores=4-7,12-15
/proc/23768/stat : 23768 (java) S 23765 23768 15292 0 -1 4202496 20565 0 1 0 158 5 0 0 20 0 23 0 24185413 10133950464 42843 33554432000 1073741824 1073778376 140736614770400 140736614761536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23768/statm: 2474109 42843 2260 9 0 2464786 0
[pid=23768/tid=23769] ppid=23765 vsize=9896436 CPUtime=0.66 cores=4-7,12-15
/proc/23768/task/23769/stat : 23769 (java) R 23765 23768 15292 0 -1 4202560 2502 0 1 0 64 2 0 0 20 0 23 0 24185414 10133950464 42843 33554432000 1073741824 1073778376 140736614770400 140144223477664 140144062068250 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.63
Current children cumulated vsize (KiB) 9896436

[startup+1.50098 s]
/proc/loadavg: 3.95 4.08 4.21 16/307 23791
/proc/meminfo: memFree=30650048/32872528 swapFree=7804/7804
[pid=23768] ppid=23765 vsize=9896436 CPUtime=3.47 cores=4-7,12-15
/proc/23768/stat : 23768 (java) S 23765 23768 15292 0 -1 4202496 21603 0 1 0 285 62 0 0 20 0 23 0 24185413 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140736614761536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23768/statm: 2474109 90403 2276 9 0 2464786 0
[pid=23768/tid=23769] ppid=23765 vsize=9896436 CPUtime=1.31 cores=4-7,12-15
/proc/23768/task/23769/stat : 23769 (java) R 23765 23768 15292 0 -1 4202560 2539 0 1 0 127 4 0 0 20 0 23 0 24185414 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140144223484472 140144061963900 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23768/tid=23771] ppid=23765 vsize=9896436 CPUtime=0.06 cores=4-7,12-15
/proc/23768/task/23771/stat : 23771 (java) S 23765 23768 15292 0 -1 4202560 30 0 0 0 2 4 0 0 20 0 23 0 24185415 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140144184978472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23768/tid=23772] ppid=23765 vsize=9896436 CPUtime=0.09 cores=4-7,12-15
/proc/23768/task/23772/stat : 23772 (java) S 23765 23768 15292 0 -1 4202560 46 0 0 0 4 5 0 0 20 0 23 0 24185415 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140144183925672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23768/tid=23773] ppid=23765 vsize=9896436 CPUtime=0.11 cores=4-7,12-15
/proc/23768/task/23773/stat : 23773 (java) S 23765 23768 15292 0 -1 4202560 95 0 0 0 4 7 0 0 20 0 23 0 24185415 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140144182872872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23768/tid=23774] ppid=23765 vsize=9896436 CPUtime=0.06 cores=4-7,12-15
/proc/23768/task/23774/stat : 23774 (java) S 23765 23768 15292 0 -1 4202560 84 0 0 0 3 3 0 0 20 0 23 0 24185415 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140144181820072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23768/tid=23775] ppid=23765 vsize=9896436 CPUtime=0.12 cores=4-7,12-15
/proc/23768/task/23775/stat : 23775 (java) S 23765 23768 15292 0 -1 4202560 91 0 0 0 6 6 0 0 20 0 23 0 24185415 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140144180767272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23768/tid=23776] ppid=23765 vsize=9896436 CPUtime=0.11 cores=4-7,12-15
/proc/23768/task/23776/stat : 23776 (java) S 23765 23768 15292 0 -1 4202560 89 0 0 0 5 6 0 0 20 0 23 0 24185415 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140144061442472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23768/tid=23777] ppid=23765 vsize=9896436 CPUtime=0.05 cores=4-7,12-15
/proc/23768/task/23777/stat : 23777 (java) S 23765 23768 15292 0 -1 4202560 23 0 0 0 2 3 0 0 20 0 23 0 24185415 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140144060389672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23768/tid=23778] ppid=23765 vsize=9896436 CPUtime=0.06 cores=4-7,12-15
/proc/23768/task/23778/stat : 23778 (java) S 23765 23768 15292 0 -1 4202560 77 0 0 0 2 4 0 0 20 0 23 0 24185415 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140144059336872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23779] ppid=23765 vsize=9896436 CPUtime=0.06 cores=4-7,12-15
/proc/23768/task/23779/stat : 23779 (java) S 23765 23768 15292 0 -1 4202560 35 0 0 0 2 4 0 0 20 0 23 0 24185415 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140144058285096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23768/tid=23780] ppid=23765 vsize=9896436 CPUtime=0.06 cores=4-7,12-15
/proc/23768/task/23780/stat : 23780 (java) S 23765 23768 15292 0 -1 4202560 33 0 0 0 3 3 0 0 20 0 23 0 24185415 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140144057232296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23768/tid=23781] ppid=23765 vsize=9896436 CPUtime=0.1 cores=4-7,12-15
/proc/23768/task/23781/stat : 23781 (java) S 23765 23768 15292 0 -1 4202560 157 0 0 0 5 5 0 0 20 0 23 0 24185415 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140144056179496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23768/tid=23782] ppid=23765 vsize=9896436 CPUtime=0.04 cores=4-7,12-15
/proc/23768/task/23782/stat : 23782 (java) S 23765 23768 15292 0 -1 4202560 131 0 0 0 2 2 0 0 20 0 23 0 24185415 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140144055126696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23768/tid=23783] ppid=23765 vsize=9896436 CPUtime=0.05 cores=4-7,12-15
/proc/23768/task/23783/stat : 23783 (java) S 23765 23768 15292 0 -1 4202560 61 0 0 0 2 3 0 0 20 0 23 0 24185415 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140144054073896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23768/tid=23784] ppid=23765 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23784/stat : 23784 (java) S 23765 23768 15292 0 -1 4202560 72 0 0 0 0 0 0 0 20 0 23 0 24185416 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140143163828584 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23785] ppid=23765 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23785/stat : 23785 (java) S 23765 23768 15292 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 23 0 24185416 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140143162774648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23786] ppid=23765 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23786/stat : 23786 (java) S 23765 23768 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 23 0 24185416 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140143161721736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23787] ppid=23765 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23787/stat : 23787 (java) S 23765 23768 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 24185419 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140143160671248 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23788] ppid=23765 vsize=9896436 CPUtime=0.53 cores=4-7,12-15
/proc/23768/task/23788/stat : 23788 (java) S 23765 23768 15292 0 -1 4202560 11583 0 0 0 51 2 0 0 20 0 23 0 24185419 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140143159618360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23789] ppid=23765 vsize=9896436 CPUtime=0.41 cores=4-7,12-15
/proc/23768/task/23789/stat : 23789 (java) S 23765 23768 15292 0 -1 4202560 5203 0 0 0 40 1 0 0 20 0 23 0 24185419 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140143158565560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23768/tid=23790] ppid=23765 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23790/stat : 23790 (java) S 23765 23768 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 24185419 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140143157512952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23768/tid=23791] ppid=23765 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23791/stat : 23791 (java) S 23765 23768 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 24185419 10133950464 90403 33554432000 1073741824 1073778376 140736614770400 140143156460360 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 3.47
Current children cumulated vsize (KiB) 9896436

[startup+3.10137 s]
/proc/loadavg: 3.95 4.08 4.21 4/307 23791
/proc/meminfo: memFree=30430548/32872528 swapFree=7804/7804
[pid=23768] ppid=23765 vsize=9896436 CPUtime=7.28 cores=4-7,12-15
/proc/23768/stat : 23768 (java) S 23765 23768 15292 0 -1 4202496 23214 0 1 0 565 163 0 0 20 0 23 0 24185413 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140736614761536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23768/statm: 2474109 164901 2284 9 0 2464786 0
[pid=23768/tid=23769] ppid=23765 vsize=9896436 CPUtime=1.98 cores=4-7,12-15
/proc/23768/task/23769/stat : 23769 (java) R 23765 23768 15292 0 -1 4202560 2567 0 1 0 193 5 0 0 20 0 23 0 24185414 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140144223477712 140144062069725 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23768/tid=23771] ppid=23765 vsize=9896436 CPUtime=0.22 cores=4-7,12-15
/proc/23768/task/23771/stat : 23771 (java) S 23765 23768 15292 0 -1 4202560 90 0 0 0 12 10 0 0 20 0 23 0 24185415 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140144184978472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23768/tid=23772] ppid=23765 vsize=9896436 CPUtime=0.22 cores=4-7,12-15
/proc/23768/task/23772/stat : 23772 (java) S 23765 23768 15292 0 -1 4202560 91 0 0 0 12 10 0 0 20 0 23 0 24185415 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140144183925672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23768/tid=23773] ppid=23765 vsize=9896436 CPUtime=0.43 cores=4-7,12-15
/proc/23768/task/23773/stat : 23773 (java) S 23765 23768 15292 0 -1 4202560 216 0 0 0 23 20 0 0 20 0 23 0 24185415 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140144182872872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23768/tid=23774] ppid=23765 vsize=9896436 CPUtime=0.24 cores=4-7,12-15
/proc/23768/task/23774/stat : 23774 (java) S 23765 23768 15292 0 -1 4202560 148 0 0 0 13 11 0 0 20 0 23 0 24185415 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140144181820072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23768/tid=23775] ppid=23765 vsize=9896436 CPUtime=0.28 cores=4-7,12-15
/proc/23768/task/23775/stat : 23775 (java) S 23765 23768 15292 0 -1 4202560 150 0 0 0 16 12 0 0 20 0 23 0 24185415 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140144180767272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23768/tid=23776] ppid=23765 vsize=9896436 CPUtime=0.44 cores=4-7,12-15
/proc/23768/task/23776/stat : 23776 (java) S 23765 23768 15292 0 -1 4202560 207 0 0 0 25 19 0 0 20 0 23 0 24185415 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140144061442472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23768/tid=23777] ppid=23765 vsize=9896436 CPUtime=0.2 cores=4-7,12-15
/proc/23768/task/23777/stat : 23777 (java) S 23765 23768 15292 0 -1 4202560 71 0 0 0 11 9 0 0 20 0 23 0 24185415 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140144060389672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23768/tid=23778] ppid=23765 vsize=9896436 CPUtime=0.19 cores=4-7,12-15
/proc/23768/task/23778/stat : 23778 (java) S 23765 23768 15292 0 -1 4202560 267 0 0 0 11 8 0 0 20 0 23 0 24185415 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140144059336872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23768/tid=23779] ppid=23765 vsize=9896436 CPUtime=0.28 cores=4-7,12-15
/proc/23768/task/23779/stat : 23779 (java) S 23765 23768 15292 0 -1 4202560 114 0 0 0 15 13 0 0 20 0 23 0 24185415 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140144058285096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23768/tid=23780] ppid=23765 vsize=9896436 CPUtime=0.24 cores=4-7,12-15
/proc/23768/task/23780/stat : 23780 (java) S 23765 23768 15292 0 -1 4202560 237 0 0 0 15 9 0 0 20 0 23 0 24185415 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140144057232296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23768/tid=23781] ppid=23765 vsize=9896436 CPUtime=0.4 cores=4-7,12-15
/proc/23768/task/23781/stat : 23781 (java) S 23765 23768 15292 0 -1 4202560 262 0 0 0 23 17 0 0 20 0 23 0 24185415 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140144056179496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23768/tid=23782] ppid=23765 vsize=9896436 CPUtime=0.2 cores=4-7,12-15
/proc/23768/task/23782/stat : 23782 (java) S 23765 23768 15292 0 -1 4202560 182 0 0 0 11 9 0 0 20 0 23 0 24185415 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140144055126696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23768/tid=23783] ppid=23765 vsize=9896436 CPUtime=0.19 cores=4-7,12-15
/proc/23768/task/23783/stat : 23783 (java) S 23765 23768 15292 0 -1 4202560 115 0 0 0 10 9 0 0 20 0 23 0 24185415 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140144054073896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23768/tid=23784] ppid=23765 vsize=9896436 CPUtime=0.6 cores=4-7,12-15
/proc/23768/task/23784/stat : 23784 (java) S 23765 23768 15292 0 -1 4202560 457 0 0 0 60 0 0 0 20 0 23 0 24185416 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140143163828584 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23768/tid=23785] ppid=23765 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23785/stat : 23785 (java) S 23765 23768 15292 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 23 0 24185416 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140143162774648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23786] ppid=23765 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23786/stat : 23786 (java) S 23765 23768 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 23 0 24185416 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140143161721736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23787] ppid=23765 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23787/stat : 23787 (java) S 23765 23768 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 24185419 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140143160671248 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23788] ppid=23765 vsize=9896436 CPUtime=0.53 cores=4-7,12-15
/proc/23768/task/23788/stat : 23788 (java) S 23765 23768 15292 0 -1 4202560 11583 0 0 0 51 2 0 0 20 0 23 0 24185419 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140143159618360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23789] ppid=23765 vsize=9896436 CPUtime=0.41 cores=4-7,12-15
/proc/23768/task/23789/stat : 23789 (java) S 23765 23768 15292 0 -1 4202560 5203 0 0 0 40 1 0 0 20 0 23 0 24185419 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140143158565560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23768/tid=23790] ppid=23765 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23790/stat : 23790 (java) S 23765 23768 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 24185419 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140143157512952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23768/tid=23791] ppid=23765 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23791/stat : 23791 (java) S 23765 23768 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 24185419 10133950464 164901 33554432000 1073741824 1073778376 140736614770400 140143156460360 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
Current children cumulated CPU time (s) 7.28
Current children cumulated vsize (KiB) 9896436

[startup+6.30094 s]
/proc/loadavg: 4.76 4.24 4.26 4/307 23791
/proc/meminfo: memFree=29878528/32872528 swapFree=7804/7804
[pid=23768] ppid=23765 vsize=9896436 CPUtime=12.95 cores=4-7,12-15
/proc/23768/stat : 23768 (java) S 23765 23768 15292 0 -1 4202496 26105 0 1 0 1027 268 0 0 20 0 23 0 24185413 10133950464 278952 33554432000 1073741824 1073778376 140736614770400 140736614761536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23768/statm: 2474109 278952 2284 9 0 2464786 0
[pid=23768/tid=23769] ppid=23765 vsize=9896436 CPUtime=3.83 cores=4-7,12-15
/proc/23768/task/23769/stat : 23769 (java) S 23765 23768 15292 0 -1 4202560 2855 0 1 0 376 7 0 0 20 0 23 0 24185414 10133950464 278952 33554432000 1073741824 1073778376 140736614770400 140144223484472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23768/tid=23771] ppid=23765 vsize=9896436 CPUtime=0.41 cores=4-7,12-15
/proc/23768/task/23771/stat : 23771 (java) R 23765 23768 15292 0 -1 4202560 169 0 0 0 24 17 0 0 20 0 23 0 24185415 10133950464 278952 33554432000 1073741824 1073778376 140736614770400 140144184978352 140144230382873 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=23768/tid=23772] ppid=23765 vsize=9896436 CPUtime=0.42 cores=4-7,12-15
/proc/23768/task/23772/stat : 23772 (java) R 23765 23768 15292 0 -1 4202560 461 0 0 0 25 17 0 0 20 0 23 0 24185415 10133950464 278952 33554432000 1073741824 1073778376 140736614770400 140144183925848 140144227243191 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=23768/tid=23773] ppid=23765 vsize=9896436 CPUtime=0.66 cores=4-7,12-15
/proc/23768/task/23773/stat : 23773 (java) R 23765 23768 15292 0 -1 4202560 306 0 0 0 38 28 0 0 20 0 23 0 24185415 10133950464 278952 33554432000 1073741824 1073778376 140736614770400 140144182872872 140144230384722 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=23768/tid=23774] ppid=23765 vsize=9896436 CPUtime=0.46 cores=4-7,12-15
/proc/23768/task/23774/stat : 23774 (java) R 23765 23768 15292 0 -1 4202560 530 0 0 0 27 19 0 0 20 0 23 0 24185415 10133950464 278952 33554432000 1073741824 1073778376 140736614770400 140144181820248 140144227648228 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23775] ppid=23765 vsize=9896436 CPUtime=0.52 cores=4-7,12-15
/proc/23768/task/23775/stat : 23775 (java) R 23765 23768 15292 0 -1 4202560 242 0 0 0 30 22 0 0 20 0 23 0 24185415 10133950464 278952 33554432000 1073741824 1073778376 140736614770400 140144180767448 140144227661999 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=23768/tid=23776] ppid=23765 vsize=9896436 CPUtime=0.59 cores=4-7,12-15

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

/proc/23768/task/23788/stat : 23788 (java) S 23765 23768 15292 0 -1 4202560 11664 0 0 0 165 2 0 0 20 0 27 0 24185419 10406596608 1021083 33554432000 1073741824 1073778376 140736614770400 140143159618360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23789] ppid=23765 vsize=10162692 CPUtime=1.03 cores=4-7,12-15
/proc/23768/task/23789/stat : 23789 (java) S 23765 23768 15292 0 -1 4202560 5218 0 0 0 101 2 0 0 20 0 27 0 24185419 10406596608 1021083 33554432000 1073741824 1073778376 140736614770400 140143158565560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23768/tid=23790] ppid=23765 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23790/stat : 23790 (java) S 23765 23768 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24185419 10406596608 1021083 33554432000 1073741824 1073778376 140736614770400 140143157512952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23768/tid=23791] ppid=23765 vsize=10162692 CPUtime=0.36 cores=4-7,12-15
/proc/23768/task/23791/stat : 23791 (java) S 23765 23768 15292 0 -1 4202560 45 0 0 0 15 21 0 0 20 0 27 0 24185419 10406596608 1021083 33554432000 1073741824 1073778376 140736614770400 140143156460360 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23768/tid=23792] ppid=23765 vsize=10162692 CPUtime=736.32 cores=4-7,12-15
/proc/23768/task/23792/stat : 23792 (java) R 23765 23768 15292 0 -1 4202560 44 0 0 0 73621 11 0 0 20 0 27 0 24186352 10406596608 1021083 33554432000 1073741824 1073778376 140736614770400 140143155404240 140144062358572 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23768/tid=23793] ppid=23765 vsize=10162692 CPUtime=736.31 cores=4-7,12-15
/proc/23768/task/23793/stat : 23793 (java) R 23765 23768 15292 0 -1 4202560 53 0 0 0 73620 11 0 0 20 0 27 0 24186352 10406596608 1021083 33554432000 1073741824 1073778376 140736614770400 140143154350064 140144062344088 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0
[pid=23768/tid=23794] ppid=23765 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23794/stat : 23794 (java) S 23765 23768 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24186372 10406596608 1021083 33554432000 1073741824 1073778376 140736614770400 140143153300264 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23768/tid=23795] ppid=23765 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23795/stat : 23795 (java) S 23765 23768 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24186379 10406596608 1021083 33554432000 1073741824 1073778376 140736614770400 140143152248488 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 1593.33
Current children cumulated vsize (KiB) 10162692

[startup+822.301 s]
/proc/loadavg: 4.05 4.09 4.19 5/311 23887
/proc/meminfo: memFree=26920120/32872528 swapFree=7804/7804
[pid=23768] ppid=23765 vsize=10162692 CPUtime=1716.77 cores=4-7,12-15
/proc/23768/stat : 23768 (java) S 23765 23768 15292 0 -1 4202496 42976 0 1 0 170054 1623 0 0 20 0 27 0 24185413 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140736614761536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23768/statm: 2540673 1029606 2298 9 0 2531350 0
[pid=23768/tid=23769] ppid=23765 vsize=10162692 CPUtime=6.42 cores=4-7,12-15
/proc/23768/task/23769/stat : 23769 (java) S 23765 23768 15292 0 -1 4202560 3433 0 1 0 631 11 0 0 20 0 27 0 24185414 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140144223486840 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23768/tid=23771] ppid=23765 vsize=10162692 CPUtime=7.71 cores=4-7,12-15
/proc/23768/task/23771/stat : 23771 (java) S 23765 23768 15292 0 -1 4202560 1354 0 0 0 657 114 0 0 20 0 27 0 24185415 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140144184978472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23768/tid=23772] ppid=23765 vsize=10162692 CPUtime=8.12 cores=4-7,12-15
/proc/23768/task/23772/stat : 23772 (java) S 23765 23768 15292 0 -1 4202560 1320 0 0 0 701 111 0 0 20 0 27 0 24185415 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140144183925672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23768/tid=23773] ppid=23765 vsize=10162692 CPUtime=7.82 cores=4-7,12-15
/proc/23768/task/23773/stat : 23773 (java) S 23765 23768 15292 0 -1 4202560 1613 0 0 0 646 136 0 0 20 0 27 0 24185415 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140144182872872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23768/tid=23774] ppid=23765 vsize=10162692 CPUtime=8.08 cores=4-7,12-15
/proc/23768/task/23774/stat : 23774 (java) S 23765 23768 15292 0 -1 4202560 1307 0 0 0 708 100 0 0 20 0 27 0 24185415 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140144181820072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23768/tid=23775] ppid=23765 vsize=10162692 CPUtime=8.78 cores=4-7,12-15
/proc/23768/task/23775/stat : 23775 (java) S 23765 23768 15292 0 -1 4202560 1134 0 0 0 766 112 0 0 20 0 27 0 24185415 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140144180767272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23768/tid=23776] ppid=23765 vsize=10162692 CPUtime=8.8 cores=4-7,12-15
/proc/23768/task/23776/stat : 23776 (java) S 23765 23768 15292 0 -1 4202560 1436 0 0 0 736 144 0 0 20 0 27 0 24185415 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140144061442472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23768/tid=23777] ppid=23765 vsize=10162692 CPUtime=8.71 cores=4-7,12-15
/proc/23768/task/23777/stat : 23777 (java) S 23765 23768 15292 0 -1 4202560 1754 0 0 0 736 135 0 0 20 0 27 0 24185415 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140144060389672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23768/tid=23778] ppid=23765 vsize=10162692 CPUtime=7.74 cores=4-7,12-15
/proc/23768/task/23778/stat : 23778 (java) S 23765 23768 15292 0 -1 4202560 1350 0 0 0 659 115 0 0 20 0 27 0 24185415 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140144059336872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23768/tid=23779] ppid=23765 vsize=10162692 CPUtime=8.45 cores=4-7,12-15
/proc/23768/task/23779/stat : 23779 (java) S 23765 23768 15292 0 -1 4202560 1339 0 0 0 729 116 0 0 20 0 27 0 24185415 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140144058285096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23780] ppid=23765 vsize=10162692 CPUtime=8.21 cores=4-7,12-15
/proc/23768/task/23780/stat : 23780 (java) S 23765 23768 15292 0 -1 4202560 1308 0 0 0 707 114 0 0 20 0 27 0 24185415 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140144057232296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23768/tid=23781] ppid=23765 vsize=10162692 CPUtime=8.01 cores=4-7,12-15
/proc/23768/task/23781/stat : 23781 (java) S 23765 23768 15292 0 -1 4202560 1440 0 0 0 687 114 0 0 20 0 27 0 24185415 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140144056179496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23768/tid=23782] ppid=23765 vsize=10162692 CPUtime=8.86 cores=4-7,12-15
/proc/23768/task/23782/stat : 23782 (java) S 23765 23768 15292 0 -1 4202560 1521 0 0 0 756 130 0 0 20 0 27 0 24185415 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140144055126696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23768/tid=23783] ppid=23765 vsize=10162692 CPUtime=7.99 cores=4-7,12-15
/proc/23768/task/23783/stat : 23783 (java) S 23765 23768 15292 0 -1 4202560 1504 0 0 0 663 136 0 0 20 0 27 0 24185415 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140144054073896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23768/tid=23784] ppid=23765 vsize=10162692 CPUtime=4.53 cores=4-7,12-15
/proc/23768/task/23784/stat : 23784 (java) S 23765 23768 15292 0 -1 4202560 2867 0 0 0 450 3 0 0 20 0 27 0 24185416 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140143163828584 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23768/tid=23785] ppid=23765 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23785/stat : 23785 (java) S 23765 23768 15292 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 27 0 24185416 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140143162774648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23786] ppid=23765 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23786/stat : 23786 (java) S 23765 23768 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 24185416 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140143161721736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23787] ppid=23765 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23787/stat : 23787 (java) S 23765 23768 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24185419 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140143160671248 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23788] ppid=23765 vsize=10162692 CPUtime=1.67 cores=4-7,12-15
/proc/23768/task/23788/stat : 23788 (java) S 23765 23768 15292 0 -1 4202560 11664 0 0 0 165 2 0 0 20 0 27 0 24185419 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140143159618360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23789] ppid=23765 vsize=10162692 CPUtime=1.03 cores=4-7,12-15
/proc/23768/task/23789/stat : 23789 (java) S 23765 23768 15292 0 -1 4202560 5218 0 0 0 101 2 0 0 20 0 27 0 24185419 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140143158565560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23768/tid=23790] ppid=23765 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23790/stat : 23790 (java) S 23765 23768 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24185419 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140143157512952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23768/tid=23791] ppid=23765 vsize=10162692 CPUtime=0.39 cores=4-7,12-15
/proc/23768/task/23791/stat : 23791 (java) S 23765 23768 15292 0 -1 4202560 47 0 0 0 17 22 0 0 20 0 27 0 24185419 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140143156460360 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23768/tid=23792] ppid=23765 vsize=10162692 CPUtime=795.57 cores=4-7,12-15
/proc/23768/task/23792/stat : 23792 (java) R 23765 23768 15292 0 -1 4202560 46 0 0 0 79545 12 0 0 20 0 27 0 24186352 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140143155403344 140144062153164 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=23768/tid=23793] ppid=23765 vsize=10162692 CPUtime=795.57 cores=4-7,12-15
/proc/23768/task/23793/stat : 23793 (java) R 23765 23768 15292 0 -1 4202560 54 0 0 0 79544 13 0 0 20 0 27 0 24186352 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140143154351376 140144062417731 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=23768/tid=23794] ppid=23765 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23794/stat : 23794 (java) S 23765 23768 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24186372 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140143153300264 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23768/tid=23795] ppid=23765 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23795/stat : 23795 (java) S 23765 23768 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24186379 10406596608 1029606 33554432000 1073741824 1073778376 140736614770400 140143152248488 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 1716.77
Current children cumulated vsize (KiB) 10162692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+865.601 s]
/proc/loadavg: 4.05 4.09 4.18 5/311 23888
/proc/meminfo: memFree=26223560/32872528 swapFree=7804/7804
[pid=23768] ppid=23765 vsize=10162692 CPUtime=1800.19 cores=4-7,12-15
/proc/23768/stat : 23768 (java) S 23765 23768 15292 0 -1 4202496 44407 0 1 0 178375 1644 0 0 20 0 27 0 24185413 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140736614761536 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/23768/statm: 2540673 1056453 2298 9 0 2531350 0
[pid=23768/tid=23769] ppid=23765 vsize=10162692 CPUtime=6.42 cores=4-7,12-15
/proc/23768/task/23769/stat : 23769 (java) S 23765 23768 15292 0 -1 4202560 3433 0 1 0 631 11 0 0 20 0 27 0 24185414 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140144223486840 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23768/tid=23771] ppid=23765 vsize=10162692 CPUtime=7.86 cores=4-7,12-15
/proc/23768/task/23771/stat : 23771 (java) S 23765 23768 15292 0 -1 4202560 1363 0 0 0 671 115 0 0 20 0 27 0 24185415 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140144184978472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23768/tid=23772] ppid=23765 vsize=10162692 CPUtime=8.27 cores=4-7,12-15
/proc/23768/task/23772/stat : 23772 (java) S 23765 23768 15292 0 -1 4202560 1330 0 0 0 715 112 0 0 20 0 27 0 24185415 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140144183925672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23768/tid=23773] ppid=23765 vsize=10162692 CPUtime=8.18 cores=4-7,12-15
/proc/23768/task/23773/stat : 23773 (java) S 23765 23768 15292 0 -1 4202560 1633 0 0 0 679 139 0 0 20 0 27 0 24185415 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140144182872872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23768/tid=23774] ppid=23765 vsize=10162692 CPUtime=8.26 cores=4-7,12-15
/proc/23768/task/23774/stat : 23774 (java) S 23765 23768 15292 0 -1 4202560 1320 0 0 0 724 102 0 0 20 0 27 0 24185415 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140144181820072 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23768/tid=23775] ppid=23765 vsize=10162692 CPUtime=8.96 cores=4-7,12-15
/proc/23768/task/23775/stat : 23775 (java) S 23765 23768 15292 0 -1 4202560 1143 0 0 0 783 113 0 0 20 0 27 0 24185415 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140144180767272 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23768/tid=23776] ppid=23765 vsize=10162692 CPUtime=9.01 cores=4-7,12-15
/proc/23768/task/23776/stat : 23776 (java) S 23765 23768 15292 0 -1 4202560 1447 0 0 0 756 145 0 0 20 0 27 0 24185415 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140144061442472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23768/tid=23777] ppid=23765 vsize=10162692 CPUtime=8.91 cores=4-7,12-15
/proc/23768/task/23777/stat : 23777 (java) S 23765 23768 15292 0 -1 4202560 1767 0 0 0 754 137 0 0 20 0 27 0 24185415 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140144060389672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=23768/tid=23778] ppid=23765 vsize=10162692 CPUtime=7.91 cores=4-7,12-15
/proc/23768/task/23778/stat : 23778 (java) S 23765 23768 15292 0 -1 4202560 1358 0 0 0 675 116 0 0 20 0 27 0 24185415 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140144059336872 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=23768/tid=23779] ppid=23765 vsize=10162692 CPUtime=8.81 cores=4-7,12-15
/proc/23768/task/23779/stat : 23779 (java) S 23765 23768 15292 0 -1 4202560 1358 0 0 0 762 119 0 0 20 0 27 0 24185415 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140144058285096 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23780] ppid=23765 vsize=10162692 CPUtime=8.52 cores=4-7,12-15
/proc/23768/task/23780/stat : 23780 (java) S 23765 23768 15292 0 -1 4202560 1325 0 0 0 736 116 0 0 20 0 27 0 24185415 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140144057232296 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23768/tid=23781] ppid=23765 vsize=10162692 CPUtime=8.26 cores=4-7,12-15
/proc/23768/task/23781/stat : 23781 (java) S 23765 23768 15292 0 -1 4202560 1449 0 0 0 710 116 0 0 20 0 27 0 24185415 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140144056179496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23768/tid=23782] ppid=23765 vsize=10162692 CPUtime=9.01 cores=4-7,12-15
/proc/23768/task/23782/stat : 23782 (java) S 23765 23768 15292 0 -1 4202560 1527 0 0 0 770 131 0 0 20 0 27 0 24185415 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140144055126696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23768/tid=23783] ppid=23765 vsize=10162692 CPUtime=8.18 cores=4-7,12-15
/proc/23768/task/23783/stat : 23783 (java) S 23765 23768 15292 0 -1 4202560 1511 0 0 0 681 137 0 0 20 0 27 0 24185415 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140144054073896 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23768/tid=23784] ppid=23765 vsize=10162692 CPUtime=9.84 cores=4-7,12-15
/proc/23768/task/23784/stat : 23784 (java) S 23765 23768 15292 0 -1 4202560 4139 0 0 0 980 4 0 0 20 0 27 0 24185416 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140143163828584 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=23768/tid=23785] ppid=23765 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23785/stat : 23785 (java) S 23765 23768 15292 0 -1 4202560 18 0 0 0 0 0 0 0 20 0 27 0 24185416 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140143162774648 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23786] ppid=23765 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23786/stat : 23786 (java) S 23765 23768 15292 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 27 0 24185416 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140143161721736 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23787] ppid=23765 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23787/stat : 23787 (java) S 23765 23768 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24185419 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140143160671248 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23788] ppid=23765 vsize=10162692 CPUtime=1.67 cores=4-7,12-15
/proc/23768/task/23788/stat : 23788 (java) S 23765 23768 15292 0 -1 4202560 11665 0 0 0 165 2 0 0 20 0 27 0 24185419 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140143159618360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=23768/tid=23789] ppid=23765 vsize=10162692 CPUtime=1.03 cores=4-7,12-15
/proc/23768/task/23789/stat : 23789 (java) S 23765 23768 15292 0 -1 4202560 5218 0 0 0 101 2 0 0 20 0 27 0 24185419 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140143158565560 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=23768/tid=23790] ppid=23765 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23790/stat : 23790 (java) S 23765 23768 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 24185419 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140143157512952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=23768/tid=23791] ppid=23765 vsize=10162692 CPUtime=0.42 cores=4-7,12-15
/proc/23768/task/23791/stat : 23791 (java) S 23765 23768 15292 0 -1 4202560 51 0 0 0 18 24 0 0 20 0 27 0 24185419 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140143156460360 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=23768/tid=23792] ppid=23765 vsize=10162692 CPUtime=833.08 cores=4-7,12-15
/proc/23768/task/23792/stat : 23792 (java) R 23765 23768 15292 0 -1 4202560 47 0 0 0 83296 12 0 0 20 0 27 0 24186352 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140143155404128 140144062358592 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=23768/tid=23793] ppid=23765 vsize=10162692 CPUtime=833.07 cores=4-7,12-15
/proc/23768/task/23793/stat : 23793 (java) R 23765 23768 15292 0 -1 4202560 56 0 0 0 83294 13 0 0 20 0 27 0 24186352 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140143154350064 140144062340208 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=23768/tid=23794] ppid=23765 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23794/stat : 23794 (java) S 23765 23768 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24186372 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140143153300264 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=23768/tid=23795] ppid=23765 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/23768/task/23795/stat : 23795 (java) S 23765 23768 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 24186379 10406596608 1056453 33554432000 1073741824 1073778376 140736614770400 140143152248488 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
Current children cumulated CPU time (s) 1800.19
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 23768 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 23768 and gives
#  childrusage.ru_utime.tv_sec=1779
#  childrusage.ru_utime.tv_usec=301505
#  childrusage.ru_stime.tv_sec=16
#  childrusage.ru_stime.tv_usec=881433
# CPU time returned by wait4() is 1796.18
# while last known CPU time is 1800.19
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 865.653
CPU time (s): 1800.19
CPU user time (s): 1783.75
CPU system time (s): 16.44
CPU usage (%): 207.957
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1779.3
system time used= 16.8814
maximum resident set size= 4225928
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 44443
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23787
involuntary context switches= 21818

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.47986 second user time and 10.0215 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 05:43:28
IDJOB=4103270
IDBENCH=2314
IDSOLVER=2543
FILE ID=node132/4103270-1466221407
RUNJOBID= node132-1466206058-15309
PBS_JOBID= 19918145
Free space on /tmp= 71700 MiB

SOLVER NAME= Sat4j PB 2.3.6 Res+CP PB16
BENCH NAME= PB06//final/normalized-PB06/OPT-BIGINT/mps-v2-20-10/plato.asu.edu/pub/milp/normalized-mps-v2-20-10-dano3_5.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4103270-1466221407/watcher-4103270-1466221407 -o /tmp/evaluation-result-4103270-1466221407/solver-4103270-1466221407 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15309 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4103270-1466221407.opb

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

MD5SUM BENCH= 143c67a6efdf0b74421c6a96157a0df7
RANDOM SEED=1429702720

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:        30947480 kB
Buffers:           88356 kB
Cached:           163724 kB
SwapCached:         1776 kB
Active:          1009604 kB
Inactive:         155432 kB
Active(anon):     914548 kB
Inactive(anon):     1060 kB
Active(file):      95056 kB
Inactive(file):   154372 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099332 kB
Dirty:             32924 kB
Writeback:             0 kB
AnonPages:        928752 kB
Mapped:            15388 kB
Shmem:                 0 kB
Slab:             607252 kB
SReclaimable:      46992 kB
SUnreclaim:       560260 kB
KernelStack:        2368 kB
PageTables:         6260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    1751352 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:    878592 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= 71704 MiB
End job on node132 at 2016-06-18 05:57:54