Trace number 4262320

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
Concrete 3.4SAT 6.2414298 3.4491799

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.13/2.20	c Concrete v3.4 running
6.18/3.42	v <instantiation>
6.18/3.42	v       <list>
6.18/3.42	v         x[0] x[1] x[2] x[3] x[4] x[5]
6.18/3.42	v       </list>
6.18/3.42	v       <values>
6.18/3.42	v         1 7 8 17 16 17
6.18/3.42	v       </values>
6.18/3.42	v     </instantiation>
6.18/3.42	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-4262320-1502478277/watcher-4262320-1502478277 -o /tmp/evaluation-result-4262320-1502478277/solver-4262320-1502478277 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580 bin/concrete HOME/instance-4262320-1502478277.xml 

pid=19838
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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: 3.33 3.72 2.77 3/202 19841
/proc/meminfo: memFree=26821476/32770624 swapFree=0/576836
[pid=19841] ppid=19838 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/19841/stat : 19841 (runsolver) D 19838 19841 1460 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 95334072 24240128 106 18446744073709551615 4194304 4338465 140733462354144 140733462351784 140218640011991 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 9048064 140733462356177 140733462356553 140733462356553 140733462360010 0
/proc/19841/statm: 5918 106 53 36 0 2156 0

[startup+0.100192 s]
/proc/loadavg: 3.33 3.72 2.77 3/202 19841
/proc/meminfo: memFree=26821476/32770624 swapFree=0/576836
[pid=19841] ppid=19838 vsize=9508 CPUtime=0 cores=1,3,5,7
/proc/19841/stat : 19841 (bash) S 19838 19841 1460 0 -1 4202496 717 3530 0 0 0 0 0 0 20 0 1 0 95334072 9736192 355 18446744073709551615 4194304 5098028 140723652237120 140723652234760 140333460847616 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 12963840 140723652243988 140723652244073 140723652244073 140723652247530 0
/proc/19841/statm: 2377 355 282 221 0 86 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 9508

[startup+0.200222 s]
/proc/loadavg: 3.33 3.72 2.77 3/202 19841
/proc/meminfo: memFree=26821476/32770624 swapFree=0/576836
[pid=19841] ppid=19838 vsize=9636 CPUtime=0.01 cores=1,3,5,7
/proc/19841/stat : 19841 (bash) S 19838 19841 1460 0 -1 4202496 898 6476 0 0 0 0 0 1 20 0 1 0 95334072 9867264 377 18446744073709551615 4194304 5098028 140723652237120 140723652231128 140333460847616 0 0 5 65536 18446744071580971376 0 0 17 1 0 0 8 0 0 7196144 7232144 12963840 140723652243988 140723652244073 140723652244073 140723652247530 0
/proc/19841/statm: 2409 377 296 221 0 118 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 9636

[startup+0.300297 s]
/proc/loadavg: 3.33 3.72 2.77 3/202 19841
/proc/meminfo: memFree=26821476/32770624 swapFree=0/576836
[pid=19841] ppid=19838 vsize=13907308 CPUtime=0.12 cores=1,3,5,7
/proc/19841/stat : 19841 (java) S 19838 19841 1460 0 -1 1077944320 5939 12478 0 0 5 0 5 2 20 0 14 0 95334072 14241083392 5604 18446744073709551615 4194304 4196468 140733725104288 140733725086832 140202306490103 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
/proc/19841/statm: 3476827 5604 2558 1 0 3466324 0
Current children cumulated CPU time (s) 0.12
Current children cumulated vsize (KiB) 13907308

[startup+0.706004 s]
/proc/loadavg: 3.33 3.72 2.77 3/202 19841
/proc/meminfo: memFree=26821476/32770624 swapFree=0/576836
[pid=19841] ppid=19838 vsize=13974784 CPUtime=0.68 cores=1,3,5,7
/proc/19841/stat : 19841 (java) S 19838 19841 1460 0 -1 1077944320 14007 12478 0 0 57 4 5 2 20 0 15 0 95334072 14310178816 14457 18446744073709551615 4194304 4196468 140733725104288 140733725086832 140202306490103 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
/proc/19841/statm: 3493696 14457 3104 1 0 3482965 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 13974784

[startup+1.50065 s]
/proc/loadavg: 3.33 3.72 2.77 3/217 19904
/proc/meminfo: memFree=26725000/32770624 swapFree=0/577048
[pid=19841] ppid=19838 vsize=13985408 CPUtime=1.86 cores=1,3,5,7
/proc/19841/stat : 19841 (java) S 19838 19841 1460 0 -1 1077944320 31743 12478 0 0 169 10 5 2 20 0 15 0 95334072 14321057792 40135 18446744073709551615 4194304 4196468 140733725104288 140733725086832 140202306490103 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
/proc/19841/statm: 3496352 40135 3364 1 0 3485525 0
[pid=19841/tid=19891] ppid=19838 vsize=13985408 CPUtime=1.28 cores=1,3,5,7
/proc/19841/task/19891/stat : 19891 (java) S 19838 19841 1460 0 -1 1077944384 24560 12478 0 0 114 7 5 2 20 0 15 0 95334094 14321057792 40135 18446744073709551615 4194304 4196468 140733725104288 140202310713152 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 3 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19892] ppid=19838 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19892/stat : 19892 (java) S 19838 19841 1460 0 -1 1077944384 58 12478 0 0 0 0 5 2 20 0 15 0 95334095 14321057792 40135 18446744073709551615 4194304 4196468 140733725104288 140202240924688 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19893] ppid=19838 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19893/stat : 19893 (java) S 19838 19841 1460 0 -1 1077944384 197 12478 0 0 0 0 5 2 20 0 15 0 95334095 14321057792 40135 18446744073709551615 4194304 4196468 140733725104288 140202239872144 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19894] ppid=19838 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19894/stat : 19894 (java) S 19838 19841 1460 0 -1 1077944384 45 12478 0 0 0 0 5 2 20 0 15 0 95334095 14321057792 40135 18446744073709551615 4194304 4196468 140733725104288 140202238819088 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19895] ppid=19838 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19895/stat : 19895 (java) S 19838 19841 1460 0 -1 1077944384 64 12478 0 0 0 0 5 2 20 0 15 0 95334095 14321057792 40135 18446744073709551615 4194304 4196468 140733725104288 140202237766544 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19896] ppid=19838 vsize=13985408 CPUtime=0.08 cores=1,3,5,7
/proc/19841/task/19896/stat : 19896 (java) R 19838 19841 1460 0 -1 4202560 1520 12478 0 0 1 0 5 2 20 0 15 0 95334096 14321057792 40135 18446744073709551615 4194304 4196468 140733725104288 140201785004608 140202291463888 0 0 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19897] ppid=19838 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19897/stat : 19897 (java) S 19838 19841 1460 0 -1 1077944384 33 12478 0 0 0 0 5 2 20 0 15 0 95334097 14321057792 40135 18446744073709551615 4194304 4196468 140733725104288 140201783952544 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19898] ppid=19838 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19898/stat : 19898 (java) S 19838 19841 1460 0 -1 1077944384 21 12478 0 0 0 0 5 2 20 0 15 0 95334097 14321057792 40135 18446744073709551615 4194304 4196468 140733725104288 140201782899440 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19899] ppid=19838 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19899/stat : 19899 (java) S 19838 19841 1460 0 -1 1077944384 3 12478 0 0 0 0 5 2 20 0 15 0 95334100 14321057792 40135 18446744073709551615 4194304 4196468 140733725104288 140201781848016 140202306508699 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19900] ppid=19838 vsize=13985408 CPUtime=0.2 cores=1,3,5,7
/proc/19841/task/19900/stat : 19900 (java) S 19838 19841 1460 0 -1 1077944384 1035 12478 0 0 13 0 5 2 20 0 15 0 95334100 14321057792 40135 18446744073709551615 4194304 4196468 140733725104288 140201780796144 140202306501250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19901] ppid=19838 vsize=13985408 CPUtime=0.22 cores=1,3,5,7
/proc/19841/task/19901/stat : 19901 (java) S 19838 19841 1460 0 -1 1077944384 729 12478 0 0 15 0 5 2 20 0 15 0 95334100 14321057792 40135 18446744073709551615 4194304 4196468 140733725104288 140201779743600 140202306501250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19902] ppid=19838 vsize=13985408 CPUtime=0.29 cores=1,3,5,7
/proc/19841/task/19902/stat : 19902 (java) S 19838 19841 1460 0 -1 1077944384 1312 12478 0 0 22 0 5 2 20 0 15 0 95334100 14321057792 40135 18446744073709551615 4194304 4196468 140733725104288 140201778690544 140202306501250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19903] ppid=19838 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19903/stat : 19903 (java) S 19838 19841 1460 0 -1 1077944384 3 12478 0 0 0 0 5 2 20 0 15 0 95334100 14321057792 40135 18446744073709551615 4194304 4196468 140733725104288 140201777638240 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19904] ppid=19838 vsize=13985408 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19904/stat : 19904 (java) S 19838 19841 1460 0 -1 1077944384 8 12478 0 0 0 0 5 2 20 0 15 0 95334104 14321057792 40135 18446744073709551615 4194304 4196468 140733725104288 140201776585264 140202306501250 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
Current children cumulated CPU time (s) 1.86
Current children cumulated vsize (KiB) 13985408

[startup+3.10105 s]
/proc/loadavg: 3.33 3.72 2.77 4/217 19904
/proc/meminfo: memFree=26649672/32770624 swapFree=0/577048
[pid=19841] ppid=19838 vsize=14001980 CPUtime=5.35 cores=1,3,5,7
/proc/19841/stat : 19841 (java) S 19838 19841 1460 0 -1 1077944320 52795 12478 0 0 511 17 5 2 20 0 15 0 95334072 14338027520 62804 18446744073709551615 4194304 4196468 140733725104288 140733725086832 140202306490103 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
/proc/19841/statm: 3500495 62804 3451 1 0 3489109 0
[pid=19841/tid=19891] ppid=19838 vsize=14001980 CPUtime=2.82 cores=1,3,5,7
/proc/19841/task/19891/stat : 19891 (java) R 19838 19841 1460 0 -1 4202560 39462 12478 0 0 265 10 5 2 20 0 15 0 95334094 14338027520 62804 18446744073709551615 4194304 4196468 140733725104288 140202310722128 140202289676912 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19892] ppid=19838 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/19841/task/19892/stat : 19892 (java) S 19838 19841 1460 0 -1 1077944384 75 12478 0 0 2 0 5 2 20 0 15 0 95334095 14338027520 62804 18446744073709551615 4194304 4196468 140733725104288 140202240924688 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19893] ppid=19838 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/19841/task/19893/stat : 19893 (java) S 19838 19841 1460 0 -1 1077944384 224 12478 0 0 2 0 5 2 20 0 15 0 95334095 14338027520 62804 18446744073709551615 4194304 4196468 140733725104288 140202239872144 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19894] ppid=19838 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/19841/task/19894/stat : 19894 (java) S 19838 19841 1460 0 -1 1077944384 62 12478 0 0 2 0 5 2 20 0 15 0 95334095 14338027520 62804 18446744073709551615 4194304 4196468 140733725104288 140202238819088 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19895] ppid=19838 vsize=14001980 CPUtime=0.09 cores=1,3,5,7
/proc/19841/task/19895/stat : 19895 (java) S 19838 19841 1460 0 -1 1077944384 82 12478 0 0 2 0 5 2 20 0 15 0 95334095 14338027520 62804 18446744073709551615 4194304 4196468 140733725104288 140202237766544 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19896] ppid=19838 vsize=14001980 CPUtime=0.1 cores=1,3,5,7
/proc/19841/task/19896/stat : 19896 (java) S 19838 19841 1460 0 -1 1077944384 2098 12478 0 0 3 0 5 2 20 0 15 0 95334096 14338027520 62804 18446744073709551615 4194304 4196468 140733725104288 140201785006320 140202306501250 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19897] ppid=19838 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19897/stat : 19897 (java) S 19838 19841 1460 0 -1 1077944384 56 12478 0 0 0 0 5 2 20 0 15 0 95334097 14338027520 62804 18446744073709551615 4194304 4196468 140733725104288 140201783952608 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19898] ppid=19838 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19898/stat : 19898 (java) S 19838 19841 1460 0 -1 1077944384 46 12478 0 0 0 0 5 2 20 0 15 0 95334097 14338027520 62804 18446744073709551615 4194304 4196468 140733725104288 140201782899456 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19899] ppid=19838 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19899/stat : 19899 (java) S 19838 19841 1460 0 -1 1077944384 3 12478 0 0 0 0 5 2 20 0 15 0 95334100 14338027520 62804 18446744073709551615 4194304 4196468 140733725104288 140201781848016 140202306508699 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19900] ppid=19838 vsize=14001980 CPUtime=0.99 cores=1,3,5,7
/proc/19841/task/19900/stat : 19900 (java) R 19838 19841 1460 0 -1 4202560 4265 12478 0 0 91 1 5 2 20 0 15 0 95334100 14338027520 62804 18446744073709551615 4194304 4196468 140733725104288 140201780782304 140202288033802 0 4 1 16800974 0 0 0 -1 1 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19901] ppid=19838 vsize=14001980 CPUtime=0.64 cores=1,3,5,7
/proc/19841/task/19901/stat : 19901 (java) R 19838 19841 1460 0 -1 4202560 1350 12478 0 0 56 1 5 2 20 0 15 0 95334100 14338027520 62804 18446744073709551615 4194304 4196468 140733725104288 140201779731040 140202285845249 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19902] ppid=19838 vsize=14001980 CPUtime=0.9 cores=1,3,5,7
/proc/19841/task/19902/stat : 19902 (java) S 19838 19841 1460 0 -1 1077944384 2905 12478 0 0 83 0 5 2 20 0 15 0 95334100 14338027520 62804 18446744073709551615 4194304 4196468 140733725104288 140201778690544 140202306501250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19903] ppid=19838 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19903/stat : 19903 (java) S 19838 19841 1460 0 -1 1077944384 3 12478 0 0 0 0 5 2 20 0 15 0 95334100 14338027520 62804 18446744073709551615 4194304 4196468 140733725104288 140201777638240 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19904] ppid=19838 vsize=14001980 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19904/stat : 19904 (java) S 19838 19841 1460 0 -1 1077944384 9 12478 0 0 0 0 5 2 20 0 15 0 95334104 14338027520 62804 18446744073709551615 4194304 4196468 140733725104288 140201776585264 140202306501250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
Current children cumulated CPU time (s) 5.35
Current children cumulated vsize (KiB) 14001980

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

[startup+3.202 s]
/proc/loadavg: 3.33 3.72 2.77 4/217 19904
/proc/meminfo: memFree=26649672/32770624 swapFree=0/577048
[pid=19841] ppid=19838 vsize=14067516 CPUtime=5.61 cores=1,3,5,7
/proc/19841/stat : 19841 (java) S 19838 19841 1460 0 -1 1077944320 58983 12478 0 0 535 19 5 2 20 0 15 0 95334072 14405136384 68955 18446744073709551615 4194304 4196468 140733725104288 140733725086832 140202306490103 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
/proc/19841/statm: 3516879 68955 3452 1 0 3505493 0
[pid=19841/tid=19891] ppid=19838 vsize=14067516 CPUtime=2.93 cores=1,3,5,7
/proc/19841/task/19891/stat : 19891 (java) R 19838 19841 1460 0 -1 4202560 44310 12478 0 0 274 12 5 2 20 0 15 0 95334094 14405136384 68955 18446744073709551615 4194304 4196468 140733725104288 140202310722016 140202287130978 0 4 1 16800974 0 0 0 -1 3 0 0 3 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19892] ppid=19838 vsize=14067516 CPUtime=0.09 cores=1,3,5,7
/proc/19841/task/19892/stat : 19892 (java) S 19838 19841 1460 0 -1 1077944384 75 12478 0 0 2 0 5 2 20 0 15 0 95334095 14405136384 68955 18446744073709551615 4194304 4196468 140733725104288 140202240924688 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19893] ppid=19838 vsize=14067516 CPUtime=0.09 cores=1,3,5,7
/proc/19841/task/19893/stat : 19893 (java) S 19838 19841 1460 0 -1 1077944384 224 12478 0 0 2 0 5 2 20 0 15 0 95334095 14405136384 68955 18446744073709551615 4194304 4196468 140733725104288 140202239872144 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19894] ppid=19838 vsize=14067516 CPUtime=0.09 cores=1,3,5,7
/proc/19841/task/19894/stat : 19894 (java) S 19838 19841 1460 0 -1 1077944384 62 12478 0 0 2 0 5 2 20 0 15 0 95334095 14405136384 68955 18446744073709551615 4194304 4196468 140733725104288 140202238819088 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19895] ppid=19838 vsize=14067516 CPUtime=0.09 cores=1,3,5,7
/proc/19841/task/19895/stat : 19895 (java) S 19838 19841 1460 0 -1 1077944384 82 12478 0 0 2 0 5 2 20 0 15 0 95334095 14405136384 68955 18446744073709551615 4194304 4196468 140733725104288 140202237766544 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19896] ppid=19838 vsize=14067516 CPUtime=0.1 cores=1,3,5,7
/proc/19841/task/19896/stat : 19896 (java) S 19838 19841 1460 0 -1 1077944384 2098 12478 0 0 3 0 5 2 20 0 15 0 95334096 14405136384 68955 18446744073709551615 4194304 4196468 140733725104288 140201785006320 140202306501250 0 0 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19897] ppid=19838 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19897/stat : 19897 (java) S 19838 19841 1460 0 -1 1077944384 56 12478 0 0 0 0 5 2 20 0 15 0 95334097 14405136384 68955 18446744073709551615 4194304 4196468 140733725104288 140201783952608 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19898] ppid=19838 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19898/stat : 19898 (java) S 19838 19841 1460 0 -1 1077944384 46 12478 0 0 0 0 5 2 20 0 15 0 95334097 14405136384 68955 18446744073709551615 4194304 4196468 140733725104288 140201782899456 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19899] ppid=19838 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19899/stat : 19899 (java) S 19838 19841 1460 0 -1 1077944384 3 12478 0 0 0 0 5 2 20 0 15 0 95334100 14405136384 68955 18446744073709551615 4194304 4196468 140733725104288 140201781848016 140202306508699 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19900] ppid=19838 vsize=14067516 CPUtime=1.04 cores=1,3,5,7
/proc/19841/task/19900/stat : 19900 (java) S 19838 19841 1460 0 -1 1077944384 4283 12478 0 0 96 1 5 2 20 0 15 0 95334100 14405136384 68955 18446744073709551615 4194304 4196468 140733725104288 140201780796144 140202306501250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19901] ppid=19838 vsize=14067516 CPUtime=0.74 cores=1,3,5,7
/proc/19841/task/19901/stat : 19901 (java) R 19838 19841 1460 0 -1 4202560 2671 12478 0 0 66 1 5 2 20 0 15 0 95334100 14405136384 68955 18446744073709551615 4194304 4196468 140733725104288 140201779723688 140202289986891 0 4 1 16800974 0 0 0 -1 7 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19902] ppid=19838 vsize=14067516 CPUtime=0.9 cores=1,3,5,7
/proc/19841/task/19902/stat : 19902 (java) S 19838 19841 1460 0 -1 1077944384 2906 12478 0 0 83 0 5 2 20 0 15 0 95334100 14405136384 68955 18446744073709551615 4194304 4196468 140733725104288 140201778690544 140202306501250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19903] ppid=19838 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19903/stat : 19903 (java) S 19838 19841 1460 0 -1 1077944384 3 12478 0 0 0 0 5 2 20 0 15 0 95334100 14405136384 68955 18446744073709551615 4194304 4196468 140733725104288 140201777638240 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19904] ppid=19838 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19904/stat : 19904 (java) S 19838 19841 1460 0 -1 1077944384 9 12478 0 0 0 0 5 2 20 0 15 0 95334104 14405136384 68955 18446744073709551615 4194304 4196468 140733725104288 140201776585264 140202306501250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
Current children cumulated CPU time (s) 5.61
Current children cumulated vsize (KiB) 14067516

[startup+3.41704 s]
/proc/loadavg: 3.33 3.72 2.77 6/217 19904
/proc/meminfo: memFree=26557120/32770624 swapFree=0/577044
[pid=19841] ppid=19838 vsize=14067516 CPUtime=6.18 cores=1,3,5,7
/proc/19841/stat : 19841 (java) S 19838 19841 1460 0 -1 1077944320 59451 12478 0 0 592 19 5 2 20 0 15 0 95334072 14405136384 70386 18446744073709551615 4194304 4196468 140733725104288 140733725086832 140202306490103 0 0 1 16800974 18446744073709551615 0 0 17 3 0 0 8 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
/proc/19841/statm: 3516879 70386 3459 1 0 3505493 0
[pid=19841/tid=19891] ppid=19838 vsize=14067516 CPUtime=2.99 cores=1,3,5,7
/proc/19841/task/19891/stat : 19891 (java) R 19838 19841 1460 0 -1 4202560 44529 12478 0 0 280 12 5 2 20 0 15 0 95334094 14405136384 70386 18446744073709551615 4194304 4196468 140733725104288 140202310717112 140202286765276 0 4 1 16800974 0 0 0 -1 7 0 0 3 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19892] ppid=19838 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/19841/task/19892/stat : 19892 (java) S 19838 19841 1460 0 -1 1077944384 80 12478 0 0 8 1 5 2 20 0 15 0 95334095 14405136384 70386 18446744073709551615 4194304 4196468 140733725104288 140202240924688 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19893] ppid=19838 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/19841/task/19893/stat : 19893 (java) S 19838 19841 1460 0 -1 1077944384 225 12478 0 0 10 0 5 2 20 0 15 0 95334095 14405136384 70386 18446744073709551615 4194304 4196468 140733725104288 140202239872144 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19894] ppid=19838 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/19841/task/19894/stat : 19894 (java) S 19838 19841 1460 0 -1 1077944384 75 12478 0 0 10 0 5 2 20 0 15 0 95334095 14405136384 70386 18446744073709551615 4194304 4196468 140733725104288 140202238819088 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19895] ppid=19838 vsize=14067516 CPUtime=0.17 cores=1,3,5,7
/proc/19841/task/19895/stat : 19895 (java) S 19838 19841 1460 0 -1 1077944384 102 12478 0 0 10 0 5 2 20 0 15 0 95334095 14405136384 70386 18446744073709551615 4194304 4196468 140733725104288 140202237766544 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 7 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19896] ppid=19838 vsize=14067516 CPUtime=0.16 cores=1,3,5,7
/proc/19841/task/19896/stat : 19896 (java) S 19838 19841 1460 0 -1 1077944384 2111 12478 0 0 9 0 5 2 20 0 15 0 95334096 14405136384 70386 18446744073709551615 4194304 4196468 140733725104288 140201785006320 140202306501250 0 0 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19897] ppid=19838 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19897/stat : 19897 (java) S 19838 19841 1460 0 -1 1077944384 56 12478 0 0 0 0 5 2 20 0 15 0 95334097 14405136384 70386 18446744073709551615 4194304 4196468 140733725104288 140201783952672 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19898] ppid=19838 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19898/stat : 19898 (java) S 19838 19841 1460 0 -1 1077944384 46 12478 0 0 0 0 5 2 20 0 15 0 95334097 14405136384 70386 18446744073709551615 4194304 4196468 140733725104288 140201782899456 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19899] ppid=19838 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19899/stat : 19899 (java) S 19838 19841 1460 0 -1 1077944384 3 12478 0 0 0 0 5 2 20 0 15 0 95334100 14405136384 70386 18446744073709551615 4194304 4196468 140733725104288 140201781848016 140202306508699 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19900] ppid=19838 vsize=14067516 CPUtime=1.06 cores=1,3,5,7
/proc/19841/task/19900/stat : 19900 (java) S 19838 19841 1460 0 -1 1077944384 4289 12478 0 0 98 1 5 2 20 0 15 0 95334100 14405136384 70386 18446744073709551615 4194304 4196468 140733725104288 140201780796144 140202306501250 0 4 1 16800974 18446744071579849748 0 0 -1 1 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19901] ppid=19838 vsize=14067516 CPUtime=0.83 cores=1,3,5,7
/proc/19841/task/19901/stat : 19901 (java) R 19838 19841 1460 0 -1 4202560 2786 12478 0 0 75 1 5 2 20 0 15 0 95334100 14405136384 70386 18446744073709551615 4194304 4196468 140733725104288 140201779724616 140202289988640 0 4 1 16800974 0 0 0 -1 3 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19902] ppid=19838 vsize=14067516 CPUtime=0.93 cores=1,3,5,7
/proc/19841/task/19902/stat : 19902 (java) S 19838 19841 1460 0 -1 1077944384 2982 12478 0 0 86 0 5 2 20 0 15 0 95334100 14405136384 70386 18446744073709551615 4194304 4196468 140733725104288 140201778690544 140202306501250 0 4 1 16800974 18446744071579849748 0 0 -1 5 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19903] ppid=19838 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19903/stat : 19903 (java) S 19838 19841 1460 0 -1 1077944384 3 12478 0 0 0 0 5 2 20 0 15 0 95334100 14405136384 70386 18446744073709551615 4194304 4196468 140733725104288 140201777638240 140202306500309 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
[pid=19841/tid=19904] ppid=19838 vsize=14067516 CPUtime=0.07 cores=1,3,5,7
/proc/19841/task/19904/stat : 19904 (java) S 19838 19841 1460 0 -1 1077944384 9 12478 0 0 0 0 5 2 20 0 15 0 95334104 14405136384 70386 18446744073709551615 4194304 4196468 140733725104288 140201776585264 140202306501250 0 4 1 16800974 18446744071579849748 0 0 -1 3 0 0 0 0 0 6293624 6294260 26411008 140733725112272 140733725115057 140733725115057 140733725118415 0
Current children cumulated CPU time (s) 6.18
Current children cumulated vsize (KiB) 14067516

Child status: 0
Real time (s): 3.44918
CPU time (s): 6.24143
CPU user time (s): 6.00431
CPU system time (s): 0.237124
CPU usage (%): 180.954
Max. virtual memory (cumulated for all children) (KiB): 14067516

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 6.00431
system time used= 0.237124
maximum resident set size= 282696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 72043
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= 5162
involuntary context switches= 44

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.021803 second user time and 0.020855 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-11 20:50:42
IDJOB=4262320
IDBENCH=138762
IDSOLVER=2650
FILE ID=node134/4262320-1502478277
RUNJOBID= node134-1502411438-1524
PBS_JOBID= 
Free space on /tmp= 62008 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-4262320-1502478277/watcher-4262320-1502478277 -o /tmp/evaluation-result-4262320-1502478277/solver-4262320-1502478277 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502411438-1524 --watchdog 2580  bin/concrete HOME/instance-4262320-1502478277.xml

TIME LIMIT= 2520 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 4

MD5SUM BENCH= 328313172534795fe6dbdfd52fe07f50
RANDOM SEED=1548373017

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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	: 4
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.43
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.43
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.43
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.43
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        26822064 kB
MemAvailable:   27821884 kB
Buffers:          293796 kB
Cached:           999280 kB
SwapCached:            0 kB
Active:          4895904 kB
Inactive:         608112 kB
Active(anon):    4213412 kB
Inactive(anon):    31216 kB
Active(file):     682492 kB
Inactive(file):   576896 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             25084 kB
Writeback:            24 kB
AnonPages:       4206852 kB
Mapped:            65812 kB
Shmem:             33468 kB
Slab:             139456 kB
SReclaimable:     112532 kB
SUnreclaim:        26924 kB
KernelStack:        3632 kB
PageTables:        13860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    5024576 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3969024 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 61984 MiB
End job on node134 at 2017-08-11 20:50:46