Trace number 4245252

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 NameAnswerCPU timeWall clock time
R1: Concrete 3.4SAT 9.13296 3.8428

General information on the benchmark

NameGracefulGraph/GracefulGraph-m1-s1/
GracefulGraph-K03-P04.xml
MD5SUMdf366086143c09aabef923644f665168
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark0.053406999
Satisfiable
(Un)Satisfiability was proved
Number of variables57
Number of constraints23
Number of domains2
Minimum domain size21
Maximum domain size22
Distribution of domain sizes[{"size":21,"count":21},{"size":22,"count":12}]
Minimum variable degree0
Maximum variable degree5
Distribution of variable degrees[{"degree":0,"count":24},{"degree":2,"count":21},{"degree":4,"count":6},{"degree":5,"count":6}]
Minimum constraint arity3
Maximum constraint arity21
Distribution of constraint arities[{"arity":3,"count":21},{"arity":12,"count":1},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints21
Distribution of constraint types[{"type":"intension","count":21},{"type":"allDifferent","count":2}]
Optimization problemNO
Type of objective

Solver Data

3.67/2.14	c Concrete v3.4 running
8.82/3.74	v <instantiation>
8.82/3.74	v       <list>
8.82/3.74	v         cn[0][0] cn[0][1] cn[0][2] cn[1][0] cn[1][1] cn[1][2] cn[2][0] cn[2][1] cn[2][2] cn[3][0] cn[3][1] cn[3][2] ce[0][0][1] ce[0][0][2] ce[0][1][2] ce[1][0][1] ce[1][0][2] ce[1][1][2] ce[2][0][1] ce[2][0][2] ce[2][1][2] ce[3][0][1] ce[3][0][2] ce[3][1][2] cie[0][0] cie[0][1] cie[0][2] cie[1][0] cie[1][1] cie[1][2] cie[2][0] cie[2][1] cie[2][2]
8.82/3.74	v       </list>
8.82/3.74	v       <values>
8.82/3.74	v         10 6 11 17 20 5 1 9 18 21 19 0 4 1 5 3 12 15 8 17 9 2 21 19 7 14 6 16 11 13 20 10 18
8.82/3.74	v       </values>
8.82/3.74	v     </instantiation>
8.82/3.74	s SATISFIABLE

Verifier Data

OK	

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-4245252-1500701946/watcher-4245252-1500701946 -o /tmp/evaluation-result-4245252-1500701946/solver-4245252-1500701946 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1500683313-13637 --watchdog 2560 bin/concrete HOME/instance-4245252-1500701946.xml 

pid=18404
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: 1.24 1.36 1.45 2/261 18407
/proc/meminfo: memFree=30019312/32770624 swapFree=5844/255828
[pid=18407] ppid=18404 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/18407/stat : 18407 (bash) S 18404 18407 13605 0 -1 4202496 684 1534 0 0 0 0 0 0 20 0 1 0 5461413 9736192 350 33554432000 4194304 5098028 140736297164720 140736297162360 139652323146752 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 25497600 140736297166094 140736297166179 140736297166179 140736297168878 0
/proc/18407/statm: 2377 350 278 221 0 86 0

[startup+0.100159 s]
/proc/loadavg: 1.24 1.36 1.45 2/261 18407
/proc/meminfo: memFree=30019312/32770624 swapFree=5844/255828
[pid=18407] ppid=18404 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/18407/stat : 18407 (bash) S 18404 18407 13605 0 -1 4202496 878 6423 0 0 0 0 0 1 20 0 1 0 5461413 9871360 377 33554432000 4194304 5098028 140736297164720 140736297158728 139652323146752 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 0 0 0 7196144 7232144 25497600 140736297166094 140736297166179 140736297166179 140736297168878 0
/proc/18407/statm: 2410 377 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200365 s]
/proc/loadavg: 1.24 1.36 1.45 2/261 18407
/proc/meminfo: memFree=30019312/32770624 swapFree=5844/255828
[pid=18407] ppid=18404 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/18407/stat : 18407 (java) S 18404 18407 13605 0 -1 1077944320 5017 12309 0 0 6 1 8 3 20 0 13 0 5461413 10686320640 4869 33554432000 4194304 4196468 140735875239056 140735875221600 140459016941303 0 0 0 16800971 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
/proc/18407/statm: 2608965 4869 2171 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300338 s]
/proc/loadavg: 1.24 1.36 1.45 2/261 18407
/proc/meminfo: memFree=30019312/32770624 swapFree=5844/255828
[pid=18407] ppid=18404 vsize=10902292 CPUtime=0.35 cores=1,3,5,7,9,11,13,15
/proc/18407/stat : 18407 (java) S 18404 18407 13605 0 -1 1077944320 8886 12309 0 0 21 3 8 3 20 0 20 0 5461413 11163947008 9374 33554432000 4194304 4196468 140735875239056 140735875221600 140459016941303 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
/proc/18407/statm: 2725573 9440 2971 1 0 2713890 0
Current children cumulated CPU time (s) 0.35
Current children cumulated vsize (KiB) 10902292

[startup+0.700195 s]
/proc/loadavg: 1.24 1.36 1.45 2/261 18407
/proc/meminfo: memFree=30019312/32770624 swapFree=5844/255828
[pid=18407] ppid=18404 vsize=10902720 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/18407/stat : 18407 (java) S 18404 18407 13605 0 -1 1077944320 13144 12309 0 0 79 5 8 3 20 0 20 0 5461413 11164385280 15906 33554432000 4194304 4196468 140735875239056 140735875221600 140459016941303 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
/proc/18407/statm: 2725680 15906 3219 1 0 2713890 0
Current children cumulated CPU time (s) 0.95
Current children cumulated vsize (KiB) 10902720

[startup+1.50085 s]
/proc/loadavg: 1.24 1.36 1.45 3/281 18480
/proc/meminfo: memFree=29912696/32770624 swapFree=5844/255828
[pid=18407] ppid=18404 vsize=10913344 CPUtime=2.31 cores=1,3,5,7,9,11,13,15
/proc/18407/stat : 18407 (java) S 18404 18407 13605 0 -1 1077944320 28063 12309 0 0 205 15 8 3 20 0 20 0 5461413 11175264256 44536 33554432000 4194304 4196468 140735875239056 140735875221600 140459016941303 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
/proc/18407/statm: 2728336 44536 3407 1 0 2716450 0
[pid=18407/tid=18462] ppid=18404 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18462/stat : 18462 (java) R 18404 18407 13605 0 -1 4202560 19833 12309 0 0 125 6 8 3 20 0 20 0 5461426 11175264256 44536 33554432000 4194304 4196468 140735875239056 140459021162304 140458657846240 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18463] ppid=18404 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18463/stat : 18463 (java) S 18404 18407 13605 0 -1 1077944384 57 12309 0 0 1 0 8 3 20 0 20 0 5461427 11175264256 44536 33554432000 4194304 4196468 140735875239056 140458624157968 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18464] ppid=18404 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18464/stat : 18464 (java) S 18404 18407 13605 0 -1 1077944384 15 12309 0 0 0 0 8 3 20 0 20 0 5461427 11175264256 44536 33554432000 4194304 4196468 140735875239056 140458623105424 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18465] ppid=18404 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18465/stat : 18465 (java) S 18404 18407 13605 0 -1 1077944384 14 12309 0 0 0 0 8 3 20 0 20 0 5461427 11175264256 44536 33554432000 4194304 4196468 140735875239056 140458622052880 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18466] ppid=18404 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18466/stat : 18466 (java) S 18404 18407 13605 0 -1 1077944384 23 12309 0 0 0 0 8 3 20 0 20 0 5461427 11175264256 44536 33554432000 4194304 4196468 140735875239056 140458621000336 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18467] ppid=18404 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18467/stat : 18467 (java) S 18404 18407 13605 0 -1 1077944384 29 12309 0 0 1 0 8 3 20 0 20 0 5461427 11175264256 44536 33554432000 4194304 4196468 140735875239056 140458619947792 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18468] ppid=18404 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18468/stat : 18468 (java) S 18404 18407 13605 0 -1 1077944384 37 12309 0 0 1 0 8 3 20 0 20 0 5461427 11175264256 44536 33554432000 4194304 4196468 140735875239056 140458618895248 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18469] ppid=18404 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18469/stat : 18469 (java) S 18404 18407 13605 0 -1 1077944384 132 12309 0 0 1 0 8 3 20 0 20 0 5461427 11175264256 44536 33554432000 4194304 4196468 140735875239056 140458617842704 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18470] ppid=18404 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18470/stat : 18470 (java) S 18404 18407 13605 0 -1 1077944384 21 12309 0 0 1 0 8 3 20 0 20 0 5461427 11175264256 44536 33554432000 4194304 4196468 140735875239056 140458616790160 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18471] ppid=18404 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18471/stat : 18471 (java) S 18404 18407 13605 0 -1 1077944384 1254 12309 0 0 1 0 8 3 20 0 20 0 5461429 11175264256 44536 33554432000 4194304 4196468 140735875239056 140458491508720 140459016952450 0 0 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18472] ppid=18404 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18472/stat : 18472 (java) S 18404 18407 13605 0 -1 1077944384 55 12309 0 0 0 0 8 3 20 0 20 0 5461430 11175264256 44536 33554432000 4194304 4196468 140735875239056 140458490455008 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18473] ppid=18404 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18473/stat : 18473 (java) S 18404 18407 13605 0 -1 1077944384 45 12309 0 0 0 0 8 3 20 0 20 0 5461430 11175264256 44536 33554432000 4194304 4196468 140735875239056 140458489402368 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18474] ppid=18404 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18474/stat : 18474 (java) S 18404 18407 13605 0 -1 1077944384 1 12309 0 0 0 0 8 3 20 0 20 0 5461434 11175264256 44536 33554432000 4194304 4196468 140735875239056 140458488350928 140459016959899 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18475] ppid=18404 vsize=10913344 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18475/stat : 18475 (java) S 18404 18407 13605 0 -1 1077944384 1499 12309 0 0 14 0 8 3 20 0 20 0 5461434 11175264256 44536 33554432000 4194304 4196468 140735875239056 140458487298544 140459016952450 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18476] ppid=18404 vsize=10913344 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18476/stat : 18476 (java) S 18404 18407 13605 0 -1 1077944384 832 12309 0 0 15 0 8 3 20 0 20 0 5461434 11175264256 44536 33554432000 4194304 4196468 140735875239056 140458486246000 140459016952450 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18477] ppid=18404 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18477/stat : 18477 (java) S 18404 18407 13605 0 -1 1077944384 511 12309 0 0 12 0 8 3 20 0 20 0 5461434 11175264256 44536 33554432000 4194304 4196468 140735875239056 140458485193456 140459016952450 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18478] ppid=18404 vsize=10913344 CPUtime=0.37 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18478/stat : 18478 (java) S 18404 18407 13605 0 -1 1077944384 1570 12309 0 0 26 0 8 3 20 0 20 0 5461434 11175264256 44536 33554432000 4194304 4196468 140735875239056 140458484140912 140459016952450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18479] ppid=18404 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18479/stat : 18479 (java) S 18404 18407 13605 0 -1 1077944384 3 12309 0 0 0 0 8 3 20 0 20 0 5461434 11175264256 44536 33554432000 4194304 4196468 140735875239056 140458483087584 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18480] ppid=18404 vsize=10913344 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18480/stat : 18480 (java) S 18404 18407 13605 0 -1 1077944384 3 12309 0 0 0 0 8 3 20 0 20 0 5461435 11175264256 44536 33554432000 4194304 4196468 140735875239056 140458482035120 140459016952450 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
Current children cumulated CPU time (s) 2.31
Current children cumulated vsize (KiB) 10913344

[startup+3.10174 s]
/proc/loadavg: 1.14 1.34 1.45 6/281 18480
/proc/meminfo: memFree=29840160/32770624 swapFree=5844/255828
[pid=18407] ppid=18404 vsize=10993404 CPUtime=6.05 cores=1,3,5,7,9,11,13,15
/proc/18407/stat : 18407 (java) S 18404 18407 13605 0 -1 1077944320 56419 12309 0 0 571 23 8 3 20 0 20 0 5461413 11257245696 66626 33554432000 4194304 4196468 140735875239056 140735875221600 140459016941303 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
/proc/18407/statm: 2748351 66626 3487 1 0 2735906 0
[pid=18407/tid=18462] ppid=18404 vsize=10993404 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18462/stat : 18462 (java) R 18404 18407 13605 0 -1 4202560 39808 12309 0 0 275 11 8 3 20 0 20 0 5461426 11257245696 66626 33554432000 4194304 4196468 140735875239056 140459021173536 140458663505220 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18463] ppid=18404 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18463/stat : 18463 (java) S 18404 18407 13605 0 -1 1077944384 80 12309 0 0 2 0 8 3 20 0 20 0 5461427 11257245696 66626 33554432000 4194304 4196468 140735875239056 140458624157968 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18464] ppid=18404 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18464/stat : 18464 (java) S 18404 18407 13605 0 -1 1077944384 21 12309 0 0 2 0 8 3 20 0 20 0 5461427 11257245696 66626 33554432000 4194304 4196468 140735875239056 140458623105424 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18465] ppid=18404 vsize=10993404 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18465/stat : 18465 (java) S 18404 18407 13605 0 -1 1077944384 36 12309 0 0 2 1 8 3 20 0 20 0 5461427 11257245696 66626 33554432000 4194304 4196468 140735875239056 140458622052880 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18466] ppid=18404 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18466/stat : 18466 (java) S 18404 18407 13605 0 -1 1077944384 74 12309 0 0 2 0 8 3 20 0 20 0 5461427 11257245696 66626 33554432000 4194304 4196468 140735875239056 140458621000336 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18467] ppid=18404 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18467/stat : 18467 (java) S 18404 18407 13605 0 -1 1077944384 41 12309 0 0 2 0 8 3 20 0 20 0 5461427 11257245696 66626 33554432000 4194304 4196468 140735875239056 140458619947792 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18468] ppid=18404 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18468/stat : 18468 (java) S 18404 18407 13605 0 -1 1077944384 87 12309 0 0 2 0 8 3 20 0 20 0 5461427 11257245696 66626 33554432000 4194304 4196468 140735875239056 140458618895248 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18469] ppid=18404 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18469/stat : 18469 (java) S 18404 18407 13605 0 -1 1077944384 136 12309 0 0 2 0 8 3 20 0 20 0 5461427 11257245696 66626 33554432000 4194304 4196468 140735875239056 140458617842704 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18470] ppid=18404 vsize=10993404 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18470/stat : 18470 (java) S 18404 18407 13605 0 -1 1077944384 45 12309 0 0 2 0 8 3 20 0 20 0 5461427 11257245696 66626 33554432000 4194304 4196468 140735875239056 140458616790160 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18471] ppid=18404 vsize=10993404 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18471/stat : 18471 (java) S 18404 18407 13605 0 -1 1077944384 2430 12309 0 0 4 0 8 3 20 0 20 0 5461429 11257245696 66626 33554432000 4194304 4196468 140735875239056 140458491508720 140459016952450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18472] ppid=18404 vsize=10993404 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18472/stat : 18472 (java) S 18404 18407 13605 0 -1 1077944384 56 12309 0 0 0 0 8 3 20 0 20 0 5461430 11257245696 66626 33554432000 4194304 4196468 140735875239056 140458490455008 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18473] ppid=18404 vsize=10993404 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18473/stat : 18473 (java) S 18404 18407 13605 0 -1 1077944384 46 12309 0 0 0 0 8 3 20 0 20 0 5461430 11257245696 66626 33554432000 4194304 4196468 140735875239056 140458489402368 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18474] ppid=18404 vsize=10993404 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18474/stat : 18474 (java) S 18404 18407 13605 0 -1 1077944384 1 12309 0 0 0 0 8 3 20 0 20 0 5461434 11257245696 66626 33554432000 4194304 4196468 140735875239056 140458488350928 140459016959899 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18475] ppid=18404 vsize=10993404 CPUtime=0.95 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18475/stat : 18475 (java) R 18404 18407 13605 0 -1 4202560 5194 12309 0 0 84 0 8 3 20 0 20 0 5461434 11257245696 66626 33554432000 4194304 4196468 140735875239056 140458487285088 140458996204034 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18476] ppid=18404 vsize=10993404 CPUtime=0.52 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18476/stat : 18476 (java) R 18404 18407 13605 0 -1 4202560 1308 12309 0 0 39 2 8 3 20 0 20 0 5461434 11257245696 66626 33554432000 4194304 4196468 140735875239056 140458486245920 140458996165773 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18477] ppid=18404 vsize=10993404 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18477/stat : 18477 (java) R 18404 18407 13605 0 -1 4202560 1461 12309 0 0 53 1 8 3 20 0 20 0 5461434 11257245696 66626 33554432000 4194304 4196468 140735875239056 140458485180816 140459002955617 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18478] ppid=18404 vsize=10993404 CPUtime=1.04 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18478/stat : 18478 (java) R 18404 18407 13605 0 -1 4202560 3458 12309 0 0 93 0 8 3 20 0 20 0 5461434 11257245696 66626 33554432000 4194304 4196468 140735875239056 140458484136672 140458995910136 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18479] ppid=18404 vsize=10993404 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18479/stat : 18479 (java) S 18404 18407 13605 0 -1 1077944384 3 12309 0 0 0 0 8 3 20 0 20 0 5461434 11257245696 66626 33554432000 4194304 4196468 140735875239056 140458483087584 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18480] ppid=18404 vsize=10993404 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18480/stat : 18480 (java) S 18404 18407 13605 0 -1 1077944384 5 12309 0 0 0 0 8 3 20 0 20 0 5461435 11257245696 66626 33554432000 4194304 4196468 140735875239056 140458482035120 140459016952450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
Current children cumulated CPU time (s) 6.05
Current children cumulated vsize (KiB) 10993404

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

[startup+3.20141 s]
/proc/loadavg: 1.14 1.34 1.45 6/281 18480
/proc/meminfo: memFree=29840160/32770624 swapFree=5844/255828
[pid=18407] ppid=18404 vsize=10995452 CPUtime=6.43 cores=1,3,5,7,9,11,13,15
/proc/18407/stat : 18407 (java) S 18404 18407 13605 0 -1 1077944320 58271 12309 0 0 608 24 8 3 20 0 20 0 5461413 11259342848 67630 33554432000 4194304 4196468 140735875239056 140735875221600 140459016941303 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
/proc/18407/statm: 2748863 67630 3489 1 0 2736418 0
[pid=18407/tid=18462] ppid=18404 vsize=10995452 CPUtime=3.06 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18462/stat : 18462 (java) R 18404 18407 13605 0 -1 4202560 39900 12309 0 0 284 11 8 3 20 0 20 0 5461426 11259342848 67630 33554432000 4194304 4196468 140735875239056 140459021173016 140459016953238 0 4 0 16800975 0 0 0 -1 9 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18463] ppid=18404 vsize=10995452 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18463/stat : 18463 (java) S 18404 18407 13605 0 -1 1077944384 80 12309 0 0 2 0 8 3 20 0 20 0 5461427 11259342848 67630 33554432000 4194304 4196468 140735875239056 140458624157968 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18464] ppid=18404 vsize=10995452 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18464/stat : 18464 (java) S 18404 18407 13605 0 -1 1077944384 21 12309 0 0 2 0 8 3 20 0 20 0 5461427 11259342848 67630 33554432000 4194304 4196468 140735875239056 140458623105424 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18465] ppid=18404 vsize=10995452 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18465/stat : 18465 (java) S 18404 18407 13605 0 -1 1077944384 36 12309 0 0 2 1 8 3 20 0 20 0 5461427 11259342848 67630 33554432000 4194304 4196468 140735875239056 140458622052880 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18466] ppid=18404 vsize=10995452 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18466/stat : 18466 (java) S 18404 18407 13605 0 -1 1077944384 74 12309 0 0 2 0 8 3 20 0 20 0 5461427 11259342848 67630 33554432000 4194304 4196468 140735875239056 140458621000336 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18467] ppid=18404 vsize=10995452 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18467/stat : 18467 (java) S 18404 18407 13605 0 -1 1077944384 41 12309 0 0 2 0 8 3 20 0 20 0 5461427 11259342848 67630 33554432000 4194304 4196468 140735875239056 140458619947792 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18468] ppid=18404 vsize=10995452 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18468/stat : 18468 (java) S 18404 18407 13605 0 -1 1077944384 87 12309 0 0 2 0 8 3 20 0 20 0 5461427 11259342848 67630 33554432000 4194304 4196468 140735875239056 140458618895248 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18469] ppid=18404 vsize=10995452 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18469/stat : 18469 (java) S 18404 18407 13605 0 -1 1077944384 136 12309 0 0 2 0 8 3 20 0 20 0 5461427 11259342848 67630 33554432000 4194304 4196468 140735875239056 140458617842704 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18470] ppid=18404 vsize=10995452 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18470/stat : 18470 (java) S 18404 18407 13605 0 -1 1077944384 45 12309 0 0 2 0 8 3 20 0 20 0 5461427 11259342848 67630 33554432000 4194304 4196468 140735875239056 140458616790160 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18471] ppid=18404 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18471/stat : 18471 (java) S 18404 18407 13605 0 -1 1077944384 2430 12309 0 0 4 0 8 3 20 0 20 0 5461429 11259342848 67630 33554432000 4194304 4196468 140735875239056 140458491508720 140459016952450 0 0 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18472] ppid=18404 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18472/stat : 18472 (java) S 18404 18407 13605 0 -1 1077944384 56 12309 0 0 0 0 8 3 20 0 20 0 5461430 11259342848 67630 33554432000 4194304 4196468 140735875239056 140458490455008 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18473] ppid=18404 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18473/stat : 18473 (java) S 18404 18407 13605 0 -1 1077944384 46 12309 0 0 0 0 8 3 20 0 20 0 5461430 11259342848 67630 33554432000 4194304 4196468 140735875239056 140458489402368 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18474] ppid=18404 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18474/stat : 18474 (java) S 18404 18407 13605 0 -1 1077944384 1 12309 0 0 0 0 8 3 20 0 20 0 5461434 11259342848 67630 33554432000 4194304 4196468 140735875239056 140458488350928 140459016959899 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18475] ppid=18404 vsize=10995452 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18475/stat : 18475 (java) R 18404 18407 13605 0 -1 1077944384 5220 12309 0 0 89 0 8 3 20 0 20 0 5461434 11259342848 67630 33554432000 4194304 4196468 140735875239056 140458487298544 140459016952450 0 4 0 16800975 0 0 0 -1 15 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18476] ppid=18404 vsize=10995452 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18476/stat : 18476 (java) R 18404 18407 13605 0 -1 4202560 1358 12309 0 0 43 2 8 3 20 0 20 0 5461434 11259342848 67630 33554432000 4194304 4196468 140735875239056 140458486234672 140459016962650 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18477] ppid=18404 vsize=10995452 CPUtime=0.74 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18477/stat : 18477 (java) R 18404 18407 13605 0 -1 4202560 2984 12309 0 0 62 1 8 3 20 0 20 0 5461434 11259342848 67630 33554432000 4194304 4196468 140735875239056 140458485175064 140459000424774 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18478] ppid=18404 vsize=10995452 CPUtime=1.12 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18478/stat : 18478 (java) R 18404 18407 13605 0 -1 4202560 3621 12309 0 0 101 0 8 3 20 0 20 0 5461434 11259342848 67630 33554432000 4194304 4196468 140735875239056 140458484140912 140459016953238 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18479] ppid=18404 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18479/stat : 18479 (java) S 18404 18407 13605 0 -1 1077944384 3 12309 0 0 0 0 8 3 20 0 20 0 5461434 11259342848 67630 33554432000 4194304 4196468 140735875239056 140458483087584 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18480] ppid=18404 vsize=10995452 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18480/stat : 18480 (java) S 18404 18407 13605 0 -1 1077944384 5 12309 0 0 0 0 8 3 20 0 20 0 5461435 11259342848 67630 33554432000 4194304 4196468 140735875239056 140458482035120 140459016952450 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
Current children cumulated CPU time (s) 6.43
Current children cumulated vsize (KiB) 10995452

[startup+3.60087 s]
/proc/loadavg: 1.14 1.34 1.45 6/281 18480
/proc/meminfo: memFree=29760280/32770624 swapFree=5844/255828
[pid=18407] ppid=18404 vsize=10998140 CPUtime=8.37 cores=1,3,5,7,9,11,13,15
/proc/18407/stat : 18407 (java) S 18404 18407 13605 0 -1 1077944320 60633 12309 0 0 802 24 8 3 20 0 20 0 5461413 11262095360 69272 33554432000 4194304 4196468 140735875239056 140735875221600 140459016941303 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
/proc/18407/statm: 2749535 69272 3491 1 0 2737090 0
[pid=18407/tid=18462] ppid=18404 vsize=10998140 CPUtime=3.35 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18462/stat : 18462 (java) S 18404 18407 13605 0 -1 1077944384 39937 12309 0 0 313 11 8 3 20 0 20 0 5461426 11262095360 69272 33554432000 4194304 4196468 140735875239056 140459021178976 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18463] ppid=18404 vsize=10998140 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18463/stat : 18463 (java) S 18404 18407 13605 0 -1 1077944384 80 12309 0 0 9 0 8 3 20 0 20 0 5461427 11262095360 69272 33554432000 4194304 4196468 140735875239056 140458624157968 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18464] ppid=18404 vsize=10998140 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18464/stat : 18464 (java) S 18404 18407 13605 0 -1 1077944384 28 12309 0 0 6 0 8 3 20 0 20 0 5461427 11262095360 69272 33554432000 4194304 4196468 140735875239056 140458623105424 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18465] ppid=18404 vsize=10998140 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18465/stat : 18465 (java) S 18404 18407 13605 0 -1 1077944384 36 12309 0 0 9 1 8 3 20 0 20 0 5461427 11262095360 69272 33554432000 4194304 4196468 140735875239056 140458622052880 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18466] ppid=18404 vsize=10998140 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18466/stat : 18466 (java) S 18404 18407 13605 0 -1 1077944384 75 12309 0 0 10 0 8 3 20 0 20 0 5461427 11262095360 69338 33554432000 4194304 4196468 140735875239056 140458621000336 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18467] ppid=18404 vsize=10998140 CPUtime=0.21 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18467/stat : 18467 (java) S 18404 18407 13605 0 -1 1077944384 47 12309 0 0 10 0 8 3 20 0 20 0 5461427 11262095360 69338 33554432000 4194304 4196468 140735875239056 140458619947792 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18468] ppid=18404 vsize=10998140 CPUtime=0.17 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18468/stat : 18468 (java) S 18404 18407 13605 0 -1 1077944384 96 12309 0 0 6 0 8 3 20 0 20 0 5461427 11262095360 69338 33554432000 4194304 4196468 140735875239056 140458618895248 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18469] ppid=18404 vsize=10998140 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18469/stat : 18469 (java) S 18404 18407 13605 0 -1 1077944384 141 12309 0 0 9 0 8 3 20 0 20 0 5461427 11262095360 69338 33554432000 4194304 4196468 140735875239056 140458617842704 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18470] ppid=18404 vsize=10998140 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18470/stat : 18470 (java) S 18404 18407 13605 0 -1 1077944384 45 12309 0 0 10 1 8 3 20 0 20 0 5461427 11262095360 69338 33554432000 4194304 4196468 140735875239056 140458616790160 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18471] ppid=18404 vsize=10998140 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18471/stat : 18471 (java) R 18404 18407 13605 0 -1 4202560 2443 12309 0 0 7 0 8 3 20 0 20 0 5461429 11262095360 69338 33554432000 4194304 4196468 140735875239056 140458491507120 140459002633003 0 0 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18472] ppid=18404 vsize=10998140 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18472/stat : 18472 (java) S 18404 18407 13605 0 -1 1077944384 56 12309 0 0 0 0 8 3 20 0 20 0 5461430 11262095360 69338 33554432000 4194304 4196468 140735875239056 140458490455056 140459016952450 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18473] ppid=18404 vsize=10998140 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18473/stat : 18473 (java) S 18404 18407 13605 0 -1 1077944384 46 12309 0 0 0 0 8 3 20 0 20 0 5461430 11262095360 69338 33554432000 4194304 4196468 140735875239056 140458489402368 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18474] ppid=18404 vsize=10998140 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18474/stat : 18474 (java) S 18404 18407 13605 0 -1 1077944384 1 12309 0 0 0 0 8 3 20 0 20 0 5461434 11262095360 69338 33554432000 4194304 4196468 140735875239056 140458488350928 140459016959899 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18475] ppid=18404 vsize=10998140 CPUtime=1.28 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18475/stat : 18475 (java) S 18404 18407 13605 0 -1 1077944384 5280 12309 0 0 117 0 8 3 20 0 20 0 5461434 11262095360 69338 33554432000 4194304 4196468 140735875239056 140458487283440 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18476] ppid=18404 vsize=10998140 CPUtime=0.85 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18476/stat : 18476 (java) S 18404 18407 13605 0 -1 1077944384 1847 12309 0 0 72 2 8 3 20 0 20 0 5461434 11262095360 69404 33554432000 4194304 4196468 140735875239056 140458486236272 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18477] ppid=18404 vsize=10998140 CPUtime=1.14 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18477/stat : 18477 (java) R 18404 18407 13605 0 -1 4202560 4639 12309 0 0 102 1 8 3 20 0 20 0 5461434 11262095360 69404 33554432000 4194304 4196468 140735875239056 140458485179480 140458998485026 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18478] ppid=18404 vsize=10998140 CPUtime=1.23 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18478/stat : 18478 (java) S 18404 18407 13605 0 -1 1077944384 3812 12309 0 0 111 1 8 3 20 0 20 0 5461434 11262095360 69404 33554432000 4194304 4196468 140735875239056 140458484140912 140459016952450 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18479] ppid=18404 vsize=10998140 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18479/stat : 18479 (java) S 18404 18407 13605 0 -1 1077944384 3 12309 0 0 0 0 8 3 20 0 20 0 5461434 11262095360 69404 33554432000 4194304 4196468 140735875239056 140458483087584 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18480] ppid=18404 vsize=10998140 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18480/stat : 18480 (java) S 18404 18407 13605 0 -1 1077944384 5 12309 0 0 0 0 8 3 20 0 20 0 5461435 11262095360 69404 33554432000 4194304 4196468 140735875239056 140458482035120 140459016952450 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
Current children cumulated CPU time (s) 8.37
Current children cumulated vsize (KiB) 10998140

[startup+3.80087 s]
/proc/loadavg: 1.14 1.34 1.45 6/281 18480
/proc/meminfo: memFree=29760280/32770624 swapFree=5844/255828
[pid=18407] ppid=18404 vsize=11062016 CPUtime=9.08 cores=1,3,5,7,9,11,13,15
/proc/18407/stat : 18407 (java) S 18404 18407 13605 0 -1 1077944320 62926 12309 0 0 872 25 8 3 20 0 19 0 5461413 11327504384 70168 33554432000 4194304 4196468 140735875239056 140735875221600 140459016941303 0 0 0 16800975 18446744073709551615 0 0 17 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
/proc/18407/statm: 2765504 70168 3493 1 0 2753059 0
[pid=18407/tid=18462] ppid=18404 vsize=11062016 CPUtime=3.41 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18462/stat : 18462 (java) S 18404 18407 13605 0 -1 1077944384 40081 12309 0 0 319 11 8 3 20 0 19 0 5461426 11327504384 70168 33554432000 4194304 4196468 140735875239056 140459021184144 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18463] ppid=18404 vsize=11062016 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18463/stat : 18463 (java) S 18404 18407 13605 0 -1 1077944384 88 12309 0 0 13 0 8 3 20 0 19 0 5461427 11327504384 70168 33554432000 4194304 4196468 140735875239056 140458624157968 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18464] ppid=18404 vsize=11062016 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18464/stat : 18464 (java) S 18404 18407 13605 0 -1 1077944384 28 12309 0 0 9 0 8 3 20 0 19 0 5461427 11327504384 70168 33554432000 4194304 4196468 140735875239056 140458623105424 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18465] ppid=18404 vsize=11062016 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18465/stat : 18465 (java) S 18404 18407 13605 0 -1 1077944384 36 12309 0 0 13 1 8 3 20 0 19 0 5461427 11327504384 70168 33554432000 4194304 4196468 140735875239056 140458622052880 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18466] ppid=18404 vsize=11062016 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18466/stat : 18466 (java) S 18404 18407 13605 0 -1 1077944384 82 12309 0 0 14 0 8 3 20 0 19 0 5461427 11327504384 70168 33554432000 4194304 4196468 140735875239056 140458621000336 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18467] ppid=18404 vsize=11062016 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18467/stat : 18467 (java) S 18404 18407 13605 0 -1 1077944384 50 12309 0 0 13 0 8 3 20 0 19 0 5461427 11327504384 70168 33554432000 4194304 4196468 140735875239056 140458619947792 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18468] ppid=18404 vsize=11062016 CPUtime=0.2 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18468/stat : 18468 (java) S 18404 18407 13605 0 -1 1077944384 96 12309 0 0 9 0 8 3 20 0 19 0 5461427 11327504384 70168 33554432000 4194304 4196468 140735875239056 140458618895248 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18469] ppid=18404 vsize=11062016 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18469/stat : 18469 (java) S 18404 18407 13605 0 -1 1077944384 142 12309 0 0 13 0 8 3 20 0 19 0 5461427 11327504384 70168 33554432000 4194304 4196468 140735875239056 140458617842704 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18470] ppid=18404 vsize=11062016 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18470/stat : 18470 (java) S 18404 18407 13605 0 -1 1077944384 49 12309 0 0 13 1 8 3 20 0 19 0 5461427 11327504384 70168 33554432000 4194304 4196468 140735875239056 140458616790160 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18471] ppid=18404 vsize=11062016 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18471/stat : 18471 (java) S 18404 18407 13605 0 -1 1077944384 2443 12309 0 0 11 0 8 3 20 0 19 0 5461429 11327504384 70168 33554432000 4194304 4196468 140735875239056 140458491508928 140459016952450 0 0 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18472] ppid=18404 vsize=11062016 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18472/stat : 18472 (java) S 18404 18407 13605 0 -1 1077944384 57 12309 0 0 0 0 8 3 20 0 19 0 5461430 11327504384 70168 33554432000 4194304 4196468 140735875239056 140458490455072 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18473] ppid=18404 vsize=11062016 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18473/stat : 18473 (java) S 18404 18407 13605 0 -1 1077944384 46 12309 0 0 0 0 8 3 20 0 19 0 5461430 11327504384 70168 33554432000 4194304 4196468 140735875239056 140458489402368 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18474] ppid=18404 vsize=11062016 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18474/stat : 18474 (java) S 18404 18407 13605 0 -1 1077944384 24 12309 0 0 0 0 8 3 20 0 19 0 5461434 11327504384 70168 33554432000 4194304 4196468 140735875239056 140458488349696 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18475] ppid=18404 vsize=11062016 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18475/stat : 18475 (java) S 18404 18407 13605 0 -1 1077944384 5308 12309 0 0 123 0 8 3 20 0 19 0 5461434 11327504384 70168 33554432000 4194304 4196468 140735875239056 140458487279024 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18476] ppid=18404 vsize=11062016 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18476/stat : 18476 (java) S 18404 18407 13605 0 -1 1077944384 1859 12309 0 0 78 2 8 3 20 0 19 0 5461434 11327504384 70168 33554432000 4194304 4196468 140735875239056 140458486235376 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18477] ppid=18404 vsize=11062016 CPUtime=1.34 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18477/stat : 18477 (java) R 18404 18407 13605 0 -1 4202560 6541 12309 0 0 122 1 8 3 20 0 19 0 5461434 11327504384 70168 33554432000 4194304 4196468 140735875239056 140458485179480 140458998463780 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18478] ppid=18404 vsize=11062016 CPUtime=1.24 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18478/stat : 18478 (java) S 18404 18407 13605 0 -1 1077944384 3827 12309 0 0 112 1 8 3 20 0 19 0 5461434 11327504384 70168 33554432000 4194304 4196468 140735875239056 140458484140912 140459016952450 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
[pid=18407/tid=18479] ppid=18404 vsize=11062016 CPUtime=0.11 cores=1,3,5,7,9,11,13,15
/proc/18407/task/18479/stat : 18479 (java) S 18404 18407 13605 0 -1 1077944384 3 12309 0 0 0 0 8 3 20 0 19 0 5461434 11327504384 70168 33554432000 4194304 4196468 140735875239056 140458483087584 140459016951509 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 8396800 140735875242689 140735875245463 140735875245463 140735875248079 0
Current children cumulated CPU time (s) 9.08
Current children cumulated vsize (KiB) 11062016

Child status: 0
Real time (s): 3.8428
CPU time (s): 9.13296
CPU user time (s): 8.83016
CPU system time (s): 0.302802
CPU usage (%): 237.664
Max. virtual memory (cumulated for all children) (KiB): 11062016

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 8.83015
system time used= 0.302802
maximum resident set size= 281632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 75252
page faults= 0
swaps= 0
block input operations= 0
block output operations= 144
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 8114
involuntary context switches= 1889

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030725 second user time and 0.037894 second system time

The end

Launcher Data

Begin job on node136 at 2017-07-22 07:39:06
IDJOB=4245252
IDBENCH=120752
IDSOLVER=2630
FILE ID=node136/4245252-1500701946
RUNJOBID= node136-1500683313-13637
PBS_JOBID= 20623338
Free space on /tmp= 61968 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/GracefulGraph/GracefulGraph-m1-s1/GracefulGraph-K03-P04.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4245252-1500701946/watcher-4245252-1500701946 -o /tmp/evaluation-result-4245252-1500701946/solver-4245252-1500701946 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1500683313-13637 --watchdog 2560  bin/concrete HOME/instance-4245252-1500701946.xml

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

MD5SUM BENCH= df366086143c09aabef923644f665168
RANDOM SEED=1393182777

node136.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.42
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.56
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.42
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.56
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.42
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		: 2133.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.56
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.42
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
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.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
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.42
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.56
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.42
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1867.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.42
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		: 2533.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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        30018712 kB
MemAvailable:   30227352 kB
Buffers:          115592 kB
Cached:           373984 kB
SwapCached:            0 kB
Active:          2045372 kB
Inactive:         264592 kB
Active(anon):    1823028 kB
Inactive(anon):     8764 kB
Active(file):     222344 kB
Inactive(file):   255828 kB
Unevictable:        5844 kB
Mlocked:            5876 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24252 kB
Writeback:             0 kB
AnonPages:       1826168 kB
Mapped:            44200 kB
Shmem:              8852 kB
Slab:             126072 kB
SReclaimable:      92608 kB
SUnreclaim:        33464 kB
KernelStack:        4512 kB
PageTables:         9756 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    2433044 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1591296 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 61944 MiB
End job on node136 at 2017-07-22 07:39:10