Trace number 4249670

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: AbsCon-basic 2017-06-11SAT (TO)0 2400.08 2394.91

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw100/
BinPacking-mdd-sw100-43.xml
MD5SUM7110289aba2c74e466e00c1a89bfd290
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.08
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size45
Distribution of domain sizes[{"size":19,"count":1},{"size":45,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.28/0.28	
0.28/0.28	AbsCon 2 
0.28/0.28	
2.08/1.02	  Solving XCSP3-instance-4249670-1500762125 as a COP in -infty..+infty
2.08/1.02	  Loading variables...
2.45/1.20	  Loading constraints...
4.18/1.88	  Solver SolverBacktrack being built...
4.18/1.88	
5.00/2.01	  Preprocessing : gac=true, ccks=0, filters=90, revisions=0 (useless=0), AC=702, removals=702, inconsistent=false
5.00/2.01	
1978.81/1974.24	o 0
2400.06/2394.90	
2400.06/2394.90	v <instantiation id='sol1' type='solution' cost='0'>  <list> x b[][] </list>  <values> 0 199 198 197 197 197 0 196 196 196 196 195 0 195 194 194 193 193 0 193 192 192 191 191 0 191 171 168 157 157 156 190 190 190 189 188 0 188 164 164 164 163 157 187 185 174 151 151 150 185 169 165 163 161 157 184 184 184 183 182 0 181 181 181 180 177 0 179 178 178 178 178 0 177 174 165 161 160 160 177 172 171 168 153 153 176 176 176 150 150 150 176 171 171 171 153 152 175 175 167 166 156 156 175 173 171 165 156 154 </values>  </instantiation>
2400.06/2394.90	s SATISFIABLE

Verifier Data

OK	0

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-4249670-1500762125/watcher-4249670-1500762125 -o /tmp/evaluation-result-4249670-1500762125/solver-4249670-1500762125 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1500752537-28233 --watchdog 2560 java -jar HOME/AbsCon-basic.jar HOME/instance-4249670-1500762125.xml 

pid=29395
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: 1.96 1.99 2.01 3/267 29398
/proc/meminfo: memFree=31271004/32770624 swapFree=5688/315568
[pid=29398] ppid=29395 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/stat : 29398 (java) S 29395 29398 28202 0 -1 1077944320 2096 0 0 0 0 0 0 0 20 0 2 0 11479671 8550137856 2329 33554432000 4194304 4196468 140725653092880 140725653075424 139639100489463 0 0 0 16784584 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
/proc/29398/statm: 2087436 2329 1198 1 0 2076347 0
[pid=29398/tid=29399] ppid=29395 vsize=8349744 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29399/stat : 29399 (java) R 29395 29398 28202 0 -1 4202560 892 0 0 0 0 0 0 0 20 0 2 0 11479672 8550137856 2461 33554432000 4194304 4196468 140725653092880 139639104731552 139639092778912 0 4 0 16784584 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0

[startup+0.100076 s]
/proc/loadavg: 1.96 1.99 2.01 3/267 29398
/proc/meminfo: memFree=31271004/32770624 swapFree=5688/315568
[pid=29398] ppid=29395 vsize=10900580 CPUtime=0.1 cores=0,2,4,6,8,10,12,14
/proc/29398/stat : 29398 (java) S 29395 29398 28202 0 -1 1077944320 4750 0 0 0 9 1 0 0 20 0 20 0 11479671 11162193920 5846 33554432000 4194304 4196468 140725653092880 140725653075424 139639100489463 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
/proc/29398/statm: 2725145 5846 2628 1 0 2713552 0
[pid=29398/tid=29399] ppid=29395 vsize=10900580 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29399/stat : 29399 (java) R 29395 29398 28202 0 -1 4202560 2843 0 0 0 8 0 0 0 20 0 20 0 11479672 11162193920 5846 33554432000 4194304 4196468 140725653092880 139639104726192 139639100511389 0 4 0 16800975 0 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 10900580

[startup+0.200436 s]
/proc/loadavg: 1.96 1.99 2.01 3/267 29398
/proc/meminfo: memFree=31271004/32770624 swapFree=5688/315568
[pid=29398] ppid=29395 vsize=10900580 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/29398/stat : 29398 (java) S 29395 29398 28202 0 -1 1077944320 7572 0 0 0 26 2 0 0 20 0 20 0 11479671 11162193920 8986 33554432000 4194304 4196468 140725653092880 140725653075424 139639100489463 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
/proc/29398/statm: 2725145 8986 2915 1 0 2713552 0
[pid=29398/tid=29399] ppid=29395 vsize=10900580 CPUtime=0.18 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29399/stat : 29399 (java) D 29395 29398 28202 0 -1 1077944384 4749 0 0 0 17 1 0 0 20 0 20 0 11479672 11162193920 8986 33554432000 4194304 4196468 140725653092880 139639104703280 139639093168685 0 4 0 16800975 18446744072101903908 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 10900580

[startup+0.300308 s]
/proc/loadavg: 1.96 1.99 2.01 3/267 29398
/proc/meminfo: memFree=31271004/32770624 swapFree=5688/315568
[pid=29398] ppid=29395 vsize=10969228 CPUtime=0.49 cores=0,2,4,6,8,10,12,14
/proc/29398/stat : 29398 (java) S 29395 29398 28202 0 -1 1077944320 8407 0 0 0 46 3 0 0 20 0 21 0 11479671 11232489472 12787 33554432000 4194304 4196468 140725653092880 140725653075424 139639100489463 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
/proc/29398/statm: 2742307 12787 3011 1 0 2730193 0
[pid=29398/tid=29399] ppid=29395 vsize=10969228 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29399/stat : 29399 (java) S 29395 29398 28202 0 -1 1077944384 5177 0 0 0 25 1 0 0 20 0 21 0 11479672 11232489472 12787 33554432000 4194304 4196468 140725653092880 139639104732336 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
Current children cumulated CPU time (s) 0.49
Current children cumulated vsize (KiB) 10969228

[startup+0.700216 s]
/proc/loadavg: 1.96 1.99 2.01 3/267 29398
/proc/meminfo: memFree=31271004/32770624 swapFree=5688/315568
[pid=29398] ppid=29395 vsize=10971352 CPUtime=1.51 cores=0,2,4,6,8,10,12,14
/proc/29398/stat : 29398 (java) S 29395 29398 28202 0 -1 1077944320 12102 0 0 0 146 5 0 0 20 0 21 0 11479671 11234664448 27595 33554432000 4194304 4196468 140725653092880 140725653075424 139639100489463 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
/proc/29398/statm: 2742838 27595 3105 1 0 2730705 0
[pid=29398/tid=29399] ppid=29395 vsize=10971352 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29399/stat : 29399 (java) S 29395 29398 28202 0 -1 1077944384 5177 0 0 0 25 1 0 0 20 0 21 0 11479672 11234664448 27595 33554432000 4194304 4196468 140725653092880 139639104732336 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
Current children cumulated CPU time (s) 1.51
Current children cumulated vsize (KiB) 10971352

[startup+1.50157 s]
/proc/loadavg: 1.96 1.99 2.01 4/288 29419
/proc/meminfo: memFree=31106044/32770624 swapFree=5688/315548
[pid=29398] ppid=29395 vsize=10971352 CPUtime=3.7 cores=0,2,4,6,8,10,12,14
/proc/29398/stat : 29398 (java) S 29395 29398 28202 0 -1 1077944320 15017 0 0 0 350 20 0 0 20 0 21 0 11479671 11234664448 55714 33554432000 4194304 4196468 140725653092880 140725653075424 139639100489463 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
/proc/29398/statm: 2742838 55714 3128 1 0 2730705 0
[pid=29398/tid=29399] ppid=29395 vsize=10971352 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29399/stat : 29399 (java) S 29395 29398 28202 0 -1 1077944384 5177 0 0 0 25 1 0 0 20 0 21 0 11479672 11234664448 55714 33554432000 4194304 4196468 140725653092880 139639104732336 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29400] ppid=29395 vsize=10971352 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29400/stat : 29400 (java) S 29395 29398 28202 0 -1 1077944384 19 0 0 0 1 2 0 0 20 0 21 0 11479673 11234664448 55714 33554432000 4194304 4196468 140725653092880 139639053109648 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29402] ppid=29395 vsize=10971352 CPUtime=0.03 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29402/stat : 29402 (java) S 29395 29398 28202 0 -1 1077944384 20 0 0 0 2 1 0 0 20 0 21 0 11479673 11234664448 55714 33554432000 4194304 4196468 140725653092880 139639052056848 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29403] ppid=29395 vsize=10971352 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29403/stat : 29403 (java) S 29395 29398 28202 0 -1 1077944384 24 0 0 0 1 1 0 0 20 0 21 0 11479673 11234664448 55714 33554432000 4194304 4196468 140725653092880 139638705150608 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29404] ppid=29395 vsize=10971352 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29404/stat : 29404 (java) S 29395 29398 28202 0 -1 1077944384 23 0 0 0 1 1 0 0 20 0 21 0 11479673 11234664448 55714 33554432000 4194304 4196468 140725653092880 139638704097808 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29405] ppid=29395 vsize=10971352 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29405/stat : 29405 (java) S 29395 29398 28202 0 -1 1077944384 17 0 0 0 1 1 0 0 20 0 21 0 11479673 11234664448 55714 33554432000 4194304 4196468 140725653092880 139638703045520 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29406] ppid=29395 vsize=10971352 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29406/stat : 29406 (java) S 29395 29398 28202 0 -1 1077944384 18 0 0 0 1 1 0 0 20 0 21 0 11479673 11234664448 55714 33554432000 4194304 4196468 140725653092880 139638701992720 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29407] ppid=29395 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29407/stat : 29407 (java) S 29395 29398 28202 0 -1 1077944384 13 0 0 0 0 0 0 0 20 0 21 0 11479673 11234664448 55714 33554432000 4194304 4196468 140725653092880 139638700940432 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29408] ppid=29395 vsize=10971352 CPUtime=0.02 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29408/stat : 29408 (java) S 29395 29398 28202 0 -1 1077944384 28 0 0 0 1 1 0 0 20 0 21 0 11479673 11234664448 55714 33554432000 4194304 4196468 140725653092880 139638699887632 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29409] ppid=29395 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29409/stat : 29409 (java) S 29395 29398 28202 0 -1 1077944384 83 0 0 0 0 0 0 0 20 0 21 0 11479675 11234664448 55714 33554432000 4194304 4196468 140725653092880 139637917980784 139639100500610 0 0 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29410] ppid=29395 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29410/stat : 29410 (java) S 29395 29398 28202 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 11479676 11234664448 55714 33554432000 4194304 4196468 140725653092880 139637916926816 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29411] ppid=29395 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29411/stat : 29411 (java) S 29395 29398 28202 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 11479676 11234664448 55714 33554432000 4194304 4196468 140725653092880 139637915874432 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29412] ppid=29395 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29412/stat : 29412 (java) S 29395 29398 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11479680 11234664448 55714 33554432000 4194304 4196468 140725653092880 139637914822736 139639100508059 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29413] ppid=29395 vsize=10971352 CPUtime=0.63 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29413/stat : 29413 (java) R 29395 29398 28202 0 -1 4202560 2940 0 0 0 62 1 0 0 20 0 21 0 11479680 11234664448 55714 33554432000 4194304 4196468 140725653092880 139637913756632 139639092778845 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29414] ppid=29395 vsize=10971352 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29414/stat : 29414 (java) S 29395 29398 28202 0 -1 1077944384 849 0 0 0 45 0 0 0 20 0 21 0 11479680 11234664448 55714 33554432000 4194304 4196468 140725653092880 139637912717808 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29415] ppid=29395 vsize=10971352 CPUtime=0.45 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29415/stat : 29415 (java) S 29395 29398 28202 0 -1 1077944384 1100 0 0 0 45 0 0 0 20 0 21 0 11479680 11234664448 55714 33554432000 4194304 4196468 140725653092880 139637911665520 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29416] ppid=29395 vsize=10971352 CPUtime=0.42 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29416/stat : 29416 (java) S 29395 29398 28202 0 -1 1077944384 1466 0 0 0 42 0 0 0 20 0 21 0 11479680 11234664448 55714 33554432000 4194304 4196468 140725653092880 139637439851248 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29417] ppid=29395 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29417/stat : 29417 (java) S 29395 29398 28202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11479680 11234664448 55714 33554432000 4194304 4196468 140725653092880 139637438798176 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29418] ppid=29395 vsize=10971352 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29418/stat : 29418 (java) S 29395 29398 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11479681 11234664448 55714 33554432000 4194304 4196468 140725653092880 139637437745456 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29419] ppid=29395 vsize=10971352 CPUtime=1.15 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29419/stat : 29419 (java) R 29395 29398 28202 0 -1 4202560 1895 0 0 0 113 2 0 0 20 0 21 0 11479700 11234664448 55714 33554432000 4194304 4196468 140725653092880 139637434553800 139638735424768 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
Current children cumulated CPU time (s) 3.7
Current children cumulated vsize (KiB) 10971352

[startup+3.10086 s]
/proc/loadavg: 2.04 2.00 2.02 3/288 29419
/proc/meminfo: memFree=30912424/32770624 swapFree=5688/315548
[pid=29398] ppid=29395 vsize=10973400 CPUtime=6.78 cores=0,2,4,6,8,10,12,14
/proc/29398/stat : 29398 (java) S 29395 29398 28202 0 -1 1077944320 16694 0 0 0 644 34 0 0 20 0 21 0 11479671 11236761600 93072 33554432000 4194304 4196468 140725653092880 140725653075424 139639100489463 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
/proc/29398/statm: 2743350 93072 3137 1 0 2731217 0
[pid=29398/tid=29399] ppid=29395 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29399/stat : 29399 (java) S 29395 29398 28202 0 -1 1077944384 5177 0 0 0 25 1 0 0 20 0 21 0 11479672 11236761600 93072 33554432000 4194304 4196468 140725653092880 139639104732336 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29400] ppid=29395 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29400/stat : 29400 (java) S 29395 29398 28202 0 -1 1077944384 34 0 0 0 3 3 0 0 20 0 21 0 11479673 11236761600 93072 33554432000 4194304 4196468 140725653092880 139639053109648 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29402] ppid=29395 vsize=10973400 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29402/stat : 29402 (java) S 29395 29398 28202 0 -1 1077944384 35 0 0 0 5 2 0 0 20 0 21 0 11479673 11236761600 93072 33554432000 4194304 4196468 140725653092880 139639052056848 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29403] ppid=29395 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29403/stat : 29403 (java) S 29395 29398 28202 0 -1 1077944384 37 0 0 0 3 3 0 0 20 0 21 0 11479673 11236761600 93072 33554432000 4194304 4196468 140725653092880 139638705150608 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29404] ppid=29395 vsize=10973400 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29404/stat : 29404 (java) S 29395 29398 28202 0 -1 1077944384 34 0 0 0 3 2 0 0 20 0 21 0 11479673 11236761600 93072 33554432000 4194304 4196468 140725653092880 139638704097808 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29405] ppid=29395 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29405/stat : 29405 (java) S 29395 29398 28202 0 -1 1077944384 27 0 0 0 3 3 0 0 20 0 21 0 11479673 11236761600 93072 33554432000 4194304 4196468 140725653092880 139638703045520 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29406] ppid=29395 vsize=10973400 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29406/stat : 29406 (java) S 29395 29398 28202 0 -1 1077944384 33 0 0 0 4 3 0 0 20 0 21 0 11479673 11236761600 93072 33554432000 4194304 4196468 140725653092880 139638701992720 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29407] ppid=29395 vsize=10973400 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29407/stat : 29407 (java) S 29395 29398 28202 0 -1 1077944384 28 0 0 0 2 2 0 0 20 0 21 0 11479673 11236761600 93072 33554432000 4194304 4196468 140725653092880 139638700940432 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29408] ppid=29395 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29408/stat : 29408 (java) S 29395 29398 28202 0 -1 1077944384 38 0 0 0 3 3 0 0 20 0 21 0 11479673 11236761600 93072 33554432000 4194304 4196468 140725653092880 139638699887632 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29409] ppid=29395 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29409/stat : 29409 (java) S 29395 29398 28202 0 -1 1077944384 209 0 0 0 0 0 0 0 20 0 21 0 11479675 11236761600 93072 33554432000 4194304 4196468 140725653092880 139637917980784 139639100500610 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29410] ppid=29395 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29410/stat : 29410 (java) S 29395 29398 28202 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 11479676 11236761600 93072 33554432000 4194304 4196468 140725653092880 139637916926816 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29411] ppid=29395 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29411/stat : 29411 (java) S 29395 29398 28202 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 11479676 11236761600 93072 33554432000 4194304 4196468 140725653092880 139637915874432 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29412] ppid=29395 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29412/stat : 29412 (java) S 29395 29398 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11479680 11236761600 93072 33554432000 4194304 4196468 140725653092880 139637914822736 139639100508059 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29413] ppid=29395 vsize=10973400 CPUtime=0.99 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29413/stat : 29413 (java) R 29395 29398 28202 0 -1 4202560 3143 0 0 0 98 1 0 0 20 0 21 0 11479680 11236761600 93072 33554432000 4194304 4196468 140725653092880 139637913770904 139639085389948 0 4 0 16800975 0 0 0 -1 0 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29414] ppid=29395 vsize=10973400 CPUtime=0.75 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29414/stat : 29414 (java) S 29395 29398 28202 0 -1 1077944384 973 0 0 0 75 0 0 0 20 0 21 0 11479680 11236761600 93072 33554432000 4194304 4196468 140725653092880 139637912717808 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29415] ppid=29395 vsize=10973400 CPUtime=0.9 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29415/stat : 29415 (java) S 29395 29398 28202 0 -1 1077944384 1612 0 0 0 90 0 0 0 20 0 21 0 11479680 11236761600 93072 33554432000 4194304 4196468 140725653092880 139637911665520 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29416] ppid=29395 vsize=10973400 CPUtime=0.57 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29416/stat : 29416 (java) S 29395 29398 28202 0 -1 1077944384 1733 0 0 0 57 0 0 0 20 0 21 0 11479680 11236761600 93072 33554432000 4194304 4196468 140725653092880 139637439851248 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29417] ppid=29395 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29417/stat : 29417 (java) S 29395 29398 28202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11479680 11236761600 93072 33554432000 4194304 4196468 140725653092880 139637438798176 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29418] ppid=29395 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29418/stat : 29418 (java) S 29395 29398 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11479681 11236761600 93072 33554432000 4194304 4196468 140725653092880 139637437745456 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29419] ppid=29395 vsize=10973400 CPUtime=2.71 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29419/stat : 29419 (java) R 29395 29398 28202 0 -1 4202560 2212 0 0 0 267 4 0 0 20 0 21 0 11479700 11236761600 93072 33554432000 4194304 4196468 140725653092880 139637434555480 139638737650054 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
Current children cumulated CPU time (s) 6.78
Current children cumulated vsize (KiB) 10973400

[startup+6.30092 s]
/proc/loadavg: 2.04 2.00 2.02 3/288 29419
/proc/meminfo: memFree=30907664/32770624 swapFree=5688/315548
[pid=29398] ppid=29395 vsize=10973400 CPUtime=10.29 cores=0,2,4,6,8,10,12,14
/proc/29398/stat : 29398 (java) S 29395 29398 28202 0 -1 1077944320 20849 0 0 0 994 35 0 0 20 0 21 0 11479671 11236761600 93976 33554432000 4194304 4196468 140725653092880 140725653075424 139639100489463 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
/proc/29398/statm: 2743350 93976 3147 1 0 2731217 0
[pid=29398/tid=29399] ppid=29395 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29399/stat : 29399 (java) S 29395 29398 28202 0 -1 1077944384 5177 0 0 0 25 1 0 0 20 0 21 0 11479672 11236761600 93976 33554432000 4194304 4196468 140725653092880 139639104732336 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29400] ppid=29395 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29400/stat : 29400 (java) S 29395 29398 28202 0 -1 1077944384 34 0 0 0 3 3 0 0 20 0 21 0 11479673 11236761600 93976 33554432000 4194304 4196468 140725653092880 139639053109648 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29402] ppid=29395 vsize=10973400 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29402/stat : 29402 (java) S 29395 29398 28202 0 -1 1077944384 35 0 0 0 5 2 0 0 20 0 21 0 11479673 11236761600 93976 33554432000 4194304 4196468 140725653092880 139639052056848 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29403] ppid=29395 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29403/stat : 29403 (java) S 29395 29398 28202 0 -1 1077944384 37 0 0 0 3 3 0 0 20 0 21 0 11479673 11236761600 93976 33554432000 4194304 4196468 140725653092880 139638705150608 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29404] ppid=29395 vsize=10973400 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29404/stat : 29404 (java) S 29395 29398 28202 0 -1 1077944384 34 0 0 0 3 2 0 0 20 0 21 0 11479673 11236761600 93976 33554432000 4194304 4196468 140725653092880 139638704097808 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29405] ppid=29395 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29405/stat : 29405 (java) S 29395 29398 28202 0 -1 1077944384 27 0 0 0 3 3 0 0 20 0 21 0 11479673 11236761600 93976 33554432000 4194304 4196468 140725653092880 139638703045520 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29406] ppid=29395 vsize=10973400 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29406/stat : 29406 (java) S 29395 29398 28202 0 -1 1077944384 33 0 0 0 4 3 0 0 20 0 21 0 11479673 11236761600 93976 33554432000 4194304 4196468 140725653092880 139638701992720 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29407] ppid=29395 vsize=10973400 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29407/stat : 29407 (java) S 29395 29398 28202 0 -1 1077944384 28 0 0 0 2 2 0 0 20 0 21 0 11479673 11236761600 93976 33554432000 4194304 4196468 140725653092880 139638700940432 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29408] ppid=29395 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29408/stat : 29408 (java) S 29395 29398 28202 0 -1 1077944384 38 0 0 0 3 3 0 0 20 0 21 0 11479673 11236761600 93976 33554432000 4194304 4196468 140725653092880 139638699887632 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29409] ppid=29395 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29409/stat : 29409 (java) S 29395 29398 28202 0 -1 1077944384 253 0 0 0 0 0 0 0 20 0 21 0 11479675 11236761600 93976 33554432000 4194304 4196468 140725653092880 139637917980784 139639100500610 0 0 0 16800975 18446744071579849748 0 0 -1 4 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29410] ppid=29395 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14

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

[pid=29398/tid=29418] ppid=29395 vsize=10973400 CPUtime=1.02 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29418/stat : 29418 (java) S 29395 29398 28202 0 -1 1077944384 1077 0 0 0 51 51 0 0 20 0 21 0 11479681 11236761600 101459 33554432000 4194304 4196468 140725653092880 139637437745456 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29419] ppid=29395 vsize=10973400 CPUtime=2321.02 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29419/stat : 29419 (java) R 29395 29398 28202 0 -1 4202560 12781 0 0 0 232096 6 0 0 20 0 21 0 11479700 11236761600 101459 33554432000 4194304 4196468 140725653092880 139637434553688 139638738525664 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
Current children cumulated CPU time (s) 2327.44
Current children cumulated vsize (KiB) 10973400

[startup+2382.3 s]
/proc/loadavg: 2.10 2.04 2.05 3/262 29562
/proc/meminfo: memFree=31238080/32770624 swapFree=5688/316676
[pid=29398] ppid=29395 vsize=10973400 CPUtime=2387.46 cores=0,2,4,6,8,10,12,14
/proc/29398/stat : 29398 (java) S 29395 29398 28202 0 -1 1077944320 46947 0 0 0 238663 83 0 0 20 0 21 0 11479671 11236761600 101459 33554432000 4194304 4196468 140725653092880 140725653075424 139639100489463 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
/proc/29398/statm: 2743350 101459 3151 1 0 2731217 0
[pid=29398/tid=29399] ppid=29395 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29399/stat : 29399 (java) S 29395 29398 28202 0 -1 1077944384 5177 0 0 0 25 1 0 0 20 0 21 0 11479672 11236761600 101459 33554432000 4194304 4196468 140725653092880 139639104732336 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29400] ppid=29395 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29400/stat : 29400 (java) S 29395 29398 28202 0 -1 1077944384 34 0 0 0 3 3 0 0 20 0 21 0 11479673 11236761600 101459 33554432000 4194304 4196468 140725653092880 139639053109648 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29402] ppid=29395 vsize=10973400 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29402/stat : 29402 (java) S 29395 29398 28202 0 -1 1077944384 35 0 0 0 5 2 0 0 20 0 21 0 11479673 11236761600 101459 33554432000 4194304 4196468 140725653092880 139639052056848 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29403] ppid=29395 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29403/stat : 29403 (java) S 29395 29398 28202 0 -1 1077944384 37 0 0 0 3 3 0 0 20 0 21 0 11479673 11236761600 101459 33554432000 4194304 4196468 140725653092880 139638705150608 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29404] ppid=29395 vsize=10973400 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29404/stat : 29404 (java) S 29395 29398 28202 0 -1 1077944384 34 0 0 0 3 2 0 0 20 0 21 0 11479673 11236761600 101459 33554432000 4194304 4196468 140725653092880 139638704097808 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29405] ppid=29395 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29405/stat : 29405 (java) S 29395 29398 28202 0 -1 1077944384 27 0 0 0 3 3 0 0 20 0 21 0 11479673 11236761600 101459 33554432000 4194304 4196468 140725653092880 139638703045520 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29406] ppid=29395 vsize=10973400 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29406/stat : 29406 (java) S 29395 29398 28202 0 -1 1077944384 33 0 0 0 4 3 0 0 20 0 21 0 11479673 11236761600 101459 33554432000 4194304 4196468 140725653092880 139638701992720 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29407] ppid=29395 vsize=10973400 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29407/stat : 29407 (java) S 29395 29398 28202 0 -1 1077944384 28 0 0 0 2 2 0 0 20 0 21 0 11479673 11236761600 101459 33554432000 4194304 4196468 140725653092880 139638700940432 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29408] ppid=29395 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29408/stat : 29408 (java) S 29395 29398 28202 0 -1 1077944384 38 0 0 0 3 3 0 0 20 0 21 0 11479673 11236761600 101459 33554432000 4194304 4196468 140725653092880 139638699887632 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29409] ppid=29395 vsize=10973400 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29409/stat : 29409 (java) S 29395 29398 28202 0 -1 1077944384 683 0 0 0 3 1 0 0 20 0 21 0 11479675 11236761600 101459 33554432000 4194304 4196468 140725653092880 139637917980784 139639100500610 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29410] ppid=29395 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29410/stat : 29410 (java) S 29395 29398 28202 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 11479676 11236761600 101459 33554432000 4194304 4196468 140725653092880 139637916926816 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29411] ppid=29395 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29411/stat : 29411 (java) S 29395 29398 28202 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 11479676 11236761600 101459 33554432000 4194304 4196468 140725653092880 139637915874432 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29412] ppid=29395 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29412/stat : 29412 (java) S 29395 29398 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11479680 11236761600 101459 33554432000 4194304 4196468 140725653092880 139637914822736 139639100508059 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29413] ppid=29395 vsize=10973400 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29413/stat : 29413 (java) S 29395 29398 28202 0 -1 1077944384 6221 0 0 0 131 2 0 0 20 0 21 0 11479680 11236761600 101459 33554432000 4194304 4196468 140725653092880 139637913770608 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29414] ppid=29395 vsize=10973400 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29414/stat : 29414 (java) S 29395 29398 28202 0 -1 1077944384 7258 0 0 0 123 2 0 0 20 0 21 0 11479680 11236761600 101459 33554432000 4194304 4196468 140725653092880 139637912717808 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29415] ppid=29395 vsize=10973400 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29415/stat : 29415 (java) S 29395 29398 28202 0 -1 1077944384 5959 0 0 0 120 2 0 0 20 0 21 0 11479680 11236761600 101459 33554432000 4194304 4196468 140725653092880 139637911665520 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29416] ppid=29395 vsize=10973400 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29416/stat : 29416 (java) S 29395 29398 28202 0 -1 1077944384 5975 0 0 0 69 1 0 0 20 0 21 0 11479680 11236761600 101459 33554432000 4194304 4196468 140725653092880 139637439851248 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29417] ppid=29395 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29417/stat : 29417 (java) S 29395 29398 28202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11479680 11236761600 101459 33554432000 4194304 4196468 140725653092880 139637438798176 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29418] ppid=29395 vsize=10973400 CPUtime=1.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29418/stat : 29418 (java) S 29395 29398 28202 0 -1 1077944384 1083 0 0 0 53 53 0 0 20 0 21 0 11479681 11236761600 101459 33554432000 4194304 4196468 140725653092880 139637437745456 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29419] ppid=29395 vsize=10973400 CPUtime=2380.99 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29419/stat : 29419 (java) R 29395 29398 28202 0 -1 4202560 12957 0 0 0 238093 6 0 0 20 0 21 0 11479700 11236761600 101459 33554432000 4194304 4196468 140725653092880 139637434555752 139638738525938 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
Current children cumulated CPU time (s) 2387.46
Current children cumulated vsize (KiB) 10973400



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2394.9 s]
/proc/loadavg: 2.08 2.04 2.05 3/286 29611
/proc/meminfo: memFree=31154052/32770624 swapFree=5688/316728
[pid=29398] ppid=29395 vsize=10973400 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/29398/stat : 29398 (java) S 29395 29398 28202 0 -1 1077944320 47105 0 0 0 239923 83 0 0 20 0 21 0 11479671 11236761600 101460 33554432000 4194304 4196468 140725653092880 140725653075424 139639100489463 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
/proc/29398/statm: 2743350 101460 3151 1 0 2731217 0
[pid=29398/tid=29399] ppid=29395 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29399/stat : 29399 (java) S 29395 29398 28202 0 -1 1077944384 5177 0 0 0 25 1 0 0 20 0 21 0 11479672 11236761600 101460 33554432000 4194304 4196468 140725653092880 139639104732336 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29400] ppid=29395 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29400/stat : 29400 (java) S 29395 29398 28202 0 -1 1077944384 34 0 0 0 3 3 0 0 20 0 21 0 11479673 11236761600 101460 33554432000 4194304 4196468 140725653092880 139639053109648 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29402] ppid=29395 vsize=10973400 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29402/stat : 29402 (java) S 29395 29398 28202 0 -1 1077944384 35 0 0 0 5 2 0 0 20 0 21 0 11479673 11236761600 101460 33554432000 4194304 4196468 140725653092880 139639052056848 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29403] ppid=29395 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29403/stat : 29403 (java) S 29395 29398 28202 0 -1 1077944384 37 0 0 0 3 3 0 0 20 0 21 0 11479673 11236761600 101460 33554432000 4194304 4196468 140725653092880 139638705150608 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29404] ppid=29395 vsize=10973400 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29404/stat : 29404 (java) S 29395 29398 28202 0 -1 1077944384 34 0 0 0 3 2 0 0 20 0 21 0 11479673 11236761600 101460 33554432000 4194304 4196468 140725653092880 139638704097808 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29405] ppid=29395 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29405/stat : 29405 (java) S 29395 29398 28202 0 -1 1077944384 27 0 0 0 3 3 0 0 20 0 21 0 11479673 11236761600 101460 33554432000 4194304 4196468 140725653092880 139638703045520 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29406] ppid=29395 vsize=10973400 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29406/stat : 29406 (java) S 29395 29398 28202 0 -1 1077944384 33 0 0 0 4 3 0 0 20 0 21 0 11479673 11236761600 101460 33554432000 4194304 4196468 140725653092880 139638701992720 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29407] ppid=29395 vsize=10973400 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29407/stat : 29407 (java) S 29395 29398 28202 0 -1 1077944384 28 0 0 0 2 2 0 0 20 0 21 0 11479673 11236761600 101460 33554432000 4194304 4196468 140725653092880 139638700940432 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29408] ppid=29395 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29408/stat : 29408 (java) S 29395 29398 28202 0 -1 1077944384 38 0 0 0 3 3 0 0 20 0 21 0 11479673 11236761600 101460 33554432000 4194304 4196468 140725653092880 139638699887632 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29409] ppid=29395 vsize=10973400 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29409/stat : 29409 (java) S 29395 29398 28202 0 -1 1077944384 688 0 0 0 3 1 0 0 20 0 21 0 11479675 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637917980784 139639100500610 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29410] ppid=29395 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29410/stat : 29410 (java) S 29395 29398 28202 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 11479676 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637916926816 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29411] ppid=29395 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29411/stat : 29411 (java) S 29395 29398 28202 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 11479676 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637915874432 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29412] ppid=29395 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29412/stat : 29412 (java) S 29395 29398 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11479680 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637914822736 139639100508059 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29413] ppid=29395 vsize=10973400 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29413/stat : 29413 (java) S 29395 29398 28202 0 -1 1077944384 6222 0 0 0 131 2 0 0 20 0 21 0 11479680 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637913770608 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29414] ppid=29395 vsize=10973400 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29414/stat : 29414 (java) S 29395 29398 28202 0 -1 1077944384 7260 0 0 0 123 2 0 0 20 0 21 0 11479680 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637912717808 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29415] ppid=29395 vsize=10973400 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29415/stat : 29415 (java) S 29395 29398 28202 0 -1 1077944384 5961 0 0 0 120 2 0 0 20 0 21 0 11479680 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637911665520 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29416] ppid=29395 vsize=10973400 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29416/stat : 29416 (java) S 29395 29398 28202 0 -1 1077944384 5979 0 0 0 69 1 0 0 20 0 21 0 11479680 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637439851248 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29417] ppid=29395 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29417/stat : 29417 (java) S 29395 29398 28202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11479680 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637438798176 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29418] ppid=29395 vsize=10973400 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29418/stat : 29418 (java) S 29395 29398 28202 0 -1 1077944384 1109 0 0 0 54 53 0 0 20 0 21 0 11479681 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637437745456 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29419] ppid=29395 vsize=10973400 CPUtime=2393.59 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29419/stat : 29419 (java) R 29395 29398 28202 0 -1 4202560 13075 0 0 0 239353 6 0 0 20 0 21 0 11479700 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637434555752 139638738525259 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 10973400

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

[startup+2394.9 s]
/proc/loadavg: 2.08 2.04 2.05 3/286 29611
/proc/meminfo: memFree=31154052/32770624 swapFree=5688/316728
[pid=29398] ppid=29395 vsize=10973400 CPUtime=2400.06 cores=0,2,4,6,8,10,12,14
/proc/29398/stat : 29398 (java) S 29395 29398 28202 0 -1 1077944320 47105 0 0 0 239923 83 0 0 20 0 21 0 11479671 11236761600 101460 33554432000 4194304 4196468 140725653092880 140725653075424 139639100489463 0 0 0 16800975 18446744073709551615 0 0 17 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
/proc/29398/statm: 2743350 101460 3151 1 0 2731217 0
[pid=29398/tid=29399] ppid=29395 vsize=10973400 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29399/stat : 29399 (java) S 29395 29398 28202 0 -1 1077944384 5177 0 0 0 25 1 0 0 20 0 21 0 11479672 11236761600 101460 33554432000 4194304 4196468 140725653092880 139639104732336 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29400] ppid=29395 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29400/stat : 29400 (java) S 29395 29398 28202 0 -1 1077944384 34 0 0 0 3 3 0 0 20 0 21 0 11479673 11236761600 101460 33554432000 4194304 4196468 140725653092880 139639053109648 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29402] ppid=29395 vsize=10973400 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29402/stat : 29402 (java) S 29395 29398 28202 0 -1 1077944384 35 0 0 0 5 2 0 0 20 0 21 0 11479673 11236761600 101460 33554432000 4194304 4196468 140725653092880 139639052056848 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29403] ppid=29395 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29403/stat : 29403 (java) S 29395 29398 28202 0 -1 1077944384 37 0 0 0 3 3 0 0 20 0 21 0 11479673 11236761600 101460 33554432000 4194304 4196468 140725653092880 139638705150608 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29404] ppid=29395 vsize=10973400 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29404/stat : 29404 (java) S 29395 29398 28202 0 -1 1077944384 34 0 0 0 3 2 0 0 20 0 21 0 11479673 11236761600 101460 33554432000 4194304 4196468 140725653092880 139638704097808 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29405] ppid=29395 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29405/stat : 29405 (java) S 29395 29398 28202 0 -1 1077944384 27 0 0 0 3 3 0 0 20 0 21 0 11479673 11236761600 101460 33554432000 4194304 4196468 140725653092880 139638703045520 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29406] ppid=29395 vsize=10973400 CPUtime=0.07 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29406/stat : 29406 (java) S 29395 29398 28202 0 -1 1077944384 33 0 0 0 4 3 0 0 20 0 21 0 11479673 11236761600 101460 33554432000 4194304 4196468 140725653092880 139638701992720 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29407] ppid=29395 vsize=10973400 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29407/stat : 29407 (java) S 29395 29398 28202 0 -1 1077944384 28 0 0 0 2 2 0 0 20 0 21 0 11479673 11236761600 101460 33554432000 4194304 4196468 140725653092880 139638700940432 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29408] ppid=29395 vsize=10973400 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29408/stat : 29408 (java) S 29395 29398 28202 0 -1 1077944384 38 0 0 0 3 3 0 0 20 0 21 0 11479673 11236761600 101460 33554432000 4194304 4196468 140725653092880 139638699887632 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29409] ppid=29395 vsize=10973400 CPUtime=0.04 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29409/stat : 29409 (java) S 29395 29398 28202 0 -1 1077944384 688 0 0 0 3 1 0 0 20 0 21 0 11479675 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637917980784 139639100500610 0 0 0 16800975 18446744071579849748 0 0 -1 0 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29410] ppid=29395 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29410/stat : 29410 (java) S 29395 29398 28202 0 -1 1077944384 34 0 0 0 0 0 0 0 20 0 21 0 11479676 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637916926816 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29411] ppid=29395 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29411/stat : 29411 (java) S 29395 29398 28202 0 -1 1077944384 23 0 0 0 0 0 0 0 20 0 21 0 11479676 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637915874432 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29412] ppid=29395 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29412/stat : 29412 (java) S 29395 29398 28202 0 -1 1077944384 1 0 0 0 0 0 0 0 20 0 21 0 11479680 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637914822736 139639100508059 0 4 0 16800975 18446744071579849748 0 0 -1 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29413] ppid=29395 vsize=10973400 CPUtime=1.33 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29413/stat : 29413 (java) S 29395 29398 28202 0 -1 1077944384 6222 0 0 0 131 2 0 0 20 0 21 0 11479680 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637913770608 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 2 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29414] ppid=29395 vsize=10973400 CPUtime=1.25 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29414/stat : 29414 (java) S 29395 29398 28202 0 -1 1077944384 7260 0 0 0 123 2 0 0 20 0 21 0 11479680 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637912717808 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29415] ppid=29395 vsize=10973400 CPUtime=1.22 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29415/stat : 29415 (java) S 29395 29398 28202 0 -1 1077944384 5961 0 0 0 120 2 0 0 20 0 21 0 11479680 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637911665520 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 10 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29416] ppid=29395 vsize=10973400 CPUtime=0.7 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29416/stat : 29416 (java) S 29395 29398 28202 0 -1 1077944384 5979 0 0 0 69 1 0 0 20 0 21 0 11479680 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637439851248 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 8 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29417] ppid=29395 vsize=10973400 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29417/stat : 29417 (java) S 29395 29398 28202 0 -1 1077944384 3 0 0 0 0 0 0 0 20 0 21 0 11479680 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637438798176 139639100499669 0 4 0 16800975 18446744071579849748 0 0 -1 14 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29418] ppid=29395 vsize=10973400 CPUtime=1.07 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29418/stat : 29418 (java) S 29395 29398 28202 0 -1 1077944384 1109 0 0 0 54 53 0 0 20 0 21 0 11479681 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637437745456 139639100500610 0 4 0 16800975 18446744071579849748 0 0 -1 6 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
[pid=29398/tid=29419] ppid=29395 vsize=10973400 CPUtime=2393.59 cores=0,2,4,6,8,10,12,14
/proc/29398/task/29419/stat : 29419 (java) R 29395 29398 28202 0 -1 4202560 13075 0 0 0 239353 6 0 0 20 0 21 0 11479700 11236761600 101460 33554432000 4194304 4196468 140725653092880 139637434555752 139638738525259 0 4 0 16800975 0 0 0 -1 12 0 0 0 0 0 6293624 6294260 28426240 140725653095619 140725653095748 140725653095748 140725653098447 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 10973400

Child status: 143
Real time (s): 2394.91
CPU time (s): 2400.08
CPU user time (s): 2399.24
CPU system time (s): 0.838801
CPU usage (%): 100.216
Max. virtual memory (cumulated for all children) (KiB): 10973400

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.24
system time used= 0.838801
maximum resident set size= 406604
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 47457
page faults= 0
swaps= 0
block input operations= 0
block output operations= 1680
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 56119
involuntary context switches= 122494

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 12.3308 second user time and 20.43 second system time

The end

Launcher Data

Begin job on node134 at 2017-07-23 00:22:05
IDJOB=4249670
IDBENCH=137714
IDSOLVER=2624
FILE ID=node134/4249670-1500762125
RUNJOBID= node134-1500752537-28233
PBS_JOBID= 20624583
Free space on /tmp= 61948 MiB

SOLVER NAME= AbsCon-basic 2017-06-11
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw100/BinPacking-mdd-sw100-43.xml
COMMAND LINE= java -jar HOME/AbsCon-basic.jar BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4249670-1500762125/watcher-4249670-1500762125 -o /tmp/evaluation-result-4249670-1500762125/solver-4249670-1500762125 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node134-1500752537-28233 --watchdog 2560  java -jar HOME/AbsCon-basic.jar HOME/instance-4249670-1500762125.xml

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

MD5SUM BENCH= 7110289aba2c74e466e00c1a89bfd290
RANDOM SEED=335486215

node134.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		: 1733.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.84
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		: 2267.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.84
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.84
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		: 2668.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.84
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		: 1867.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.84
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		: 2400.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		: 2133.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.84
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		: 1600.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.84
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		: 2668.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		: 1733.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.84
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:        31271364 kB
MemAvailable:   31631352 kB
Buffers:          158540 kB
Cached:           480344 kB
SwapCached:            0 kB
Active:           735472 kB
Inactive:         324432 kB
Active(anon):     423708 kB
Inactive(anon):     8872 kB
Active(file):     311764 kB
Inactive(file):   315560 kB
Unevictable:        5688 kB
Mlocked:            5688 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              8520 kB
Writeback:            12 kB
AnonPages:        638616 kB
Mapped:            43828 kB
Shmem:              8872 kB
Slab:             131296 kB
SReclaimable:      97000 kB
SUnreclaim:        34296 kB
KernelStack:        4880 kB
PageTables:         5464 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1566248 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    518144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61944 MiB
End job on node134 at 2017-07-23 01:02:00