Trace number 4099810

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.16 871.758

General information on the benchmark

Namenormalized-PB06/OPT-SMALLINT/reduced/mps-v2-20-10/plato.asu.edu/
pub/lptestset/fome/normalized-reduced-mps-v2-20-10-fome11.opb
MD5SUMaf7b516198b9fda389a0d83cfb6c28d1
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 variables733406
Total number of constraints12168
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 constraints12168
Minimum length of a constraint13
Maximum length of a constraint6840
Number of terms in the objective function 374066
Biggest coefficient in the objective function 639
Number of bits for the biggest coefficient in the objective function 10
Sum of the numbers in the objective function 887406
Number of bits of the sum of numbers in the objective function 20
Biggest number in a constraint 131072
Number of bits of the biggest number in a constraint 18
Biggest sum of numbers in a constraint 887406
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-4099810-1466207016.opb
0.09/0.12	c reading problem ... 
0.09/0.13	c  objective function found
20.10/10.00	c ... done. Wall clock time 9.878s.
20.10/10.00	c declared #vars     733406
20.10/10.00	c #constraints  24310
20.10/10.00	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
20.10/10.00	c constraints type 
20.10/10.00	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1002
20.10/10.00	c org.sat4j.minisat.constraints.card.MinWatchCard => 6
20.10/10.00	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 23302
20.10/10.00	c 24310 constraints processed.
20.10/10.00	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
20.10/10.00	c constraints type 
20.10/10.00	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 1002
20.10/10.00	c org.sat4j.pb.constraints.pb.MinWatchCardPB => 6
20.10/10.00	c org.sat4j.pb.constraints.pb.MaxWatchPb => 23302
20.10/10.00	c 24310 constraints processed.
20.10/10.00	c objective function length is 374066 literals
33.89/14.32	c cleaning 2497 clauses out of 5000 with flag 13236/5000
41.64/18.17	c cleaning 4245 clauses out of 8503 with flag 29096/11000
53.89/23.18	c cleaning 5625 clauses out of 11260 with flag 49299/18002
65.48/28.19	c cleaning 6805 clauses out of 13638 with flag 70554/26005
80.73/34.51	c cleaning 7907 clauses out of 15828 with flag 93522/35000
95.35/41.19	c cleaning 8957 clauses out of 17921 with flag 120093/45000
104.17/45.58	c cleaning 9973 clauses out of 19966 with flag 147980/56002
112.81/48.62	c cleaning 10986 clauses out of 21992 with flag 178864/68001
117.99/51.28	c cleaning 11985 clauses out of 24006 with flag 214186/81001
125.19/54.81	c cleaning 12992 clauses out of 26022 with flag 250832/95002
134.85/58.99	c cleaning 14002 clauses out of 28035 with flag 290643/110007
148.29/64.72	c cleaning 14996 clauses out of 30027 with flag 332120/126001
162.17/70.92	c cleaning 16001 clauses out of 32038 with flag 376598/143008
175.17/77.45	c cleaning 16997 clauses out of 34029 with flag 424460/161000
191.55/84.89	c cleaning 17996 clauses out of 36033 with flag 483530/180001
204.87/90.50	c cleaning 19003 clauses out of 38036 with flag 544323/200000
217.68/96.18	c cleaning 19999 clauses out of 40034 with flag 607272/221001
229.88/102.25	c cleaning 21005 clauses out of 42037 with flag 674120/243003
245.70/109.15	c cleaning 22014 clauses out of 44027 with flag 736839/266001
262.01/116.23	c cleaning 22981 clauses out of 46016 with flag 789393/290005
281.95/124.98	c cleaning 23983 clauses out of 48032 with flag 839399/315002
304.64/135.85	c cleaning 24991 clauses out of 50050 with flag 891420/341003
330.99/149.59	c cleaning 25997 clauses out of 52061 with flag 945426/368005
355.64/161.10	c cleaning 27014 clauses out of 54051 with flag 1002719/396000
367.98/167.10	c cleaning 28002 clauses out of 56036 with flag 1071783/425000
382.58/174.35	c cleaning 29002 clauses out of 58034 with flag 1143674/455000
399.14/182.40	c cleaning 30009 clauses out of 60034 with flag 1218310/486002
414.61/189.58	c cleaning 31000 clauses out of 62023 with flag 1295161/518000
433.43/198.47	c cleaning 31995 clauses out of 64023 with flag 1370920/551000
454.78/208.27	c cleaning 33004 clauses out of 66029 with flag 1450267/585001
474.91/217.62	c cleaning 33999 clauses out of 68025 with flag 1549015/620001
496.62/227.34	c cleaning 34997 clauses out of 70025 with flag 1654353/656000
518.41/237.50	c cleaning 35999 clauses out of 72028 with flag 1764113/693000
539.23/247.38	c cleaning 37000 clauses out of 74031 with flag 1886464/731002
562.12/258.16	c cleaning 37998 clauses out of 76031 with flag 2025491/770002
565.39/259.44	c cleaning 0 clauses out of 5000 with flag 0/5000
595.57/273.38	c cleaning 39002 clauses out of 78031 with flag 2159418/810000
621.28/285.45	c cleaning 39993 clauses out of 80029 with flag 2247520/851000
654.04/301.02	c cleaning 40995 clauses out of 82037 with flag 2331536/893001
690.25/318.75	c cleaning 41997 clauses out of 84041 with flag 2417542/936000
735.76/341.03	c cleaning 42999 clauses out of 86044 with flag 2505562/980000
783.22/364.32	c cleaning 44002 clauses out of 88046 with flag 2595591/1025001
830.43/387.08	c cleaning 45001 clauses out of 90043 with flag 2687618/1071000
890.21/415.98	c cleaning 45999 clauses out of 92042 with flag 2781674/1118000
925.63/433.66	c cleaning 47015 clauses out of 94041 with flag 2879282/1166003
969.68/454.59	c cleaning 48010 clauses out of 96021 with flag 2985732/1215000
992.73/469.02	c cleaning 49000 clauses out of 98011 with flag 3099107/1265000
1002.42/487.63	c cleaning 50006 clauses out of 100011 with flag 3203876/1316000
1054.93/507.38	c cleaning 51002 clauses out of 102009 with flag 3307906/1368004
1123.79/530.01	c cleaning 52003 clauses out of 104006 with flag 3414218/1421003
1162.50/563.01	c cleaning 52998 clauses out of 106001 with flag 3522386/1475001
1228.88/592.54	c cleaning 54003 clauses out of 108005 with flag 3632567/1530003
1300.84/624.70	c cleaning 55003 clauses out of 110005 with flag 3744603/1586006
1348.32/648.22	c cleaning 55995 clauses out of 111997 with flag 3871442/1643003
1369.33/665.49	c cleaning 56982 clauses out of 113989 with flag 4049427/1701000
1427.40/686.59	c cleaning 57995 clauses out of 116008 with flag 4226625/1760001
1462.51/702.00	c cleaning 58996 clauses out of 118010 with flag 4387459/1820000
1495.12/717.89	c cleaning 60003 clauses out of 120019 with flag 4555236/1881005
1538.17/749.56	c cleaning 60999 clauses out of 122011 with flag 4707925/1943000
1590.08/771.83	c cleaning 61999 clauses out of 124013 with flag 4867408/2006001
1636.35/793.86	c cleaning 63004 clauses out of 126014 with flag 5032397/2070001
1683.70/816.31	c cleaning 63996 clauses out of 128011 with flag 5229991/2135002
1735.98/841.18	c cleaning 65000 clauses out of 130013 with flag 5399064/2201000
1790.96/867.14	c cleaning 65999 clauses out of 132015 with flag 5553117/2268002
1800.16/871.70	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/871.70	c starts		: 1681
1800.16/871.70	c conflicts		: 2281116
1800.16/871.70	c decisions		: 8955726
1800.16/871.70	c propagations		: 88976016
1800.16/871.70	c inspects		: 9642696660
1800.16/871.70	c shortcuts		: 0
1800.16/871.70	c learnt literals	: 35
1800.16/871.70	c learnt binary clauses	: 44
1800.16/871.70	c learnt ternary clauses	: 205
1800.16/871.70	c learnt constraints	: 2281081
1800.16/871.70	c ignored constraints	: 0
1800.16/871.70	c root simplifications	: 0
1800.16/871.70	c removed literals (reason simplification)	: 12513085
1800.16/871.70	c reason swapping (by a shorter reason)	: 0
1800.16/871.70	c Calls to reduceDB	: 63
1800.16/871.70	c Number of update (reduction) of LBD	: 137042
1800.16/871.70	c Imported unit clauses	: 0
1800.16/871.70	c number of reductions to clauses (during analyze)	: 0
1800.16/871.70	c number of learned constraints concerned by reduction	: 0
1800.16/871.70	c number of learning phase by resolution	: 0
1800.16/871.70	c number of learning phase by cutting planes	: 0
1800.16/871.70	c speed (assignments/second)	: 103289.33569376325
1800.16/871.70	c non guided choices	5939904
1800.16/871.73	c learnt constraints type 
1800.16/871.73	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 44
1800.16/871.73	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 79085
1800.16/871.73	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.16/871.73	c starts		: 32
1800.16/871.73	c conflicts		: 9046
1800.16/871.73	c decisions		: 466699
1800.16/871.73	c propagations		: 2066258
1800.16/871.73	c inspects		: 258778485
1800.16/871.73	c shortcuts		: 0
1800.16/871.73	c learnt literals	: 0
1800.16/871.73	c learnt binary clauses	: 0
1800.16/871.73	c learnt ternary clauses	: 0
1800.16/871.73	c learnt constraints	: 9046
1800.16/871.73	c ignored constraints	: 0
1800.16/871.73	c root simplifications	: 0
1800.16/871.73	c removed literals (reason simplification)	: 0
1800.16/871.73	c reason swapping (by a shorter reason)	: 0
1800.16/871.73	c Calls to reduceDB	: 1
1800.16/871.73	c Number of update (reduction) of LBD	: 0
1800.16/871.73	c Imported unit clauses	: 0
1800.16/871.73	c number of reductions to clauses (during analyze)	: 0
1800.16/871.73	c number of learned constraints concerned by reduction	: 0
1800.16/871.73	c number of learning phase by resolution	: 0
1800.16/871.73	c number of learning phase by cutting planes	: 0
1800.16/871.73	c speed (assignments/second)	: 2399.7458863317506
1800.16/871.73	c non guided choices	2701
1800.16/871.74	c learnt constraints type 
1800.16/871.74	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 30
1800.16/871.74	c org.sat4j.pb.constraints.pb.MaxWatchPb => 9016
1800.16/871.74	s UNKNOWN
1800.16/871.74	c Total wall clock time (in seconds): 871.616

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

pid=17943
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: 4.20 3.78 2.38 4/284 17946
/proc/meminfo: memFree=28251564/32872528 swapFree=7804/7804
[pid=17946] ppid=17943 vsize=92900 CPUtime=0 cores=4-7,12-15
/proc/17946/stat : 17946 (java) S 17943 17946 15292 0 -1 4202496 1294 0 0 0 0 0 0 0 20 0 2 0 22746371 95129600 927 33554432000 1073741824 1073778376 140734970704912 140734970696048 216811995197 0 0 4096 0 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17946/statm: 23225 927 703 9 0 16769 0
[pid=17946/tid=17947] ppid=17943 vsize=92900 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17947/stat : 17947 (java) D 17943 17946 15292 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 2 0 22746372 95129600 927 33554432000 1073741824 1073778376 140734970704912 139645715177000 216799472935 0 0 4096 0 18446744072100756772 0 0 -1 6 0 0 0 0 0

[startup+0.100095 s]
/proc/loadavg: 4.20 3.78 2.38 4/284 17946
/proc/meminfo: memFree=28251564/32872528 swapFree=7804/7804
[pid=17946] ppid=17943 vsize=9896436 CPUtime=0.09 cores=4-7,12-15
/proc/17946/stat : 17946 (java) S 17943 17946 15292 0 -1 4202496 4451 0 1 0 8 1 0 0 20 0 23 0 22746371 10133950464 6081 33554432000 1073741824 1073778376 140734970704912 140734970696048 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17946/statm: 2474109 6081 2126 9 0 2464786 0
[pid=17946/tid=17947] ppid=17943 vsize=9896436 CPUtime=0.06 cores=4-7,12-15
/proc/17946/task/17947/stat : 17947 (java) R 17943 17946 15292 0 -1 4202560 2417 0 1 0 6 0 0 0 20 0 23 0 22746372 10133950464 6081 33554432000 1073741824 1073778376 140734970704912 139645715181272 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.200263 s]
/proc/loadavg: 4.20 3.78 2.38 4/284 17946
/proc/meminfo: memFree=28251564/32872528 swapFree=7804/7804
[pid=17946] ppid=17943 vsize=9896436 CPUtime=0.28 cores=4-7,12-15
/proc/17946/stat : 17946 (java) S 17943 17946 15292 0 -1 4202496 5058 0 1 0 26 2 0 0 20 0 23 0 22746371 10133950464 15189 33554432000 1073741824 1073778376 140734970704912 140734970696048 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17946/statm: 2474109 15189 2217 9 0 2464786 0
[pid=17946/tid=17947] ppid=17943 vsize=9896436 CPUtime=0.16 cores=4-7,12-15
/proc/17946/task/17947/stat : 17947 (java) R 17943 17946 15292 0 -1 4202560 2445 0 1 0 15 1 0 0 20 0 23 0 22746372 10133950464 15189 33554432000 1073741824 1073778376 140734970704912 139645715181272 139645576916048 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 9896436

[startup+0.300345 s]
/proc/loadavg: 4.20 3.78 2.38 4/284 17946
/proc/meminfo: memFree=28251564/32872528 swapFree=7804/7804
[pid=17946] ppid=17943 vsize=9896436 CPUtime=0.46 cores=4-7,12-15
/proc/17946/stat : 17946 (java) S 17943 17946 15292 0 -1 4202496 5478 0 1 0 43 3 0 0 20 0 23 0 22746371 10133950464 20460 33554432000 1073741824 1073778376 140734970704912 140734970696048 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17946/statm: 2474109 20460 2232 9 0 2464786 0
[pid=17946/tid=17947] ppid=17943 vsize=9896436 CPUtime=0.26 cores=4-7,12-15
/proc/17946/task/17947/stat : 17947 (java) R 17943 17946 15292 0 -1 4202560 2455 0 1 0 24 2 0 0 20 0 23 0 22746372 10133950464 20460 33554432000 1073741824 1073778376 140734970704912 139645715181272 139645577256061 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 0.46
Current children cumulated vsize (KiB) 9896436

[startup+0.70029 s]
/proc/loadavg: 4.20 3.78 2.38 4/284 17946
/proc/meminfo: memFree=28251564/32872528 swapFree=7804/7804
[pid=17946] ppid=17943 vsize=9896436 CPUtime=1.1 cores=4-7,12-15
/proc/17946/stat : 17946 (java) S 17943 17946 15292 0 -1 4202496 5703 0 1 0 98 12 0 0 20 0 23 0 22746371 10133950464 50276 33554432000 1073741824 1073778376 140734970704912 140734970696048 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17946/statm: 2474109 50276 2248 9 0 2464786 0
[pid=17946/tid=17947] ppid=17943 vsize=9896436 CPUtime=0.62 cores=4-7,12-15
/proc/17946/task/17947/stat : 17947 (java) R 17943 17946 15292 0 -1 4202560 2494 0 1 0 59 3 0 0 20 0 23 0 22746372 10133950464 50276 33554432000 1073741824 1073778376 140734970704912 139645715180792 139645577285908 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
Current children cumulated CPU time (s) 1.1
Current children cumulated vsize (KiB) 9896436

[startup+1.50097 s]
/proc/loadavg: 4.20 3.78 2.38 4/307 17969
/proc/meminfo: memFree=27984572/32872528 swapFree=7804/7804
[pid=17946] ppid=17943 vsize=9896436 CPUtime=2.92 cores=4-7,12-15
/proc/17946/stat : 17946 (java) S 17943 17946 15292 0 -1 4202496 14467 0 1 0 264 28 0 0 20 0 23 0 22746371 10133950464 94879 33554432000 1073741824 1073778376 140734970704912 140734970696048 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17946/statm: 2474109 94879 2263 9 0 2464786 0
[pid=17946/tid=17947] ppid=17943 vsize=9896436 CPUtime=1.36 cores=4-7,12-15
/proc/17946/task/17947/stat : 17947 (java) R 17943 17946 15292 0 -1 4202560 2547 0 1 0 131 5 0 0 20 0 23 0 22746372 10133950464 94879 33554432000 1073741824 1073778376 140734970704912 139645715180872 139645577286046 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17946/tid=17949] ppid=17943 vsize=9896436 CPUtime=0.05 cores=4-7,12-15
/proc/17946/task/17949/stat : 17949 (java) S 17943 17946 15292 0 -1 4202560 64 0 0 0 3 2 0 0 20 0 23 0 22746373 10133950464 94879 33554432000 1073741824 1073778376 140734970704912 139645704244008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=17946/tid=17950] ppid=17943 vsize=9896436 CPUtime=0.08 cores=4-7,12-15
/proc/17946/task/17950/stat : 17950 (java) S 17943 17946 15292 0 -1 4202560 122 0 0 0 5 3 0 0 20 0 23 0 22746373 10133950464 94879 33554432000 1073741824 1073778376 140734970704912 139645703191208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17946/tid=17951] ppid=17943 vsize=9896436 CPUtime=0.03 cores=4-7,12-15
/proc/17946/task/17951/stat : 17951 (java) S 17943 17946 15292 0 -1 4202560 28 0 0 0 2 1 0 0 20 0 23 0 22746373 10133950464 94879 33554432000 1073741824 1073778376 140734970704912 139645702138920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17946/tid=17952] ppid=17943 vsize=9896436 CPUtime=0.04 cores=4-7,12-15
/proc/17946/task/17952/stat : 17952 (java) S 17943 17946 15292 0 -1 4202560 88 0 0 0 2 2 0 0 20 0 23 0 22746373 10133950464 94879 33554432000 1073741824 1073778376 140734970704912 139645701086120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=17946/tid=17953] ppid=17943 vsize=9896436 CPUtime=0.04 cores=4-7,12-15
/proc/17946/task/17953/stat : 17953 (java) S 17943 17946 15292 0 -1 4202560 65 0 0 0 2 2 0 0 20 0 23 0 22746373 10133950464 94879 33554432000 1073741824 1073778376 140734970704912 139645700032808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17946/tid=17954] ppid=17943 vsize=9896436 CPUtime=0.02 cores=4-7,12-15
/proc/17946/task/17954/stat : 17954 (java) S 17943 17946 15292 0 -1 4202560 8 0 0 0 2 0 0 0 20 0 23 0 22746373 10133950464 94879 33554432000 1073741824 1073778376 140734970704912 139645698980008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=17946/tid=17955] ppid=17943 vsize=9896436 CPUtime=0.03 cores=4-7,12-15
/proc/17946/task/17955/stat : 17955 (java) S 17943 17946 15292 0 -1 4202560 21 0 0 0 2 1 0 0 20 0 23 0 22746373 10133950464 94879 33554432000 1073741824 1073778376 140734970704912 139645697927720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17946/tid=17956] ppid=17943 vsize=9896436 CPUtime=0.05 cores=4-7,12-15
/proc/17946/task/17956/stat : 17956 (java) S 17943 17946 15292 0 -1 4202560 138 0 0 0 3 2 0 0 20 0 23 0 22746373 10133950464 94879 33554432000 1073741824 1073778376 140734970704912 139645696874920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=17946/tid=17957] ppid=17943 vsize=9896436 CPUtime=0.01 cores=4-7,12-15
/proc/17946/task/17957/stat : 17957 (java) S 17943 17946 15292 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 23 0 22746373 10133950464 94879 33554432000 1073741824 1073778376 140734970704912 139645695822632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=17946/tid=17958] ppid=17943 vsize=9896436 CPUtime=0.01 cores=4-7,12-15
/proc/17946/task/17958/stat : 17958 (java) S 17943 17946 15292 0 -1 4202560 22 0 0 0 1 0 0 0 20 0 23 0 22746373 10133950464 95391 33554432000 1073741824 1073778376 140734970704912 139645549230760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=17946/tid=17959] ppid=17943 vsize=9896436 CPUtime=0.05 cores=4-7,12-15
/proc/17946/task/17959/stat : 17959 (java) S 17943 17946 15292 0 -1 4202560 41 0 0 0 2 3 0 0 20 0 23 0 22746373 10133950464 95391 33554432000 1073741824 1073778376 140734970704912 139645548178472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17946/tid=17960] ppid=17943 vsize=9896436 CPUtime=0.03 cores=4-7,12-15
/proc/17946/task/17960/stat : 17960 (java) S 17943 17946 15292 0 -1 4202560 26 0 0 0 1 2 0 0 20 0 23 0 22746373 10133950464 95391 33554432000 1073741824 1073778376 140734970704912 139645547125672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17946/tid=17961] ppid=17943 vsize=9896436 CPUtime=0.03 cores=4-7,12-15
/proc/17946/task/17961/stat : 17961 (java) S 17943 17946 15292 0 -1 4202560 27 0 0 0 1 2 0 0 20 0 23 0 22746373 10133950464 95391 33554432000 1073741824 1073778376 140734970704912 139645546072360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17946/tid=17962] ppid=17943 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17962/stat : 17962 (java) S 17943 17946 15292 0 -1 4202560 70 0 0 0 0 0 0 0 20 0 23 0 22746374 10133950464 95391 33554432000 1073741824 1073778376 140734970704912 139645528610920 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17963] ppid=17943 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17963/stat : 17963 (java) S 17943 17946 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 22746375 10133950464 95391 33554432000 1073741824 1073778376 140734970704912 139645527557496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17964] ppid=17943 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17964/stat : 17964 (java) S 17943 17946 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 22746375 10133950464 95391 33554432000 1073741824 1073778376 140734970704912 139645526504584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17965] ppid=17943 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17965/stat : 17965 (java) S 17943 17946 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22746377 10133950464 95391 33554432000 1073741824 1073778376 140734970704912 139645525453584 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17966] ppid=17943 vsize=9896436 CPUtime=0.37 cores=4-7,12-15
/proc/17946/task/17966/stat : 17966 (java) S 17943 17946 15292 0 -1 4202560 4535 0 0 0 37 0 0 0 20 0 23 0 22746377 10133950464 95391 33554432000 1073741824 1073778376 140734970704912 139645524400696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17967] ppid=17943 vsize=9896436 CPUtime=0.46 cores=4-7,12-15
/proc/17946/task/17967/stat : 17967 (java) S 17943 17946 15292 0 -1 4202560 5402 0 0 0 46 0 0 0 20 0 23 0 22746377 10133950464 95391 33554432000 1073741824 1073778376 140734970704912 139645523348408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17946/tid=17968] ppid=17943 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17968/stat : 17968 (java) S 17943 17946 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22746377 10133950464 95391 33554432000 1073741824 1073778376 140734970704912 139645522295800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17946/tid=17969] ppid=17943 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17969/stat : 17969 (java) S 17943 17946 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22746377 10133950464 95391 33554432000 1073741824 1073778376 140734970704912 139645521242696 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 2.92
Current children cumulated vsize (KiB) 9896436

[startup+3.10097 s]
/proc/loadavg: 4.11 3.76 2.38 4/307 17969
/proc/meminfo: memFree=27653872/32872528 swapFree=7804/7804
[pid=17946] ppid=17943 vsize=9896436 CPUtime=6.77 cores=4-7,12-15
/proc/17946/stat : 17946 (java) S 17943 17946 15292 0 -1 4202496 16517 0 1 0 543 134 0 0 20 0 23 0 22746371 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 140734970696048 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17946/statm: 2474109 195409 2270 9 0 2464786 0
[pid=17946/tid=17947] ppid=17943 vsize=9896436 CPUtime=2.65 cores=4-7,12-15
/proc/17946/task/17947/stat : 17947 (java) R 17943 17946 15292 0 -1 4202560 2814 0 1 0 257 8 0 0 20 0 23 0 22746372 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645715173312 216812021005 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17946/tid=17949] ppid=17943 vsize=9896436 CPUtime=0.19 cores=4-7,12-15
/proc/17946/task/17949/stat : 17949 (java) S 17943 17946 15292 0 -1 4202560 126 0 0 0 10 9 0 0 20 0 23 0 22746373 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645704244008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17946/tid=17950] ppid=17943 vsize=9896436 CPUtime=0.33 cores=4-7,12-15
/proc/17946/task/17950/stat : 17950 (java) S 17943 17946 15292 0 -1 4202560 228 0 0 0 21 12 0 0 20 0 23 0 22746373 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645703191208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17946/tid=17951] ppid=17943 vsize=9896436 CPUtime=0.18 cores=4-7,12-15
/proc/17946/task/17951/stat : 17951 (java) S 17943 17946 15292 0 -1 4202560 91 0 0 0 10 8 0 0 20 0 23 0 22746373 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645702138920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17946/tid=17952] ppid=17943 vsize=9896436 CPUtime=0.25 cores=4-7,12-15
/proc/17946/task/17952/stat : 17952 (java) S 17943 17946 15292 0 -1 4202560 182 0 0 0 14 11 0 0 20 0 23 0 22746373 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645701086120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=17946/tid=17953] ppid=17943 vsize=9896436 CPUtime=0.27 cores=4-7,12-15
/proc/17946/task/17953/stat : 17953 (java) S 17943 17946 15292 0 -1 4202560 161 0 0 0 16 11 0 0 20 0 23 0 22746373 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645700032808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17946/tid=17954] ppid=17943 vsize=9896436 CPUtime=0.19 cores=4-7,12-15
/proc/17946/task/17954/stat : 17954 (java) S 17943 17946 15292 0 -1 4202560 91 0 0 0 10 9 0 0 20 0 23 0 22746373 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645698980008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17946/tid=17955] ppid=17943 vsize=9896436 CPUtime=0.28 cores=4-7,12-15
/proc/17946/task/17955/stat : 17955 (java) S 17943 17946 15292 0 -1 4202560 283 0 0 0 17 11 0 0 20 0 23 0 22746373 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645697927720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17946/tid=17956] ppid=17943 vsize=9896436 CPUtime=0.23 cores=4-7,12-15
/proc/17946/task/17956/stat : 17956 (java) S 17943 17946 15292 0 -1 4202560 414 0 0 0 14 9 0 0 20 0 23 0 22746373 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645696874920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17946/tid=17957] ppid=17943 vsize=9896436 CPUtime=0.24 cores=4-7,12-15
/proc/17946/task/17957/stat : 17957 (java) S 17943 17946 15292 0 -1 4202560 110 0 0 0 14 10 0 0 20 0 23 0 22746373 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645695822632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=17946/tid=17958] ppid=17943 vsize=9896436 CPUtime=0.14 cores=4-7,12-15
/proc/17946/task/17958/stat : 17958 (java) S 17943 17946 15292 0 -1 4202560 245 0 0 0 8 6 0 0 20 0 23 0 22746373 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645549230760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17959] ppid=17943 vsize=9896436 CPUtime=0.19 cores=4-7,12-15
/proc/17946/task/17959/stat : 17959 (java) S 17943 17946 15292 0 -1 4202560 146 0 0 0 10 9 0 0 20 0 23 0 22746373 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645548178472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17946/tid=17960] ppid=17943 vsize=9896436 CPUtime=0.28 cores=4-7,12-15
/proc/17946/task/17960/stat : 17960 (java) S 17943 17946 15292 0 -1 4202560 158 0 0 0 17 11 0 0 20 0 23 0 22746373 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645547125672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17946/tid=17961] ppid=17943 vsize=9896436 CPUtime=0.15 cores=4-7,12-15
/proc/17946/task/17961/stat : 17961 (java) S 17943 17946 15292 0 -1 4202560 76 0 0 0 9 6 0 0 20 0 23 0 22746373 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645546072360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=17946/tid=17962] ppid=17943 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17962/stat : 17962 (java) S 17943 17946 15292 0 -1 4202560 196 0 0 0 0 0 0 0 20 0 23 0 22746374 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645528610920 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17963] ppid=17943 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17963/stat : 17963 (java) S 17943 17946 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 23 0 22746375 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645527557496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17964] ppid=17943 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17964/stat : 17964 (java) S 17943 17946 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 23 0 22746375 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645526504584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17965] ppid=17943 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17965/stat : 17965 (java) S 17943 17946 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22746377 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645525453584 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17966] ppid=17943 vsize=9896436 CPUtime=0.44 cores=4-7,12-15
/proc/17946/task/17966/stat : 17966 (java) S 17943 17946 15292 0 -1 4202560 4535 0 0 0 44 0 0 0 20 0 23 0 22746377 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645524400696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17967] ppid=17943 vsize=9896436 CPUtime=0.48 cores=4-7,12-15
/proc/17946/task/17967/stat : 17967 (java) S 17943 17946 15292 0 -1 4202560 5409 0 0 0 48 0 0 0 20 0 23 0 22746377 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645523348408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17946/tid=17968] ppid=17943 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17968/stat : 17968 (java) S 17943 17946 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22746377 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645522295800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17946/tid=17969] ppid=17943 vsize=9896436 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17969/stat : 17969 (java) S 17943 17946 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 23 0 22746377 10133950464 195409 33554432000 1073741824 1073778376 140734970704912 139645521242696 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 6.77
Current children cumulated vsize (KiB) 9896436

[startup+6.30091 s]
/proc/loadavg: 4.11 3.76 2.38 15/302 18039
/proc/meminfo: memFree=30471960/32872528 swapFree=7804/7804
[pid=17946] ppid=17943 vsize=9896436 CPUtime=13.4 cores=4-7,12-15
/proc/17946/stat : 17946 (java) S 17943 17946 15292 0 -1 4202496 27248 0 1 0 1065 275 0 0 20 0 23 0 22746371 10133950464 339996 33554432000 1073741824 1073778376 140734970704912 140734970696048 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17946/statm: 2474109 339996 2287 9 0 2464786 0
[pid=17946/tid=17947] ppid=17943 vsize=9896436 CPUtime=4.55 cores=4-7,12-15
/proc/17946/task/17947/stat : 17947 (java) S 17943 17946 15292 0 -1 4202560 3406 0 1 0 442 13 0 0 20 0 23 0 22746372 10133950464 339996 33554432000 1073741824 1073778376 140734970704912 139645715180488 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17946/tid=17949] ppid=17943 vsize=9896436 CPUtime=0.45 cores=4-7,12-15
/proc/17946/task/17949/stat : 17949 (java) R 17943 17946 15292 0 -1 4202560 986 0 0 0 26 19 0 0 20 0 23 0 22746373 10133950464 339996 33554432000 1073741824 1073778376 140734970704912 139645704244008 139645722080847 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0
[pid=17946/tid=17950] ppid=17943 vsize=9896436 CPUtime=0.72 cores=4-7,12-15
/proc/17946/task/17950/stat : 17950 (java) R 17943 17946 15292 0 -1 4202560 727 0 0 0 46 26 0 0 20 0 23 0 22746373 10133950464 339996 33554432000 1073741824 1073778376 140734970704912 139645703191384 139645719357615 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17951] ppid=17943 vsize=9896436 CPUtime=0.39 cores=4-7,12-15
/proc/17946/task/17951/stat : 17951 (java) R 17943 17946 15292 0 -1 4202560 476 0 0 0 24 15 0 0 20 0 23 0 22746373 10133950464 339996 33554432000 1073741824 1073778376 140734970704912 139645702139096 139645717653177 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=17946/tid=17952] ppid=17943 vsize=9896436 CPUtime=0.66 cores=4-7,12-15
/proc/17946/task/17952/stat : 17952 (java) R 17943 17946 15292 0 -1 4202560 1138 0 0 0 40 26 0 0 20 0 23 0 22746373 10133950464 339996 33554432000 1073741824 1073778376 140734970704912 139645701086296 139645717653201 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0
[pid=17946/tid=17953] ppid=17943 vsize=9896436 CPUtime=0.51 cores=4-7,12-15
/proc/17946/task/17953/stat : 17953 (java) R 17943 17946 15292 0 -1 4202560 857 0 0 0 31 20 0 0 20 0 23 0 22746373 10133950464 339996 33554432000 1073741824 1073778376 140734970704912 139645700032984 139645719343898 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0
[pid=17946/tid=17954] ppid=17943 vsize=9896436 CPUtime=0.48 cores=4-7,12-15

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

/proc/17946/task/17966/stat : 17966 (java) S 17943 17946 15292 0 -1 4202560 4769 0 0 0 140 0 0 0 20 0 27 0 22746377 10406596608 1164251 33554432000 1073741824 1073778376 140734970704912 139645524400696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17946/tid=17967] ppid=17943 vsize=10162692 CPUtime=2.34 cores=4-7,12-15
/proc/17946/task/17967/stat : 17967 (java) S 17943 17946 15292 0 -1 4202560 11538 0 0 0 233 1 0 0 20 0 27 0 22746377 10406596608 1164251 33554432000 1073741824 1073778376 140734970704912 139645523348408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17946/tid=17968] ppid=17943 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17968/stat : 17968 (java) S 17943 17946 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22746377 10406596608 1164251 33554432000 1073741824 1073778376 140734970704912 139645522295800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17946/tid=17969] ppid=17943 vsize=10162692 CPUtime=0.27 cores=4-7,12-15
/proc/17946/task/17969/stat : 17969 (java) S 17943 17946 15292 0 -1 4202560 47 0 0 0 12 15 0 0 20 0 27 0 22746377 10406596608 1164251 33554432000 1073741824 1073778376 140734970704912 139645521242696 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17946/tid=18045] ppid=17943 vsize=10162692 CPUtime=768.62 cores=4-7,12-15
/proc/17946/task/18045/stat : 18045 (java) R 17943 17946 15292 0 -1 4202560 70 0 0 0 76850 12 0 0 20 0 27 0 22747372 10406596608 1164251 33554432000 1073741824 1073778376 140734970704912 139645520088160 139645577587248 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0
[pid=17946/tid=18046] ppid=17943 vsize=10162692 CPUtime=768.62 cores=4-7,12-15
/proc/17946/task/18046/stat : 18046 (java) R 17943 17946 15292 0 -1 4202560 102 0 0 0 76849 13 0 0 20 0 27 0 22747372 10406596608 1164251 33554432000 1073741824 1073778376 140734970704912 139645519035088 139645577989915 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17946/tid=18047] ppid=17943 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17946/task/18047/stat : 18047 (java) S 17943 17946 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22747399 10406596608 1164251 33554432000 1073741824 1073778376 140734970704912 139645517984808 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17946/tid=18048] ppid=17943 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17946/task/18048/stat : 18048 (java) S 17943 17946 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22747441 10406596608 1164251 33554432000 1073741824 1073778376 140734970704912 139645516932520 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1696.95
Current children cumulated vsize (KiB) 10162692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+871.701 s]
/proc/loadavg: 3.76 3.64 3.24 5/311 18068
/proc/meminfo: memFree=23083444/32872528 swapFree=7804/7804
[pid=17946] ppid=17943 vsize=10162692 CPUtime=1800.16 cores=4-7,12-15
/proc/17946/stat : 17946 (java) S 17943 17946 15292 0 -1 4202496 49550 0 1 0 178700 1316 0 0 20 0 27 0 22746371 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 140734970696048 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17946/statm: 2540673 1164261 2300 9 0 2531350 0
[pid=17946/tid=17947] ppid=17943 vsize=10162692 CPUtime=5.88 cores=4-7,12-15
/proc/17946/task/17947/stat : 17947 (java) S 17943 17946 15292 0 -1 4202560 3517 0 1 0 572 16 0 0 20 0 27 0 22746372 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645715182456 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17946/tid=17949] ppid=17943 vsize=10162692 CPUtime=10.48 cores=4-7,12-15
/proc/17946/task/17949/stat : 17949 (java) S 17943 17946 15292 0 -1 4202560 1770 0 0 0 941 107 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645704244008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17950] ppid=17943 vsize=10162692 CPUtime=10.81 cores=4-7,12-15
/proc/17946/task/17950/stat : 17950 (java) S 17943 17946 15292 0 -1 4202560 1701 0 0 0 977 104 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645703191208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17946/tid=17951] ppid=17943 vsize=10162692 CPUtime=11.03 cores=4-7,12-15
/proc/17946/task/17951/stat : 17951 (java) S 17943 17946 15292 0 -1 4202560 1440 0 0 0 1010 93 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645702138920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17946/tid=17952] ppid=17943 vsize=10162692 CPUtime=11.18 cores=4-7,12-15
/proc/17946/task/17952/stat : 17952 (java) S 17943 17946 15292 0 -1 4202560 2081 0 0 0 1006 112 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645701086120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17946/tid=17953] ppid=17943 vsize=10162692 CPUtime=10.7 cores=4-7,12-15
/proc/17946/task/17953/stat : 17953 (java) S 17943 17946 15292 0 -1 4202560 1869 0 0 0 969 101 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645700032808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=17946/tid=17954] ppid=17943 vsize=10162692 CPUtime=10.6 cores=4-7,12-15
/proc/17946/task/17954/stat : 17954 (java) S 17943 17946 15292 0 -1 4202560 1631 0 0 0 966 94 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645698980008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17946/tid=17955] ppid=17943 vsize=10162692 CPUtime=10.84 cores=4-7,12-15
/proc/17946/task/17955/stat : 17955 (java) S 17943 17946 15292 0 -1 4202560 1836 0 0 0 993 91 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645697927720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=17946/tid=17956] ppid=17943 vsize=10162692 CPUtime=10.97 cores=4-7,12-15
/proc/17946/task/17956/stat : 17956 (java) S 17943 17946 15292 0 -1 4202560 1929 0 0 0 990 107 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645696874920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17946/tid=17957] ppid=17943 vsize=10162692 CPUtime=10.64 cores=4-7,12-15
/proc/17946/task/17957/stat : 17957 (java) S 17943 17946 15292 0 -1 4202560 1848 0 0 0 965 99 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645695822632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17946/tid=17958] ppid=17943 vsize=10162692 CPUtime=10.68 cores=4-7,12-15
/proc/17946/task/17958/stat : 17958 (java) S 17943 17946 15292 0 -1 4202560 1849 0 0 0 977 91 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645549230760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=17946/tid=17959] ppid=17943 vsize=10162692 CPUtime=9.9 cores=4-7,12-15
/proc/17946/task/17959/stat : 17959 (java) S 17943 17946 15292 0 -1 4202560 1863 0 0 0 900 90 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645548178472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17946/tid=17960] ppid=17943 vsize=10162692 CPUtime=10.14 cores=4-7,12-15
/proc/17946/task/17960/stat : 17960 (java) S 17943 17946 15292 0 -1 4202560 1488 0 0 0 931 83 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645547125672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17946/tid=17961] ppid=17943 vsize=10162692 CPUtime=11.01 cores=4-7,12-15
/proc/17946/task/17961/stat : 17961 (java) S 17943 17946 15292 0 -1 4202560 1887 0 0 0 1014 87 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645546072360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17962] ppid=17943 vsize=10162692 CPUtime=12.27 cores=4-7,12-15
/proc/17946/task/17962/stat : 17962 (java) S 17943 17946 15292 0 -1 4202560 5044 0 0 0 1214 13 0 0 20 0 27 0 22746374 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645528610920 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17946/tid=17963] ppid=17943 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17963/stat : 17963 (java) S 17943 17946 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 22746375 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645527557496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17964] ppid=17943 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17964/stat : 17964 (java) S 17943 17946 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 22746375 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645526504584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17965] ppid=17943 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17965/stat : 17965 (java) S 17943 17946 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22746377 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645525453584 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17966] ppid=17943 vsize=10162692 CPUtime=1.4 cores=4-7,12-15
/proc/17946/task/17966/stat : 17966 (java) S 17943 17946 15292 0 -1 4202560 4769 0 0 0 140 0 0 0 20 0 27 0 22746377 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645524400696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17946/tid=17967] ppid=17943 vsize=10162692 CPUtime=2.34 cores=4-7,12-15
/proc/17946/task/17967/stat : 17967 (java) S 17943 17946 15292 0 -1 4202560 11538 0 0 0 233 1 0 0 20 0 27 0 22746377 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645523348408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17946/tid=17968] ppid=17943 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17968/stat : 17968 (java) S 17943 17946 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22746377 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645522295800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17946/tid=17969] ppid=17943 vsize=10162692 CPUtime=0.3 cores=4-7,12-15
/proc/17946/task/17969/stat : 17969 (java) S 17943 17946 15292 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 27 0 22746377 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645521242696 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17946/tid=18045] ppid=17943 vsize=10162692 CPUtime=817.13 cores=4-7,12-15
/proc/17946/task/18045/stat : 18045 (java) R 17943 17946 15292 0 -1 4202560 71 0 0 0 81700 13 0 0 20 0 27 0 22747372 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645520080528 139645577802637 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17946/tid=18046] ppid=17943 vsize=10162692 CPUtime=817.14 cores=4-7,12-15
/proc/17946/task/18046/stat : 18046 (java) R 17943 17946 15292 0 -1 4202560 103 0 0 0 81700 14 0 0 20 0 27 0 22747372 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645519035072 139645577778770 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17946/tid=18047] ppid=17943 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17946/task/18047/stat : 18047 (java) S 17943 17946 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22747399 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645517984808 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17946/tid=18048] ppid=17943 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17946/task/18048/stat : 18048 (java) S 17943 17946 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22747441 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645516932520 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
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 17946 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+871.701 s]
/proc/loadavg: 3.76 3.64 3.24 5/311 18068
/proc/meminfo: memFree=23083444/32872528 swapFree=7804/7804
[pid=17946] ppid=17943 vsize=10162692 CPUtime=1800.16 cores=4-7,12-15
/proc/17946/stat : 17946 (java) S 17943 17946 15292 0 -1 4202496 49550 0 1 0 178700 1316 0 0 20 0 27 0 22746371 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 140734970696048 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 6 0 0 0 0 0
/proc/17946/statm: 2540673 1164261 2300 9 0 2531350 0
[pid=17946/tid=17947] ppid=17943 vsize=10162692 CPUtime=5.88 cores=4-7,12-15
/proc/17946/task/17947/stat : 17947 (java) S 17943 17946 15292 0 -1 4202560 3517 0 1 0 572 16 0 0 20 0 27 0 22746372 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645715182456 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17946/tid=17949] ppid=17943 vsize=10162692 CPUtime=10.48 cores=4-7,12-15
/proc/17946/task/17949/stat : 17949 (java) S 17943 17946 15292 0 -1 4202560 1770 0 0 0 941 107 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645704244008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17950] ppid=17943 vsize=10162692 CPUtime=10.81 cores=4-7,12-15
/proc/17946/task/17950/stat : 17950 (java) S 17943 17946 15292 0 -1 4202560 1701 0 0 0 977 104 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645703191208 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17946/tid=17951] ppid=17943 vsize=10162692 CPUtime=11.03 cores=4-7,12-15
/proc/17946/task/17951/stat : 17951 (java) S 17943 17946 15292 0 -1 4202560 1440 0 0 0 1010 93 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645702138920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17946/tid=17952] ppid=17943 vsize=10162692 CPUtime=11.18 cores=4-7,12-15
/proc/17946/task/17952/stat : 17952 (java) S 17943 17946 15292 0 -1 4202560 2081 0 0 0 1006 112 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645701086120 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17946/tid=17953] ppid=17943 vsize=10162692 CPUtime=10.7 cores=4-7,12-15
/proc/17946/task/17953/stat : 17953 (java) S 17943 17946 15292 0 -1 4202560 1869 0 0 0 969 101 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645700032808 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=17946/tid=17954] ppid=17943 vsize=10162692 CPUtime=10.6 cores=4-7,12-15
/proc/17946/task/17954/stat : 17954 (java) S 17943 17946 15292 0 -1 4202560 1631 0 0 0 966 94 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645698980008 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17946/tid=17955] ppid=17943 vsize=10162692 CPUtime=10.84 cores=4-7,12-15
/proc/17946/task/17955/stat : 17955 (java) S 17943 17946 15292 0 -1 4202560 1836 0 0 0 993 91 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645697927720 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
[pid=17946/tid=17956] ppid=17943 vsize=10162692 CPUtime=10.97 cores=4-7,12-15
/proc/17946/task/17956/stat : 17956 (java) S 17943 17946 15292 0 -1 4202560 1929 0 0 0 990 107 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645696874920 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17946/tid=17957] ppid=17943 vsize=10162692 CPUtime=10.64 cores=4-7,12-15
/proc/17946/task/17957/stat : 17957 (java) S 17943 17946 15292 0 -1 4202560 1848 0 0 0 965 99 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645695822632 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17946/tid=17958] ppid=17943 vsize=10162692 CPUtime=10.68 cores=4-7,12-15
/proc/17946/task/17958/stat : 17958 (java) S 17943 17946 15292 0 -1 4202560 1849 0 0 0 977 91 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645549230760 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 13 0 0 0 0 0
[pid=17946/tid=17959] ppid=17943 vsize=10162692 CPUtime=9.9 cores=4-7,12-15
/proc/17946/task/17959/stat : 17959 (java) S 17943 17946 15292 0 -1 4202560 1863 0 0 0 900 90 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645548178472 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 6 0 0 0 0 0
[pid=17946/tid=17960] ppid=17943 vsize=10162692 CPUtime=10.14 cores=4-7,12-15
/proc/17946/task/17960/stat : 17960 (java) S 17943 17946 15292 0 -1 4202560 1488 0 0 0 931 83 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645547125672 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17946/tid=17961] ppid=17943 vsize=10162692 CPUtime=11.01 cores=4-7,12-15
/proc/17946/task/17961/stat : 17961 (java) S 17943 17946 15292 0 -1 4202560 1887 0 0 0 1014 87 0 0 20 0 27 0 22746373 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645546072360 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17962] ppid=17943 vsize=10162692 CPUtime=12.27 cores=4-7,12-15
/proc/17946/task/17962/stat : 17962 (java) S 17943 17946 15292 0 -1 4202560 5044 0 0 0 1214 13 0 0 20 0 27 0 22746374 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645528610920 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17946/tid=17963] ppid=17943 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17963/stat : 17963 (java) S 17943 17946 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 22746375 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645527557496 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17964] ppid=17943 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17964/stat : 17964 (java) S 17943 17946 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 22746375 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645526504584 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17965] ppid=17943 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17965/stat : 17965 (java) S 17943 17946 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22746377 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645525453584 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 15 0 0 0 0 0
[pid=17946/tid=17966] ppid=17943 vsize=10162692 CPUtime=1.4 cores=4-7,12-15
/proc/17946/task/17966/stat : 17966 (java) S 17943 17946 15292 0 -1 4202560 4769 0 0 0 140 0 0 0 20 0 27 0 22746377 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645524400696 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17946/tid=17967] ppid=17943 vsize=10162692 CPUtime=2.34 cores=4-7,12-15
/proc/17946/task/17967/stat : 17967 (java) S 17943 17946 15292 0 -1 4202560 11538 0 0 0 233 1 0 0 20 0 27 0 22746377 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645523348408 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 7 0 0 0 0 0
[pid=17946/tid=17968] ppid=17943 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17946/task/17968/stat : 17968 (java) S 17943 17946 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 22746377 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645522295800 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 12 0 0 0 0 0
[pid=17946/tid=17969] ppid=17943 vsize=10162692 CPUtime=0.3 cores=4-7,12-15
/proc/17946/task/17969/stat : 17969 (java) S 17943 17946 15292 0 -1 4202560 51 0 0 0 13 17 0 0 20 0 27 0 22746377 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645521242696 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 5 0 0 0 0 0
[pid=17946/tid=18045] ppid=17943 vsize=10162692 CPUtime=817.13 cores=4-7,12-15
/proc/17946/task/18045/stat : 18045 (java) R 17943 17946 15292 0 -1 4202560 71 0 0 0 81700 13 0 0 20 0 27 0 22747372 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645520080528 139645577802637 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0
[pid=17946/tid=18046] ppid=17943 vsize=10162692 CPUtime=817.14 cores=4-7,12-15
/proc/17946/task/18046/stat : 18046 (java) R 17943 17946 15292 0 -1 4202560 103 0 0 0 81700 14 0 0 20 0 27 0 22747372 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645519035072 139645577778770 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0
[pid=17946/tid=18047] ppid=17943 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17946/task/18047/stat : 18047 (java) S 17943 17946 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22747399 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645517984808 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 4 0 0 0 0 0
[pid=17946/tid=18048] ppid=17943 vsize=10162692 CPUtime=0 cores=4-7,12-15
/proc/17946/task/18048/stat : 18048 (java) S 17943 17946 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 22747441 10406596608 1164261 33554432000 1073741824 1073778376 140734970704912 139645516932520 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 14 0 0 0 0 0
Current children cumulated CPU time (s) 1800.16
Current children cumulated vsize (KiB) 10162692

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 17946 and gives
#  childrusage.ru_utime.tv_sec=1782
#  childrusage.ru_utime.tv_usec=421030
#  childrusage.ru_stime.tv_sec=13
#  childrusage.ru_stime.tv_usec=559938
# CPU time returned by wait4() is 1795.98
# while last known CPU time is 1800.16
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 871.758
CPU time (s): 1800.16
CPU user time (s): 1787
CPU system time (s): 13.16
CPU usage (%): 206.498
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1782.42
system time used= 13.5599
maximum resident set size= 4663076
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 49584
page faults= 1
swaps= 0
block input operations= 0
block output operations= 952
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 22999
involuntary context switches= 30171

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.93725 second user time and 6.92495 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 01:43:38
IDJOB=4099810
IDBENCH=1537
IDSOLVER=2543
FILE ID=node132/4099810-1466207016
RUNJOBID= node132-1466206058-15309
PBS_JOBID= 19918145
Free space on /tmp= 71708 MiB

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

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

MD5SUM BENCH= af7b516198b9fda389a0d83cfb6c28d1
RANDOM SEED=1186976008

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:        28251572 kB
Buffers:           34416 kB
Cached:           108092 kB
SwapCached:         1804 kB
Active:          3795236 kB
Inactive:          66936 kB
Active(anon):    3720912 kB
Inactive(anon):     1028 kB
Active(file):      74324 kB
Inactive(file):    65908 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099272 kB
Dirty:             29280 kB
Writeback:             0 kB
AnonPages:       3694400 kB
Mapped:            15468 kB
Shmem:                 0 kB
Slab:             577296 kB
SReclaimable:      17172 kB
SUnreclaim:       560124 kB
KernelStack:        2416 kB
PageTables:        11764 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    4182532 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3624960 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= 71700 MiB
End job on node132 at 2016-06-18 01:58:10