Trace number 4100994

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.13 887.967

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-scorpion.opb
MD5SUMc81149f534c8693c12d254417cbfee8f
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 variables10740
Total number of constraints377
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 constraints377
Minimum length of a constraint30
Maximum length of a constraint600
Number of terms in the objective function 8460
Biggest coefficient in the objective function 9370
Number of bits for the biggest coefficient in the objective function 14
Sum of the numbers in the objective function 531275
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 531275
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.07	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
0.00/0.07	c This is free software under the dual EPL/GNU LGPL licenses.
0.00/0.07	c See www.sat4j.org for details.
0.00/0.08	c version PB16.v20160501
0.00/0.08	c java.runtime.name	Java(TM) SE Runtime Environment
0.00/0.08	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
0.00/0.08	c java.vm.version	19.1-b02
0.00/0.08	c java.vm.vendor	Sun Microsystems Inc.
0.00/0.08	c sun.arch.data.model	64
0.00/0.08	c java.version		1.6.0_24
0.00/0.08	c os.name		Linux
0.00/0.08	c os.version		2.6.32-71.29.1.el6.x86_64
0.00/0.08	c os.arch		amd64
0.00/0.08	c Free memory 		501472288
0.00/0.08	c Max memory 		7480803328
0.00/0.08	c Total memory 		504102912
0.00/0.08	c Number of processors 	16
0.10/0.11	c Pseudo Boolean Optimization by upper bound
0.10/0.11	c ManyCore solver with 2 solvers running in parallel
0.10/0.11	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@38c5c3ac
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
0.10/0.11	c Expensive reason simplification
0.10/0.11	c Glucose 2.1 dynamic restart strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@558385e3
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
0.10/0.11	c Cutting planes based inference (org.sat4j.pb.core.PBSolverCP)
0.10/0.11	c --- Begin Solver configuration ---
0.10/0.11	c org.sat4j.pb.constraints.PBMaxClauseCardConstrDataStructure@2dcb25f1
0.10/0.11	c Learn all clauses as in MiniSAT
0.10/0.11	c claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
0.10/0.11	c VSIDS like heuristics from MiniSAT using a heap phase appearing in latest learned clause taking into account the objective function
0.10/0.11	c No reason simplification
0.10/0.11	c Armin Biere (Picosat) restarts strategy
0.10/0.11	c Glucose 2 learned constraints deletion strategy (LBD updated on propagation) with timer check every 1000 if the learned constraints reach increasing bounds: 5000 step 1000
0.10/0.11	c timeout=2147483s
0.10/0.11	c DB Simplification allowed=false
0.10/0.11	c Listener: org.sat4j.pb.tools.ManyCorePB@558385e3
0.10/0.11	c --- End Solver configuration ---
0.10/0.11	c solving HOME/instance-4100994-1466212364.opb
0.10/0.11	c reading problem ... 
0.10/0.11	c  objective function found
1.12/0.55	c ... done. Wall clock time 0.446s.
1.12/0.55	c declared #vars     10740
1.12/0.56	c #constraints  657
1.12/0.56	c >>>>>>>>>> Solver number 0 <<<<<<<<<<<<<<<<<<
1.12/0.56	c constraints type 
1.12/0.56	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 49
1.12/0.56	c org.sat4j.specs.Constr$1 => 22
1.12/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPbLong => 586
1.12/0.56	c 657 constraints processed.
1.12/0.56	c >>>>>>>>>> Solver number 1 <<<<<<<<<<<<<<<<<<
1.12/0.56	c constraints type 
1.12/0.56	c org.sat4j.specs.Constr$1 => 22
1.12/0.56	c org.sat4j.pb.constraints.pb.OriginalHTClausePB => 49
1.12/0.56	c org.sat4j.pb.constraints.pb.MaxWatchPb => 586
1.12/0.56	c 657 constraints processed.
1.12/0.56	c objective function length is 8460 literals
3.78/1.30	c cleaning 2499 clauses out of 5000 with flag 11061/5000
5.89/2.09	c cleaning 4251 clauses out of 8501 with flag 24766/11000
8.08/3.00	c cleaning 5625 clauses out of 11252 with flag 40493/18002
10.32/4.07	c cleaning 6811 clauses out of 13626 with flag 58089/26001
13.59/5.53	c cleaning 7907 clauses out of 15819 with flag 78416/35005
16.99/7.12	c cleaning 8949 clauses out of 17908 with flag 100170/45001
19.43/8.34	c cleaning 9970 clauses out of 19959 with flag 122785/56001
22.83/9.94	c cleaning 10983 clauses out of 21988 with flag 147366/68000
27.18/12.04	c cleaning 11994 clauses out of 24006 with flag 174670/81001
31.75/14.22	c cleaning 13002 clauses out of 26014 with flag 203588/95003
36.15/16.49	c cleaning 13993 clauses out of 28009 with flag 235858/110000
41.35/19.03	c cleaning 15002 clauses out of 30020 with flag 271015/126004
47.42/21.93	c cleaning 15999 clauses out of 32014 with flag 308865/143000
55.82/26.10	c cleaning 17009 clauses out of 34027 with flag 346943/161012
63.24/29.84	c cleaning 18000 clauses out of 36006 with flag 387761/180000
72.89/34.51	c cleaning 19002 clauses out of 38006 with flag 429673/200000
81.29/38.78	c cleaning 19993 clauses out of 40004 with flag 474702/221000
93.57/44.71	c cleaning 21006 clauses out of 42011 with flag 520441/243000
104.89/50.33	c cleaning 22001 clauses out of 44006 with flag 570422/266001
117.36/56.57	c cleaning 23002 clauses out of 46007 with flag 624810/290003
128.95/62.25	c cleaning 23995 clauses out of 48005 with flag 677046/315003
142.75/69.14	c cleaning 25006 clauses out of 50016 with flag 732585/341009
157.76/76.64	c cleaning 26000 clauses out of 52003 with flag 789923/368002
174.56/85.06	c cleaning 27000 clauses out of 54010 with flag 852392/396009
190.36/92.92	c cleaning 28001 clauses out of 56009 with flag 913503/425008
205.45/100.01	c cleaning 29001 clauses out of 58007 with flag 976291/455007
207.91/101.22	c cleaning 0 clauses out of 5000 with flag 0/5000
223.27/108.51	c cleaning 30002 clauses out of 60004 with flag 1040227/486005
241.76/117.69	c cleaning 30997 clauses out of 62001 with flag 1107392/518004
260.92/127.12	c cleaning 31998 clauses out of 64001 with flag 1175066/551001
280.14/136.85	c cleaning 32997 clauses out of 66005 with flag 1245878/585003
300.48/146.93	c cleaning 34004 clauses out of 68014 with flag 1318483/620009
321.89/157.53	c cleaning 35002 clauses out of 70003 with flag 1394460/656002
352.92/172.94	c cleaning 35993 clauses out of 71999 with flag 1471841/693000
361.61/177.24	c cleaning 0 clauses out of 11000 with flag 0/11000
377.39/184.95	c cleaning 37007 clauses out of 74013 with flag 1552215/731007
401.61/197.00	c cleaning 37994 clauses out of 76004 with flag 1636743/770005
428.55/210.20	c cleaning 39006 clauses out of 78012 with flag 1717304/810007
456.12/223.91	c cleaning 39995 clauses out of 79999 with flag 1801448/851000
489.85/240.60	c cleaning 41001 clauses out of 82005 with flag 1888605/893001
522.93/256.95	c cleaning 42003 clauses out of 84005 with flag 1977002/936002
559.17/274.86	c cleaning 42993 clauses out of 86000 with flag 2071086/980000
595.81/292.99	c cleaning 43995 clauses out of 88008 with flag 2168266/1025001
636.19/312.81	c cleaning 45006 clauses out of 90015 with flag 2261874/1071003
672.90/330.97	c cleaning 45999 clauses out of 92006 with flag 2356804/1118000
722.87/355.69	c cleaning 47003 clauses out of 94008 with flag 2456785/1166001
766.43/377.15	c cleaning 47995 clauses out of 96004 with flag 2556610/1215000
794.02/391.06	c cleaning 0 clauses out of 18001 with flag 0/18001
821.86/404.73	c cleaning 49004 clauses out of 98010 with flag 2660396/1265001
870.82/428.94	c cleaning 50002 clauses out of 100010 with flag 2763192/1316005
924.21/455.24	c cleaning 50992 clauses out of 102008 with flag 2870800/1368005
983.03/484.26	c cleaning 51997 clauses out of 104013 with flag 2979792/1421002
1073.77/529.01	c cleaning 53004 clauses out of 106014 with flag 3089961/1475000
1153.94/568.95	c cleaning 54000 clauses out of 108012 with flag 3200474/1530002
1231.40/607.13	c cleaning 54998 clauses out of 110012 with flag 3313578/1586002
1318.44/650.08	c cleaning 56003 clauses out of 112012 with flag 3429004/1643000
1398.39/689.43	c cleaning 56993 clauses out of 114011 with flag 3546229/1701002
1517.75/748.36	c cleaning 58004 clauses out of 116021 with flag 3668029/1760005
1621.87/799.66	c cleaning 59005 clauses out of 118014 with flag 3790519/1820002
1733.85/854.94	c cleaning 60001 clauses out of 120007 with flag 3913102/1881000
1800.13/887.90	c >>>>>>>>>> Solver number 0 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/887.90	c starts		: 153
1800.13/887.90	c conflicts		: 1923309
1800.13/887.90	c decisions		: 2130357
1800.13/887.90	c propagations		: 17837586
1800.13/887.90	c inspects		: 13795642478
1800.13/887.90	c shortcuts		: 0
1800.13/887.90	c learnt literals	: 0
1800.13/887.90	c learnt binary clauses	: 0
1800.13/887.90	c learnt ternary clauses	: 0
1800.13/887.90	c learnt constraints	: 1923309
1800.13/887.90	c ignored constraints	: 0
1800.13/887.90	c root simplifications	: 0
1800.13/887.90	c removed literals (reason simplification)	: 6810524
1800.13/887.90	c reason swapping (by a shorter reason)	: 0
1800.13/887.90	c Calls to reduceDB	: 57
1800.13/887.90	c Number of update (reduction) of LBD	: 128980
1800.13/887.90	c Imported unit clauses	: 0
1800.13/887.90	c number of reductions to clauses (during analyze)	: 0
1800.13/887.90	c number of learned constraints concerned by reduction	: 0
1800.13/887.90	c number of learning phase by resolution	: 0
1800.13/887.90	c number of learning phase by cutting planes	: 0
1800.13/887.90	c speed (assignments/second)	: 20102.836979343345
1800.13/887.90	c non guided choices	1
1800.13/887.93	c learnt constraints type 
1800.13/887.93	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 102316
1800.13/887.93	c >>>>>>>>>> Solver number 1 (0 answers) <<<<<<<<<<<<<<<<<<
1800.13/887.93	c starts		: 43
1800.13/887.93	c conflicts		: 25464
1800.13/887.93	c decisions		: 137688
1800.13/887.93	c propagations		: 416457
1800.13/887.93	c inspects		: 579617047
1800.13/887.93	c shortcuts		: 0
1800.13/887.93	c learnt literals	: 0
1800.13/887.93	c learnt binary clauses	: 0
1800.13/887.93	c learnt ternary clauses	: 0
1800.13/887.93	c learnt constraints	: 25464
1800.13/887.93	c ignored constraints	: 0
1800.13/887.93	c root simplifications	: 0
1800.13/887.93	c removed literals (reason simplification)	: 0
1800.13/887.93	c reason swapping (by a shorter reason)	: 0
1800.13/887.93	c Calls to reduceDB	: 3
1800.13/887.93	c Number of update (reduction) of LBD	: 0
1800.13/887.93	c Imported unit clauses	: 0
1800.13/887.93	c number of reductions to clauses (during analyze)	: 0
1800.13/887.93	c number of learned constraints concerned by reduction	: 0
1800.13/887.93	c number of learning phase by resolution	: 0
1800.13/887.93	c number of learning phase by cutting planes	: 0
1800.13/887.93	c speed (assignments/second)	: 469.3319358983028
1800.13/887.93	c non guided choices	0
1800.13/887.94	c learnt constraints type 
1800.13/887.94	c org.sat4j.pb.constraints.pb.LearntHTClausePB => 348
1800.13/887.94	c org.sat4j.pb.constraints.pb.MaxWatchPb => 25116
1800.13/887.94	s UNKNOWN
1800.13/887.94	c Total wall clock time (in seconds): 887.833

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

pid=19801
running on 8 cores: 0-3,8-11

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.12 4.31 4.24 4/285 19804
/proc/meminfo: memFree=28576600/32872528 swapFree=7804/7804
[pid=19804] ppid=19801 vsize=152584 CPUtime=0 cores=0-3,8-11
/proc/19804/stat : 19804 (java) S 19801 19804 15292 0 -1 4202496 1526 0 1 0 0 0 0 0 20 0 2 0 23281035 156246016 1129 33554432000 1073741824 1073778376 140733509311648 140733509302784 216811995197 0 0 0 16784584 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/19804/statm: 38146 1129 864 9 0 29255 0
[pid=19804/tid=19805] ppid=19801 vsize=152584 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19805/stat : 19805 (java) R 19801 19804 15292 0 -1 4202560 302 0 1 0 0 0 0 0 20 0 2 0 23281036 156246016 1129 33554432000 1073741824 1073778376 140733509311648 140270153677104 140270157688864 0 4 0 16784584 0 0 0 -1 9 0 0 0 0 0

[startup+0.100061 s]
/proc/loadavg: 4.12 4.31 4.24 4/285 19804
/proc/meminfo: memFree=28576600/32872528 swapFree=7804/7804
[pid=19804] ppid=19801 vsize=9896436 CPUtime=0.1 cores=0-3,8-11
/proc/19804/stat : 19804 (java) S 19801 19804 15292 0 -1 4202496 4538 0 1 0 9 1 0 0 20 0 23 0 23281035 10133950464 6170 33554432000 1073741824 1073778376 140733509311648 140733509302784 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/19804/statm: 2474109 6170 2156 9 0 2464786 0
[pid=19804/tid=19805] ppid=19801 vsize=9896436 CPUtime=0.07 cores=0-3,8-11
/proc/19804/task/19805/stat : 19805 (java) R 19801 19804 15292 0 -1 4202560 2427 0 1 0 6 1 0 0 20 0 23 0 23281036 10133950464 6170 33554432000 1073741824 1073778376 140733509311648 140270153674872 216812021005 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 9896436

[startup+0.20027 s]
/proc/loadavg: 4.12 4.31 4.24 4/285 19804
/proc/meminfo: memFree=28576600/32872528 swapFree=7804/7804
[pid=19804] ppid=19801 vsize=9896436 CPUtime=0.31 cores=0-3,8-11
/proc/19804/stat : 19804 (java) S 19801 19804 15292 0 -1 4202496 5061 0 1 0 29 2 0 0 20 0 23 0 23281035 10133950464 7485 33554432000 1073741824 1073778376 140733509311648 140733509302784 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/19804/statm: 2474109 7485 2223 9 0 2464786 0
[pid=19804/tid=19805] ppid=19801 vsize=9896436 CPUtime=0.17 cores=0-3,8-11
/proc/19804/task/19805/stat : 19805 (java) R 19801 19804 15292 0 -1 4202560 2440 0 1 0 16 1 0 0 20 0 23 0 23281036 10133950464 7485 33554432000 1073741824 1073778376 140733509311648 140270153674872 140270024809132 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.31
Current children cumulated vsize (KiB) 9896436

[startup+0.300266 s]
/proc/loadavg: 4.12 4.31 4.24 4/285 19804
/proc/meminfo: memFree=28576600/32872528 swapFree=7804/7804
[pid=19804] ppid=19801 vsize=9896436 CPUtime=0.52 cores=0-3,8-11
/proc/19804/stat : 19804 (java) S 19801 19804 15292 0 -1 4202496 6733 0 1 0 50 2 0 0 20 0 23 0 23281035 10133950464 10983 33554432000 1073741824 1073778376 140733509311648 140733509302784 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/19804/statm: 2474109 10985 2235 9 0 2464786 0
[pid=19804/tid=19805] ppid=19801 vsize=9896436 CPUtime=0.27 cores=0-3,8-11
/proc/19804/task/19805/stat : 19805 (java) R 19801 19804 15292 0 -1 4202560 2446 0 1 0 26 1 0 0 20 0 23 0 23281036 10133950464 10986 33554432000 1073741824 1073778376 140733509311648 140270153674872 140270025252660 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 0.52
Current children cumulated vsize (KiB) 9896436

[startup+0.700282 s]
/proc/loadavg: 4.12 4.31 4.24 4/285 19804
/proc/meminfo: memFree=28576600/32872528 swapFree=7804/7804
[pid=19804] ppid=19801 vsize=10162692 CPUtime=1.79 cores=0-3,8-11
/proc/19804/stat : 19804 (java) S 19801 19804 15292 0 -1 4202496 15050 0 1 0 174 5 0 0 20 0 27 0 23281035 10406596608 29909 33554432000 1073741824 1073778376 140733509311648 140733509302784 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/19804/statm: 2540673 29909 2261 9 0 2531350 0
[pid=19804/tid=19805] ppid=19801 vsize=10162692 CPUtime=0.53 cores=0-3,8-11
/proc/19804/task/19805/stat : 19805 (java) S 19801 19804 15292 0 -1 4202560 2485 0 1 0 51 2 0 0 20 0 27 0 23281036 10406596608 29909 33554432000 1073741824 1073778376 140733509311648 140270153675640 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
Current children cumulated CPU time (s) 1.79
Current children cumulated vsize (KiB) 10162692

[startup+1.50162 s]
/proc/loadavg: 4.12 4.31 4.24 6/312 19831
/proc/meminfo: memFree=28387604/32872528 swapFree=7804/7804
[pid=19804] ppid=19801 vsize=10162692 CPUtime=4.6 cores=0-3,8-11
/proc/19804/stat : 19804 (java) S 19801 19804 15292 0 -1 4202496 16865 0 1 0 434 26 0 0 20 0 27 0 23281035 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140733509302784 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/19804/statm: 2540673 54911 2284 9 0 2531350 0
[pid=19804/tid=19805] ppid=19801 vsize=10162692 CPUtime=0.53 cores=0-3,8-11
/proc/19804/task/19805/stat : 19805 (java) S 19801 19804 15292 0 -1 4202560 2485 0 1 0 51 2 0 0 20 0 27 0 23281036 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140270153675640 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=19804/tid=19807] ppid=19801 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/19804/task/19807/stat : 19807 (java) S 19801 19804 15292 0 -1 4202560 32 0 0 0 0 2 0 0 20 0 27 0 23281036 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269997210152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=19804/tid=19808] ppid=19801 vsize=10162692 CPUtime=0.02 cores=0-3,8-11
/proc/19804/task/19808/stat : 19808 (java) S 19801 19804 15292 0 -1 4202560 59 0 0 0 1 1 0 0 20 0 27 0 23281036 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269996157352 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=19804/tid=19809] ppid=19801 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/19804/task/19809/stat : 19809 (java) S 19801 19804 15292 0 -1 4202560 66 0 0 0 2 2 0 0 20 0 27 0 23281036 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269995104552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19804/tid=19810] ppid=19801 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/19804/task/19810/stat : 19810 (java) S 19801 19804 15292 0 -1 4202560 57 0 0 0 2 2 0 0 20 0 27 0 23281036 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269994051752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19804/tid=19811] ppid=19801 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/19804/task/19811/stat : 19811 (java) S 19801 19804 15292 0 -1 4202560 11 0 0 0 0 1 0 0 20 0 27 0 23281036 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269992999976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19812] ppid=19801 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/19804/task/19812/stat : 19812 (java) S 19801 19804 15292 0 -1 4202560 47 0 0 0 1 2 0 0 20 0 27 0 23281036 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269991947176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=19804/tid=19813] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19813/stat : 19813 (java) S 19801 19804 15292 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 27 0 23281036 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269990894376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19804/tid=19814] ppid=19801 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/19804/task/19814/stat : 19814 (java) S 19801 19804 15292 0 -1 4202560 62 0 0 0 2 2 0 0 20 0 27 0 23281036 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269989841576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19804/tid=19815] ppid=19801 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/19804/task/19815/stat : 19815 (java) S 19801 19804 15292 0 -1 4202560 32 0 0 0 1 0 0 0 20 0 27 0 23281036 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269988788776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=19804/tid=19816] ppid=19801 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/19804/task/19816/stat : 19816 (java) S 19801 19804 15292 0 -1 4202560 68 0 0 0 1 3 0 0 20 0 27 0 23281036 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269987735976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19804/tid=19817] ppid=19801 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/19804/task/19817/stat : 19817 (java) S 19801 19804 15292 0 -1 4202560 11 0 0 0 1 0 0 0 20 0 27 0 23281036 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269986683176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19804/tid=19818] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19818/stat : 19818 (java) S 19801 19804 15292 0 -1 4202560 30 0 0 0 0 0 0 0 20 0 27 0 23281036 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269985630376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19804/tid=19819] ppid=19801 vsize=10162692 CPUtime=0.01 cores=0-3,8-11
/proc/19804/task/19819/stat : 19819 (java) S 19801 19804 15292 0 -1 4202560 14 0 0 0 0 1 0 0 20 0 27 0 23281036 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269984578600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=19804/tid=19820] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19820/stat : 19820 (java) S 19801 19804 15292 0 -1 4202560 71 0 0 0 0 0 0 0 20 0 27 0 23281037 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269967117160 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19821] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19821/stat : 19821 (java) S 19801 19804 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23281038 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269966063224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19822] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19822/stat : 19822 (java) S 19801 19804 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23281038 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269965010312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19823] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19823/stat : 19823 (java) S 19801 19804 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23281040 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269963958800 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19824] ppid=19801 vsize=10162692 CPUtime=0.9 cores=0-3,8-11
/proc/19804/task/19824/stat : 19824 (java) S 19801 19804 15292 0 -1 4202560 5976 0 0 0 89 1 0 0 20 0 27 0 23281040 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269962905912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19804/tid=19825] ppid=19801 vsize=10162692 CPUtime=0.91 cores=0-3,8-11
/proc/19804/task/19825/stat : 19825 (java) S 19801 19804 15292 0 -1 4202560 6470 0 0 0 89 2 0 0 20 0 27 0 23281040 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269961853112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19826] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19826/stat : 19826 (java) S 19801 19804 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23281040 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269960800504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=19804/tid=19827] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19827/stat : 19827 (java) S 19801 19804 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23281040 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269959748936 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19804/tid=19828] ppid=19801 vsize=10162692 CPUtime=0.86 cores=0-3,8-11
/proc/19804/task/19828/stat : 19828 (java) R 19801 19804 15292 0 -1 4202560 27 0 0 0 86 0 0 0 20 0 27 0 23281091 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269958595928 140270025864075 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19804/tid=19829] ppid=19801 vsize=10162692 CPUtime=0.86 cores=0-3,8-11
/proc/19804/task/19829/stat : 19829 (java) R 19801 19804 15292 0 -1 4202560 51 0 0 0 86 0 0 0 20 0 27 0 23281091 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269957541384 140270025519597 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19804/tid=19830] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19830/stat : 19830 (java) S 19801 19804 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23281094 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269956490536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=19804/tid=19831] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19831/stat : 19831 (java) S 19801 19804 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23281094 10406596608 54911 33554432000 1073741824 1073778376 140733509311648 140269955437736 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 4.6
Current children cumulated vsize (KiB) 10162692

[startup+3.10161 s]
/proc/loadavg: 4.27 4.33 4.25 5/312 19831
/proc/meminfo: memFree=28230468/32872528 swapFree=7804/7804
[pid=19804] ppid=19801 vsize=10162692 CPUtime=8.29 cores=0-3,8-11
/proc/19804/stat : 19804 (java) S 19801 19804 15292 0 -1 4202496 17646 0 1 0 777 52 0 0 20 0 27 0 23281035 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140733509302784 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/19804/statm: 2540673 106123 2284 9 0 2531350 0
[pid=19804/tid=19805] ppid=19801 vsize=10162692 CPUtime=0.53 cores=0-3,8-11
/proc/19804/task/19805/stat : 19805 (java) S 19801 19804 15292 0 -1 4202560 2485 0 1 0 51 2 0 0 20 0 27 0 23281036 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140270153675640 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19804/tid=19807] ppid=19801 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/19804/task/19807/stat : 19807 (java) S 19801 19804 15292 0 -1 4202560 58 0 0 0 2 4 0 0 20 0 27 0 23281036 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269997210152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=19804/tid=19808] ppid=19801 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/19804/task/19808/stat : 19808 (java) S 19801 19804 15292 0 -1 4202560 98 0 0 0 4 4 0 0 20 0 27 0 23281036 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269996157352 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19804/tid=19809] ppid=19801 vsize=10162692 CPUtime=0.07 cores=0-3,8-11
/proc/19804/task/19809/stat : 19809 (java) S 19801 19804 15292 0 -1 4202560 80 0 0 0 4 3 0 0 20 0 27 0 23281036 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269995104552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19804/tid=19810] ppid=19801 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/19804/task/19810/stat : 19810 (java) S 19801 19804 15292 0 -1 4202560 84 0 0 0 4 4 0 0 20 0 27 0 23281036 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269994051752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19804/tid=19811] ppid=19801 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/19804/task/19811/stat : 19811 (java) S 19801 19804 15292 0 -1 4202560 44 0 0 0 3 3 0 0 20 0 27 0 23281036 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269992999976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19812] ppid=19801 vsize=10162692 CPUtime=0.1 cores=0-3,8-11
/proc/19804/task/19812/stat : 19812 (java) S 19801 19804 15292 0 -1 4202560 91 0 0 0 5 5 0 0 20 0 27 0 23281036 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269991947176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=19804/tid=19813] ppid=19801 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/19804/task/19813/stat : 19813 (java) S 19801 19804 15292 0 -1 4202560 39 0 0 0 1 2 0 0 20 0 27 0 23281036 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269990894376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19814] ppid=19801 vsize=10162692 CPUtime=0.06 cores=0-3,8-11
/proc/19804/task/19814/stat : 19814 (java) S 19801 19804 15292 0 -1 4202560 78 0 0 0 3 3 0 0 20 0 27 0 23281036 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269989841576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=19804/tid=19815] ppid=19801 vsize=10162692 CPUtime=0.04 cores=0-3,8-11
/proc/19804/task/19815/stat : 19815 (java) S 19801 19804 15292 0 -1 4202560 54 0 0 0 2 2 0 0 20 0 27 0 23281036 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269988788776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=19804/tid=19816] ppid=19801 vsize=10162692 CPUtime=0.1 cores=0-3,8-11
/proc/19804/task/19816/stat : 19816 (java) S 19801 19804 15292 0 -1 4202560 112 0 0 0 4 6 0 0 20 0 27 0 23281036 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269987735976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19804/tid=19817] ppid=19801 vsize=10162692 CPUtime=0.08 cores=0-3,8-11
/proc/19804/task/19817/stat : 19817 (java) S 19801 19804 15292 0 -1 4202560 48 0 0 0 4 4 0 0 20 0 27 0 23281036 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269986683176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=19804/tid=19818] ppid=19801 vsize=10162692 CPUtime=0.03 cores=0-3,8-11
/proc/19804/task/19818/stat : 19818 (java) S 19801 19804 15292 0 -1 4202560 60 0 0 0 1 2 0 0 20 0 27 0 23281036 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269985630376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19804/tid=19819] ppid=19801 vsize=10162692 CPUtime=0.09 cores=0-3,8-11
/proc/19804/task/19819/stat : 19819 (java) S 19801 19804 15292 0 -1 4202560 59 0 0 0 4 5 0 0 20 0 27 0 23281036 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269984578600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19804/tid=19820] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19820/stat : 19820 (java) S 19801 19804 15292 0 -1 4202560 197 0 0 0 0 0 0 0 20 0 27 0 23281037 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269967117160 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19821] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19821/stat : 19821 (java) S 19801 19804 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23281038 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269966063224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19822] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19822/stat : 19822 (java) S 19801 19804 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23281038 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269965010312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19823] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19823/stat : 19823 (java) S 19801 19804 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23281040 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269963958800 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19824] ppid=19801 vsize=10162692 CPUtime=0.94 cores=0-3,8-11
/proc/19804/task/19824/stat : 19824 (java) S 19801 19804 15292 0 -1 4202560 5976 0 0 0 92 2 0 0 20 0 27 0 23281040 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269962905912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19804/tid=19825] ppid=19801 vsize=10162692 CPUtime=0.95 cores=0-3,8-11
/proc/19804/task/19825/stat : 19825 (java) S 19801 19804 15292 0 -1 4202560 6470 0 0 0 93 2 0 0 20 0 27 0 23281040 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269961853112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19826] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19826/stat : 19826 (java) S 19801 19804 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23281040 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269960800504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=19804/tid=19827] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19827/stat : 19827 (java) S 19801 19804 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23281040 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269959748936 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19804/tid=19828] ppid=19801 vsize=10162692 CPUtime=2.38 cores=0-3,8-11
/proc/19804/task/19828/stat : 19828 (java) R 19801 19804 15292 0 -1 4202560 34 0 0 0 238 0 0 0 20 0 27 0 23281091 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269958593832 140270025554435 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0
[pid=19804/tid=19829] ppid=19801 vsize=10162692 CPUtime=2.38 cores=0-3,8-11
/proc/19804/task/19829/stat : 19829 (java) R 19801 19804 15292 0 -1 4202560 313 0 0 0 236 2 0 0 20 0 27 0 23281091 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269957541680 140270025304789 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0
[pid=19804/tid=19830] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19830/stat : 19830 (java) S 19801 19804 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23281094 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269956490536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=19804/tid=19831] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19831/stat : 19831 (java) S 19801 19804 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23281094 10406596608 106123 33554432000 1073741824 1073778376 140733509311648 140269955437736 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 8.29
Current children cumulated vsize (KiB) 10162692

[startup+6.30112 s]
/proc/loadavg: 4.27 4.33 4.25 5/312 19831
/proc/meminfo: memFree=27937180/32872528 swapFree=7804/7804

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

/proc/19804/task/19824/stat : 19824 (java) S 19801 19804 15292 0 -1 4202560 10639 0 0 0 178 3 0 0 20 0 27 0 23281040 10406596608 668579 33554432000 1073741824 1073778376 140733509311648 140269962905912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19804/tid=19825] ppid=19801 vsize=10162692 CPUtime=1.43 cores=0-3,8-11
/proc/19804/task/19825/stat : 19825 (java) S 19801 19804 15292 0 -1 4202560 7936 0 0 0 141 2 0 0 20 0 27 0 23281040 10406596608 668579 33554432000 1073741824 1073778376 140733509311648 140269961853112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19804/tid=19826] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19826/stat : 19826 (java) S 19801 19804 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23281040 10406596608 668579 33554432000 1073741824 1073778376 140733509311648 140269960800504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=19804/tid=19827] ppid=19801 vsize=10162692 CPUtime=0.34 cores=0-3,8-11
/proc/19804/task/19827/stat : 19827 (java) S 19801 19804 15292 0 -1 4202560 51 0 0 0 17 17 0 0 20 0 27 0 23281040 10406596608 668579 33554432000 1073741824 1073778376 140733509311648 140269959748936 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19804/tid=19828] ppid=19801 vsize=10162692 CPUtime=871.71 cores=0-3,8-11
/proc/19804/task/19828/stat : 19828 (java) R 19801 19804 15292 0 -1 4202560 237 0 0 0 87154 17 0 0 20 0 27 0 23281091 10406596608 668579 33554432000 1073741824 1073778376 140733509311648 140269958593712 140270025550040 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19804/tid=19829] ppid=19801 vsize=10162692 CPUtime=871.67 cores=0-3,8-11
/proc/19804/task/19829/stat : 19829 (java) R 19801 19804 15292 0 -1 4202560 3433 0 0 0 87111 56 0 0 20 0 27 0 23281091 10406596608 668579 33554432000 1073741824 1073778376 140733509311648 140269957541616 140270025569813 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19804/tid=19830] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19830/stat : 19830 (java) S 19801 19804 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23281094 10406596608 668579 33554432000 1073741824 1073778376 140733509311648 140269956490536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=19804/tid=19831] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19831/stat : 19831 (java) S 19801 19804 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23281094 10406596608 668579 33554432000 1073741824 1073778376 140733509311648 140269955437736 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 1788.75
Current children cumulated vsize (KiB) 10162692



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+887.901 s]
/proc/loadavg: 4.00 4.02 4.08 5/312 19925
/proc/meminfo: memFree=25933420/32872528 swapFree=7804/7804
[pid=19804] ppid=19801 vsize=10162692 CPUtime=1800.13 cores=0-3,8-11
/proc/19804/stat : 19804 (java) S 19801 19804 15292 0 -1 4202496 35649 0 1 0 179529 484 0 0 20 0 27 0 23281035 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140733509302784 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/19804/statm: 2540673 664097 2294 9 0 2531350 0
[pid=19804/tid=19805] ppid=19801 vsize=10162692 CPUtime=0.58 cores=0-3,8-11
/proc/19804/task/19805/stat : 19805 (java) S 19801 19804 15292 0 -1 4202560 2500 0 1 0 54 4 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140270153675640 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19804/tid=19807] ppid=19801 vsize=10162692 CPUtime=2.69 cores=0-3,8-11
/proc/19804/task/19807/stat : 19807 (java) S 19801 19804 15292 0 -1 4202560 530 0 0 0 237 32 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269997210152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19808] ppid=19801 vsize=10162692 CPUtime=2.68 cores=0-3,8-11
/proc/19804/task/19808/stat : 19808 (java) S 19801 19804 15292 0 -1 4202560 485 0 0 0 237 31 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269996157352 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19809] ppid=19801 vsize=10162692 CPUtime=2.85 cores=0-3,8-11
/proc/19804/task/19809/stat : 19809 (java) S 19801 19804 15292 0 -1 4202560 543 0 0 0 250 35 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269995104552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19804/tid=19810] ppid=19801 vsize=10162692 CPUtime=2.69 cores=0-3,8-11
/proc/19804/task/19810/stat : 19810 (java) S 19801 19804 15292 0 -1 4202560 496 0 0 0 238 31 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269994051752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19804/tid=19811] ppid=19801 vsize=10162692 CPUtime=2.54 cores=0-3,8-11
/proc/19804/task/19811/stat : 19811 (java) S 19801 19804 15292 0 -1 4202560 482 0 0 0 224 30 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269992999976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=19804/tid=19812] ppid=19801 vsize=10162692 CPUtime=2.51 cores=0-3,8-11
/proc/19804/task/19812/stat : 19812 (java) S 19801 19804 15292 0 -1 4202560 494 0 0 0 220 31 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269991947176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=19804/tid=19813] ppid=19801 vsize=10162692 CPUtime=2.34 cores=0-3,8-11
/proc/19804/task/19813/stat : 19813 (java) S 19801 19804 15292 0 -1 4202560 429 0 0 0 210 24 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269990894376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19804/tid=19814] ppid=19801 vsize=10162692 CPUtime=2.61 cores=0-3,8-11
/proc/19804/task/19814/stat : 19814 (java) S 19801 19804 15292 0 -1 4202560 493 0 0 0 229 32 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269989841576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=19804/tid=19815] ppid=19801 vsize=10162692 CPUtime=2.53 cores=0-3,8-11
/proc/19804/task/19815/stat : 19815 (java) S 19801 19804 15292 0 -1 4202560 489 0 0 0 224 29 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269988788776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=19804/tid=19816] ppid=19801 vsize=10162692 CPUtime=2.63 cores=0-3,8-11
/proc/19804/task/19816/stat : 19816 (java) S 19801 19804 15292 0 -1 4202560 571 0 0 0 232 31 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269987735976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19804/tid=19817] ppid=19801 vsize=10162692 CPUtime=2.64 cores=0-3,8-11
/proc/19804/task/19817/stat : 19817 (java) S 19801 19804 15292 0 -1 4202560 454 0 0 0 234 30 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269986683176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=19804/tid=19818] ppid=19801 vsize=10162692 CPUtime=2.69 cores=0-3,8-11
/proc/19804/task/19818/stat : 19818 (java) S 19801 19804 15292 0 -1 4202560 504 0 0 0 238 31 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269985630376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=19804/tid=19819] ppid=19801 vsize=10162692 CPUtime=2.72 cores=0-3,8-11
/proc/19804/task/19819/stat : 19819 (java) S 19801 19804 15292 0 -1 4202560 500 0 0 0 235 37 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269984578600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=19804/tid=19820] ppid=19801 vsize=10162692 CPUtime=2.83 cores=0-3,8-11
/proc/19804/task/19820/stat : 19820 (java) S 19801 19804 15292 0 -1 4202560 3112 0 0 0 274 9 0 0 20 0 27 0 23281037 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269967117160 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=19804/tid=19821] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19821/stat : 19821 (java) S 19801 19804 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23281038 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269966063224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19822] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19822/stat : 19822 (java) S 19801 19804 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23281038 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269965010312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19823] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19823/stat : 19823 (java) S 19801 19804 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23281040 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269963958800 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19824] ppid=19801 vsize=10162692 CPUtime=1.81 cores=0-3,8-11
/proc/19804/task/19824/stat : 19824 (java) S 19801 19804 15292 0 -1 4202560 10639 0 0 0 178 3 0 0 20 0 27 0 23281040 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269962905912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19804/tid=19825] ppid=19801 vsize=10162692 CPUtime=1.43 cores=0-3,8-11
/proc/19804/task/19825/stat : 19825 (java) S 19801 19804 15292 0 -1 4202560 7936 0 0 0 141 2 0 0 20 0 27 0 23281040 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269961853112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19804/tid=19826] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19826/stat : 19826 (java) S 19801 19804 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23281040 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269960800504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=19804/tid=19827] ppid=19801 vsize=10162692 CPUtime=0.35 cores=0-3,8-11
/proc/19804/task/19827/stat : 19827 (java) S 19801 19804 15292 0 -1 4202560 51 0 0 0 18 17 0 0 20 0 27 0 23281040 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269959748936 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19804/tid=19828] ppid=19801 vsize=10162692 CPUtime=877.24 cores=0-3,8-11
/proc/19804/task/19828/stat : 19828 (java) R 19801 19804 15292 0 -1 4202560 239 0 0 0 87707 17 0 0 20 0 27 0 23281091 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269958594480 140270025673157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19804/tid=19829] ppid=19801 vsize=10162692 CPUtime=877.2 cores=0-3,8-11
/proc/19804/task/19829/stat : 19829 (java) R 19801 19804 15292 0 -1 4202560 3437 0 0 0 87664 56 0 0 20 0 27 0 23281091 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269957540832 140270026146307 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19804/tid=19830] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19830/stat : 19830 (java) S 19801 19804 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23281094 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269956490536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=19804/tid=19831] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19831/stat : 19831 (java) S 19801 19804 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23281094 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269955437736 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
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 19804 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+887.901 s]
/proc/loadavg: 4.00 4.02 4.08 5/312 19925
/proc/meminfo: memFree=25933420/32872528 swapFree=7804/7804
[pid=19804] ppid=19801 vsize=10162692 CPUtime=1800.13 cores=0-3,8-11
/proc/19804/stat : 19804 (java) S 19801 19804 15292 0 -1 4202496 35649 0 1 0 179529 484 0 0 20 0 27 0 23281035 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140733509302784 216811995197 0 0 0 16800975 18446744073709551615 0 0 17 8 0 0 0 0 0
/proc/19804/statm: 2540673 664097 2294 9 0 2531350 0
[pid=19804/tid=19805] ppid=19801 vsize=10162692 CPUtime=0.58 cores=0-3,8-11
/proc/19804/task/19805/stat : 19805 (java) S 19801 19804 15292 0 -1 4202560 2500 0 1 0 54 4 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140270153675640 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 1 0 0 0 0 0
[pid=19804/tid=19807] ppid=19801 vsize=10162692 CPUtime=2.69 cores=0-3,8-11
/proc/19804/task/19807/stat : 19807 (java) S 19801 19804 15292 0 -1 4202560 530 0 0 0 237 32 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269997210152 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19808] ppid=19801 vsize=10162692 CPUtime=2.68 cores=0-3,8-11
/proc/19804/task/19808/stat : 19808 (java) S 19801 19804 15292 0 -1 4202560 485 0 0 0 237 31 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269996157352 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19809] ppid=19801 vsize=10162692 CPUtime=2.85 cores=0-3,8-11
/proc/19804/task/19809/stat : 19809 (java) S 19801 19804 15292 0 -1 4202560 543 0 0 0 250 35 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269995104552 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19804/tid=19810] ppid=19801 vsize=10162692 CPUtime=2.69 cores=0-3,8-11
/proc/19804/task/19810/stat : 19810 (java) S 19801 19804 15292 0 -1 4202560 496 0 0 0 238 31 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269994051752 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19804/tid=19811] ppid=19801 vsize=10162692 CPUtime=2.54 cores=0-3,8-11
/proc/19804/task/19811/stat : 19811 (java) S 19801 19804 15292 0 -1 4202560 482 0 0 0 224 30 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269992999976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=19804/tid=19812] ppid=19801 vsize=10162692 CPUtime=2.51 cores=0-3,8-11
/proc/19804/task/19812/stat : 19812 (java) S 19801 19804 15292 0 -1 4202560 494 0 0 0 220 31 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269991947176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=19804/tid=19813] ppid=19801 vsize=10162692 CPUtime=2.34 cores=0-3,8-11
/proc/19804/task/19813/stat : 19813 (java) S 19801 19804 15292 0 -1 4202560 429 0 0 0 210 24 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269990894376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19804/tid=19814] ppid=19801 vsize=10162692 CPUtime=2.61 cores=0-3,8-11
/proc/19804/task/19814/stat : 19814 (java) S 19801 19804 15292 0 -1 4202560 493 0 0 0 229 32 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269989841576 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=19804/tid=19815] ppid=19801 vsize=10162692 CPUtime=2.53 cores=0-3,8-11
/proc/19804/task/19815/stat : 19815 (java) S 19801 19804 15292 0 -1 4202560 489 0 0 0 224 29 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269988788776 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=19804/tid=19816] ppid=19801 vsize=10162692 CPUtime=2.63 cores=0-3,8-11
/proc/19804/task/19816/stat : 19816 (java) S 19801 19804 15292 0 -1 4202560 571 0 0 0 232 31 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269987735976 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 0 0 0 0 0 0
[pid=19804/tid=19817] ppid=19801 vsize=10162692 CPUtime=2.64 cores=0-3,8-11
/proc/19804/task/19817/stat : 19817 (java) S 19801 19804 15292 0 -1 4202560 454 0 0 0 234 30 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269986683176 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=19804/tid=19818] ppid=19801 vsize=10162692 CPUtime=2.69 cores=0-3,8-11
/proc/19804/task/19818/stat : 19818 (java) S 19801 19804 15292 0 -1 4202560 504 0 0 0 238 31 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269985630376 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=19804/tid=19819] ppid=19801 vsize=10162692 CPUtime=2.72 cores=0-3,8-11
/proc/19804/task/19819/stat : 19819 (java) S 19801 19804 15292 0 -1 4202560 500 0 0 0 235 37 0 0 20 0 27 0 23281036 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269984578600 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=19804/tid=19820] ppid=19801 vsize=10162692 CPUtime=2.83 cores=0-3,8-11
/proc/19804/task/19820/stat : 19820 (java) S 19801 19804 15292 0 -1 4202560 3112 0 0 0 274 9 0 0 20 0 27 0 23281037 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269967117160 216812009385 0 0 0 16800975 18446744071579510697 0 0 -1 9 0 0 0 0 0
[pid=19804/tid=19821] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19821/stat : 19821 (java) S 19801 19804 15292 0 -1 4202560 17 0 0 0 0 0 0 0 20 0 27 0 23281038 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269966063224 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19822] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19822/stat : 19822 (java) S 19801 19804 15292 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 27 0 23281038 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269965010312 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19823] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19823/stat : 19823 (java) S 19801 19804 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23281040 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269963958800 216812017440 0 4 0 16800975 18446744071579510697 0 0 -1 10 0 0 0 0 0
[pid=19804/tid=19824] ppid=19801 vsize=10162692 CPUtime=1.81 cores=0-3,8-11
/proc/19804/task/19824/stat : 19824 (java) S 19801 19804 15292 0 -1 4202560 10639 0 0 0 178 3 0 0 20 0 27 0 23281040 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269962905912 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 3 0 0 0 0 0
[pid=19804/tid=19825] ppid=19801 vsize=10162692 CPUtime=1.43 cores=0-3,8-11
/proc/19804/task/19825/stat : 19825 (java) S 19801 19804 15292 0 -1 4202560 7936 0 0 0 141 2 0 0 20 0 27 0 23281040 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269961853112 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19804/tid=19826] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19826/stat : 19826 (java) S 19801 19804 15292 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 27 0 23281040 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269960800504 216812008508 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
[pid=19804/tid=19827] ppid=19801 vsize=10162692 CPUtime=0.35 cores=0-3,8-11
/proc/19804/task/19827/stat : 19827 (java) S 19801 19804 15292 0 -1 4202560 51 0 0 0 18 17 0 0 20 0 27 0 23281040 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269959748936 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 2 0 0 0 0 0
[pid=19804/tid=19828] ppid=19801 vsize=10162692 CPUtime=877.24 cores=0-3,8-11
/proc/19804/task/19828/stat : 19828 (java) R 19801 19804 15292 0 -1 4202560 239 0 0 0 87707 17 0 0 20 0 27 0 23281091 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269958594480 140270025673157 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0
[pid=19804/tid=19829] ppid=19801 vsize=10162692 CPUtime=877.2 cores=0-3,8-11
/proc/19804/task/19829/stat : 19829 (java) R 19801 19804 15292 0 -1 4202560 3437 0 0 0 87664 56 0 0 20 0 27 0 23281091 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269957540832 140270026146307 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0
[pid=19804/tid=19830] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19830/stat : 19830 (java) S 19801 19804 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23281094 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269956490536 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 8 0 0 0 0 0
[pid=19804/tid=19831] ppid=19801 vsize=10162692 CPUtime=0 cores=0-3,8-11
/proc/19804/task/19831/stat : 19831 (java) S 19801 19804 15292 0 -1 4202560 7 0 0 0 0 0 0 0 20 0 27 0 23281094 10406596608 664097 33554432000 1073741824 1073778376 140733509311648 140269955437736 216812009385 0 4 0 16800975 18446744071579510697 0 0 -1 11 0 0 0 0 0
Current children cumulated CPU time (s) 1800.13
Current children cumulated vsize (KiB) 10162692

Child status: 143

# WARNING:
# CPU time reported by wait4() is probably wrong !
# wait4(...,&childrusage) returns 19804 and gives
#  childrusage.ru_utime.tv_sec=1790
#  childrusage.ru_utime.tv_usec=748764
#  childrusage.ru_stime.tv_sec=5
#  childrusage.ru_stime.tv_usec=342187
# CPU time returned by wait4() is 1796.09
# while last known CPU time is 1800.13
#
# Solver probably didn't/couldn't wait for its children
# Using CPU time of the last sample as value...

Real time (s): 887.967
CPU time (s): 1800.13
CPU user time (s): 1795.29
CPU system time (s): 4.84
CPU usage (%): 202.725
Max. virtual memory (cumulated for all children) (KiB): 10162692

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1790.75
system time used= 5.34219
maximum resident set size= 3042700
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 35689
page faults= 1
swaps= 0
block input operations= 0
block output operations= 944
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 33012
involuntary context switches= 32011

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.67083 second user time and 9.54855 second system time

The end

Launcher Data

Begin job on node132 at 2016-06-18 03:12:44
IDJOB=4100994
IDBENCH=1687
IDSOLVER=2543
FILE ID=node132/4100994-1466212364
RUNJOBID= node132-1466206058-15308
PBS_JOBID= 19918145
Free space on /tmp= 71736 MiB

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

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

MD5SUM BENCH= c81149f534c8693c12d254417cbfee8f
RANDOM SEED=139518517

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:        28576996 kB
Buffers:           41192 kB
Cached:            89824 kB
SwapCached:         1804 kB
Active:          3484184 kB
Inactive:          83788 kB
Active(anon):    3438000 kB
Inactive(anon):     1028 kB
Active(file):      46184 kB
Inactive(file):    82760 kB
Unevictable:        7804 kB
Mlocked:            7804 kB
SwapTotal:      67108856 kB
SwapFree:       67099272 kB
Dirty:              1092 kB
Writeback:             0 kB
AnonPages:       3358248 kB
Mapped:            15480 kB
Shmem:                 0 kB
Slab:             576504 kB
SReclaimable:      16252 kB
SUnreclaim:       560252 kB
KernelStack:        2592 kB
PageTables:        11040 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    3722316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341987140 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3209216 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 03:27:32