Trace number 4100650

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.12 896.248

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-maros.opb
MD5SUMffbe7c5e96212b70bc71f745eee091ea
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 variables42240
Total number of constraints836
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 constraints836
Minimum length of a constraint30
Maximum length of a constraint4740
Number of terms in the objective function 10110
Biggest coefficient in the objective function 11592
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 532977
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 532977
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.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@38c5c3ac
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@558385e3
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@2dcb25f1
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@558385e3
0.09/0.12	c --- End Solver configuration ---
0.09/0.12	c solving HOME/instance-4100650-1466210655.opb
0.09/0.12	c reading problem ... 
0.09/0.12	c  objective function found
2.91/1.26	c ... done. Wall clock time 1.145s.
2.91/1.26	c declared #vars     42240
2.91/1.26	c #constraints  1158
2.91/1.27	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
2.91/1.27	c constraints type 
2.91/1.27	c org.sat4j.specs.Constr$1 => 13
2.91/1.27	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 1145
2.91/1.27	c 1158 constraints processed.
2.91/1.27	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
2.91/1.27	c constraints type 
2.91/1.27	c org.sat4j.specs.Constr$1 => 13
2.91/1.27	c org.sat4j.pb.constraints.pb.MaxWatchPb => 1145
2.91/1.27	c 1158 constraints processed.
2.91/1.27	c objective function length is 10110 literals
8.33/3.14	c cleaning 2487 clauses out of 4973 with flag 11563/5000
12.52/4.81	c cleaning 4243 clauses out of 8486 with flag 24519/11000
16.51/6.66	c cleaning 5617 clauses out of 11244 with flag 41209/18001
21.29/9.09	c cleaning 6813 clauses out of 13626 with flag 64345/26000
27.49/11.98	c cleaning 7907 clauses out of 15814 with flag 92737/35001
32.51/14.48	c cleaning 8954 clauses out of 17907 with flag 118564/45001
38.79/17.35	c cleaning 9970 clauses out of 19955 with flag 150512/56003
44.99/20.45	c cleaning 10979 clauses out of 21982 with flag 184633/68000
52.92/24.14	c cleaning 11995 clauses out of 24003 with flag 218141/81000
61.93/28.69	c cleaning 13000 clauses out of 26008 with flag 256661/95000
71.17/32.93	c cleaning 13990 clauses out of 28008 with flag 303895/110000
79.77/37.25	c cleaning 14995 clauses out of 30018 with flag 350451/126000
91.20/42.93	c cleaning 16006 clauses out of 32024 with flag 414235/143001
111.38/52.75	c cleaning 16996 clauses out of 34017 with flag 464582/161000
126.39/60.26	c cleaning 18005 clauses out of 36021 with flag 513604/180000
141.71/67.61	c cleaning 18997 clauses out of 38020 with flag 564313/200004
156.91/75.23	c cleaning 20006 clauses out of 40019 with flag 615823/221000
173.73/83.71	c cleaning 21005 clauses out of 42014 with flag 670378/243001
191.71/92.61	c cleaning 22000 clauses out of 44008 with flag 725517/266000
208.75/101.00	c cleaning 22995 clauses out of 46008 with flag 783257/290000
226.15/109.75	c cleaning 23998 clauses out of 48013 with flag 844957/315000
248.35/120.89	c cleaning 25008 clauses out of 50022 with flag 912914/341007
257.77/125.59	c cleaning 26000 clauses out of 52007 with flag 972803/368000
264.17/128.72	c cleaning 26993 clauses out of 54007 with flag 1030718/396000
271.95/132.66	c cleaning 27998 clauses out of 56015 with flag 1090857/425001
281.54/137.45	c cleaning 28997 clauses out of 58016 with flag 1152685/455000
287.20/140.23	c cleaning 30003 clauses out of 60018 with flag 1224020/486003
296.62/144.81	c cleaning 31003 clauses out of 62013 with flag 1288054/518001
306.24/149.66	c cleaning 32000 clauses out of 64012 with flag 1354065/551003
315.24/154.13	c cleaning 33004 clauses out of 66011 with flag 1422093/585002
325.22/159.18	c cleaning 33999 clauses out of 68006 with flag 1492132/620001
336.42/164.75	c cleaning 35001 clauses out of 70007 with flag 1564151/656001
349.01/171.03	c cleaning 35999 clauses out of 72005 with flag 1638281/693000
361.81/177.50	c cleaning 37001 clauses out of 74009 with flag 1714297/731003
374.63/183.88	c cleaning 37999 clauses out of 76005 with flag 1792291/770000
389.83/191.41	c cleaning 39002 clauses out of 78006 with flag 1872321/810000
407.00/200.07	c cleaning 40002 clauses out of 80007 with flag 1954356/851003
423.81/208.42	c cleaning 41000 clauses out of 82007 with flag 2038395/893005
440.62/216.89	c cleaning 41995 clauses out of 84002 with flag 2124409/936000
461.20/227.14	c cleaning 43007 clauses out of 86013 with flag 2212540/980006
480.01/236.52	c cleaning 44000 clauses out of 88000 with flag 2302528/1025000
499.81/246.44	c cleaning 44995 clauses out of 90002 with flag 2394532/1071002
520.60/256.84	c cleaning 46000 clauses out of 92006 with flag 2489286/1118001
543.82/268.41	c cleaning 46995 clauses out of 94005 with flag 2585393/1166000
567.81/280.41	c cleaning 48002 clauses out of 96010 with flag 2683402/1215000
592.01/292.58	c cleaning 49003 clauses out of 98009 with flag 2783435/1265001
621.44/307.20	c cleaning 49996 clauses out of 100006 with flag 2886480/1316001
644.44/318.75	c cleaning 50997 clauses out of 102010 with flag 2992080/1368001
669.63/331.35	c cleaning 52003 clauses out of 104015 with flag 3098355/1421003
696.03/344.53	c cleaning 53003 clauses out of 106010 with flag 3206351/1475001
722.84/357.92	c cleaning 54003 clauses out of 108007 with flag 3316351/1530001
751.04/372.09	c cleaning 54999 clauses out of 110003 with flag 3428350/1586000
781.84/387.44	c cleaning 55995 clauses out of 112006 with flag 3542355/1643002
812.63/402.82	c cleaning 57005 clauses out of 114009 with flag 3658351/1701000
854.66/424.13	c cleaning 58001 clauses out of 116006 with flag 3776719/1760002
887.06/440.31	c cleaning 58998 clauses out of 118003 with flag 3896816/1820000
920.05/456.87	c cleaning 60003 clauses out of 120005 with flag 4018855/1881000
959.85/476.79	c cleaning 61004 clauses out of 122007 with flag 4142962/1943005
993.29/493.40	c cleaning 62022 clauses out of 124043 with flag 4271059/2006046
1213.32/603.39	c cleaning 63046 clauses out of 126092 with flag 4439079/2070117
1428.26/710.56	c cleaning 64005 clauses out of 128010 with flag 4632024/2135081
1643.61/818.05	c cleaning 64994 clauses out of 129987 with flag 4819304/2201063
1800.12/896.20	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/896.20	c starts		: 2189
1800.12/896.20	c conflicts		: 2248528
1800.12/896.20	c decisions		: 2686792
1800.12/896.20	c propagations		: 77850184
1800.12/896.20	c inspects		: 12011728903
1800.12/896.20	c shortcuts		: 0
1800.12/896.20	c learnt literals	: 32
1800.12/896.20	c learnt binary clauses	: 40
1800.12/896.20	c learnt ternary clauses	: 96
1800.12/896.20	c learnt constraints	: 2248496
1800.12/896.20	c ignored constraints	: 0
1800.12/896.20	c root simplifications	: 0
1800.12/896.20	c removed literals (reason simplification)	: 35852432
1800.12/896.20	c reason swapping (by a shorter reason)	: 0
1800.12/896.20	c Calls to reduceDB	: 62
1800.12/896.20	c Number of update (reduction) of LBD	: 103846
1800.12/896.20	c Imported unit clauses	: 0
1800.12/896.20	c number of reductions to clauses (during analyze)	: 0
1800.12/896.20	c number of learned constraints concerned by reduction	: 0
1800.12/896.20	c number of learning phase by resolution	: 0
1800.12/896.20	c number of learning phase by cutting planes	: 0
1800.12/896.20	c speed (assignments/second)	: 87001.16783524695
1800.12/896.20	c non guided choices	43137
1800.12/896.23	c learnt constraints type 
1800.12/896.23	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 40
1800.12/896.23	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 112419
1800.12/896.23	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.12/896.23	c starts		: 6
1800.12/896.23	c conflicts		: 2132
1800.12/896.23	c decisions		: 181319
1800.12/896.23	c propagations		: 1491942
1800.12/896.23	c inspects		: 43651281
1800.12/896.23	c shortcuts		: 0
1800.12/896.23	c learnt literals	: 0
1800.12/896.23	c learnt binary clauses	: 0
1800.12/896.23	c learnt ternary clauses	: 0
1800.12/896.23	c learnt constraints	: 2132
1800.12/896.23	c ignored constraints	: 0
1800.12/896.23	c root simplifications	: 0
1800.12/896.23	c removed literals (reason simplification)	: 0
1800.12/896.23	c reason swapping (by a shorter reason)	: 0
1800.12/896.23	c Calls to reduceDB	: 0
1800.12/896.23	c Number of update (reduction) of LBD	: 0
1800.12/896.23	c Imported unit clauses	: 0
1800.12/896.23	c number of reductions to clauses (during analyze)	: 0
1800.12/896.23	c number of learned constraints concerned by reduction	: 0
1800.12/896.23	c number of learning phase by resolution	: 0
1800.12/896.23	c number of learning phase by cutting planes	: 0
1800.12/896.23	c speed (assignments/second)	: 1667.3245329745243
1800.12/896.23	c non guided choices	0
1800.12/896.23	c learnt constraints type 
1800.12/896.23	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 3
1800.12/896.23	c org.sat4j.pb.constraints.pb.MaxWatchPb => 2129
1800.12/896.23	s UNKNOWN
1800.12/896.23	c Total wall clock time (in seconds): 896.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-4100650-1466210655/watcher-4100650-1466210655 -o /tmp/evaluation-result-4100650-1466210655/solver-4100650-1466210655 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15309 --watchdog 1960 java -jar sat4j-pb.jar Both HOME/instance-4100650-1466210655.opb 

pid=19359
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.97 4.02 4.00 4/284 19362
/proc/meminfo: memFree=29231616/32872528 swapFree=7804/7804
[pid=19362] ppid=19359 vsize=91816 CPUtime=0 cores=4-7,12-15
/proc/19362/stat : 19362 (java) S 19359 19362 15292 0 -1 4202496 1283 0 0 0 0 0 0 0 20 0 2 0 23110075 94019584 917 33554432000 1073741824 1073778376 140734798744304 140734798735440 216811995197 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19362/statm: 22954 917 697 9 0 16769 0
[pid=19362/tid=19363] ppid=19359 vsize=91816 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19363/stat : 19363 (java) D 19359 19362 15292 0 -1 4202560 59 0 0 0 0 0 0 0 20 0 2 0 23110076 94019584 917 33554432000 1073741824 1073778376 140734798744304 140151432904232 216799472935 0 0 4096 0 18446744072100756772 0 0 -1 6 0 0 0 0 0

[startup+0.100063 s]
/proc/loadavg: 3.97 4.02 4.00 4/284 19362
/proc/meminfo: memFree=29231616/32872528 swapFree=7804/7804
[pid=19362] ppid=19359 vsize=9896436 CPUtime=0.09 cores=4-7,12-15
/proc/19362/stat : 19362 (java) S 19359 19362 15292 0 -1 4202496 4474 0 1 0 8 1 0 0 20 0 23 0 23110075 10133950464 6109 33554432000 1073741824 1073778376 140734798744304 140734798735440 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19362/statm: 2474109 6109 2126 9 0 2464786 0
[pid=19362/tid=19363] ppid=19359 vsize=9896436 CPUtime=0.06 cores=4-7,12-15
/proc/19362/task/19363/stat : 19363 (java) R 19359 19362 15292 0 -1 4202560 2443 0 1 0 5 1 0 0 20 0 23 0 23110076 10133950464 6109 33554432000 1073741824 1073778376 140734798744304 140151432909144 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.200279 s]
/proc/loadavg: 3.97 4.02 4.00 4/284 19362
/proc/meminfo: memFree=29231616/32872528 swapFree=7804/7804
[pid=19362] ppid=19359 vsize=9896436 CPUtime=0.27 cores=4-7,12-15
/proc/19362/stat : 19362 (java) S 19359 19362 15292 0 -1 4202496 4985 0 1 0 26 1 0 0 20 0 23 0 23110075 10133950464 7505 33554432000 1073741824 1073778376 140734798744304 140734798735440 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19362/statm: 2474109 7505 2217 9 0 2464786 0
[pid=19362/tid=19363] ppid=19359 vsize=9896436 CPUtime=0.16 cores=4-7,12-15
/proc/19362/task/19363/stat : 19363 (java) R 19359 19362 15292 0 -1 4202560 2456 0 1 0 15 1 0 0 20 0 23 0 23110076 10133950464 7505 33554432000 1073741824 1073778376 140734798744304 140151432909144 140151304936070 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 9896436

[startup+0.300279 s]
/proc/loadavg: 3.97 4.02 4.00 4/284 19362
/proc/meminfo: memFree=29231616/32872528 swapFree=7804/7804
[pid=19362] ppid=19359 vsize=9896436 CPUtime=0.53 cores=4-7,12-15
/proc/19362/stat : 19362 (java) S 19359 19362 15292 0 -1 4202496 7236 0 1 0 51 2 0 0 20 0 23 0 23110075 10133950464 10746 33554432000 1073741824 1073778376 140734798744304 140734798735440 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19362/statm: 2474109 10746 2235 9 0 2464786 0
[pid=19362/tid=19363] ppid=19359 vsize=9896436 CPUtime=0.26 cores=4-7,12-15
/proc/19362/task/19363/stat : 19363 (java) R 19359 19362 15292 0 -1 4202560 2483 0 1 0 25 1 0 0 20 0 23 0 23110076 10133950464 10746 33554432000 1073741824 1073778376 140734798744304 140151432898648 140151305006412 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.700299 s]
/proc/loadavg: 3.97 4.02 4.00 4/284 19362
/proc/meminfo: memFree=29231616/32872528 swapFree=7804/7804
[pid=19362] ppid=19359 vsize=9896436 CPUtime=1.49 cores=4-7,12-15
/proc/19362/stat : 19362 (java) S 19359 19362 15292 0 -1 4202496 16119 0 1 0 143 6 0 0 20 0 23 0 23110075 10133950464 42541 33554432000 1073741824 1073778376 140734798744304 140734798735440 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19362/statm: 2474109 42541 2247 9 0 2464786 0
[pid=19362/tid=19363] ppid=19359 vsize=9896436 CPUtime=0.66 cores=4-7,12-15
/proc/19362/task/19363/stat : 19363 (java) R 19359 19362 15292 0 -1 4202560 2535 0 1 0 63 3 0 0 20 0 23 0 23110076 10133950464 42541 33554432000 1073741824 1073778376 140734798744304 140151432898648 216812021005 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 9896436

[startup+1.50091 s]
/proc/loadavg: 4.13 4.05 4.01 4/307 19385
/proc/meminfo: memFree=28968120/32872528 swapFree=7804/7804
[pid=19362] ppid=19359 vsize=10162692 CPUtime=3.82 cores=4-7,12-15
/proc/19362/stat : 19362 (java) S 19359 19362 15292 0 -1 4202496 18384 0 1 0 328 54 0 0 20 0 27 0 23110075 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140734798735440 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19362/statm: 2540673 68367 2274 9 0 2531350 0
[pid=19362/tid=19363] ppid=19359 vsize=10162692 CPUtime=1.1 cores=4-7,12-15
/proc/19362/task/19363/stat : 19363 (java) S 19359 19362 15292 0 -1 4202560 2559 0 1 0 107 3 0 0 20 0 27 0 23110076 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151432909688 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19362/tid=19365] ppid=19359 vsize=10162692 CPUtime=0.07 cores=4-7,12-15
/proc/19362/task/19365/stat : 19365 (java) S 19359 19362 15292 0 -1 4202560 71 0 0 0 3 4 0 0 20 0 27 0 23110077 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151276550952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19366] ppid=19359 vsize=10162692 CPUtime=0.09 cores=4-7,12-15
/proc/19362/task/19366/stat : 19366 (java) S 19359 19362 15292 0 -1 4202560 91 0 0 0 4 5 0 0 20 0 27 0 23110077 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151275498152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19362/tid=19367] ppid=19359 vsize=10162692 CPUtime=0.08 cores=4-7,12-15
/proc/19362/task/19367/stat : 19367 (java) S 19359 19362 15292 0 -1 4202560 48 0 0 0 4 4 0 0 20 0 27 0 23110077 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151274445864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19368] ppid=19359 vsize=10162692 CPUtime=0.06 cores=4-7,12-15
/proc/19362/task/19368/stat : 19368 (java) S 19359 19362 15292 0 -1 4202560 34 0 0 0 2 4 0 0 20 0 27 0 23110077 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151273393064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19362/tid=19369] ppid=19359 vsize=10162692 CPUtime=0.06 cores=4-7,12-15
/proc/19362/task/19369/stat : 19369 (java) S 19359 19362 15292 0 -1 4202560 33 0 0 0 2 4 0 0 20 0 27 0 23110077 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151272339752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19370] ppid=19359 vsize=10162692 CPUtime=0.11 cores=4-7,12-15
/proc/19362/task/19370/stat : 19370 (java) S 19359 19362 15292 0 -1 4202560 85 0 0 0 5 6 0 0 20 0 27 0 23110077 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151271286952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19371] ppid=19359 vsize=10162692 CPUtime=0.05 cores=4-7,12-15
/proc/19362/task/19371/stat : 19371 (java) S 19359 19362 15292 0 -1 4202560 27 0 0 0 2 3 0 0 20 0 27 0 23110077 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151270234664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19372] ppid=19359 vsize=10162692 CPUtime=0.06 cores=4-7,12-15
/proc/19362/task/19372/stat : 19372 (java) S 19359 19362 15292 0 -1 4202560 32 0 0 0 2 4 0 0 20 0 27 0 23110077 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151269181864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19362/tid=19373] ppid=19359 vsize=10162692 CPUtime=0.05 cores=4-7,12-15
/proc/19362/task/19373/stat : 19373 (java) S 19359 19362 15292 0 -1 4202560 61 0 0 0 2 3 0 0 20 0 27 0 23110077 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151268129576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19362/tid=19374] ppid=19359 vsize=10162692 CPUtime=0.04 cores=4-7,12-15
/proc/19362/task/19374/stat : 19374 (java) S 19359 19362 15292 0 -1 4202560 92 0 0 0 2 2 0 0 20 0 27 0 23110077 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151267076776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19375] ppid=19359 vsize=10162692 CPUtime=0.04 cores=4-7,12-15
/proc/19362/task/19375/stat : 19375 (java) S 19359 19362 15292 0 -1 4202560 64 0 0 0 1 3 0 0 20 0 27 0 23110077 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151266024488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19362/tid=19376] ppid=19359 vsize=10162692 CPUtime=0.04 cores=4-7,12-15
/proc/19362/task/19376/stat : 19376 (java) S 19359 19362 15292 0 -1 4202560 64 0 0 0 1 3 0 0 20 0 27 0 23110077 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151264971688 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19377] ppid=19359 vsize=10162692 CPUtime=0.08 cores=4-7,12-15
/proc/19362/task/19377/stat : 19377 (java) S 19359 19362 15292 0 -1 4202560 77 0 0 0 4 4 0 0 20 0 27 0 23110077 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151263918376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19362/tid=19378] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19378/stat : 19378 (java) S 19359 19362 15292 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 27 0 23110078 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151246456936 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19379] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19379/stat : 19379 (java) S 19359 19362 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23110078 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151245403512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19380] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19380/stat : 19380 (java) S 19359 19362 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23110078 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151244350600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19381] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19381/stat : 19381 (java) S 19359 19362 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23110081 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151243299600 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19382] ppid=19359 vsize=10162692 CPUtime=0.72 cores=4-7,12-15
/proc/19362/task/19382/stat : 19382 (java) R 19359 19362 15292 0 -1 4202560 9006 0 0 0 70 2 0 0 20 0 27 0 23110081 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151242234080 140151439710776 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19383] ppid=19359 vsize=10162692 CPUtime=0.49 cores=4-7,12-15
/proc/19362/task/19383/stat : 19383 (java) R 19359 19362 15292 0 -1 4202560 4657 0 0 0 49 0 0 0 20 0 27 0 23110081 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151241194424 140151440672504 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0
[pid=19362/tid=19384] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19384/stat : 19384 (java) S 19359 19362 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23110081 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151240141816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19362/tid=19385] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19385/stat : 19385 (java) S 19359 19362 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23110081 10406596608 68367 33554432000 1073741824 1073778376 140734798744304 140151239088712 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 3.82
Current children cumulated vsize (KiB) 10162692

[startup+3.10111 s]
/proc/loadavg: 4.13 4.05 4.01 5/311 19389
/proc/meminfo: memFree=28888456/32872528 swapFree=7804/7804
[pid=19362] ppid=19359 vsize=10162692 CPUtime=8.33 cores=4-7,12-15
/proc/19362/stat : 19362 (java) S 19359 19362 15292 0 -1 4202496 22890 0 1 0 751 82 0 0 20 0 27 0 23110075 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140734798735440 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19362/statm: 2540673 107196 2279 9 0 2531350 0
[pid=19362/tid=19363] ppid=19359 vsize=10162692 CPUtime=1.1 cores=4-7,12-15
/proc/19362/task/19363/stat : 19363 (java) S 19359 19362 15292 0 -1 4202560 2559 0 1 0 107 3 0 0 20 0 27 0 23110076 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151432909688 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19362/tid=19365] ppid=19359 vsize=10162692 CPUtime=0.1 cores=4-7,12-15
/proc/19362/task/19365/stat : 19365 (java) S 19359 19362 15292 0 -1 4202560 83 0 0 0 5 5 0 0 20 0 27 0 23110077 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151276550952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19366] ppid=19359 vsize=10162692 CPUtime=0.16 cores=4-7,12-15
/proc/19362/task/19366/stat : 19366 (java) S 19359 19362 15292 0 -1 4202560 120 0 0 0 8 8 0 0 20 0 27 0 23110077 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151275498152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19362/tid=19367] ppid=19359 vsize=10162692 CPUtime=0.1 cores=4-7,12-15
/proc/19362/task/19367/stat : 19367 (java) S 19359 19362 15292 0 -1 4202560 57 0 0 0 5 5 0 0 20 0 27 0 23110077 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151274445864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19362/tid=19368] ppid=19359 vsize=10162692 CPUtime=0.13 cores=4-7,12-15
/proc/19362/task/19368/stat : 19368 (java) S 19359 19362 15292 0 -1 4202560 63 0 0 0 7 6 0 0 20 0 27 0 23110077 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151273393064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19362/tid=19369] ppid=19359 vsize=10162692 CPUtime=0.12 cores=4-7,12-15
/proc/19362/task/19369/stat : 19369 (java) S 19359 19362 15292 0 -1 4202560 55 0 0 0 6 6 0 0 20 0 27 0 23110077 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151272339752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19362/tid=19370] ppid=19359 vsize=10162692 CPUtime=0.15 cores=4-7,12-15
/proc/19362/task/19370/stat : 19370 (java) S 19359 19362 15292 0 -1 4202560 118 0 0 0 8 7 0 0 20 0 27 0 23110077 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151271286952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19371] ppid=19359 vsize=10162692 CPUtime=0.08 cores=4-7,12-15
/proc/19362/task/19371/stat : 19371 (java) S 19359 19362 15292 0 -1 4202560 40 0 0 0 4 4 0 0 20 0 27 0 23110077 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151270234664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19372] ppid=19359 vsize=10162692 CPUtime=0.08 cores=4-7,12-15
/proc/19362/task/19372/stat : 19372 (java) S 19359 19362 15292 0 -1 4202560 41 0 0 0 4 4 0 0 20 0 27 0 23110077 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151269181864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19362/tid=19373] ppid=19359 vsize=10162692 CPUtime=0.09 cores=4-7,12-15
/proc/19362/task/19373/stat : 19373 (java) S 19359 19362 15292 0 -1 4202560 77 0 0 0 4 5 0 0 20 0 27 0 23110077 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151268129576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19362/tid=19374] ppid=19359 vsize=10162692 CPUtime=0.08 cores=4-7,12-15
/proc/19362/task/19374/stat : 19374 (java) S 19359 19362 15292 0 -1 4202560 103 0 0 0 4 4 0 0 20 0 27 0 23110077 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151267076776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19375] ppid=19359 vsize=10162692 CPUtime=0.08 cores=4-7,12-15
/proc/19362/task/19375/stat : 19375 (java) S 19359 19362 15292 0 -1 4202560 74 0 0 0 4 4 0 0 20 0 27 0 23110077 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151266024488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19362/tid=19376] ppid=19359 vsize=10162692 CPUtime=0.12 cores=4-7,12-15
/proc/19362/task/19376/stat : 19376 (java) S 19359 19362 15292 0 -1 4202560 103 0 0 0 6 6 0 0 20 0 27 0 23110077 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151264971688 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19362/tid=19377] ppid=19359 vsize=10162692 CPUtime=0.12 cores=4-7,12-15
/proc/19362/task/19377/stat : 19377 (java) S 19359 19362 15292 0 -1 4202560 89 0 0 0 6 6 0 0 20 0 27 0 23110077 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151263918376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19362/tid=19378] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19378/stat : 19378 (java) S 19359 19362 15292 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 27 0 23110078 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151246456936 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19379] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19379/stat : 19379 (java) S 19359 19362 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23110078 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151245403512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19380] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19380/stat : 19380 (java) S 19359 19362 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23110078 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151244350600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19381] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19381/stat : 19381 (java) S 19359 19362 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23110081 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151243299600 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19382] ppid=19359 vsize=10162692 CPUtime=1.18 cores=4-7,12-15
/proc/19362/task/19382/stat : 19382 (java) S 19359 19362 15292 0 -1 4202560 9010 0 0 0 116 2 0 0 20 0 27 0 23110081 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151242246712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19362/tid=19383] ppid=19359 vsize=10162692 CPUtime=0.9 cores=4-7,12-15
/proc/19362/task/19383/stat : 19383 (java) S 19359 19362 15292 0 -1 4202560 8732 0 0 0 88 2 0 0 20 0 27 0 23110081 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151241194424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19362/tid=19384] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19384/stat : 19384 (java) S 19359 19362 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23110081 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151240141816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19362/tid=19385] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19385/stat : 19385 (java) S 19359 19362 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23110081 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151239088712 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19362/tid=19386] ppid=19359 vsize=10162692 CPUtime=1.73 cores=4-7,12-15
/proc/19362/task/19386/stat : 19386 (java) R 19359 19362 15292 0 -1 4202560 32 0 0 0 173 0 0 0 20 0 27 0 23110202 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151237935624 140151305743160 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0
[pid=19362/tid=19387] ppid=19359 vsize=10162692 CPUtime=1.74 cores=4-7,12-15
/proc/19362/task/19387/stat : 19387 (java) R 19359 19362 15292 0 -1 4202560 71 0 0 0 172 2 0 0 20 0 27 0 23110202 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151236882312 140151306059710 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=19362/tid=19388] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19388/stat : 19388 (java) S 19359 19362 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23110214 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151235830824 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19362/tid=19389] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19389/stat : 19389 (java) S 19359 19362 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23110217 10406596608 107196 33554432000 1073741824 1073778376 140734798744304 140151234778536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 8.33
Current children cumulated vsize (KiB) 10162692

[startup+6.30114 s]
/proc/loadavg: 4.12 4.05 4.01 5/311 19389
/proc/meminfo: memFree=28740632/32872528 swapFree=7804/7804
[pid=19362] ppid=19359 vsize=10162692 CPUtime=15.52 cores=4-7,12-15
/proc/19362/stat : 19362 (java) S 19359 19362 15292 0 -1 4202496 25315 0 1 0 1456 96 0 0 20 0 27 0 23110075 10406596608 160801 33554432000 1073741824 1073778376 140734798744304 140734798735440 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19362/statm: 2540673 160801 2283 9 0 2531350 0
[pid=19362/tid=19363] ppid=19359 vsize=10162692 CPUtime=1.1 cores=4-7,12-15
/proc/19362/task/19363/stat : 19363 (java) S 19359 19362 15292 0 -1 4202560 2560 0 1 0 107 3 0 0 20 0 27 0 23110076 10406596608 160801 33554432000 1073741824 1073778376 140734798744304 140151432909688 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19362/tid=19365] ppid=19359 vsize=10162692 CPUtime=0.12 cores=4-7,12-15
/proc/19362/task/19365/stat : 19365 (java) S 19359 19362 15292 0 -1 4202560 89 0 0 0 7 5 0 0 20 0 27 0 23110077 10406596608 160801 33554432000 1073741824 1073778376 140734798744304 140151276550952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19362/tid=19366] ppid=19359 vsize=10162692 CPUtime=0.18 cores=4-7,12-15

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

/proc/19362/task/19382/stat : 19382 (java) S 19359 19362 15292 0 -1 4202560 11019 0 0 0 181 3 0 0 20 0 27 0 23110081 10406596608 751751 33554432000 1073741824 1073778376 140734798744304 140151242246712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19383] ppid=19359 vsize=10162692 CPUtime=0.98 cores=4-7,12-15
/proc/19362/task/19383/stat : 19383 (java) S 19359 19362 15292 0 -1 4202560 8736 0 0 0 96 2 0 0 20 0 27 0 23110081 10406596608 751751 33554432000 1073741824 1073778376 140734798744304 140151241194424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19362/tid=19384] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19384/stat : 19384 (java) S 19359 19362 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23110081 10406596608 751751 33554432000 1073741824 1073778376 140734798744304 140151240141816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19362/tid=19385] ppid=19359 vsize=10162692 CPUtime=0.21 cores=4-7,12-15
/proc/19362/task/19385/stat : 19385 (java) S 19359 19362 15292 0 -1 4202560 47 0 0 0 7 14 0 0 20 0 27 0 23110081 10406596608 751751 33554432000 1073741824 1073778376 140734798744304 140151239088712 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19386] ppid=19359 vsize=10162692 CPUtime=816.95 cores=4-7,12-15
/proc/19362/task/19386/stat : 19386 (java) R 19359 19362 15292 0 -1 4202560 339 0 0 0 81672 23 0 0 20 0 27 0 23110202 10406596608 751751 33554432000 1073741824 1073778376 140734798744304 140151237926544 140151305742912 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19362/tid=19387] ppid=19359 vsize=10162692 CPUtime=817.05 cores=4-7,12-15
/proc/19362/task/19387/stat : 19387 (java) R 19359 19362 15292 0 -1 4202560 1397 0 0 0 81671 34 0 0 20 0 27 0 23110202 10406596608 751751 33554432000 1073741824 1073778376 140734798744304 140151236880752 140151306032571 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=19362/tid=19388] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19388/stat : 19388 (java) S 19359 19362 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23110214 10406596608 751751 33554432000 1073741824 1073778376 140734798744304 140151235830824 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19362/tid=19389] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19389/stat : 19389 (java) S 19359 19362 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23110217 10406596608 751751 33554432000 1073741824 1073778376 140734798744304 140151234778536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1652.21
Current children cumulated vsize (KiB) 10162692

[startup+882.312 s]
/proc/loadavg: 3.92 4.05 4.04 5/311 19493
/proc/meminfo: memFree=26627464/32872528 swapFree=7804/7804
[pid=19362] ppid=19359 vsize=10162692 CPUtime=1772.19 cores=4-7,12-15
/proc/19362/stat : 19362 (java) S 19359 19362 15292 0 -1 4202496 31002 0 1 0 176792 427 0 0 20 0 27 0 23110075 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140734798735440 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19362/statm: 2540673 750886 2292 9 0 2531350 0
[pid=19362/tid=19363] ppid=19359 vsize=10162692 CPUtime=1.14 cores=4-7,12-15
/proc/19362/task/19363/stat : 19363 (java) S 19359 19362 15292 0 -1 4202560 2566 0 1 0 109 5 0 0 20 0 27 0 23110076 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151432909688 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19362/tid=19365] ppid=19359 vsize=10162692 CPUtime=0.73 cores=4-7,12-15
/proc/19362/task/19365/stat : 19365 (java) S 19359 19362 15292 0 -1 4202560 283 0 0 0 44 29 0 0 20 0 27 0 23110077 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151276550952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19366] ppid=19359 vsize=10162692 CPUtime=0.64 cores=4-7,12-15
/proc/19362/task/19366/stat : 19366 (java) S 19359 19362 15292 0 -1 4202560 336 0 0 0 41 23 0 0 20 0 27 0 23110077 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151275498152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19367] ppid=19359 vsize=10162692 CPUtime=0.61 cores=4-7,12-15
/proc/19362/task/19367/stat : 19367 (java) S 19359 19362 15292 0 -1 4202560 256 0 0 0 38 23 0 0 20 0 27 0 23110077 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151274445864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19368] ppid=19359 vsize=10162692 CPUtime=0.94 cores=4-7,12-15
/proc/19362/task/19368/stat : 19368 (java) S 19359 19362 15292 0 -1 4202560 337 0 0 0 60 34 0 0 20 0 27 0 23110077 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151273393064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19369] ppid=19359 vsize=10162692 CPUtime=0.81 cores=4-7,12-15
/proc/19362/task/19369/stat : 19369 (java) S 19359 19362 15292 0 -1 4202560 275 0 0 0 54 27 0 0 20 0 27 0 23110077 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151272339752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19362/tid=19370] ppid=19359 vsize=10162692 CPUtime=0.84 cores=4-7,12-15
/proc/19362/task/19370/stat : 19370 (java) S 19359 19362 15292 0 -1 4202560 327 0 0 0 53 31 0 0 20 0 27 0 23110077 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151271286952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19362/tid=19371] ppid=19359 vsize=10162692 CPUtime=0.7 cores=4-7,12-15
/proc/19362/task/19371/stat : 19371 (java) S 19359 19362 15292 0 -1 4202560 271 0 0 0 46 24 0 0 20 0 27 0 23110077 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151270234664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19362/tid=19372] ppid=19359 vsize=10162692 CPUtime=0.82 cores=4-7,12-15
/proc/19362/task/19372/stat : 19372 (java) S 19359 19362 15292 0 -1 4202560 286 0 0 0 51 31 0 0 20 0 27 0 23110077 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151269181864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19373] ppid=19359 vsize=10162692 CPUtime=0.7 cores=4-7,12-15
/proc/19362/task/19373/stat : 19373 (java) S 19359 19362 15292 0 -1 4202560 322 0 0 0 43 27 0 0 20 0 27 0 23110077 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151268129576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19374] ppid=19359 vsize=10162692 CPUtime=0.79 cores=4-7,12-15
/proc/19362/task/19374/stat : 19374 (java) S 19359 19362 15292 0 -1 4202560 353 0 0 0 48 31 0 0 20 0 27 0 23110077 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151267076776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19362/tid=19375] ppid=19359 vsize=10162692 CPUtime=1.03 cores=4-7,12-15
/proc/19362/task/19375/stat : 19375 (java) S 19359 19362 15292 0 -1 4202560 377 0 0 0 66 37 0 0 20 0 27 0 23110077 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151266024488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19376] ppid=19359 vsize=10162692 CPUtime=0.79 cores=4-7,12-15
/proc/19362/task/19376/stat : 19376 (java) S 19359 19362 15292 0 -1 4202560 355 0 0 0 51 28 0 0 20 0 27 0 23110077 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151264971688 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19362/tid=19377] ppid=19359 vsize=10162692 CPUtime=0.7 cores=4-7,12-15
/proc/19362/task/19377/stat : 19377 (java) S 19359 19362 15292 0 -1 4202560 283 0 0 0 45 25 0 0 20 0 27 0 23110077 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151263918376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19378] ppid=19359 vsize=10162692 CPUtime=1.55 cores=4-7,12-15
/proc/19362/task/19378/stat : 19378 (java) S 19359 19362 15292 0 -1 4202560 1567 0 0 0 155 0 0 0 20 0 27 0 23110078 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151246456936 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19362/tid=19379] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19379/stat : 19379 (java) S 19359 19362 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23110078 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151245403512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19380] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19380/stat : 19380 (java) S 19359 19362 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23110078 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151244350600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19381] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19381/stat : 19381 (java) S 19359 19362 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23110081 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151243299600 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19382] ppid=19359 vsize=10162692 CPUtime=1.84 cores=4-7,12-15
/proc/19362/task/19382/stat : 19382 (java) S 19359 19362 15292 0 -1 4202560 11019 0 0 0 181 3 0 0 20 0 27 0 23110081 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151242246712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19383] ppid=19359 vsize=10162692 CPUtime=0.98 cores=4-7,12-15
/proc/19362/task/19383/stat : 19383 (java) S 19359 19362 15292 0 -1 4202560 8736 0 0 0 96 2 0 0 20 0 27 0 23110081 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151241194424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19362/tid=19384] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19384/stat : 19384 (java) S 19359 19362 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23110081 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151240141816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19362/tid=19385] ppid=19359 vsize=10162692 CPUtime=0.22 cores=4-7,12-15
/proc/19362/task/19385/stat : 19385 (java) S 19359 19362 15292 0 -1 4202560 51 0 0 0 8 14 0 0 20 0 27 0 23110081 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151239088712 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19386] ppid=19359 vsize=10162692 CPUtime=875.89 cores=4-7,12-15
/proc/19362/task/19386/stat : 19386 (java) R 19359 19362 15292 0 -1 4202560 339 0 0 0 87565 24 0 0 20 0 27 0 23110202 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151237933472 140151305815288 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19362/tid=19387] ppid=19359 vsize=10162692 CPUtime=876 cores=4-7,12-15
/proc/19362/task/19387/stat : 19387 (java) R 19359 19362 15292 0 -1 4202560 1398 0 0 0 87565 35 0 0 20 0 27 0 23110202 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151236881904 140151305546316 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19362/tid=19388] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19388/stat : 19388 (java) S 19359 19362 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23110214 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151235830824 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19362/tid=19389] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19389/stat : 19389 (java) S 19359 19362 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23110217 10406596608 750886 33554432000 1073741824 1073778376 140734798744304 140151234778536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1772.19
Current children cumulated vsize (KiB) 10162692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+896.201 s]
/proc/loadavg: 3.93 4.05 4.04 5/311 19493
/proc/meminfo: memFree=26515448/32872528 swapFree=7804/7804
[pid=19362] ppid=19359 vsize=10162692 CPUtime=1800.12 cores=4-7,12-15
/proc/19362/stat : 19362 (java) S 19359 19362 15292 0 -1 4202496 31003 0 1 0 179585 427 0 0 20 0 27 0 23110075 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140734798735440 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/19362/statm: 2540673 738702 2292 9 0 2531350 0
[pid=19362/tid=19363] ppid=19359 vsize=10162692 CPUtime=1.14 cores=4-7,12-15
/proc/19362/task/19363/stat : 19363 (java) S 19359 19362 15292 0 -1 4202560 2566 0 1 0 109 5 0 0 20 0 27 0 23110076 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151432909688 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19362/tid=19365] ppid=19359 vsize=10162692 CPUtime=0.74 cores=4-7,12-15
/proc/19362/task/19365/stat : 19365 (java) S 19359 19362 15292 0 -1 4202560 283 0 0 0 45 29 0 0 20 0 27 0 23110077 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151276550952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19366] ppid=19359 vsize=10162692 CPUtime=0.65 cores=4-7,12-15
/proc/19362/task/19366/stat : 19366 (java) S 19359 19362 15292 0 -1 4202560 336 0 0 0 42 23 0 0 20 0 27 0 23110077 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151275498152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19362/tid=19367] ppid=19359 vsize=10162692 CPUtime=0.62 cores=4-7,12-15
/proc/19362/task/19367/stat : 19367 (java) S 19359 19362 15292 0 -1 4202560 256 0 0 0 39 23 0 0 20 0 27 0 23110077 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151274445864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19368] ppid=19359 vsize=10162692 CPUtime=0.97 cores=4-7,12-15
/proc/19362/task/19368/stat : 19368 (java) S 19359 19362 15292 0 -1 4202560 337 0 0 0 63 34 0 0 20 0 27 0 23110077 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151273393064 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19369] ppid=19359 vsize=10162692 CPUtime=0.83 cores=4-7,12-15
/proc/19362/task/19369/stat : 19369 (java) S 19359 19362 15292 0 -1 4202560 275 0 0 0 56 27 0 0 20 0 27 0 23110077 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151272339752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19362/tid=19370] ppid=19359 vsize=10162692 CPUtime=0.85 cores=4-7,12-15
/proc/19362/task/19370/stat : 19370 (java) S 19359 19362 15292 0 -1 4202560 327 0 0 0 54 31 0 0 20 0 27 0 23110077 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151271286952 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19362/tid=19371] ppid=19359 vsize=10162692 CPUtime=0.73 cores=4-7,12-15
/proc/19362/task/19371/stat : 19371 (java) S 19359 19362 15292 0 -1 4202560 271 0 0 0 49 24 0 0 20 0 27 0 23110077 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151270234664 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19362/tid=19372] ppid=19359 vsize=10162692 CPUtime=0.85 cores=4-7,12-15
/proc/19362/task/19372/stat : 19372 (java) S 19359 19362 15292 0 -1 4202560 286 0 0 0 54 31 0 0 20 0 27 0 23110077 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151269181864 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19373] ppid=19359 vsize=10162692 CPUtime=0.72 cores=4-7,12-15
/proc/19362/task/19373/stat : 19373 (java) S 19359 19362 15292 0 -1 4202560 322 0 0 0 45 27 0 0 20 0 27 0 23110077 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151268129576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19374] ppid=19359 vsize=10162692 CPUtime=0.82 cores=4-7,12-15
/proc/19362/task/19374/stat : 19374 (java) S 19359 19362 15292 0 -1 4202560 353 0 0 0 51 31 0 0 20 0 27 0 23110077 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151267076776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=19362/tid=19375] ppid=19359 vsize=10162692 CPUtime=1.04 cores=4-7,12-15
/proc/19362/task/19375/stat : 19375 (java) S 19359 19362 15292 0 -1 4202560 377 0 0 0 67 37 0 0 20 0 27 0 23110077 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151266024488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19376] ppid=19359 vsize=10162692 CPUtime=0.8 cores=4-7,12-15
/proc/19362/task/19376/stat : 19376 (java) S 19359 19362 15292 0 -1 4202560 355 0 0 0 52 28 0 0 20 0 27 0 23110077 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151264971688 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=19362/tid=19377] ppid=19359 vsize=10162692 CPUtime=0.71 cores=4-7,12-15
/proc/19362/task/19377/stat : 19377 (java) S 19359 19362 15292 0 -1 4202560 283 0 0 0 46 25 0 0 20 0 27 0 23110077 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151263918376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19378] ppid=19359 vsize=10162692 CPUtime=1.55 cores=4-7,12-15
/proc/19362/task/19378/stat : 19378 (java) S 19359 19362 15292 0 -1 4202560 1567 0 0 0 155 0 0 0 20 0 27 0 23110078 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151246456936 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=19362/tid=19379] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19379/stat : 19379 (java) S 19359 19362 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23110078 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151245403512 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19380] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19380/stat : 19380 (java) S 19359 19362 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23110078 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151244350600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19381] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19381/stat : 19381 (java) S 19359 19362 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23110081 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151243299600 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=19362/tid=19382] ppid=19359 vsize=10162692 CPUtime=1.84 cores=4-7,12-15
/proc/19362/task/19382/stat : 19382 (java) S 19359 19362 15292 0 -1 4202560 11019 0 0 0 181 3 0 0 20 0 27 0 23110081 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151242246712 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=19362/tid=19383] ppid=19359 vsize=10162692 CPUtime=0.98 cores=4-7,12-15
/proc/19362/task/19383/stat : 19383 (java) S 19359 19362 15292 0 -1 4202560 8736 0 0 0 96 2 0 0 20 0 27 0 23110081 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151241194424 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19362/tid=19384] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19384/stat : 19384 (java) S 19359 19362 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23110081 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151240141816 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=19362/tid=19385] ppid=19359 vsize=10162692 CPUtime=0.23 cores=4-7,12-15
/proc/19362/task/19385/stat : 19385 (java) S 19359 19362 15292 0 -1 4202560 51 0 0 0 8 15 0 0 20 0 27 0 23110081 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151239088712 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=19362/tid=19386] ppid=19359 vsize=10162692 CPUtime=889.72 cores=4-7,12-15
/proc/19362/task/19386/stat : 19386 (java) R 19359 19362 15292 0 -1 4202560 339 0 0 0 88948 24 0 0 20 0 27 0 23110202 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151237933472 140151305743035 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=19362/tid=19387] ppid=19359 vsize=10162692 CPUtime=889.82 cores=4-7,12-15
/proc/19362/task/19387/stat : 19387 (java) R 19359 19362 15292 0 -1 4202560 1399 0 0 0 88947 35 0 0 20 0 27 0 23110202 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151236881744 140151305757892 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=19362/tid=19388] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19388/stat : 19388 (java) S 19359 19362 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23110214 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151235830824 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=19362/tid=19389] ppid=19359 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/19362/task/19389/stat : 19389 (java) S 19359 19362 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23110217 10406596608 738702 33554432000 1073741824 1073778376 140734798744304 140151234778536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1800.12
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 19362 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 19362 and gives
#  childrusage.ru_utime.tv_sec=1791
#  childrusage.ru_utime.tv_usec=340674
#  childrusage.ru_stime.tv_sec=4
#  childrusage.ru_stime.tv_usec=760276
# CPU time returned by wait4() is 1796.1
# while last known CPU time is 1800.12
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 896.248
CPU time (s): 1800.12
CPU user time (s): 1795.85
CPU system time (s): 4.27
CPU usage (%): 200.851
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1791.34
system time used= 4.76028
maximum resident set size= 3064596
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31049
page faults= 1
swaps= 0
block input operations= 0
block output operations= 704
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22062
involuntary context switches= 13245

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.68368 second user time and 8.59869 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 02:44:15
IDJOB=4100650
IDBENCH=1644
IDSOLVER=2543
FILE ID=node132/4100650-1466210655
RUNJOBID= node132-1466206058-15309
PBS_JOBID= 19918145
Free space on /tmp= 71732 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-maros.opb
COMMAND LINE= java -jar sat4j-pb.jar Both BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4100650-1466210655/watcher-4100650-1466210655 -o /tmp/evaluation-result-4100650-1466210655/solver-4100650-1466210655 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node132-1466206058-15309 --watchdog 1960  java -jar sat4j-pb.jar Both HOME/instance-4100650-1466210655.opb

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

MD5SUM BENCH= ffbe7c5e96212b70bc71f745eee091ea
RANDOM SEED=1542287833

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:        29232804 kB
Buffers:           39156 kB
Cached:            92208 kB
SwapCached:         1804 kB
Active:          2819784 kB
Inactive:          80116 kB
Active(anon):    2770060 kB
Inactive(anon):     1028 kB
Active(file):      49724 kB
Inactive(file):    79088 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099272 kB
Dirty:              3464 kB
Writeback:             0 kB
AnonPages:       2807180 kB
Mapped:            15296 kB
Shmem:                 0 kB
Slab:             575996 kB
SReclaimable:      16048 kB
SUnreclaim:       559948 kB
KernelStack:        2456 kB
PageTables:        10192 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3107848 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2736128 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= 71732 MiB
End job on node132 at 2016-06-18 02:59:11