Trace number 4250023

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 7.43907 3.49411

General information on the benchmark

NameHanoi/Hanoi-m1-s1/
Hanoi-03.xml
MD5SUM328313172534795fe6dbdfd52fe07f50
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.001952
Satisfiable
(Un)Satisfiability was proved
Number of variables6
Number of constraints6
Number of domains1
Minimum domain size27
Maximum domain size27
Distribution of domain sizes[{"size":27,"count":6}]
Minimum variable degree1
Maximum variable degree2
Distribution of variable degrees[{"degree":1,"count":5},{"degree":2,"count":1}]
Minimum constraint arity1
Maximum constraint arity2
Distribution of constraint arities[{"arity":1,"count":1},{"arity":2,"count":5}]
Number of extensional constraints5
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":5},{"type":"intension","count":1}]
Optimization problemNO
Type of objective

Solver Data

3.63/2.15	c Concrete v3.4 running
7.24/3.47	v <instantiation>
7.24/3.47	v       <list>
7.24/3.47	v         x[0] x[1] x[2] x[3] x[4] x[5]
7.24/3.47	v       </list>
7.24/3.47	v       <values>
7.24/3.47	v         1 7 8 17 16 17
7.24/3.47	v       </values>
7.24/3.47	v     </instantiation>
7.24/3.47	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-4250023-1500776052/watcher-4250023-1500776052 -o /tmp/evaluation-result-4250023-1500776052/solver-4250023-1500776052 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1500775267-32564 --watchdog 2560 bin/concrete HOME/instance-4250023-1500776052.xml 

pid=848
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.69 1.70 1.48 3/262 851
/proc/meminfo: memFree=26760268/32770624 swapFree=5932/356504
[pid=851] ppid=848 vsize=9508 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/851/stat : 851 (bash) S 848 851 27482 0 -1 4202496 654 0 0 0 0 0 0 0 20 0 1 0 12875264 9736192 351 33554432000 4194304 5098028 140728752272624 140728752270264 140133177068544 0 0 4100 65536 18446744071580971376 0 0 17 11 0 0 0 0 0 7196144 7232144 8757248 140728752280846 140728752280931 140728752280931 140728752283630 0
/proc/851/statm: 2377 351 278 221 0 86 0

[startup+0.100066 s]
/proc/loadavg: 1.69 1.70 1.48 3/262 851
/proc/meminfo: memFree=26760268/32770624 swapFree=5932/356504
[pid=851] ppid=848 vsize=9640 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/851/stat : 851 (bash) S 848 851 27482 0 -1 4202496 884 6412 0 0 0 0 0 1 20 0 1 0 12875264 9871360 378 33554432000 4194304 5098028 140728752272624 140728752266632 140133177068544 0 0 4100 65536 18446744071580971376 0 0 17 5 0 0 0 0 0 7196144 7232144 8757248 140728752280846 140728752280931 140728752280931 140728752283630 0
/proc/851/statm: 2410 378 296 221 0 119 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9640

[startup+0.200315 s]
/proc/loadavg: 1.69 1.70 1.48 3/262 851
/proc/meminfo: memFree=26760268/32770624 swapFree=5932/356504
[pid=851] ppid=848 vsize=10435860 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/851/stat : 851 (java) S 848 851 27482 0 -1 1077944320 5087 12571 0 0 5 1 9 3 20 0 13 0 12875264 10686320640 4945 33554432000 4194304 4196468 140729823818352 140729823800896 140632767758071 0 0 0 16784584 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
/proc/851/statm: 2608965 4945 2138 1 0 2597403 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 10435860

[startup+0.300288 s]
/proc/loadavg: 1.69 1.70 1.48 3/262 851
/proc/meminfo: memFree=26760268/32770624 swapFree=5932/356504
[pid=851] ppid=848 vsize=10902392 CPUtime=0.36 cores=1,3,5,7,9,11,13,15
/proc/851/stat : 851 (java) S 848 851 27482 0 -1 1077944320 7156 12571 0 0 22 2 9 3 20 0 20 0 12875264 11164049408 8885 33554432000 4194304 4196468 140729823818352 140729823800896 140632767758071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
/proc/851/statm: 2725598 8885 2976 1 0 2713890 0
Current children cumulated CPU time (s) 0.36
Current children cumulated vsize (KiB) 10902392

[startup+0.70018 s]
/proc/loadavg: 1.69 1.70 1.48 3/262 851
/proc/meminfo: memFree=26760268/32770624 swapFree=5932/356504
[pid=851] ppid=848 vsize=10902720 CPUtime=0.91 cores=1,3,5,7,9,11,13,15
/proc/851/stat : 851 (java) S 848 851 27482 0 -1 1077944320 12598 12571 0 0 75 4 9 3 20 0 20 0 12875264 11164385280 15914 33554432000 4194304 4196468 140729823818352 140729823800896 140632767758071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
/proc/851/statm: 2725680 15914 3154 1 0 2713890 0
Current children cumulated CPU time (s) 0.91
Current children cumulated vsize (KiB) 10902720

[startup+1.50066 s]
/proc/loadavg: 1.69 1.70 1.48 3/282 924
/proc/meminfo: memFree=26648872/32770624 swapFree=5932/356556
[pid=851] ppid=848 vsize=10913344 CPUtime=2.28 cores=1,3,5,7,9,11,13,15
/proc/851/stat : 851 (java) S 848 851 27482 0 -1 1077944320 27400 12571 0 0 203 13 9 3 20 0 20 0 12875264 11175264256 43985 33554432000 4194304 4196468 140729823818352 140729823800896 140632767758071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
/proc/851/statm: 2728336 43985 3406 1 0 2716450 0
[pid=851/tid=906] ppid=848 vsize=10913344 CPUtime=1.42 cores=1,3,5,7,9,11,13,15
/proc/851/task/906/stat : 906 (java) R 848 851 27482 0 -1 4202560 19258 12571 0 0 125 5 9 3 20 0 20 0 12875278 11175264256 43985 33554432000 4194304 4196468 140729823818352 140632771979072 140632751838558 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=907] ppid=848 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/907/stat : 907 (java) S 848 851 27482 0 -1 1077944384 23 12571 0 0 0 0 9 3 20 0 20 0 12875279 11175264256 43985 33554432000 4194304 4196468 140729823818352 140632733039376 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=908] ppid=848 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/851/task/908/stat : 908 (java) S 848 851 27482 0 -1 1077944384 25 12571 0 0 1 0 9 3 20 0 20 0 12875279 11175264256 43985 33554432000 4194304 4196468 140729823818352 140632373439376 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=909] ppid=848 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/851/task/909/stat : 909 (java) S 848 851 27482 0 -1 1077944384 22 12571 0 0 1 0 9 3 20 0 20 0 12875279 11175264256 43985 33554432000 4194304 4196468 140729823818352 140632372386832 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=910] ppid=848 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/851/task/910/stat : 910 (java) S 848 851 27482 0 -1 1077944384 44 12571 0 0 1 0 9 3 20 0 20 0 12875279 11175264256 43985 33554432000 4194304 4196468 140729823818352 140632371334288 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=911] ppid=848 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/851/task/911/stat : 911 (java) S 848 851 27482 0 -1 1077944384 18 12571 0 0 1 0 9 3 20 0 20 0 12875279 11175264256 43985 33554432000 4194304 4196468 140729823818352 140632370280720 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=912] ppid=848 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/851/task/912/stat : 912 (java) S 848 851 27482 0 -1 1077944384 43 12571 0 0 1 0 9 3 20 0 20 0 12875279 11175264256 43985 33554432000 4194304 4196468 140729823818352 140632369228176 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=913] ppid=848 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/851/task/913/stat : 913 (java) S 848 851 27482 0 -1 1077944384 123 12571 0 0 1 0 9 3 20 0 20 0 12875279 11175264256 43985 33554432000 4194304 4196468 140729823818352 140632368175632 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=914] ppid=848 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/914/stat : 914 (java) S 848 851 27482 0 -1 1077944384 17 12571 0 0 0 0 9 3 20 0 20 0 12875279 11175264256 43985 33554432000 4194304 4196468 140729823818352 140632367123088 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=915] ppid=848 vsize=10913344 CPUtime=0.13 cores=1,3,5,7,9,11,13,15
/proc/851/task/915/stat : 915 (java) S 848 851 27482 0 -1 1077944384 1613 12571 0 0 1 0 9 3 20 0 20 0 12875281 11175264256 43985 33554432000 4194304 4196468 140729823818352 140631973861872 140632767769218 0 0 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=916] ppid=848 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/916/stat : 916 (java) S 848 851 27482 0 -1 1077944384 56 12571 0 0 0 0 9 3 20 0 20 0 12875282 11175264256 43985 33554432000 4194304 4196468 140729823818352 140631972808160 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=917] ppid=848 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/917/stat : 917 (java) S 848 851 27482 0 -1 1077944384 44 12571 0 0 0 0 9 3 20 0 20 0 12875282 11175264256 43985 33554432000 4194304 4196468 140729823818352 140631971755520 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=918] ppid=848 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/918/stat : 918 (java) S 848 851 27482 0 -1 1077944384 1 12571 0 0 0 0 9 3 20 0 20 0 12875286 11175264256 43985 33554432000 4194304 4196468 140729823818352 140631970704080 140632767776667 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=919] ppid=848 vsize=10913344 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/851/task/919/stat : 919 (java) S 848 851 27482 0 -1 1077944384 958 12571 0 0 12 0 9 3 20 0 20 0 12875286 11175264256 43985 33554432000 4194304 4196468 140729823818352 140631969650672 140632767769218 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=920] ppid=848 vsize=10913344 CPUtime=0.23 cores=1,3,5,7,9,11,13,15
/proc/851/task/920/stat : 920 (java) S 848 851 27482 0 -1 1077944384 511 12571 0 0 11 0 9 3 20 0 20 0 12875286 11175264256 43985 33554432000 4194304 4196468 140729823818352 140631968598128 140632767769218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=921] ppid=848 vsize=10913344 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/851/task/921/stat : 921 (java) S 848 851 27482 0 -1 1077944384 1243 12571 0 0 15 0 9 3 20 0 20 0 12875287 11175264256 43985 33554432000 4194304 4196468 140729823818352 140631967545584 140632767769218 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=922] ppid=848 vsize=10913344 CPUtime=0.38 cores=1,3,5,7,9,11,13,15
/proc/851/task/922/stat : 922 (java) S 848 851 27482 0 -1 1077944384 1262 12571 0 0 26 0 9 3 20 0 20 0 12875287 11175264256 43985 33554432000 4194304 4196468 140729823818352 140631966493040 140632767769218 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=923] ppid=848 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/923/stat : 923 (java) S 848 851 27482 0 -1 1077944384 3 12571 0 0 0 0 9 3 20 0 20 0 12875287 11175264256 43985 33554432000 4194304 4196468 140729823818352 140631965440736 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=924] ppid=848 vsize=10913344 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/924/stat : 924 (java) S 848 851 27482 0 -1 1077944384 3 12571 0 0 0 0 9 3 20 0 20 0 12875287 11175264256 43985 33554432000 4194304 4196468 140729823818352 140631964388272 140632767769218 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
Current children cumulated CPU time (s) 2.28
Current children cumulated vsize (KiB) 10913344

[startup+3.10084 s]
/proc/loadavg: 1.69 1.70 1.48 4/282 924
/proc/meminfo: memFree=26582820/32770624 swapFree=5932/356532
[pid=851] ppid=848 vsize=10929916 CPUtime=5.97 cores=1,3,5,7,9,11,13,15
/proc/851/stat : 851 (java) S 848 851 27482 0 -1 1077944320 52804 12571 0 0 563 22 9 3 20 0 20 0 12875264 11192233984 65130 33554432000 4194304 4196468 140729823818352 140729823800896 140632767758071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
/proc/851/statm: 2732479 65130 3477 1 0 2720034 0
[pid=851/tid=906] ppid=848 vsize=10929916 CPUtime=2.97 cores=1,3,5,7,9,11,13,15
/proc/851/task/906/stat : 906 (java) R 848 851 27482 0 -1 4202560 35670 12571 0 0 277 8 9 3 20 0 20 0 12875278 11192233984 65130 33554432000 4194304 4196468 140729823818352 140632771965440 140632750944880 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=907] ppid=848 vsize=10929916 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/851/task/907/stat : 907 (java) S 848 851 27482 0 -1 1077944384 44 12571 0 0 2 0 9 3 20 0 20 0 12875279 11192233984 65130 33554432000 4194304 4196468 140729823818352 140632733039376 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=908] ppid=848 vsize=10929916 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/851/task/908/stat : 908 (java) S 848 851 27482 0 -1 1077944384 104 12571 0 0 2 1 9 3 20 0 20 0 12875279 11192233984 65130 33554432000 4194304 4196468 140729823818352 140632373439376 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=909] ppid=848 vsize=10929916 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/851/task/909/stat : 909 (java) S 848 851 27482 0 -1 1077944384 29 12571 0 0 2 0 9 3 20 0 20 0 12875279 11192233984 65130 33554432000 4194304 4196468 140729823818352 140632372386832 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=910] ppid=848 vsize=10929916 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/851/task/910/stat : 910 (java) S 848 851 27482 0 -1 1077944384 53 12571 0 0 3 0 9 3 20 0 20 0 12875279 11192233984 65130 33554432000 4194304 4196468 140729823818352 140632371334288 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=911] ppid=848 vsize=10929916 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/851/task/911/stat : 911 (java) S 848 851 27482 0 -1 1077944384 24 12571 0 0 3 0 9 3 20 0 20 0 12875279 11192233984 65130 33554432000 4194304 4196468 140729823818352 140632370280720 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=912] ppid=848 vsize=10929916 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/851/task/912/stat : 912 (java) S 848 851 27482 0 -1 1077944384 51 12571 0 0 3 0 9 3 20 0 20 0 12875279 11192233984 65130 33554432000 4194304 4196468 140729823818352 140632369228176 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=913] ppid=848 vsize=10929916 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/851/task/913/stat : 913 (java) S 848 851 27482 0 -1 1077944384 173 12571 0 0 2 0 9 3 20 0 20 0 12875279 11192233984 65130 33554432000 4194304 4196468 140729823818352 140632368175632 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=914] ppid=848 vsize=10929916 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/851/task/914/stat : 914 (java) S 848 851 27482 0 -1 1077944384 29 12571 0 0 2 0 9 3 20 0 20 0 12875279 11192233984 65130 33554432000 4194304 4196468 140729823818352 140632367123088 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=915] ppid=848 vsize=10929916 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/851/task/915/stat : 915 (java) S 848 851 27482 0 -1 1077944384 2637 12571 0 0 3 0 9 3 20 0 20 0 12875281 11192233984 65130 33554432000 4194304 4196468 140729823818352 140631973861872 140632767769218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=916] ppid=848 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/916/stat : 916 (java) S 848 851 27482 0 -1 1077944384 57 12571 0 0 0 0 9 3 20 0 20 0 12875282 11192233984 65130 33554432000 4194304 4196468 140729823818352 140631972808160 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=917] ppid=848 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/917/stat : 917 (java) S 848 851 27482 0 -1 1077944384 44 12571 0 0 0 0 9 3 20 0 20 0 12875282 11192233984 65130 33554432000 4194304 4196468 140729823818352 140631971755520 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=918] ppid=848 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/918/stat : 918 (java) S 848 851 27482 0 -1 1077944384 1 12571 0 0 0 0 9 3 20 0 20 0 12875286 11192233984 65130 33554432000 4194304 4196468 140729823818352 140631970704080 140632767776667 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=919] ppid=848 vsize=10929916 CPUtime=0.98 cores=1,3,5,7,9,11,13,15
/proc/851/task/919/stat : 919 (java) R 848 851 27482 0 -1 4202560 5308 12571 0 0 85 1 9 3 20 0 20 0 12875286 11192233984 65130 33554432000 4194304 4196468 140729823818352 140631969631472 140632746975299 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=920] ppid=848 vsize=10929916 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/851/task/920/stat : 920 (java) R 848 851 27482 0 -1 4202560 1606 12571 0 0 43 1 9 3 20 0 20 0 12875286 11192233984 65130 33554432000 4194304 4196468 140729823818352 140631968584152 140632747451175 0 4 0 16800975 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=921] ppid=848 vsize=10929916 CPUtime=0.56 cores=1,3,5,7,9,11,13,15
/proc/851/task/921/stat : 921 (java) S 848 851 27482 0 -1 1077944384 1891 12571 0 0 43 1 9 3 20 0 20 0 12875287 11192233984 65130 33554432000 4194304 4196468 140729823818352 140631967545584 140632767769218 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=922] ppid=848 vsize=10929916 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/851/task/922/stat : 922 (java) S 848 851 27482 0 -1 1077944384 2942 12571 0 0 86 1 9 3 20 0 20 0 12875287 11192233984 65130 33554432000 4194304 4196468 140729823818352 140631966493040 140632767769218 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=923] ppid=848 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/923/stat : 923 (java) S 848 851 27482 0 -1 1077944384 3 12571 0 0 0 0 9 3 20 0 20 0 12875287 11192233984 65130 33554432000 4194304 4196468 140729823818352 140631965440736 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=924] ppid=848 vsize=10929916 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/924/stat : 924 (java) S 848 851 27482 0 -1 1077944384 5 12571 0 0 0 0 9 3 20 0 20 0 12875287 11192233984 65130 33554432000 4194304 4196468 140729823818352 140631964388272 140632767769218 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
Current children cumulated CPU time (s) 5.97
Current children cumulated vsize (KiB) 10929916

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

[startup+3.20139 s]
/proc/loadavg: 1.69 1.70 1.48 4/282 924
/proc/meminfo: memFree=26582820/32770624 swapFree=5932/356532
[pid=851] ppid=848 vsize=10995452 CPUtime=6.24 cores=1,3,5,7,9,11,13,15
/proc/851/stat : 851 (java) S 848 851 27482 0 -1 1077944320 57895 12571 0 0 589 23 9 3 20 0 20 0 12875264 11259342848 70166 33554432000 4194304 4196468 140729823818352 140729823800896 140632767758071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
/proc/851/statm: 2748863 70166 3478 1 0 2736418 0
[pid=851/tid=906] ppid=848 vsize=10995452 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/851/task/906/stat : 906 (java) R 848 851 27482 0 -1 4202560 39994 12571 0 0 286 9 9 3 20 0 20 0 12875278 11259342848 70166 33554432000 4194304 4196468 140729823818352 140632771988800 140632767770006 0 4 0 16800975 0 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=907] ppid=848 vsize=10995452 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/851/task/907/stat : 907 (java) S 848 851 27482 0 -1 1077944384 44 12571 0 0 2 0 9 3 20 0 20 0 12875279 11259342848 70166 33554432000 4194304 4196468 140729823818352 140632733039376 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=908] ppid=848 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/851/task/908/stat : 908 (java) S 848 851 27482 0 -1 1077944384 104 12571 0 0 2 1 9 3 20 0 20 0 12875279 11259342848 70166 33554432000 4194304 4196468 140729823818352 140632373439376 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=909] ppid=848 vsize=10995452 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/851/task/909/stat : 909 (java) S 848 851 27482 0 -1 1077944384 29 12571 0 0 2 0 9 3 20 0 20 0 12875279 11259342848 70166 33554432000 4194304 4196468 140729823818352 140632372386832 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=910] ppid=848 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/851/task/910/stat : 910 (java) S 848 851 27482 0 -1 1077944384 53 12571 0 0 3 0 9 3 20 0 20 0 12875279 11259342848 70166 33554432000 4194304 4196468 140729823818352 140632371334288 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 11 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=911] ppid=848 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/851/task/911/stat : 911 (java) S 848 851 27482 0 -1 1077944384 24 12571 0 0 3 0 9 3 20 0 20 0 12875279 11259342848 70166 33554432000 4194304 4196468 140729823818352 140632370280720 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=912] ppid=848 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/851/task/912/stat : 912 (java) S 848 851 27482 0 -1 1077944384 51 12571 0 0 3 0 9 3 20 0 20 0 12875279 11259342848 70166 33554432000 4194304 4196468 140729823818352 140632369228176 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=913] ppid=848 vsize=10995452 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/851/task/913/stat : 913 (java) S 848 851 27482 0 -1 1077944384 173 12571 0 0 2 0 9 3 20 0 20 0 12875279 11259342848 70166 33554432000 4194304 4196468 140729823818352 140632368175632 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=914] ppid=848 vsize=10995452 CPUtime=0.14 cores=1,3,5,7,9,11,13,15
/proc/851/task/914/stat : 914 (java) S 848 851 27482 0 -1 1077944384 29 12571 0 0 2 0 9 3 20 0 20 0 12875279 11259342848 70166 33554432000 4194304 4196468 140729823818352 140632367123088 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=915] ppid=848 vsize=10995452 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/851/task/915/stat : 915 (java) S 848 851 27482 0 -1 1077944384 2637 12571 0 0 3 0 9 3 20 0 20 0 12875281 11259342848 70166 33554432000 4194304 4196468 140729823818352 140631973861872 140632767769218 0 0 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=916] ppid=848 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/916/stat : 916 (java) S 848 851 27482 0 -1 1077944384 57 12571 0 0 0 0 9 3 20 0 20 0 12875282 11259342848 70166 33554432000 4194304 4196468 140729823818352 140631972808160 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=917] ppid=848 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/917/stat : 917 (java) S 848 851 27482 0 -1 1077944384 44 12571 0 0 0 0 9 3 20 0 20 0 12875282 11259342848 70166 33554432000 4194304 4196468 140729823818352 140631971755520 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=918] ppid=848 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/918/stat : 918 (java) S 848 851 27482 0 -1 1077944384 1 12571 0 0 0 0 9 3 20 0 20 0 12875286 11259342848 70166 33554432000 4194304 4196468 140729823818352 140631970704080 140632767776667 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=919] ppid=848 vsize=10995452 CPUtime=1.08 cores=1,3,5,7,9,11,13,15
/proc/851/task/919/stat : 919 (java) R 848 851 27482 0 -1 4202560 5582 12571 0 0 95 1 9 3 20 0 20 0 12875286 11259342848 70166 33554432000 4194304 4196468 140729823818352 140631969630944 140632751254851 0 4 0 16800975 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=920] ppid=848 vsize=10995452 CPUtime=0.62 cores=1,3,5,7,9,11,13,15
/proc/851/task/920/stat : 920 (java) S 848 851 27482 0 -1 1077944384 2095 12571 0 0 49 1 9 3 20 0 20 0 12875286 11259342848 70166 33554432000 4194304 4196468 140729823818352 140631968598128 140632767769218 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=921] ppid=848 vsize=10995452 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/851/task/921/stat : 921 (java) S 848 851 27482 0 -1 1077944384 1892 12571 0 0 44 1 9 3 20 0 20 0 12875287 11259342848 70166 33554432000 4194304 4196468 140729823818352 140631967545584 140632767769218 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=922] ppid=848 vsize=10995452 CPUtime=0.99 cores=1,3,5,7,9,11,13,15
/proc/851/task/922/stat : 922 (java) R 848 851 27482 0 -1 4202560 2946 12571 0 0 86 1 9 3 20 0 20 0 12875287 11259342848 70166 33554432000 4194304 4196468 140729823818352 140631966493040 140632767770006 0 4 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=923] ppid=848 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/923/stat : 923 (java) S 848 851 27482 0 -1 1077944384 3 12571 0 0 0 0 9 3 20 0 20 0 12875287 11259342848 70166 33554432000 4194304 4196468 140729823818352 140631965440736 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=924] ppid=848 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/924/stat : 924 (java) S 848 851 27482 0 -1 1077944384 5 12571 0 0 0 0 9 3 20 0 20 0 12875287 11259342848 70166 33554432000 4194304 4196468 140729823818352 140631964388272 140632767769218 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 10995452

[startup+3.41122 s]
/proc/loadavg: 1.87 1.74 1.49 10/282 924
/proc/meminfo: memFree=26492152/32770624 swapFree=5932/356532
[pid=851] ppid=848 vsize=10995452 CPUtime=7.24 cores=1,3,5,7,9,11,13,15
/proc/851/stat : 851 (java) S 848 851 27482 0 -1 1077944320 58056 12571 0 0 688 24 9 3 20 0 20 0 12875264 11259342848 70278 33554432000 4194304 4196468 140729823818352 140729823800896 140632767758071 0 0 0 16800975 18446744073709551615 0 0 17 1 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
/proc/851/statm: 2748863 70278 3478 1 0 2736418 0
[pid=851/tid=906] ppid=848 vsize=10995452 CPUtime=3.09 cores=1,3,5,7,9,11,13,15
/proc/851/task/906/stat : 906 (java) S 848 851 27482 0 -1 1077944384 40050 12571 0 0 288 9 9 3 20 0 20 0 12875278 11259342848 70278 33554432000 4194304 4196468 140729823818352 140632771995600 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=907] ppid=848 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/851/task/907/stat : 907 (java) S 848 851 27482 0 -1 1077944384 47 12571 0 0 13 0 9 3 20 0 20 0 12875279 11259342848 70278 33554432000 4194304 4196468 140729823818352 140632733039376 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=908] ppid=848 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/851/task/908/stat : 908 (java) S 848 851 27482 0 -1 1077944384 110 12571 0 0 12 1 9 3 20 0 20 0 12875279 11259342848 70278 33554432000 4194304 4196468 140729823818352 140632373439376 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=909] ppid=848 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/851/task/909/stat : 909 (java) S 848 851 27482 0 -1 1077944384 44 12571 0 0 13 0 9 3 20 0 20 0 12875279 11259342848 70278 33554432000 4194304 4196468 140729823818352 140632372386832 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=910] ppid=848 vsize=10995452 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/851/task/910/stat : 910 (java) S 848 851 27482 0 -1 1077944384 55 12571 0 0 14 1 9 3 20 0 20 0 12875279 11259342848 70278 33554432000 4194304 4196468 140729823818352 140632371334288 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=911] ppid=848 vsize=10995452 CPUtime=0.24 cores=1,3,5,7,9,11,13,15
/proc/851/task/911/stat : 911 (java) S 848 851 27482 0 -1 1077944384 28 12571 0 0 12 0 9 3 20 0 20 0 12875279 11259342848 70278 33554432000 4194304 4196468 140729823818352 140632370280720 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 13 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=912] ppid=848 vsize=10995452 CPUtime=0.26 cores=1,3,5,7,9,11,13,15
/proc/851/task/912/stat : 912 (java) S 848 851 27482 0 -1 1077944384 58 12571 0 0 14 0 9 3 20 0 20 0 12875279 11259342848 70278 33554432000 4194304 4196468 140729823818352 140632369228176 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=913] ppid=848 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/851/task/913/stat : 913 (java) S 848 851 27482 0 -1 1077944384 184 12571 0 0 13 0 9 3 20 0 20 0 12875279 11259342848 70278 33554432000 4194304 4196468 140729823818352 140632368175632 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=914] ppid=848 vsize=10995452 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/851/task/914/stat : 914 (java) S 848 851 27482 0 -1 1077944384 32 12571 0 0 13 0 9 3 20 0 20 0 12875279 11259342848 70278 33554432000 4194304 4196468 140729823818352 140632367123088 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=915] ppid=848 vsize=10995452 CPUtime=0.22 cores=1,3,5,7,9,11,13,15
/proc/851/task/915/stat : 915 (java) R 848 851 27482 0 -1 4202560 2651 12571 0 0 10 0 9 3 20 0 20 0 12875281 11259342848 70278 33554432000 4194304 4196468 140729823818352 140631973860272 140632753449771 0 0 0 16800975 0 0 0 -1 11 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=916] ppid=848 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/916/stat : 916 (java) S 848 851 27482 0 -1 1077944384 57 12571 0 0 0 0 9 3 20 0 20 0 12875282 11259342848 70278 33554432000 4194304 4196468 140729823818352 140631972806528 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=917] ppid=848 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/917/stat : 917 (java) S 848 851 27482 0 -1 1077944384 44 12571 0 0 0 0 9 3 20 0 20 0 12875282 11259342848 70278 33554432000 4194304 4196468 140729823818352 140631971755520 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=918] ppid=848 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/918/stat : 918 (java) S 848 851 27482 0 -1 1077944384 1 12571 0 0 0 0 9 3 20 0 20 0 12875286 11259342848 70278 33554432000 4194304 4196468 140729823818352 140631970704080 140632767776667 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=919] ppid=848 vsize=10995452 CPUtime=1.1 cores=1,3,5,7,9,11,13,15
/proc/851/task/919/stat : 919 (java) S 848 851 27482 0 -1 1077944384 5595 12571 0 0 97 1 9 3 20 0 20 0 12875286 11259342848 70278 33554432000 4194304 4196468 140729823818352 140631969630032 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=920] ppid=848 vsize=10995452 CPUtime=0.63 cores=1,3,5,7,9,11,13,15
/proc/851/task/920/stat : 920 (java) S 848 851 27482 0 -1 1077944384 2095 12571 0 0 50 1 9 3 20 0 20 0 12875286 11259342848 70278 33554432000 4194304 4196468 140729823818352 140631968584784 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=921] ppid=848 vsize=10995452 CPUtime=0.57 cores=1,3,5,7,9,11,13,15
/proc/851/task/921/stat : 921 (java) S 848 851 27482 0 -1 1077944384 1895 12571 0 0 44 1 9 3 20 0 20 0 12875287 11259342848 70278 33554432000 4194304 4196468 140729823818352 140631967545584 140632767769218 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=922] ppid=848 vsize=10995452 CPUtime=1 cores=1,3,5,7,9,11,13,15
/proc/851/task/922/stat : 922 (java) S 848 851 27482 0 -1 1077944384 2969 12571 0 0 87 1 9 3 20 0 20 0 12875287 11259342848 70278 33554432000 4194304 4196468 140729823818352 140631966488080 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=923] ppid=848 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/923/stat : 923 (java) S 848 851 27482 0 -1 1077944384 3 12571 0 0 0 0 9 3 20 0 20 0 12875287 11259342848 70278 33554432000 4194304 4196468 140729823818352 140631965440736 140632767768277 0 4 0 16800975 18446744071579849748 0 0 -1 9 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
[pid=851/tid=924] ppid=848 vsize=10995452 CPUtime=0.12 cores=1,3,5,7,9,11,13,15
/proc/851/task/924/stat : 924 (java) S 848 851 27482 0 -1 1077944384 5 12571 0 0 0 0 9 3 20 0 20 0 12875287 11259342848 70278 33554432000 4194304 4196468 140729823818352 140631964388272 140632767769218 0 4 0 16800975 18446744071579849748 0 0 -1 15 0 0 0 0 0 6293624 6294260 32739328 140729823820481 140729823823255 140729823823255 140729823825871 0
Current children cumulated CPU time (s) 7.24
Current children cumulated vsize (KiB) 10995452

Child status: 0
Real time (s): 3.49411
CPU time (s): 7.43907
CPU user time (s): 7.15159
CPU system time (s): 0.287479
CPU usage (%): 212.903
Max. virtual memory (cumulated for all children) (KiB): 10995452

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 7.15159
system time used= 0.287479
maximum resident set size= 283524
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 71026
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= 7634
involuntary context switches= 1064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.030146 second user time and 0.040195 second system time

The end

Launcher Data

Begin job on node102 at 2017-07-23 04:14:12
IDJOB=4250023
IDBENCH=138762
IDSOLVER=2630
FILE ID=node102/4250023-1500776052
RUNJOBID= node102-1500775267-32564
PBS_JOBID= 20624584
Free space on /tmp= 61840 MiB

SOLVER NAME= Concrete 3.4
BENCH NAME= XCSP17/Hanoi/Hanoi-m1-s1/Hanoi-03.xml
COMMAND LINE= bin/concrete BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4250023-1500776052/watcher-4250023-1500776052 -o /tmp/evaluation-result-4250023-1500776052/solver-4250023-1500776052 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node102-1500775267-32564 --watchdog 2560  bin/concrete HOME/instance-4250023-1500776052.xml

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

MD5SUM BENCH= 328313172534795fe6dbdfd52fe07f50
RANDOM SEED=1348210723

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.40
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:        26760784 kB
MemAvailable:   27216296 kB
Buffers:          163928 kB
Cached:           568436 kB
SwapCached:            0 kB
Active:          5192604 kB
Inactive:         365112 kB
Active(anon):    4828284 kB
Inactive(anon):     8608 kB
Active(file):     364320 kB
Inactive(file):   356504 kB
Unevictable:        5932 kB
Mlocked:            5932 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             24780 kB
Writeback:             0 kB
AnonPages:       4954240 kB
Mapped:            45148 kB
Shmem:              8852 kB
Slab:             134508 kB
SReclaimable:     101044 kB
SUnreclaim:        33464 kB
KernelStack:        4880 kB
PageTables:        14540 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5083400 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   4665344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

Free space on /tmp at the end= 61816 MiB
End job on node102 at 2017-07-23 04:14:15