Trace number 4245102

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: Concrete 3.4OPT4 8.64725 3.74935

General information on the benchmark

NameGraphColoring/GraphColoring-m1-fixed/
GraphColoring-qwhopt-o5-h10-1.xml
MD5SUM4716a87298188d70bc9d7e045ef51dee
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark0.074299
Satisfiable
(Un)Satisfiability was proved
Number of variables25
Number of constraints101
Number of domains1
Minimum domain size25
Maximum domain size25
Distribution of domain sizes[{"size":25,"count":25}]
Minimum variable degree9
Maximum variable degree10
Distribution of variable degrees[{"degree":9,"count":10},{"degree":10,"count":15}]
Minimum constraint arity2
Maximum constraint arity15
Distribution of constraint arities[{"arity":2,"count":100},{"arity":15,"count":1}]
Number of extensional constraints0
Number of intensional constraints100
Distribution of constraint types[{"type":"intension","count":100},{"type":"instantiation","count":1}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

3.67/2.17	c Concrete v3.4 running
7.85/3.56	o 24
7.85/3.58	o 23
7.85/3.59	o 22
7.85/3.60	o 21
8.17/3.61	o 20
8.17/3.61	o 19
8.17/3.62	o 18
8.17/3.63	o 17
8.17/3.64	o 16
8.17/3.64	o 15
8.17/3.65	o 14
8.17/3.66	o 13
8.17/3.66	o 12
8.17/3.67	o 11
8.17/3.67	o 10
8.17/3.68	o 9
8.17/3.68	o 8
8.17/3.69	o 7
8.17/3.69	o 6
8.53/3.70	o 5
8.53/3.70	o 4
8.53/3.71	v <instantiation cost="4">
8.53/3.71	v       <list>
8.53/3.71	v         x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24]
8.53/3.71	v       </list>
8.53/3.71	v       <values>
8.53/3.71	v         0 1 4 3 2 3 4 1 2 0 1 0 2 4 3 2 3 0 1 4 4 2 3 0 1
8.53/3.71	v       </values>
8.53/3.71	v     </instantiation>
8.53/3.71	s OPTIMUM FOUND

Verifier Data

OK	4

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-4245102-1500699642/watcher-4245102-1500699642 -o /tmp/evaluation-result-4245102-1500699642/solver-4245102-1500699642 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500684099-14650 --watchdog 2560 bin/concrete HOME/instance-4245102-1500699642.xml 

pid=19435
running on 8 cores: 1,3,5,7,9,11,13,15

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: 2.29 2.08 1.73 2/261 19438
/proc/meminfo: memFree=30950940/32770624 swapFree=5940/259012
[pid=19438] ppid=19435 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/19438/stat : 19438 (bash) S 19435 19438 14618 0 -1 4202496 687 1531 0 0 0 0 0 0 20 0 1 0 5231061 9736192 350 33554432000 4194304 5098028 140721200759744 140721200757384 140682757782528 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 26636288 140721200764174 140721200764259 140721200764259 140721200766958 0
/proc/19438/statm: 2377 350 277 221 0 86 0

[startup+0.100152 s]
/proc/loadavg: 2.29 2.08 1.73 2/261 19438
/proc/meminfo: memFree=30950940/32770624 swapFree=5940/259012
[pid=19438] ppid=19435 vsize=9640 CPUtime=0.02 cores=1,3,5,7,9,11,13,15
/proc/19438/stat : 19438 (bash) S 19435 19438 14618 0 -1 4202496 885 6414 0 0 0 0 0 2 20 0 1 0 5231061 9871360 378 33554432000 4194304 5098028 140721200759744 140721200753752 140682757782528 0 0 4100 65536 18446744071580971376 0 0 17 9 0 0 0 0 0 7196144 7232144 26636288 140721200764174 140721200764259 140721200764259 140721200766958 0
/proc/19438/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 9640

[startup+0.200324 s]
/proc/loadavg: 2.29 2.08 1.73 2/261 19438
/proc/meminfo: memFree=30950940/32770624 swapFree=5940/259012
[pid=19438] ppid=19435 vsize=10435860 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/19438/stat : 19438 (java) S 19435 19438 14618 0 -1 1077944320 5016 12424 0 0 6 1 8 4 20 0 13 0 5231061 10686320640 5348 33554432000 4194304 4196468 140726066352864 140726066335408 140309808439031 0 0 0 16800971 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
/proc/19438/statm: 2608965 5348 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 10435860

[startup+0.300395 s]
/proc/loadavg: 2.29 2.08 1.73 2/261 19438
/proc/meminfo: memFree=30950940/32770624 swapFree=5940/259012
[pid=19438] ppid=19435 vsize=10902292 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/19438/stat : 19438 (java) S 19435 19438 14618 0 -1 1077944320 8263 12424 0 0 23 2 8 4 20 0 20 0 5231061 11163947008 9387 33554432000 4194304 4196468 140726066352864 140726066335408 140309808439031 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
/proc/19438/statm: 2725573 9387 2971 1 0 2713890 0
Current children cumulated CPU time (s) 0.37
Current children cumulated vsize (KiB) 10902292

[startup+0.700229 s]
/proc/loadavg: 2.29 2.08 1.73 2/261 19438
/proc/meminfo: memFree=30950940/32770624 swapFree=5940/259012
[pid=19438] ppid=19435 vsize=10902720 CPUtime=0.93 cores=1,3,5,7,9,11,13,15
/proc/19438/stat : 19438 (java) S 19435 19438 14618 0 -1 1077944320 12477 12424 0 0 77 4 8 4 20 0 20 0 5231061 11164385280 15768 33554432000 4194304 4196468 140726066352864 140726066335408 140309808439031 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
/proc/19438/statm: 2725680 15768 3196 1 0 2713890 0
Current children cumulated CPU time (s) 0.93
Current children cumulated vsize (KiB) 10902720

[startup+1.50127 s]
/proc/loadavg: 2.29 2.08 1.73 3/281 19511
/proc/meminfo: memFree=30845144/32770624 swapFree=5940/258716
[pid=19438] ppid=19435 vsize=10913344 CPUtime=2.32 cores=1,3,5,7,9,11,13,15
/proc/19438/stat : 19438 (java) S 19435 19438 14618 0 -1 1077944320 24812 12424 0 0 206 14 8 4 20 0 20 0 5231061 11175264256 44636 33554432000 4194304 4196468 140726066352864 140726066335408 140309808439031 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
/proc/19438/statm: 2728336 44636 3411 1 0 2716450 0
[pid=19438/tid=19493] ppid=19435 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19493/stat : 19493 (java) R 19435 19438 14618 0 -1 4202560 18315 12424 0 0 125 5 8 4 20 0 20 0 5231074 11175264256 44636 33554432000 4194304 4196468 140726066352864 140309812661736 140309417821204 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19494] ppid=19435 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19494/stat : 19494 (java) S 19435 19438 14618 0 -1 1077944384 16 12424 0 0 1 0 8 4 20 0 20 0 5231075 11175264256 44636 33554432000 4194304 4196468 140726066352864 140309745129872 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19495] ppid=19435 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19495/stat : 19495 (java) S 19435 19438 14618 0 -1 1077944384 30 12424 0 0 0 0 8 4 20 0 20 0 5231075 11175264256 44636 33554432000 4194304 4196468 140726066352864 140309744077072 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19496] ppid=19435 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19496/stat : 19496 (java) S 19435 19438 14618 0 -1 1077944384 20 12424 0 0 1 0 8 4 20 0 20 0 5231075 11175264256 44636 33554432000 4194304 4196468 140726066352864 140309743024784 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19497] ppid=19435 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19497/stat : 19497 (java) S 19435 19438 14618 0 -1 1077944384 21 12424 0 0 1 0 8 4 20 0 20 0 5231075 11175264256 44636 33554432000 4194304 4196468 140726066352864 140309741971984 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19498] ppid=19435 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19498/stat : 19498 (java) S 19435 19438 14618 0 -1 1077944384 34 12424 0 0 1 0 8 4 20 0 20 0 5231075 11175264256 44636 33554432000 4194304 4196468 140726066352864 140309740919696 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19499] ppid=19435 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19499/stat : 19499 (java) S 19435 19438 14618 0 -1 1077944384 15 12424 0 0 0 0 8 4 20 0 20 0 5231075 11175264256 44636 33554432000 4194304 4196468 140726066352864 140309739866896 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19500] ppid=19435 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19500/stat : 19500 (java) S 19435 19438 14618 0 -1 1077944384 11 12424 0 0 1 0 8 4 20 0 20 0 5231075 11175264256 44636 33554432000 4194304 4196468 140726066352864 140309738814608 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19501] ppid=19435 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19501/stat : 19501 (java) S 19435 19438 14618 0 -1 1077944384 125 12424 0 0 1 0 8 4 20 0 20 0 5231075 11175264256 44636 33554432000 4194304 4196468 140726066352864 140309737761808 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19502] ppid=19435 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19502/stat : 19502 (java) S 19435 19438 14618 0 -1 1077944384 172 12424 0 0 1 0 8 4 20 0 20 0 5231078 11175264256 44636 33554432000 4194304 4196468 140726066352864 140308880242800 140309808450178 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19503] ppid=19435 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19503/stat : 19503 (java) S 19435 19438 14618 0 -1 1077944384 34 12424 0 0 0 0 8 4 20 0 20 0 5231078 11175264256 44636 33554432000 4194304 4196468 140726066352864 140308879188832 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19504] ppid=19435 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19504/stat : 19504 (java) S 19435 19438 14618 0 -1 1077944384 23 12424 0 0 0 0 8 4 20 0 20 0 5231079 11175264256 44636 33554432000 4194304 4196468 140726066352864 140308878136448 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19505] ppid=19435 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19505/stat : 19505 (java) S 19435 19438 14618 0 -1 1077944384 1 12424 0 0 0 0 8 4 20 0 20 0 5231083 11175264256 44636 33554432000 4194304 4196468 140726066352864 140308877084752 140309808457627 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19506] ppid=19435 vsize=10913344 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19506/stat : 19506 (java) R 19435 19438 14618 0 -1 4202560 1848 12424 0 0 16 0 8 4 20 0 20 0 5231083 11175264256 44636 33554432000 4194304 4196468 140726066352864 140308876032920 140309787684874 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19507] ppid=19435 vsize=10913344 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19507/stat : 19507 (java) S 19435 19438 14618 0 -1 1077944384 487 12424 0 0 14 0 8 4 20 0 20 0 5231083 11175264256 44636 33554432000 4194304 4196468 140726066352864 140308874979824 140309808450178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19508] ppid=19435 vsize=10913344 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19508/stat : 19508 (java) R 19435 19438 14618 0 -1 4202560 430 12424 0 0 9 0 8 4 20 0 20 0 5231083 11175264256 44636 33554432000 4194304 4196468 140726066352864 140308873927832 140309789139328 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19509] ppid=19435 vsize=10913344 CPUtime=0.39 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19509/stat : 19509 (java) S 19435 19438 14618 0 -1 1077944384 1107 12424 0 0 27 0 8 4 20 0 20 0 5231083 11175264256 44636 33554432000 4194304 4196468 140726066352864 140308872874736 140309808450178 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19510] ppid=19435 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19510/stat : 19510 (java) S 19435 19438 14618 0 -1 1077944384 3 12424 0 0 0 0 8 4 20 0 20 0 5231083 11175264256 44636 33554432000 4194304 4196468 140726066352864 140308871821664 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19511] ppid=19435 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19511/stat : 19511 (java) S 19435 19438 14618 0 -1 1077944384 1 12424 0 0 0 0 8 4 20 0 20 0 5231083 11175264256 44636 33554432000 4194304 4196468 140726066352864 140308870768944 140309808450178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
Current children cumulated CPU time (s) 2.32
Current children cumulated vsize (KiB) 10913344

[startup+3.10113 s]
/proc/loadavg: 2.29 2.08 1.73 4/281 19511
/proc/meminfo: memFree=30774920/32770624 swapFree=5940/258724
[pid=19438] ppid=19435 vsize=10927868 CPUtime=6.04 cores=1,3,5,7,9,11,13,15
/proc/19438/stat : 19438 (java) S 19435 19438 14618 0 -1 1077944320 44086 12424 0 0 569 23 8 4 20 0 20 0 5231061 11190136832 62074 33554432000 4194304 4196468 140726066352864 140726066335408 140309808439031 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
/proc/19438/statm: 2731967 62074 3480 1 0 2719522 0
[pid=19438/tid=19493] ppid=19435 vsize=10927868 CPUtime=2.98 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19493/stat : 19493 (java) S 19435 19438 14618 0 -1 1077944384 32040 12424 0 0 277 9 8 4 20 0 20 0 5231074 11190136832 62074 33554432000 4194304 4196468 140726066352864 140309812666784 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19494] ppid=19435 vsize=10927868 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19494/stat : 19494 (java) S 19435 19438 14618 0 -1 1077944384 49 12424 0 0 2 1 8 4 20 0 20 0 5231075 11190136832 62074 33554432000 4194304 4196468 140726066352864 140309745129872 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19495] ppid=19435 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19495/stat : 19495 (java) S 19435 19438 14618 0 -1 1077944384 46 12424 0 0 1 1 8 4 20 0 20 0 5231075 11190136832 62074 33554432000 4194304 4196468 140726066352864 140309744077072 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19496] ppid=19435 vsize=10927868 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19496/stat : 19496 (java) S 19435 19438 14618 0 -1 1077944384 28 12424 0 0 2 1 8 4 20 0 20 0 5231075 11190136832 62074 33554432000 4194304 4196468 140726066352864 140309743024784 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19497] ppid=19435 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19497/stat : 19497 (java) S 19435 19438 14618 0 -1 1077944384 30 12424 0 0 1 0 8 4 20 0 20 0 5231075 11190136832 62074 33554432000 4194304 4196468 140726066352864 140309741971984 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19498] ppid=19435 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19498/stat : 19498 (java) S 19435 19438 14618 0 -1 1077944384 55 12424 0 0 1 0 8 4 20 0 20 0 5231075 11190136832 62074 33554432000 4194304 4196468 140726066352864 140309740919696 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19499] ppid=19435 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19499/stat : 19499 (java) S 19435 19438 14618 0 -1 1077944384 50 12424 0 0 1 1 8 4 20 0 20 0 5231075 11190136832 62074 33554432000 4194304 4196468 140726066352864 140309739866896 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19500] ppid=19435 vsize=10927868 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19500/stat : 19500 (java) S 19435 19438 14618 0 -1 1077944384 15 12424 0 0 1 0 8 4 20 0 20 0 5231075 11190136832 62074 33554432000 4194304 4196468 140726066352864 140309738814608 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19501] ppid=19435 vsize=10927868 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19501/stat : 19501 (java) S 19435 19438 14618 0 -1 1077944384 230 12424 0 0 1 1 8 4 20 0 20 0 5231075 11190136832 62074 33554432000 4194304 4196468 140726066352864 140309737761808 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19502] ppid=19435 vsize=10927868 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19502/stat : 19502 (java) R 19435 19438 14618 0 -1 4202560 1266 12424 0 0 3 0 8 4 20 0 20 0 5231078 11190136832 62074 33554432000 4194304 4196468 140726066352864 140308880240976 140309792793807 0 0 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19503] ppid=19435 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19503/stat : 19503 (java) S 19435 19438 14618 0 -1 1077944384 34 12424 0 0 0 0 8 4 20 0 20 0 5231078 11190136832 62074 33554432000 4194304 4196468 140726066352864 140308879188832 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19504] ppid=19435 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19504/stat : 19504 (java) S 19435 19438 14618 0 -1 1077944384 23 12424 0 0 0 0 8 4 20 0 20 0 5231079 11190136832 62074 33554432000 4194304 4196468 140726066352864 140308878136448 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19505] ppid=19435 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19505/stat : 19505 (java) S 19435 19438 14618 0 -1 1077944384 1 12424 0 0 0 0 8 4 20 0 20 0 5231083 11190136832 62074 33554432000 4194304 4196468 140726066352864 140308877084752 140309808457627 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19506] ppid=19435 vsize=10927868 CPUtime=0.78 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19506/stat : 19506 (java) S 19435 19438 14618 0 -1 1077944384 2557 12424 0 0 65 1 8 4 20 0 20 0 5231083 11190136832 62074 33554432000 4194304 4196468 140726066352864 140308876017616 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19507] ppid=19435 vsize=10927868 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19507/stat : 19507 (java) S 19435 19438 14618 0 -1 1077944384 1167 12424 0 0 56 0 8 4 20 0 20 0 5231083 11190136832 62074 33554432000 4194304 4196468 140726066352864 140308874979824 140309808450178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19508] ppid=19435 vsize=10927868 CPUtime=0.6 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19508/stat : 19508 (java) S 19435 19438 14618 0 -1 1077944384 1096 12424 0 0 47 1 8 4 20 0 20 0 5231083 11190136832 62074 33554432000 4194304 4196468 140726066352864 140308873927536 140309808450178 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19509] ppid=19435 vsize=10927868 CPUtime=1.15 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19509/stat : 19509 (java) S 19435 19438 14618 0 -1 1077944384 3258 12424 0 0 102 1 8 4 20 0 20 0 5231083 11190136832 62074 33554432000 4194304 4196468 140726066352864 140308872874736 140309808450178 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19510] ppid=19435 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19510/stat : 19510 (java) S 19435 19438 14618 0 -1 1077944384 3 12424 0 0 0 0 8 4 20 0 20 0 5231083 11190136832 62074 33554432000 4194304 4196468 140726066352864 140308871821664 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19511] ppid=19435 vsize=10927868 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19511/stat : 19511 (java) S 19435 19438 14618 0 -1 1077944384 4 12424 0 0 0 0 8 4 20 0 20 0 5231083 11190136832 62074 33554432000 4194304 4196468 140726066352864 140308870768944 140309808450178 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
Current children cumulated CPU time (s) 6.04
Current children cumulated vsize (KiB) 10927868

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19438 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+3.20157 s]
/proc/loadavg: 2.29 2.08 1.73 4/281 19511
/proc/meminfo: memFree=30774920/32770624 swapFree=5940/258724
[pid=19438] ppid=19435 vsize=10929916 CPUtime=6.45 cores=1,3,5,7,9,11,13,15
/proc/19438/stat : 19438 (java) S 19435 19438 14618 0 -1 1077944320 44914 12424 0 0 610 23 8 4 20 0 20 0 5231061 11192233984 63710 33554432000 4194304 4196468 140726066352864 140726066335408 140309808439031 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
/proc/19438/statm: 2732479 63710 3483 1 0 2720034 0
[pid=19438/tid=19493] ppid=19435 vsize=10929916 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19493/stat : 19493 (java) R 19435 19438 14618 0 -1 4202560 32216 12424 0 0 286 9 8 4 20 0 20 0 5231074 11192233984 63710 33554432000 4194304 4196468 140726066352864 140309812646304 140309788714187 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19494] ppid=19435 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19494/stat : 19494 (java) S 19435 19438 14618 0 -1 1077944384 50 12424 0 0 3 1 8 4 20 0 20 0 5231075 11192233984 63710 33554432000 4194304 4196468 140726066352864 140309745129872 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19495] ppid=19435 vsize=10929916 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19495/stat : 19495 (java) S 19435 19438 14618 0 -1 1077944384 46 12424 0 0 2 1 8 4 20 0 20 0 5231075 11192233984 63710 33554432000 4194304 4196468 140726066352864 140309744077072 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19496] ppid=19435 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19496/stat : 19496 (java) S 19435 19438 14618 0 -1 1077944384 29 12424 0 0 3 1 8 4 20 0 20 0 5231075 11192233984 63710 33554432000 4194304 4196468 140726066352864 140309743024784 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19497] ppid=19435 vsize=10929916 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19497/stat : 19497 (java) S 19435 19438 14618 0 -1 1077944384 30 12424 0 0 2 0 8 4 20 0 20 0 5231075 11192233984 63710 33554432000 4194304 4196468 140726066352864 140309741971984 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19498] ppid=19435 vsize=10929916 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19498/stat : 19498 (java) S 19435 19438 14618 0 -1 1077944384 55 12424 0 0 2 1 8 4 20 0 20 0 5231075 11192233984 63710 33554432000 4194304 4196468 140726066352864 140309740919696 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19499] ppid=19435 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19499/stat : 19499 (java) S 19435 19438 14618 0 -1 1077944384 50 12424 0 0 3 1 8 4 20 0 20 0 5231075 11192233984 63710 33554432000 4194304 4196468 140726066352864 140309739866896 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19500] ppid=19435 vsize=10929916 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19500/stat : 19500 (java) S 19435 19438 14618 0 -1 1077944384 15 12424 0 0 2 0 8 4 20 0 20 0 5231075 11192233984 63710 33554432000 4194304 4196468 140726066352864 140309738814608 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19501] ppid=19435 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19501/stat : 19501 (java) S 19435 19438 14618 0 -1 1077944384 230 12424 0 0 3 1 8 4 20 0 20 0 5231075 11192233984 63710 33554432000 4194304 4196468 140726066352864 140309737761808 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19502] ppid=19435 vsize=10929916 CPUtime=0.16 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19502/stat : 19502 (java) S 19435 19438 14618 0 -1 1077944384 1580 12424 0 0 4 0 8 4 20 0 20 0 5231078 11192233984 63710 33554432000 4194304 4196468 140726066352864 140308880242800 140309808450178 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19503] ppid=19435 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19503/stat : 19503 (java) S 19435 19438 14618 0 -1 1077944384 39 12424 0 0 0 0 8 4 20 0 20 0 5231078 11192233984 63710 33554432000 4194304 4196468 140726066352864 140308879188832 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19504] ppid=19435 vsize=10929916 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19504/stat : 19504 (java) S 19435 19438 14618 0 -1 1077944384 44 12424 0 0 1 0 8 4 20 0 20 0 5231079 11192233984 63710 33554432000 4194304 4196468 140726066352864 140308878136448 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19505] ppid=19435 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19505/stat : 19505 (java) S 19435 19438 14618 0 -1 1077944384 1 12424 0 0 0 0 8 4 20 0 20 0 5231083 11192233984 63710 33554432000 4194304 4196468 140726066352864 140308877084752 140309808457627 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19506] ppid=19435 vsize=10929916 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19506/stat : 19506 (java) R 19435 19438 14618 0 -1 4202560 2568 12424 0 0 72 1 8 4 20 0 20 0 5231083 11192233984 63710 33554432000 4194304 4196468 140726066352864 140308876013064 140309791849926 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19507] ppid=19435 vsize=10929916 CPUtime=0.75 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19507/stat : 19507 (java) R 19435 19438 14618 0 -1 4202560 1365 12424 0 0 63 0 8 4 20 0 20 0 5231083 11192233984 63710 33554432000 4194304 4196468 140726066352864 140308874965704 140309793546843 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19508] ppid=19435 vsize=10929916 CPUtime=0.67 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19508/stat : 19508 (java) R 19435 19438 14618 0 -1 4202560 1172 12424 0 0 54 1 8 4 20 0 20 0 5231083 11192233984 63710 33554432000 4194304 4196468 140726066352864 140308873908256 140309787657672 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19509] ppid=19435 vsize=10929916 CPUtime=1.17 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19509/stat : 19509 (java) S 19435 19438 14618 0 -1 1077944384 3283 12424 0 0 104 1 8 4 20 0 20 0 5231083 11192233984 63710 33554432000 4194304 4196468 140726066352864 140308872874736 140309808450178 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19510] ppid=19435 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19510/stat : 19510 (java) S 19435 19438 14618 0 -1 1077944384 3 12424 0 0 0 0 8 4 20 0 20 0 5231083 11192233984 63710 33554432000 4194304 4196468 140726066352864 140308871821664 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19511] ppid=19435 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19511/stat : 19511 (java) S 19435 19438 14618 0 -1 1077944384 4 12424 0 0 0 0 8 4 20 0 20 0 5231083 11192233984 63710 33554432000 4194304 4196468 140726066352864 140308870768944 140309808450178 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
Current children cumulated CPU time (s) 6.45
Current children cumulated vsize (KiB) 10929916

[startup+3.601 s]
/proc/loadavg: 2.29 2.08 1.73 5/281 19511
/proc/meminfo: memFree=30666452/32770624 swapFree=5940/258724
[pid=19438] ppid=19435 vsize=10995452 CPUtime=8.17 cores=1,3,5,7,9,11,13,15
/proc/19438/stat : 19438 (java) S 19435 19438 14618 0 -1 1077944320 62683 12424 0 0 780 25 8 4 20 0 20 0 5231061 11259342848 75514 33554432000 4194304 4196468 140726066352864 140726066335408 140309808439031 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
/proc/19438/statm: 2748863 75514 3491 1 0 2736418 0
[pid=19438/tid=19493] ppid=19435 vsize=10995452 CPUtime=3.27 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19493/stat : 19493 (java) R 19435 19438 14618 0 -1 4202560 42325 12424 0 0 305 10 8 4 20 0 20 0 5231074 11259342848 75514 33554432000 4194304 4196468 140726066352864 140309812671448 140309808450966 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19494] ppid=19435 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19494/stat : 19494 (java) S 19435 19438 14618 0 -1 1077944384 59 12424 0 0 12 1 8 4 20 0 20 0 5231075 11259342848 75514 33554432000 4194304 4196468 140726066352864 140309745129872 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19495] ppid=19435 vsize=10995452 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19495/stat : 19495 (java) S 19435 19438 14618 0 -1 1077944384 61 12424 0 0 13 1 8 4 20 0 20 0 5231075 11259342848 75514 33554432000 4194304 4196468 140726066352864 140309744077072 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19496] ppid=19435 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19496/stat : 19496 (java) S 19435 19438 14618 0 -1 1077944384 35 12424 0 0 10 1 8 4 20 0 20 0 5231075 11259342848 75514 33554432000 4194304 4196468 140726066352864 140309743024784 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19497] ppid=19435 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19497/stat : 19497 (java) S 19435 19438 14618 0 -1 1077944384 205 12424 0 0 13 0 8 4 20 0 20 0 5231075 11259342848 75514 33554432000 4194304 4196468 140726066352864 140309741971984 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19498] ppid=19435 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19498/stat : 19498 (java) S 19435 19438 14618 0 -1 1077944384 68 12424 0 0 10 1 8 4 20 0 20 0 5231075 11259342848 75514 33554432000 4194304 4196468 140726066352864 140309740919696 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19499] ppid=19435 vsize=10995452 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19499/stat : 19499 (java) S 19435 19438 14618 0 -1 1077944384 57 12424 0 0 13 1 8 4 20 0 20 0 5231075 11259342848 75514 33554432000 4194304 4196468 140726066352864 140309739866896 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19500] ppid=19435 vsize=10995452 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19500/stat : 19500 (java) S 19435 19438 14618 0 -1 1077944384 25 12424 0 0 14 0 8 4 20 0 20 0 5231075 11259342848 75514 33554432000 4194304 4196468 140726066352864 140309738814608 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19501] ppid=19435 vsize=10995452 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19501/stat : 19501 (java) S 19435 19438 14618 0 -1 1077944384 239 12424 0 0 14 1 8 4 20 0 20 0 5231075 11259342848 75514 33554432000 4194304 4196468 140726066352864 140309737761808 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19502] ppid=19435 vsize=10995452 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19502/stat : 19502 (java) S 19435 19438 14618 0 -1 1077944384 2808 12424 0 0 11 0 8 4 20 0 20 0 5231078 11259342848 75514 33554432000 4194304 4196468 140726066352864 140308880242800 140309808450178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19503] ppid=19435 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19503/stat : 19503 (java) S 19435 19438 14618 0 -1 1077944384 42 12424 0 0 0 0 8 4 20 0 20 0 5231078 11259342848 75514 33554432000 4194304 4196468 140726066352864 140308879188832 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19504] ppid=19435 vsize=10995452 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19504/stat : 19504 (java) S 19435 19438 14618 0 -1 1077944384 44 12424 0 0 1 0 8 4 20 0 20 0 5231079 11259342848 75514 33554432000 4194304 4196468 140726066352864 140308878136448 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19505] ppid=19435 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19505/stat : 19505 (java) S 19435 19438 14618 0 -1 1077944384 1 12424 0 0 0 0 8 4 20 0 20 0 5231083 11259342848 75514 33554432000 4194304 4196468 140726066352864 140308877084752 140309808457627 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19506] ppid=19435 vsize=10995452 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19506/stat : 19506 (java) R 19435 19438 14618 0 -1 1077944384 4972 12424 0 0 97 1 8 4 20 0 20 0 5231083 11259342848 75514 33554432000 4194304 4196468 140726066352864 140308876032624 140309808450178 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19507] ppid=19435 vsize=10995452 CPUtime=0.83 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19507/stat : 19507 (java) S 19435 19438 14618 0 -1 1077944384 1960 12424 0 0 71 0 8 4 20 0 20 0 5231083 11259342848 75514 33554432000 4194304 4196468 140726066352864 140308874979824 140309808450178 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19508] ppid=19435 vsize=10995452 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19508/stat : 19508 (java) R 19435 19438 14618 0 -1 4202560 4177 12424 0 0 78 1 8 4 20 0 20 0 5231083 11259342848 75514 33554432000 4194304 4196468 140726066352864 140308873913720 140309791642952 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19509] ppid=19435 vsize=10995452 CPUtime=1.22 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19509/stat : 19509 (java) R 19435 19438 14618 0 -1 4202560 3462 12424 0 0 109 1 8 4 20 0 20 0 5231083 11259342848 75514 33554432000 4194304 4196468 140726066352864 140308872874736 140309786807880 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19510] ppid=19435 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19510/stat : 19510 (java) S 19435 19438 14618 0 -1 1077944384 3 12424 0 0 0 0 8 4 20 0 20 0 5231083 11259342848 75514 33554432000 4194304 4196468 140726066352864 140308871821664 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19511] ppid=19435 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19511/stat : 19511 (java) S 19435 19438 14618 0 -1 1077944384 6 12424 0 0 0 0 8 4 20 0 20 0 5231083 11259342848 75514 33554432000 4194304 4196468 140726066352864 140308870768944 140309808450178 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
Current children cumulated CPU time (s) 8.17
Current children cumulated vsize (KiB) 10995452

[startup+3.70076 s]
/proc/loadavg: 2.29 2.08 1.73 5/281 19511
/proc/meminfo: memFree=30666452/32770624 swapFree=5940/258724
[pid=19438] ppid=19435 vsize=10997224 CPUtime=8.53 cores=1,3,5,7,9,11,13,15
/proc/19438/stat : 19438 (java) S 19435 19438 14618 0 -1 1077944320 63593 12424 0 0 815 26 8 4 20 0 20 0 5231061 11261157376 76314 33554432000 4194304 4196468 140726066352864 140726066335408 140309808439031 0 0 0 16800975 18446744073709551615 0 0 17 13 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
/proc/19438/statm: 2749306 76380 3491 1 0 2736861 0
[pid=19438/tid=19493] ppid=19435 vsize=10997224 CPUtime=3.37 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19493/stat : 19493 (java) R 19435 19438 14618 0 -1 4202560 42337 12424 0 0 315 10 8 4 20 0 20 0 5231074 11261157376 76380 33554432000 4194304 4196468 140726066352864 140309812671504 140309417766016 0 4 0 16800975 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19494] ppid=19435 vsize=10997224 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19494/stat : 19494 (java) S 19435 19438 14618 0 -1 1077944384 59 12424 0 0 12 1 8 4 20 0 20 0 5231075 11261157376 76380 33554432000 4194304 4196468 140726066352864 140309745129872 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19495] ppid=19435 vsize=10997224 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19495/stat : 19495 (java) S 19435 19438 14618 0 -1 1077944384 61 12424 0 0 13 1 8 4 20 0 20 0 5231075 11261157376 76380 33554432000 4194304 4196468 140726066352864 140309744077072 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19496] ppid=19435 vsize=10997224 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19496/stat : 19496 (java) S 19435 19438 14618 0 -1 1077944384 35 12424 0 0 10 1 8 4 20 0 20 0 5231075 11261157376 76380 33554432000 4194304 4196468 140726066352864 140309743024784 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19497] ppid=19435 vsize=10997224 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19497/stat : 19497 (java) S 19435 19438 14618 0 -1 1077944384 205 12424 0 0 13 0 8 4 20 0 20 0 5231075 11261157376 76446 33554432000 4194304 4196468 140726066352864 140309741971984 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19498] ppid=19435 vsize=10997224 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19498/stat : 19498 (java) S 19435 19438 14618 0 -1 1077944384 68 12424 0 0 10 1 8 4 20 0 20 0 5231075 11261157376 76446 33554432000 4194304 4196468 140726066352864 140309740919696 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19499] ppid=19435 vsize=10997224 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19499/stat : 19499 (java) S 19435 19438 14618 0 -1 1077944384 57 12424 0 0 13 1 8 4 20 0 20 0 5231075 11261157376 76446 33554432000 4194304 4196468 140726066352864 140309739866896 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19500] ppid=19435 vsize=10997224 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19500/stat : 19500 (java) S 19435 19438 14618 0 -1 1077944384 25 12424 0 0 14 0 8 4 20 0 20 0 5231075 11261157376 76446 33554432000 4194304 4196468 140726066352864 140309738814608 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19501] ppid=19435 vsize=10997224 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19501/stat : 19501 (java) S 19435 19438 14618 0 -1 1077944384 239 12424 0 0 14 1 8 4 20 0 20 0 5231075 11261157376 76446 33554432000 4194304 4196468 140726066352864 140309737761808 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19502] ppid=19435 vsize=10997224 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19502/stat : 19502 (java) S 19435 19438 14618 0 -1 1077944384 2808 12424 0 0 11 0 8 4 20 0 20 0 5231078 11261157376 76446 33554432000 4194304 4196468 140726066352864 140308880242800 140309808450178 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19503] ppid=19435 vsize=10997224 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19503/stat : 19503 (java) S 19435 19438 14618 0 -1 1077944384 42 12424 0 0 0 0 8 4 20 0 20 0 5231078 11261157376 76512 33554432000 4194304 4196468 140726066352864 140308879188832 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19504] ppid=19435 vsize=10997224 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19504/stat : 19504 (java) S 19435 19438 14618 0 -1 1077944384 44 12424 0 0 1 0 8 4 20 0 20 0 5231079 11261157376 76512 33554432000 4194304 4196468 140726066352864 140308878136448 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19505] ppid=19435 vsize=10997224 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19505/stat : 19505 (java) S 19435 19438 14618 0 -1 1077944384 1 12424 0 0 0 0 8 4 20 0 20 0 5231083 11261157376 76512 33554432000 4194304 4196468 140726066352864 140308877084752 140309808457627 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19506] ppid=19435 vsize=10997224 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19506/stat : 19506 (java) R 19435 19438 14618 0 -1 4202560 4985 12424 0 0 101 1 8 4 20 0 20 0 5231083 11261157376 76512 33554432000 4194304 4196468 140726066352864 140308876014192 140309791970688 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19507] ppid=19435 vsize=10997224 CPUtime=0.87 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19507/stat : 19507 (java) R 19435 19438 14618 0 -1 4202560 1985 12424 0 0 74 1 8 4 20 0 20 0 5231083 11261157376 76512 33554432000 4194304 4196468 140726066352864 140308874968496 140309789617536 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19508] ppid=19435 vsize=10997224 CPUtime=1.01 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19508/stat : 19508 (java) R 19435 19438 14618 0 -1 4202560 5000 12424 0 0 88 1 8 4 20 0 20 0 5231083 11261157376 76578 33554432000 4194304 4196468 140726066352864 140308873913560 140309789982754 0 4 0 16800975 0 0 0 -1 13 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19509] ppid=19435 vsize=10997224 CPUtime=1.32 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19509/stat : 19509 (java) R 19435 19438 14618 0 -1 4202560 3712 12424 0 0 119 1 8 4 20 0 20 0 5231083 11261157376 76578 33554432000 4194304 4196468 140726066352864 140308872874736 140309808460378 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19510] ppid=19435 vsize=10997224 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19510/stat : 19510 (java) S 19435 19438 14618 0 -1 1077944384 3 12424 0 0 0 0 8 4 20 0 20 0 5231083 11261157376 76578 33554432000 4194304 4196468 140726066352864 140308871821664 140309808449237 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
[pid=19438/tid=19511] ppid=19435 vsize=10997224 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/19438/task/19511/stat : 19511 (java) S 19435 19438 14618 0 -1 1077944384 6 12424 0 0 0 0 8 4 20 0 20 0 5231083 11261157376 76578 33554432000 4194304 4196468 140726066352864 140308870768944 140309808450178 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 39645184 140726066358977 140726066361751 140726066361751 140726066364367 0
Current children cumulated CPU time (s) 8.53
Current children cumulated vsize (KiB) 10997224

Child status: 0
Real time (s): 3.74935
CPU time (s): 8.64725
CPU user time (s): 8.33005
CPU system time (s): 0.317202
CPU usage (%): 230.633
Max. virtual memory (cumulated for all children) (KiB): 10997224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.33005
system time used= 0.317202
maximum resident set size= 307524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 76405
page faults= 0
swaps= 0
block input operations= 0
block output operations= 184
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 9096
involuntary context switches= 1752

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.032869 second user time and 0.054494 second system time

The end

Launcher Data

Begin job on node138 at 2017-07-22 07:00:42
IDJOB=4245102
IDBENCH=120534
IDSOLVER=2630
FILE ID=node138/4245102-1500699642
RUNJOBID= node138-1500684099-14650
PBS_JOBID= 20623345
Free space on /tmp= 61968 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-fixed/GraphColoring-qwhopt-o5-h10-1.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245102-1500699642/watcher-4245102-1500699642 -o /tmp/evaluation-result-4245102-1500699642/solver-4245102-1500699642 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node138-1500684099-14650 --watchdog 2560  bin/concrete HOME/instance-4245102-1500699642.xml

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

MD5SUM BENCH= 4716a87298188d70bc9d7e045ef51dee
RANDOM SEED=1729321408

node138.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.44
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.44
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		: 1867.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		: 2668.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.44
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		: 1867.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.44
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		: 1600.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.44
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		: 1600.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.44
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.44
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		: 2133.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		: 1600.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.44
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:        30951592 kB
MemAvailable:   31163152 kB
Buffers:          116924 kB
Cached:           375120 kB
SwapCached:            0 kB
Active:          1112976 kB
Inactive:         267620 kB
Active(anon):     891496 kB
Inactive(anon):     8608 kB
Active(file):     221480 kB
Inactive(file):   259012 kB
Unevictable:        5940 kB
Mlocked:            5940 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24480 kB
Writeback:             0 kB
AnonPages:        992740 kB
Mapped:            43936 kB
Shmem:              8852 kB
Slab:             128648 kB
SReclaimable:      93808 kB
SUnreclaim:        34840 kB
KernelStack:        4864 kB
PageTables:         7628 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1663000 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    897024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      140672 kB
DirectMap2M:    33404928 kB

Free space on /tmp at the end= 61944 MiB
End job on node138 at 2017-07-22 07:00:46