Trace number 4244144

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
R1: sat4j-CSP 2017-07-05SAT (TO)1 2403.18 2376.17

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n1c3w4d.xml
MD5SUMe17d1f270cb1c92567283195f4efc493
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark75.977402
Satisfiable
(Un)Satisfiability was proved
Number of variables117
Number of constraints61
Number of domains2
Minimum domain size30
Maximum domain size37
Distribution of domain sizes[{"size":30,"count":1},{"size":37,"count":116}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":87},{"degree":5,"count":29}]
Minimum constraint arity4
Maximum constraint arity116
Distribution of constraint arities[{"arity":4,"count":58},{"arity":30,"count":1},{"arity":116,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":29},{"type":"lex","count":1},{"type":"sum","count":29},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

4.40/1.23	c SAT4J: a SATisfiability library for Java (c) 2004-2013 Artois University and CNRS
4.40/1.23	c This is free software under the dual EPL/GNU LGPL licenses.
4.40/1.23	c See www.sat4j.org for details.
4.40/1.23	c That software uses the Rhino library from the Mozilla project.
4.40/1.23	c version CUSTOM.v20170705
4.40/1.23	c java.runtime.name	Java(TM) SE Runtime Environment
4.40/1.23	c java.vm.name		Java HotSpot(TM) 64-Bit Server VM
4.40/1.23	c java.vm.version	25.131-b11
4.40/1.23	c java.vm.vendor	Oracle Corporation
4.40/1.23	c sun.arch.data.model	64
4.40/1.23	c java.version		1.8.0_131
4.40/1.23	c os.name		Linux
4.40/1.23	c os.version		3.10.0-514.16.1.el7.x86_64
4.40/1.23	c os.arch		amd64
4.40/1.23	c Free memory 		499604488
4.40/1.23	c Max memory 		7247757312
4.40/1.23	c Total memory 		504889344
4.40/1.23	c Number of processors 	8
4.40/1.23	c c --- Begin Solver configuration ---
4.40/1.23	c org.sat4j.pb.constraints.CompetResolutionPBLongMixedWLClauseCardConstrDataStructure@2b71fc7e
4.40/1.23	c Learn all clauses as in MiniSAT
4.40/1.23	c LOGGER=java.util.logging.Logger@25f38edc claDecay=0.999 varDecay=0.95 conflictBoundIncFactor=1.5 initConflictBound=100 
4.40/1.23	c VSIDS like heuristics from MiniSAT using a heap lightweight component caching from RSAT taking into account the objective function
4.40/1.23	c No reason simplification
4.40/1.23	c Glucose 2.1 dynamic restart strategy
4.40/1.23	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
4.40/1.23	c timeout=2147483s
4.40/1.23	c DB Simplification allowed=false
4.40/1.23	c Listener: org.sat4j.minisat.core.VoidTracing@1a86f2f1
4.40/1.23	c --- End Solver configuration ---
4.40/1.23	c constraints type 
4.40/1.23	c org.sat4j.minisat.constraints.card.MinWatchCard => 234
4.40/1.23	c org.sat4j.minisat.constraints.cnf.OriginalBinaryClause => 183027
4.40/1.23	c org.sat4j.minisat.constraints.cnf.OriginalWLClause => 1256599
4.40/1.23	c org.sat4j.minisat.constraints.cnf.UnitClause => 364
4.40/1.23	c 1440224 constraints processed.
2307.08/2283.06	o 1
2402.47/2376.10	c starts		: 33956
2402.47/2376.10	c conflicts		: 6841866
2402.47/2376.10	c decisions		: 46868324
2402.47/2376.10	c propagations		: 4486749836
2402.47/2376.10	c inspects		: 23944906144
2402.47/2376.10	c shortcuts		: 0
2402.47/2376.10	c learnt literals	: 990
2402.47/2376.10	c learnt binary clauses	: 4180
2402.47/2376.10	c learnt ternary clauses	: 30521
2402.47/2376.10	c learnt constraints	: 6840876
2402.47/2376.10	c ignored constraints	: 0
2402.47/2376.10	c root simplifications	: 0
2402.47/2376.10	c removed literals (reason simplification)	: 0
2402.47/2376.10	c reason swapping (by a shorter reason)	: 0
2402.47/2376.10	c Calls to reduceDB	: 125
2402.47/2376.10	c Number of update (reduction) of LBD	: 5241146
2402.47/2376.10	c Imported unit clauses	: 0
2402.47/2376.10	c number of reductions to clauses (during analyze)	: 0
2402.47/2376.10	c number of learned constraints concerned by reduction	: 0
2402.47/2376.10	c number of learning phase by resolution	: 0
2402.47/2376.10	c number of learning phase by cutting planes	: 0
2402.47/2376.10	c number of rounding to 1 operations	: 0
2402.47/2376.10	c number of easy rounding to 1 operations (no literal elimination needed)	: 0
2402.47/2376.10	c number of reductions of the coefficients by power 2 	: 0
2402.47/2376.10	c number of right shift for reduction by power 2 	: 0
2402.47/2376.10	c number of reductions of the coefficients by GCD over coefficients 	: 0
2402.47/2376.10	c speed (assignments/second)	: 1889282.3760213302
2402.47/2376.10	c non guided choices	1672989
2403.08/2376.14	c learnt constraints type 
2403.08/2376.14	c org.sat4j.minisat.constraints.cnf.LearntBinaryClause => 4180
2403.08/2376.14	c org.sat4j.minisat.constraints.cnf.LearntWLClause => 147531
2403.08/2376.14	s SATISFIABLE
2403.08/2376.14	v <instantiation type="solution">
2403.08/2376.14	v 	<list> x b[0][0] b[0][1] b[0][2] b[0][3] b[1][0] b[1][1] b[1][2] b[1][3] b[2][0] b[2][1] b[2][2] b[2][3] b[3][0] b[3][1] b[3][2] b[3][3] b[4][0] b[4][1] b[4][2] b[4][3] b[5][0] b[5][1] b[5][2] b[5][3] b[6][0] b[6][1] b[6][2] b[6][3] b[7][0] b[7][1] b[7][2] b[7][3] b[8][0] b[8][1] b[8][2] b[8][3] b[9][0] b[9][1] b[9][2] b[9][3] b[10][0] b[10][1] b[10][2] b[10][3] b[11][0] b[11][1] b[11][2] b[11][3] b[12][0] b[12][1] b[12][2] b[12][3] b[13][0] b[13][1] b[13][2] b[13][3] b[14][0] b[14][1] b[14][2] b[14][3] b[15][0] b[15][1] b[15][2] b[15][3] b[16][0] b[16][1] b[16][2] b[16][3] b[17][0] b[17][1] b[17][2] b[17][3] b[18][0] b[18][1] b[18][2] b[18][3] b[19][0] b[19][1] b[19][2] b[19][3] b[20][0] b[20][1] b[20][2] b[20][3] b[21][0] b[21][1] b[21][2] b[21][3] b[22][0] b[22][1] b[22][2] b[22][3] b[23][0] b[23][1] b[23][2] b[23][3] b[24][0] b[24][1] b[24][2] b[24][3] b[25][0] b[25][1] b[25][2] b[25][3] b[26][0] b[26][1] b[26][2] b[26][3] b[27][0] b[27][1] b[27][2] b[27][3] b[28][0] b[28][1] b[28][2] b[28][3] </list>
2403.08/2376.14	v 	<values> 1 100 44 0 0 96 54 0 0 93 49 0 0 90 45 0 0 88 61 0 0 88 58 0 0 86 48 0 0 85 64 0 0 84 61 0 0 84 58 0 0 83 58 0 0 83 54 0 0 80 47 0 0 80 45 0 0 79 56 0 0 77 0 0 0 77 0 0 0 74 40 0 0 70 43 0 0 68 0 0 0 67 41 41 0 53 0 0 0 51 0 0 0 40 36 34 0 37 34 0 0 33 0 0 0 33 0 0 0 31 0 0 0 0 0 0 0 </values>
2403.08/2376.14	v </instantiation>
2403.08/2376.14	

Verifier Data

OK	1

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-4244144-1500681005/watcher-4244144-1500681005 -o /tmp/evaluation-result-4244144-1500681005/solver-4244144-1500681005 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500673388-6381 --watchdog 2560 java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244144-1500681005.xml 

pid=8397
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 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: 8192 KiB


[startup+0 s]
/proc/loadavg: 12.06 8.23 4.64 2/236 8400
/proc/meminfo: memFree=32018872/32770624 swapFree=5840/234412
[pid=8400] ppid=8397 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/stat : 8400 (java) S 8397 8400 2458 0 -1 1077944320 2042 0 0 0 0 0 0 0 20 0 2 0 3368327 8550137856 2309 33554432000 4194304 4196468 140734040576080 140734040558624 140713278365431 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
/proc/8400/statm: 2087436 2309 1197 1 0 2076347 0
[pid=8400/tid=8401] ppid=8397 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8401/stat : 8401 (java) R 8397 8400 2458 0 -1 4202560 846 0 0 0 0 0 0 0 20 0 2 0 3368328 8550137856 2375 33554432000 4194304 4196468 140734040576080 140713282607520 140713270654880 0 4 0 16784584 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0

[startup+0.100127 s]
/proc/loadavg: 12.06 8.23 4.64 2/236 8400
/proc/meminfo: memFree=32018872/32770624 swapFree=5840/234412
[pid=8400] ppid=8397 vsize=10900556 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/8400/stat : 8400 (java) S 8397 8400 2458 0 -1 1077944320 4593 0 0 0 9 1 0 0 20 0 20 0 3368327 11162169344 6219 33554432000 4194304 4196468 140734040576080 140734040558624 140713278365431 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
/proc/8400/statm: 2725139 6219 2627 1 0 2713552 0
[pid=8400/tid=8401] ppid=8397 vsize=10900556 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8401/stat : 8401 (java) R 8397 8400 2458 0 -1 4202560 2689 0 0 0 8 0 0 0 20 0 20 0 3368328 11162169344 6219 33554432000 4194304 4196468 140734040576080 140713282607712 140713278387357 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900556

[startup+0.200334 s]
/proc/loadavg: 12.06 8.23 4.64 2/236 8400
/proc/meminfo: memFree=32018872/32770624 swapFree=5840/234412
[pid=8400] ppid=8397 vsize=10900556 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/8400/stat : 8400 (java) S 8397 8400 2458 0 -1 1077944320 6724 0 0 0 24 2 0 0 20 0 20 0 3368327 11162169344 8554 33554432000 4194304 4196468 140734040576080 140734040558624 140713278365431 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
/proc/8400/statm: 2725139 8554 2858 1 0 2713552 0
[pid=8400/tid=8401] ppid=8397 vsize=10900556 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8401/stat : 8401 (java) R 8397 8400 2458 0 -1 4202560 4416 0 0 0 17 1 0 0 20 0 20 0 3368328 11162169344 8554 33554432000 4194304 4196468 140734040576080 140713282600576 140713278387357 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 10900556

[startup+0.300269 s]
/proc/loadavg: 12.06 8.23 4.64 2/236 8400
/proc/meminfo: memFree=32018872/32770624 swapFree=5840/234412
[pid=8400] ppid=8397 vsize=10900556 CPUtime=0.44 cores=0,2,4,6,8,10,12,14
/proc/8400/stat : 8400 (java) S 8397 8400 2458 0 -1 1077944320 7737 0 0 0 42 2 0 0 20 0 20 0 3368327 11162169344 10599 33554432000 4194304 4196468 140734040576080 140734040558624 140713278365431 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
/proc/8400/statm: 2725139 10599 2971 1 0 2713552 0
[pid=8400/tid=8401] ppid=8397 vsize=10900556 CPUtime=0.27 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8401/stat : 8401 (java) R 8397 8400 2458 0 -1 4202560 4802 0 0 0 26 1 0 0 20 0 20 0 3368328 11162169344 10599 33554432000 4194304 4196468 140734040576080 140713282600704 140713278377366 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
Current children cumulated CPU time (s) 0.44
Current children cumulated vsize (KiB) 10900556

[startup+0.700246 s]
/proc/loadavg: 12.06 8.23 4.64 2/236 8400
/proc/meminfo: memFree=32018872/32770624 swapFree=5840/234412
[pid=8400] ppid=8397 vsize=10900632 CPUtime=1.75 cores=0,2,4,6,8,10,12,14
/proc/8400/stat : 8400 (java) S 8397 8400 2458 0 -1 1077944320 11797 0 0 0 169 6 0 0 20 0 20 0 3368327 11162247168 43118 33554432000 4194304 4196468 140734040576080 140734040558624 140713278365431 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
/proc/8400/statm: 2725158 43118 3087 1 0 2713552 0
[pid=8400/tid=8401] ppid=8397 vsize=10900632 CPUtime=0.67 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8401/stat : 8401 (java) R 8397 8400 2458 0 -1 4202560 5528 0 0 0 64 3 0 0 20 0 20 0 3368328 11162247168 43118 33554432000 4194304 4196468 140734040576080 140713282603416 140712878793590 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
Current children cumulated CPU time (s) 1.75
Current children cumulated vsize (KiB) 10900632

[startup+1.50101 s]
/proc/loadavg: 12.06 8.23 4.64 5/256 8420
/proc/meminfo: memFree=31726392/32770624 swapFree=5840/234416
[pid=8400] ppid=8397 vsize=10967196 CPUtime=5.6 cores=0,2,4,6,8,10,12,14
/proc/8400/stat : 8400 (java) S 8397 8400 2458 0 -1 1077944320 19483 0 0 0 501 59 0 0 20 0 21 0 3368327 11230408704 80325 33554432000 4194304 4196468 140734040576080 140734040558624 140713278365431 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
/proc/8400/statm: 2741799 80325 3129 1 0 2730193 0
[pid=8400/tid=8401] ppid=8397 vsize=10967196 CPUtime=1.3 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8401/stat : 8401 (java) R 8397 8400 2458 0 -1 4202560 5608 0 0 0 127 3 0 0 20 0 21 0 3368328 11230408704 80325 33554432000 4194304 4196468 140734040576080 140713282601656 140712876278416 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8403] ppid=8397 vsize=10967196 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8403/stat : 8403 (java) S 8397 8400 2458 0 -1 1077944384 106 0 0 0 8 6 0 0 20 0 21 0 3368329 11230408704 80325 33554432000 4194304 4196468 140734040576080 140713204440208 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8404] ppid=8397 vsize=10967196 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8404/stat : 8404 (java) S 8397 8400 2458 0 -1 1077944384 58 0 0 0 8 4 0 0 20 0 21 0 3368329 11230408704 80325 33554432000 4194304 4196468 140734040576080 140713203387408 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8405] ppid=8397 vsize=10967196 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8405/stat : 8405 (java) S 8397 8400 2458 0 -1 1077944384 107 0 0 0 8 6 0 0 20 0 21 0 3368329 11230408704 80325 33554432000 4194304 4196468 140734040576080 140713202334608 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8406] ppid=8397 vsize=10967196 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8406/stat : 8406 (java) S 8397 8400 2458 0 -1 1077944384 62 0 0 0 8 6 0 0 20 0 21 0 3368329 11230408704 80325 33554432000 4194304 4196468 140734040576080 140713201281808 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8407] ppid=8397 vsize=10967196 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8407/stat : 8407 (java) S 8397 8400 2458 0 -1 1077944384 95 0 0 0 6 5 0 0 20 0 21 0 3368329 11230408704 80325 33554432000 4194304 4196468 140734040576080 140713200229008 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8408] ppid=8397 vsize=10967196 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8408/stat : 8408 (java) S 8397 8400 2458 0 -1 1077944384 67 0 0 0 7 6 0 0 20 0 21 0 3368329 11230408704 80325 33554432000 4194304 4196468 140734040576080 140713199176208 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8409] ppid=8397 vsize=10967196 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8409/stat : 8409 (java) S 8397 8400 2458 0 -1 1077944384 119 0 0 0 8 7 0 0 20 0 21 0 3368329 11230408704 80325 33554432000 4194304 4196468 140734040576080 140713198123408 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8410] ppid=8397 vsize=10967196 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8410/stat : 8410 (java) S 8397 8400 2458 0 -1 1077944384 115 0 0 0 8 7 0 0 20 0 21 0 3368329 11230408704 80325 33554432000 4194304 4196468 140734040576080 140713197070608 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8411] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8411/stat : 8411 (java) S 8397 8400 2458 0 -1 1077944384 82 0 0 0 0 0 0 0 20 0 21 0 3368331 11230408704 80325 33554432000 4194304 4196468 140734040576080 140712753539952 140713278376578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8412] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8412/stat : 8412 (java) S 8397 8400 2458 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 3368332 11230408704 80325 33554432000 4194304 4196468 140734040576080 140712752485920 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8413] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8413/stat : 8413 (java) S 8397 8400 2458 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3368332 11230408704 80325 33554432000 4194304 4196468 140734040576080 140712751433072 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8414] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8414/stat : 8414 (java) S 8397 8400 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3368336 11230408704 80325 33554432000 4194304 4196468 140734040576080 140712750381392 140713278384027 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8415] ppid=8397 vsize=10967196 CPUtime=0.85 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8415/stat : 8415 (java) S 8397 8400 2458 0 -1 1077944384 3017 0 0 0 85 0 0 0 20 0 21 0 3368336 11230408704 80325 33554432000 4194304 4196468 140734040576080 140712749328752 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8416] ppid=8397 vsize=10967196 CPUtime=0.97 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8416/stat : 8416 (java) S 8397 8400 2458 0 -1 1077944384 3049 0 0 0 97 0 0 0 20 0 21 0 3368336 11230408704 80325 33554432000 4194304 4196468 140734040576080 140712748275952 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8417] ppid=8397 vsize=10967196 CPUtime=0.89 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8417/stat : 8417 (java) R 8397 8400 2458 0 -1 4202560 4064 0 0 0 89 0 0 0 20 0 21 0 3368336 11230408704 80325 33554432000 4194304 4196468 140734040576080 140712747223448 140713264429413 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8418] ppid=8397 vsize=10967196 CPUtime=0.36 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8418/stat : 8418 (java) S 8397 8400 2458 0 -1 1077944384 1546 0 0 0 36 0 0 0 20 0 21 0 3368336 11230408704 80325 33554432000 4194304 4196468 140734040576080 140712746170352 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8419] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8419/stat : 8419 (java) S 8397 8400 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3368337 11230408704 80325 33554432000 4194304 4196468 140734040576080 140712745118816 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8420] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8420/stat : 8420 (java) S 8397 8400 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3368337 11230408704 80325 33554432000 4194304 4196468 140734040576080 140712744066096 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
Current children cumulated CPU time (s) 5.6
Current children cumulated vsize (KiB) 10967196

[startup+3.10082 s]
/proc/loadavg: 12.06 8.23 4.64 2/257 8421
/proc/meminfo: memFree=31711104/32770624 swapFree=5840/234428
[pid=8400] ppid=8397 vsize=10967196 CPUtime=8.1 cores=0,2,4,6,8,10,12,14
/proc/8400/stat : 8400 (java) S 8397 8400 2458 0 -1 1077944320 24595 0 0 0 750 60 0 0 20 0 21 0 3368327 11230408704 81269 33554432000 4194304 4196468 140734040576080 140734040558624 140713278365431 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
/proc/8400/statm: 2741799 81269 3145 1 0 2730193 0
[pid=8400/tid=8401] ppid=8397 vsize=10967196 CPUtime=2.91 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8401/stat : 8401 (java) R 8397 8400 2458 0 -1 4202560 6252 0 0 0 287 4 0 0 20 0 21 0 3368328 11230408704 81269 33554432000 4194304 4196468 140734040576080 140713282604072 140712880225367 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8403] ppid=8397 vsize=10967196 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8403/stat : 8403 (java) S 8397 8400 2458 0 -1 1077944384 106 0 0 0 8 6 0 0 20 0 21 0 3368329 11230408704 81269 33554432000 4194304 4196468 140734040576080 140713204440208 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8404] ppid=8397 vsize=10967196 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8404/stat : 8404 (java) S 8397 8400 2458 0 -1 1077944384 58 0 0 0 8 4 0 0 20 0 21 0 3368329 11230408704 81269 33554432000 4194304 4196468 140734040576080 140713203387408 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8405] ppid=8397 vsize=10967196 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8405/stat : 8405 (java) S 8397 8400 2458 0 -1 1077944384 107 0 0 0 8 6 0 0 20 0 21 0 3368329 11230408704 81269 33554432000 4194304 4196468 140734040576080 140713202334608 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8406] ppid=8397 vsize=10967196 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8406/stat : 8406 (java) S 8397 8400 2458 0 -1 1077944384 62 0 0 0 8 6 0 0 20 0 21 0 3368329 11230408704 81269 33554432000 4194304 4196468 140734040576080 140713201281808 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8407] ppid=8397 vsize=10967196 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8407/stat : 8407 (java) S 8397 8400 2458 0 -1 1077944384 95 0 0 0 6 5 0 0 20 0 21 0 3368329 11230408704 81269 33554432000 4194304 4196468 140734040576080 140713200229008 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8408] ppid=8397 vsize=10967196 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8408/stat : 8408 (java) S 8397 8400 2458 0 -1 1077944384 67 0 0 0 7 6 0 0 20 0 21 0 3368329 11230408704 81269 33554432000 4194304 4196468 140734040576080 140713199176208 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8409] ppid=8397 vsize=10967196 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8409/stat : 8409 (java) S 8397 8400 2458 0 -1 1077944384 119 0 0 0 8 7 0 0 20 0 21 0 3368329 11230408704 81269 33554432000 4194304 4196468 140734040576080 140713198123408 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8410] ppid=8397 vsize=10967196 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8410/stat : 8410 (java) S 8397 8400 2458 0 -1 1077944384 115 0 0 0 8 7 0 0 20 0 21 0 3368329 11230408704 81269 33554432000 4194304 4196468 140734040576080 140713197070608 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8411] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8411/stat : 8411 (java) S 8397 8400 2458 0 -1 1077944384 161 0 0 0 0 0 0 0 20 0 21 0 3368331 11230408704 81269 33554432000 4194304 4196468 140734040576080 140712753539952 140713278376578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8412] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8412/stat : 8412 (java) S 8397 8400 2458 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 3368332 11230408704 81269 33554432000 4194304 4196468 140734040576080 140712752485920 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8413] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8413/stat : 8413 (java) S 8397 8400 2458 0 -1 1077944384 22 0 0 0 0 0 0 0 20 0 21 0 3368332 11230408704 81269 33554432000 4194304 4196468 140734040576080 140712751433072 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8414] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8414/stat : 8414 (java) S 8397 8400 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3368336 11230408704 81269 33554432000 4194304 4196468 140734040576080 140712750381392 140713278384027 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8415] ppid=8397 vsize=10967196 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8415/stat : 8415 (java) S 8397 8400 2458 0 -1 1077944384 5084 0 0 0 125 1 0 0 20 0 21 0 3368336 11230408704 81269 33554432000 4194304 4196468 140734040576080 140712749328752 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8416] ppid=8397 vsize=10967196 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8416/stat : 8416 (java) S 8397 8400 2458 0 -1 1077944384 3702 0 0 0 115 0 0 0 20 0 21 0 3368336 11230408704 81269 33554432000 4194304 4196468 140734040576080 140712748275952 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8417] ppid=8397 vsize=10967196 CPUtime=1.2 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8417/stat : 8417 (java) S 8397 8400 2458 0 -1 1077944384 5428 0 0 0 119 1 0 0 20 0 21 0 3368336 11230408704 81269 33554432000 4194304 4196468 140734040576080 140712747223152 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8418] ppid=8397 vsize=10967196 CPUtime=0.39 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8418/stat : 8418 (java) S 8397 8400 2458 0 -1 1077944384 1838 0 0 0 38 1 0 0 20 0 21 0 3368336 11230408704 81269 33554432000 4194304 4196468 140734040576080 140712746170352 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8419] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8419/stat : 8419 (java) S 8397 8400 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3368337 11230408704 81269 33554432000 4194304 4196468 140734040576080 140712745118816 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8420] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8420/stat : 8420 (java) S 8397 8400 2458 0 -1 1077944384 14 0 0 0 0 0 0 0 20 0 21 0 3368337 11230408704 81269 33554432000 4194304 4196468 140734040576080 140712744066096 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8421] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8421/stat : 8421 (java) S 8397 8400 2458 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3368454 11230408704 81269 33554432000 4194304 4196468 140734040576080 140712743011632 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
Current children cumulated CPU time (s) 8.1
Current children cumulated vsize (KiB) 10967196

[startup+6.30081 s]
/proc/loadavg: 11.18 8.11 4.62 2/257 8421
/proc/meminfo: memFree=31707632/32770624 swapFree=5840/234428
[pid=8400] ppid=8397 vsize=10967196 CPUtime=11.31 cores=0,2,4,6,8,10,12,14
/proc/8400/stat : 8400 (java) S 8397 8400 2458 0 -1 1077944320 25417 0 0 0 1071 60 0 0 20 0 21 0 3368327 11230408704 81270 33554432000 4194304 4196468 140734040576080 140734040558624 140713278365431 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
/proc/8400/statm: 2741799 81270 3145 1 0 2730193 0
[pid=8400/tid=8401] ppid=8397 vsize=10967196 CPUtime=6.1 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8401/stat : 8401 (java) R 8397 8400 2458 0 -1 4202560 6392 0 0 0 606 4 0 0 20 0 21 0 3368328 11230408704 81270 33554432000 4194304 4196468 140734040576080 140713282604296 140712880225367 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8403] ppid=8397 vsize=10967196 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8403/stat : 8403 (java) S 8397 8400 2458 0 -1 1077944384 106 0 0 0 8 6 0 0 20 0 21 0 3368329 11230408704 81270 33554432000 4194304 4196468 140734040576080 140713204440208 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8404] ppid=8397 vsize=10967196 CPUtime=0.12 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8404/stat : 8404 (java) S 8397 8400 2458 0 -1 1077944384 58 0 0 0 8 4 0 0 20 0 21 0 3368329 11230408704 81270 33554432000 4194304 4196468 140734040576080 140713203387408 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8405] ppid=8397 vsize=10967196 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8405/stat : 8405 (java) S 8397 8400 2458 0 -1 1077944384 107 0 0 0 8 6 0 0 20 0 21 0 3368329 11230408704 81270 33554432000 4194304 4196468 140734040576080 140713202334608 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8406] ppid=8397 vsize=10967196 CPUtime=0.14 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8406/stat : 8406 (java) S 8397 8400 2458 0 -1 1077944384 62 0 0 0 8 6 0 0 20 0 21 0 3368329 11230408704 81270 33554432000 4194304 4196468 140734040576080 140713201281808 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8407] ppid=8397 vsize=10967196 CPUtime=0.11 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8407/stat : 8407 (java) S 8397 8400 2458 0 -1 1077944384 95 0 0 0 6 5 0 0 20 0 21 0 3368329 11230408704 81270 33554432000 4194304 4196468 140734040576080 140713200229008 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8408] ppid=8397 vsize=10967196 CPUtime=0.13 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8408/stat : 8408 (java) S 8397 8400 2458 0 -1 1077944384 67 0 0 0 7 6 0 0 20 0 21 0 3368329 11230408704 81270 33554432000 4194304 4196468 140734040576080 140713199176208 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8409] ppid=8397 vsize=10967196 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8409/stat : 8409 (java) S 8397 8400 2458 0 -1 1077944384 119 0 0 0 8 7 0 0 20 0 21 0 3368329 11230408704 81270 33554432000 4194304 4196468 140734040576080 140713198123408 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8410] ppid=8397 vsize=10967196 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8410/stat : 8410 (java) S 8397 8400 2458 0 -1 1077944384 115 0 0 0 8 7 0 0 20 0 21 0 3368329 11230408704 81270 33554432000 4194304 4196468 140734040576080 140713197070608 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8411] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8411/stat : 8411 (java) S 8397 8400 2458 0 -1 1077944384 355 0 0 0 0 0 0 0 20 0 21 0 3368331 11230408704 81270 33554432000 4194304 4196468 140734040576080 140712753539952 140713278376578 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8412] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8412/stat : 8412 (java) S 8397 8400 2458 0 -1 1077944384 35 0 0 0 0 0 0 0 20 0 21 0 3368332 11230408704 81270 33554432000 4194304 4196468 140734040576080 140712752485920 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8413] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14

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


Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2375.7 s]
/proc/loadavg: 1.01 1.04 1.31 2/256 8511
/proc/meminfo: memFree=28660400/32770624 swapFree=5840/236204
[pid=8400] ppid=8397 vsize=10967196 CPUtime=2400.04 cores=0,2,4,6,8,10,12,14
/proc/8400/stat : 8400 (java) S 8397 8400 2458 0 -1 1077944320 126786 0 0 0 239050 954 0 0 20 0 21 0 3368327 11230408704 841310 33554432000 4194304 4196468 140734040576080 140734040558624 140713278365431 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
/proc/8400/statm: 2741799 841310 3164 1 0 2730193 0
[pid=8400/tid=8401] ppid=8397 vsize=10967196 CPUtime=2371.45 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8401/stat : 8401 (java) R 8397 8400 2458 0 -1 4202560 54033 0 0 0 237117 28 0 0 20 0 21 0 3368328 11230408704 841310 33554432000 4194304 4196468 140734040576080 140713282601504 140712880059354 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8403] ppid=8397 vsize=10967196 CPUtime=2.78 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8403/stat : 8403 (java) S 8397 8400 2458 0 -1 1077944384 4131 0 0 0 172 106 0 0 20 0 21 0 3368329 11230408704 841310 33554432000 4194304 4196468 140734040576080 140713204440208 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8404] ppid=8397 vsize=10967196 CPUtime=2.78 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8404/stat : 8404 (java) S 8397 8400 2458 0 -1 1077944384 4530 0 0 0 173 105 0 0 20 0 21 0 3368329 11230408704 841310 33554432000 4194304 4196468 140734040576080 140713203387408 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8405] ppid=8397 vsize=10967196 CPUtime=2.82 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8405/stat : 8405 (java) S 8397 8400 2458 0 -1 1077944384 4968 0 0 0 175 107 0 0 20 0 21 0 3368329 11230408704 841310 33554432000 4194304 4196468 140734040576080 140713202334608 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8406] ppid=8397 vsize=10967196 CPUtime=2.78 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8406/stat : 8406 (java) S 8397 8400 2458 0 -1 1077944384 5416 0 0 0 173 105 0 0 20 0 21 0 3368329 11230408704 841310 33554432000 4194304 4196468 140734040576080 140713201281808 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8407] ppid=8397 vsize=10967196 CPUtime=2.75 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8407/stat : 8407 (java) S 8397 8400 2458 0 -1 1077944384 4121 0 0 0 166 109 0 0 20 0 21 0 3368329 11230408704 841310 33554432000 4194304 4196468 140734040576080 140713200229008 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8408] ppid=8397 vsize=10967196 CPUtime=2.79 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8408/stat : 8408 (java) S 8397 8400 2458 0 -1 1077944384 4267 0 0 0 172 107 0 0 20 0 21 0 3368329 11230408704 841310 33554432000 4194304 4196468 140734040576080 140713199176208 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8409] ppid=8397 vsize=10967196 CPUtime=2.78 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8409/stat : 8409 (java) S 8397 8400 2458 0 -1 1077944384 4549 0 0 0 169 109 0 0 20 0 21 0 3368329 11230408704 841310 33554432000 4194304 4196468 140734040576080 140713198123408 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8410] ppid=8397 vsize=10967196 CPUtime=2.82 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8410/stat : 8410 (java) S 8397 8400 2458 0 -1 1077944384 4758 0 0 0 174 108 0 0 20 0 21 0 3368329 11230408704 841310 33554432000 4194304 4196468 140734040576080 140713197070608 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8411] ppid=8397 vsize=10967196 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8411/stat : 8411 (java) S 8397 8400 2458 0 -1 1077944384 8997 0 0 0 33 2 0 0 20 0 21 0 3368331 11230408704 841310 33554432000 4194304 4196468 140734040576080 140712753539952 140713278376578 0 0 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8412] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8412/stat : 8412 (java) S 8397 8400 2458 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 21 0 3368332 11230408704 841310 33554432000 4194304 4196468 140734040576080 140712752485984 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8413] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8413/stat : 8413 (java) S 8397 8400 2458 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 21 0 3368332 11230408704 841310 33554432000 4194304 4196468 140734040576080 140712751433088 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8414] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8414/stat : 8414 (java) S 8397 8400 2458 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 3368336 11230408704 841310 33554432000 4194304 4196468 140734040576080 140712750381392 140713278384027 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8415] ppid=8397 vsize=10967196 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8415/stat : 8415 (java) S 8397 8400 2458 0 -1 1077944384 5610 0 0 0 136 2 0 0 20 0 21 0 3368336 11230408704 841310 33554432000 4194304 4196468 140734040576080 140712749328752 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8416] ppid=8397 vsize=10967196 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8416/stat : 8416 (java) S 8397 8400 2458 0 -1 1077944384 5957 0 0 0 125 1 0 0 20 0 21 0 3368336 11230408704 841310 33554432000 4194304 4196468 140734040576080 140712748275952 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8417] ppid=8397 vsize=10967196 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8417/stat : 8417 (java) S 8397 8400 2458 0 -1 1077944384 7607 0 0 0 132 2 0 0 20 0 21 0 3368336 11230408704 841310 33554432000 4194304 4196468 140734040576080 140712747223152 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8418] ppid=8397 vsize=10967196 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8418/stat : 8418 (java) S 8397 8400 2458 0 -1 1077944384 4114 0 0 0 42 1 0 0 20 0 21 0 3368336 11230408704 841310 33554432000 4194304 4196468 140734040576080 140712746170352 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8419] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8419/stat : 8419 (java) S 8397 8400 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 3368337 11230408704 841310 33554432000 4194304 4196468 140734040576080 140712745118816 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8420] ppid=8397 vsize=10967196 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8420/stat : 8420 (java) S 8397 8400 2458 0 -1 1077944384 2275 0 0 0 69 70 0 0 20 0 21 0 3368337 11230408704 841310 33554432000 4194304 4196468 140734040576080 140712744066096 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8421] ppid=8397 vsize=10967196 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8421/stat : 8421 (java) S 8397 8400 2458 0 -1 1077944384 21 0 0 0 0 0 0 0 20 0 21 0 3368454 11230408704 841310 33554432000 4194304 4196468 140734040576080 140712743011632 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 10967196

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 8400 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2376 s]
/proc/loadavg: 1.01 1.04 1.31 9/259 8514
/proc/meminfo: memFree=28546216/32770624 swapFree=5840/236224
[pid=8400] ppid=8397 vsize=11166888 CPUtime=2402.47 cores=0,2,4,6,8,10,12,14
/proc/8400/stat : 8400 (java) S 8397 8400 2458 0 -1 1077944320 130013 0 0 0 239230 1017 0 0 20 0 24 0 3368327 11434893312 869893 33554432000 4194304 4196468 140734040576080 140734040558624 140713278365431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
/proc/8400/statm: 2791722 869893 3164 1 0 2780116 0
[pid=8400/tid=8401] ppid=8397 vsize=11166888 CPUtime=2371.46 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8401/stat : 8401 (java) S 8397 8400 2458 0 -1 1077944384 54036 0 0 0 237118 28 0 0 20 0 24 0 3368328 11434893312 869893 33554432000 4194304 4196468 140734040576080 140713282601680 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8403] ppid=8397 vsize=11166888 CPUtime=3.07 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8403/stat : 8403 (java) R 8397 8400 2458 0 -1 4202560 4749 0 0 0 193 114 0 0 20 0 24 0 3368329 11434893312 869893 33554432000 4194304 4196468 140734040576080 140713204440104 140713261748466 0 4 0 16800975 0 0 0 -1 14 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8404] ppid=8397 vsize=11166888 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8404/stat : 8404 (java) R 8397 8400 2458 0 -1 4202560 4792 0 0 0 196 113 0 0 20 0 24 0 3368329 11434893312 869893 33554432000 4194304 4196468 140734040576080 140713203387304 140713270993639 0 4 0 16800975 0 0 0 -1 6 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8405] ppid=8397 vsize=11166888 CPUtime=3.12 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8405/stat : 8405 (java) R 8397 8400 2458 0 -1 4202560 5228 0 0 0 197 115 0 0 20 0 24 0 3368329 11434893312 869893 33554432000 4194304 4196468 140734040576080 140713202334808 140713259961885 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8406] ppid=8397 vsize=11166888 CPUtime=3.08 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8406/stat : 8406 (java) R 8397 8400 2458 0 -1 4202560 5806 0 0 0 195 113 0 0 20 0 24 0 3368329 11434893312 869893 33554432000 4194304 4196468 140734040576080 140713201281704 140713270993639 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8407] ppid=8397 vsize=11166888 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8407/stat : 8407 (java) R 8397 8400 2458 0 -1 4202560 4399 0 0 0 189 117 0 0 20 0 24 0 3368329 11434893312 869893 33554432000 4194304 4196468 140734040576080 140713200228904 140713270993639 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8408] ppid=8397 vsize=11166888 CPUtime=3.08 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8408/stat : 8408 (java) R 8397 8400 2458 0 -1 4202560 4565 0 0 0 194 114 0 0 20 0 24 0 3368329 11434893312 869893 33554432000 4194304 4196468 140734040576080 140713199176408 140713262819104 0 4 0 16800975 0 0 0 -1 8 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8409] ppid=8397 vsize=11166888 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8409/stat : 8409 (java) R 8397 8400 2458 0 -1 4202560 4787 0 0 0 192 117 0 0 20 0 24 0 3368329 11434893312 869893 33554432000 4194304 4196468 140734040576080 140713198123304 140713270993639 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8410] ppid=8397 vsize=11166888 CPUtime=3.13 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8410/stat : 8410 (java) R 8397 8400 2458 0 -1 4202560 5018 0 0 0 197 116 0 0 20 0 24 0 3368329 11434893312 869893 33554432000 4194304 4196468 140734040576080 140713197070504 140713270993639 0 4 0 16800975 0 0 0 -1 4 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8411] ppid=8397 vsize=11166888 CPUtime=0.35 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8411/stat : 8411 (java) S 8397 8400 2458 0 -1 1077944384 9164 0 0 0 33 2 0 0 20 0 24 0 3368331 11434893312 869893 33554432000 4194304 4196468 140734040576080 140712753538272 140713278375637 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8412] ppid=8397 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8412/stat : 8412 (java) S 8397 8400 2458 0 -1 1077944384 49 0 0 0 0 0 0 0 20 0 24 0 3368332 11434893312 869893 33554432000 4194304 4196468 140734040576080 140712752485984 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8413] ppid=8397 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8413/stat : 8413 (java) S 8397 8400 2458 0 -1 1077944384 74 0 0 0 0 0 0 0 20 0 24 0 3368332 11434893312 869893 33554432000 4194304 4196468 140734040576080 140712751433088 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8414] ppid=8397 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8414/stat : 8414 (java) S 8397 8400 2458 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 24 0 3368336 11434893312 869893 33554432000 4194304 4196468 140734040576080 140712750381392 140713278384027 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8415] ppid=8397 vsize=11166888 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8415/stat : 8415 (java) S 8397 8400 2458 0 -1 1077944384 5610 0 0 0 136 2 0 0 20 0 24 0 3368336 11434893312 869893 33554432000 4194304 4196468 140734040576080 140712749328752 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8416] ppid=8397 vsize=11166888 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8416/stat : 8416 (java) S 8397 8400 2458 0 -1 1077944384 5957 0 0 0 125 1 0 0 20 0 24 0 3368336 11434893312 869893 33554432000 4194304 4196468 140734040576080 140712748275952 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8417] ppid=8397 vsize=11166888 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8417/stat : 8417 (java) S 8397 8400 2458 0 -1 1077944384 7607 0 0 0 132 2 0 0 20 0 24 0 3368336 11434893312 869893 33554432000 4194304 4196468 140734040576080 140712747223152 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8418] ppid=8397 vsize=11166888 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8418/stat : 8418 (java) S 8397 8400 2458 0 -1 1077944384 4217 0 0 0 42 1 0 0 20 0 24 0 3368336 11434893312 869893 33554432000 4194304 4196468 140734040576080 140712746170352 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8419] ppid=8397 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8419/stat : 8419 (java) S 8397 8400 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 24 0 3368337 11434893312 869893 33554432000 4194304 4196468 140734040576080 140712745118816 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8420] ppid=8397 vsize=11166888 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8420/stat : 8420 (java) S 8397 8400 2458 0 -1 1077944384 2277 0 0 0 69 70 0 0 20 0 24 0 3368337 11434893312 869893 33554432000 4194304 4196468 140734040576080 140712744066096 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8421] ppid=8397 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8421/stat : 8421 (java) S 8397 8400 2458 0 -1 1077944384 45 0 0 0 0 0 0 0 20 0 24 0 3368454 11434893312 869893 33554432000 4194304 4196468 140734040576080 140712743011872 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8512] ppid=8397 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8512/stat : 8512 (java) S 8397 8400 2458 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 24 0 3605898 11434893312 869893 33554432000 4194304 4196468 140734040576080 140712741958128 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8513] ppid=8397 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8513/stat : 8513 (java) S 8397 8400 2458 0 -1 1077944384 39 0 0 0 0 0 0 0 20 0 24 0 3605898 11434893312 869893 33554432000 4194304 4196468 140734040576080 140712740905952 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8514] ppid=8397 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8514/stat : 8514 (java) S 8397 8400 2458 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 24 0 3605898 11434893312 869893 33554432000 4194304 4196468 140734040576080 140712739852608 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
Current children cumulated CPU time (s) 2402.47
Current children cumulated vsize (KiB) 11166888

[startup+2376.11 s]
/proc/loadavg: 1.01 1.04 1.31 9/259 8514
/proc/meminfo: memFree=28546216/32770624 swapFree=5840/236224
[pid=8400] ppid=8397 vsize=11166888 CPUtime=2403.08 cores=0,2,4,6,8,10,12,14
/proc/8400/stat : 8400 (java) S 8397 8400 2458 0 -1 1077944320 131199 0 0 0 239290 1018 0 0 20 0 22 0 3368327 11434893312 860607 33554432000 4194304 4196468 140734040576080 140734040558624 140713278365431 0 0 0 16800975 18446744073709551615 0 0 17 0 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
/proc/8400/statm: 2791722 860607 3167 1 0 2780116 0
[pid=8400/tid=8401] ppid=8397 vsize=11166888 CPUtime=2371.46 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8401/stat : 8401 (java) R 8397 8400 2458 0 -1 4202560 54041 0 0 0 237118 28 0 0 20 0 22 0 3368328 11434893312 860607 33554432000 4194304 4196468 140734040576080 140713282601680 140712881240007 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8403] ppid=8397 vsize=11166888 CPUtime=3.14 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8403/stat : 8403 (java) S 8397 8400 2458 0 -1 1077944384 4753 0 0 0 200 114 0 0 20 0 22 0 3368329 11434893312 860607 33554432000 4194304 4196468 140734040576080 140713204440208 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8404] ppid=8397 vsize=11166888 CPUtime=3.16 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8404/stat : 8404 (java) S 8397 8400 2458 0 -1 1077944384 4792 0 0 0 203 113 0 0 20 0 22 0 3368329 11434893312 860607 33554432000 4194304 4196468 140734040576080 140713203387408 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8405] ppid=8397 vsize=11166888 CPUtime=3.2 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8405/stat : 8405 (java) S 8397 8400 2458 0 -1 1077944384 5239 0 0 0 205 115 0 0 20 0 22 0 3368329 11434893312 860607 33554432000 4194304 4196468 140734040576080 140713202334608 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8406] ppid=8397 vsize=11166888 CPUtime=3.16 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8406/stat : 8406 (java) S 8397 8400 2458 0 -1 1077944384 5817 0 0 0 203 113 0 0 20 0 22 0 3368329 11434893312 860607 33554432000 4194304 4196468 140734040576080 140713201281808 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8407] ppid=8397 vsize=11166888 CPUtime=3.13 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8407/stat : 8407 (java) S 8397 8400 2458 0 -1 1077944384 4411 0 0 0 196 117 0 0 20 0 22 0 3368329 11434893312 860607 33554432000 4194304 4196468 140734040576080 140713200229008 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8408] ppid=8397 vsize=11166888 CPUtime=3.16 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8408/stat : 8408 (java) S 8397 8400 2458 0 -1 1077944384 4621 0 0 0 202 114 0 0 20 0 22 0 3368329 11434893312 860607 33554432000 4194304 4196468 140734040576080 140713199176208 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8409] ppid=8397 vsize=11166888 CPUtime=3.16 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8409/stat : 8409 (java) S 8397 8400 2458 0 -1 1077944384 4803 0 0 0 199 117 0 0 20 0 22 0 3368329 11434893312 860607 33554432000 4194304 4196468 140734040576080 140713198123408 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8410] ppid=8397 vsize=11166888 CPUtime=3.19 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8410/stat : 8410 (java) S 8397 8400 2458 0 -1 1077944384 5027 0 0 0 203 116 0 0 20 0 22 0 3368329 11434893312 860607 33554432000 4194304 4196468 140734040576080 140713197070608 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8411] ppid=8397 vsize=11166888 CPUtime=0.37 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8411/stat : 8411 (java) S 8397 8400 2458 0 -1 1077944384 10141 0 0 0 34 3 0 0 20 0 22 0 3368331 11434893312 860607 33554432000 4194304 4196468 140734040576080 140712753539952 140713278376578 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8412] ppid=8397 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8412/stat : 8412 (java) S 8397 8400 2458 0 -1 1077944384 51 0 0 0 0 0 0 0 20 0 22 0 3368332 11434893312 860607 33554432000 4194304 4196468 140734040576080 140712752485984 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8413] ppid=8397 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8413/stat : 8413 (java) S 8397 8400 2458 0 -1 1077944384 95 0 0 0 0 0 0 0 20 0 22 0 3368332 11434893312 860607 33554432000 4194304 4196468 140734040576080 140712751433088 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8414] ppid=8397 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8414/stat : 8414 (java) S 8397 8400 2458 0 -1 1077944384 139 0 0 0 0 0 0 0 20 0 22 0 3368336 11434893312 860607 33554432000 4194304 4196468 140734040576080 140712750381392 140713278384027 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8415] ppid=8397 vsize=11166888 CPUtime=1.38 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8415/stat : 8415 (java) S 8397 8400 2458 0 -1 1077944384 5610 0 0 0 136 2 0 0 20 0 22 0 3368336 11434893312 860607 33554432000 4194304 4196468 140734040576080 140712749328752 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8416] ppid=8397 vsize=11166888 CPUtime=1.26 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8416/stat : 8416 (java) S 8397 8400 2458 0 -1 1077944384 6008 0 0 0 125 1 0 0 20 0 22 0 3368336 11434893312 860607 33554432000 4194304 4196468 140734040576080 140712748275952 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8417] ppid=8397 vsize=11166888 CPUtime=1.34 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8417/stat : 8417 (java) S 8397 8400 2458 0 -1 1077944384 7607 0 0 0 132 2 0 0 20 0 22 0 3368336 11434893312 860607 33554432000 4194304 4196468 140734040576080 140712747223152 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8418] ppid=8397 vsize=11166888 CPUtime=0.43 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8418/stat : 8418 (java) S 8397 8400 2458 0 -1 1077944384 4218 0 0 0 42 1 0 0 20 0 22 0 3368336 11434893312 860607 33554432000 4194304 4196468 140734040576080 140712746170352 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8419] ppid=8397 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8419/stat : 8419 (java) S 8397 8400 2458 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 22 0 3368337 11434893312 860607 33554432000 4194304 4196468 140734040576080 140712745118816 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8420] ppid=8397 vsize=11166888 CPUtime=1.39 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8420/stat : 8420 (java) S 8397 8400 2458 0 -1 1077944384 2277 0 0 0 69 70 0 0 20 0 22 0 3368337 11434893312 860607 33554432000 4194304 4196468 140734040576080 140712744066096 140713278376578 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8512] ppid=8397 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8512/stat : 8512 (java) S 8397 8400 2458 0 -1 1077944384 123 0 0 0 0 0 0 0 20 0 22 0 3605898 11434893312 860607 33554432000 4194304 4196468 140734040576080 140712741958128 140713278375637 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
[pid=8400/tid=8513] ppid=8397 vsize=11166888 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/8400/task/8513/stat : 8513 (java) R 8397 8400 2458 0 -1 4202560 42 0 0 0 0 0 0 0 20 0 22 0 3605898 11434893312 860607 33554432000 4194304 4196468 140734040576080 140712740902256 140712876321819 0 4 0 16800975 0 0 0 -1 10 0 0 0 0 0 6293624 6294260 25198592 140734040577195 140734040577348 140734040577348 140734040580047 0
Current children cumulated CPU time (s) 2403.08
Current children cumulated vsize (KiB) 11166888

Child status: 143
Real time (s): 2376.17
CPU time (s): 2403.18
CPU user time (s): 2392.99
CPU system time (s): 10.197
CPU usage (%): 101.137
Max. virtual memory (cumulated for all children) (KiB): 11166888

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2392.98
system time used= 10.197
maximum resident set size= 3479588
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 131300
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1688
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56821
involuntary context switches= 124561

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 16.1186 second user time and 16.8631 second system time

The end

Launcher Data

Begin job on node126 at 2017-07-22 01:50:06
IDJOB=4244144
IDBENCH=136757
IDSOLVER=2623
FILE ID=node126/4244144-1500681005
RUNJOBID= node126-1500673388-6381
PBS_JOBID= 20623294
Free space on /tmp= 61984 MiB

SOLVER NAME= sat4j-CSP 2017-07-05
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n1c3w4d.xml
COMMAND LINE= java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4244144-1500681005/watcher-4244144-1500681005 -o /tmp/evaluation-result-4244144-1500681005/solver-4244144-1500681005 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1500673388-6381 --watchdog 2560  java -DCompetitionOutput -jar HOME/sat4j-csp-170705.jar HOME/instance-4244144-1500681005.xml

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

MD5SUM BENCH= e17d1f270cb1c92567283195f4efc493
RANDOM SEED=771086003

node126.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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
microcode	: 0x19
cpu MHz		: 1867.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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
microcode	: 0x19
cpu MHz		: 1733.000
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 sep 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 nopl 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 dtherm 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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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
microcode	: 0x19
cpu MHz		: 1867.000
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 sep 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 nopl 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 dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.50
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
microcode	: 0x19
cpu MHz		: 1600.000
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 sep 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 nopl 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 dtherm 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:       32770624 kB
MemFree:        32019184 kB
MemAvailable:   32032428 kB
Buffers:           45260 kB
Cached:           278940 kB
SwapCached:            0 kB
Active:           135216 kB
Inactive:         243068 kB
Active(anon):      56352 kB
Inactive(anon):     8656 kB
Active(file):      78864 kB
Inactive(file):   234412 kB
Unevictable:        5840 kB
Mlocked:            5840 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1644 kB
Writeback:             0 kB
AnonPages:         66852 kB
Mapped:            29720 kB
Shmem:              8840 kB
Slab:              64572 kB
SReclaimable:      31604 kB
SUnreclaim:        32968 kB
KernelStack:        4512 kB
PageTables:         5968 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308568 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61980 MiB
End job on node126 at 2017-07-22 02:29:42