Trace number 4242868

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: Mistral-2.0 2017-06-28? (TO) 2400.05 2401.1

General information on the benchmark

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

Solver Data

0.00/0.00	c Mistral-2017-06-28
2400.04/2401.10	s UNKNOWN

Verifier Data


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-4242868-1500662747/watcher-4242868-1500662747 -o /tmp/evaluation-result-4242868-1500662747/solver-4242868-1500662747 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1500648174-9874 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1954809878 HOME/instance-4242868-1500662747.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11389
/proc/meminfo: memFree=31961112/32770624 swapFree=5644/193508
[pid=11389] ppid=11386 vsize=29116 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 1046 0 0 0 0 0 0 0 20 0 1 0 1541363 29814784 868 33554432000 4194304 7402444 140737133460176 140737133458792 6250134 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 7279 868 631 784 0 293 0

[startup+0.100159 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11389
/proc/meminfo: memFree=31961112/32770624 swapFree=5644/193508
[pid=11389] ppid=11386 vsize=30144 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 1580 0 0 0 9 0 0 0 20 0 1 0 1541363 30867456 1092 33554432000 4194304 7402444 140737133460176 140737133453416 139885560188421 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 7536 1092 633 784 0 550 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 30144

[startup+0.20029 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11389
/proc/meminfo: memFree=31961112/32770624 swapFree=5644/193508
[pid=11389] ppid=11386 vsize=33868 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 3237 0 0 0 19 0 0 0 20 0 1 0 1541363 34680832 1949 33554432000 4194304 7402444 140737133460176 140737133451016 139885553404901 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 8467 1949 641 784 0 1481 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 33868

[startup+0.300276 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11389
/proc/meminfo: memFree=31961112/32770624 swapFree=5644/193508
[pid=11389] ppid=11386 vsize=41928 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 5250 0 0 0 28 1 0 0 20 0 1 0 1541363 42934272 3995 33554432000 4194304 7402444 140737133460176 140737133450888 6360209 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 10482 3995 663 784 0 3496 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 41928

[startup+0.700278 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11389
/proc/meminfo: memFree=31961112/32770624 swapFree=5644/193508
[pid=11389] ppid=11386 vsize=73156 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 13057 0 0 0 67 2 0 0 20 0 1 0 1541363 74911744 11783 33554432000 4194304 7402444 140737133460176 140737133451048 139885554325392 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 18289 11783 663 784 0 11303 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 73156

[startup+1.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11390
/proc/meminfo: memFree=31886464/32770624 swapFree=5644/193508
[pid=11389] ppid=11386 vsize=120748 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 25149 0 0 0 146 3 0 0 20 0 1 0 1541363 123645952 23850 33554432000 4194304 7402444 140737133460176 140737133454712 4248948 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 30187 23850 768 784 0 23201 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 120748

[startup+3.10031 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11390
/proc/meminfo: memFree=31867764/32770624 swapFree=5644/193888
[pid=11389] ppid=11386 vsize=123128 CPUtime=3.08 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 41314 0 0 0 304 4 0 0 20 0 1 0 1541363 126083072 24468 33554432000 4194304 7402444 140737133460176 140737133454712 4485187 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 30782 24468 770 784 0 23796 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 123128

[startup+6.30027 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11390
/proc/meminfo: memFree=31864252/32770624 swapFree=5644/193900
[pid=11389] ppid=11386 vsize=124052 CPUtime=6.29 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 57728 0 0 0 624 5 0 0 20 0 1 0 1541363 127029248 24725 33554432000 4194304 7402444 140737133460176 140737133454712 5327179 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 31013 24725 770 784 0 24027 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 124052

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11390
/proc/meminfo: memFree=31860656/32770624 swapFree=5644/193904
[pid=11389] ppid=11386 vsize=137372 CPUtime=12.68 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 76547 0 0 0 1262 6 0 0 20 0 1 0 1541363 140668928 28036 33554432000 4194304 7402444 140737133460176 140737133454712 4484558 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 34343 28036 770 784 0 27357 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 137372

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11390
/proc/meminfo: memFree=31848744/32770624 swapFree=5644/193912
[pid=11389] ppid=11386 vsize=139088 CPUtime=25.48 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 112344 0 0 0 2540 8 0 0 20 0 1 0 1541363 142426112 28441 33554432000 4194304 7402444 140737133460176 140737133454712 5327204 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 34772 28441 770 784 0 27786 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 139088

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11390
/proc/meminfo: memFree=31846316/32770624 swapFree=5644/193928
[pid=11389] ppid=11386 vsize=140804 CPUtime=51.07 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 131157 0 0 0 5098 9 0 0 20 0 1 0 1541363 144183296 28900 33554432000 4194304 7402444 140737133460176 140737133454712 4484763 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 35201 28900 770 784 0 28215 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 140804

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11456
/proc/meminfo: memFree=27091360/32770624 swapFree=5644/194444
[pid=11389] ppid=11386 vsize=141728 CPUtime=102.23 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 142885 0 0 0 10213 10 0 0 20 0 1 0 1541363 145129472 29127 33554432000 4194304 7402444 140737133460176 140737133454712 5327254 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 35432 29127 770 784 0 28446 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 141728

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11457
/proc/meminfo: memFree=27087988/32770624 swapFree=5644/194472
[pid=11389] ppid=11386 vsize=142256 CPUtime=162.19 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 143284 0 0 0 16209 10 0 0 20 0 1 0 1541363 145670144 29229 33554432000 4194304 7402444 140737133460176 140737133454664 4484555 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 35564 29229 770 784 0 28578 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 142256

[startup+222.308 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 11458
/proc/meminfo: memFree=27087472/32770624 swapFree=5644/194508
[pid=11389] ppid=11386 vsize=142520 CPUtime=222.17 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 143800 0 0 0 22207 10 0 0 20 0 1 0 1541363 145940480 29321 33554432000 4194304 7402444 140737133460176 140737133454712 5750448 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 35630 29321 770 784 0 28644 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 142520

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/244 11467
/proc/meminfo: memFree=27085208/32770624 swapFree=5644/194564
[pid=11389] ppid=11386 vsize=143708 CPUtime=282.14 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 144785 0 0 0 28204 10 0 0 20 0 1 0 1541363 147156992 29612 33554432000 4194304 7402444 140737133460176 140737133454712 4484555 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 35927 29612 770 784 0 28941 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 143708

[startup+342.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/244 11468
/proc/meminfo: memFree=27085912/32770624 swapFree=5644/194612
[pid=11389] ppid=11386 vsize=143972 CPUtime=342.11 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 145616 0 0 0 34201 10 0 0 20 0 1 0 1541363 147427328 29645 33554432000 4194304 7402444 140737133460176 140737133454712 4484555 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 35993 29645 770 784 0 29007 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 143972

[startup+402.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/244 11469
/proc/meminfo: memFree=27085648/32770624 swapFree=5644/194644
[pid=11389] ppid=11386 vsize=144104 CPUtime=402.09 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 146468 0 0 0 40199 10 0 0 20 0 1 0 1541363 147562496 29695 33554432000 4194304 7402444 140737133460176 140737133454712 5871216 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36026 29695 770 784 0 29040 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 144104

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/244 11470
/proc/meminfo: memFree=27085836/32770624 swapFree=5644/194680
[pid=11389] ppid=11386 vsize=144104 CPUtime=462.06 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 147303 0 0 0 46196 10 0 0 20 0 1 0 1541363 147562496 29708 33554432000 4194304 7402444 140737133460176 140737133454712 4484558 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36026 29708 770 784 0 29040 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 144104

[startup+522.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/244 11471
/proc/meminfo: memFree=27085308/32770624 swapFree=5644/194712
[pid=11389] ppid=11386 vsize=144368 CPUtime=522.04 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 148221 0 0 0 52194 10 0 0 20 0 1 0 1541363 147832832 29781 33554432000 4194304 7402444 140737133460176 140737133454712 4484558 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36092 29781 770 784 0 29106 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 144368

[startup+582.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/243 11473
/proc/meminfo: memFree=27085668/32770624 swapFree=5644/194756
[pid=11389] ppid=11386 vsize=144500 CPUtime=582.01 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 149167 0 0 0 58191 10 0 0 20 0 1 0 1541363 147968000 29786 33554432000 4194304 7402444 140737133460176 140737133454712 4484480 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36125 29786 770 784 0 29139 0
Current children cumulated CPU time (s) 582.01
Current children cumulated vsize (KiB) 144500


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


[startup+1542.31 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11526
/proc/meminfo: memFree=27085680/32770624 swapFree=5644/195352
[pid=11389] ppid=11386 vsize=144764 CPUtime=1541.6 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 164860 0 0 0 154149 11 0 0 20 0 1 0 1541363 148238336 29905 33554432000 4194304 7402444 140737133460176 140737133454664 5750450 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36191 29905 770 784 0 29205 0
Current children cumulated CPU time (s) 1541.6
Current children cumulated vsize (KiB) 144764

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11527
/proc/meminfo: memFree=27085604/32770624 swapFree=5644/195388
[pid=11389] ppid=11386 vsize=144896 CPUtime=1601.57 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 165902 0 0 0 160146 11 0 0 20 0 1 0 1541363 148373504 29905 33554432000 4194304 7402444 140737133460176 140737133454712 4484555 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36224 29905 770 784 0 29238 0
Current children cumulated CPU time (s) 1601.57
Current children cumulated vsize (KiB) 144896

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11528
/proc/meminfo: memFree=27085764/32770624 swapFree=5644/195424
[pid=11389] ppid=11386 vsize=144896 CPUtime=1661.54 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 166956 0 0 0 166143 11 0 0 20 0 1 0 1541363 148373504 29913 33554432000 4194304 7402444 140737133460176 140737133454712 4484558 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36224 29913 770 784 0 29238 0
Current children cumulated CPU time (s) 1661.54
Current children cumulated vsize (KiB) 144896

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11529
/proc/meminfo: memFree=27085748/32770624 swapFree=5644/195464
[pid=11389] ppid=11386 vsize=144896 CPUtime=1721.51 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 168018 0 0 0 172140 11 0 0 20 0 1 0 1541363 148373504 29930 33554432000 4194304 7402444 140737133460176 140737133454712 4484558 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36224 29930 770 784 0 29238 0
Current children cumulated CPU time (s) 1721.51
Current children cumulated vsize (KiB) 144896

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11530
/proc/meminfo: memFree=27085104/32770624 swapFree=5644/195496
[pid=11389] ppid=11386 vsize=144896 CPUtime=1781.5 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 169080 0 0 0 178138 12 0 0 20 0 1 0 1541363 148373504 29932 33554432000 4194304 7402444 140737133460176 140737133454712 5327204 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36224 29932 770 784 0 29238 0
Current children cumulated CPU time (s) 1781.5
Current children cumulated vsize (KiB) 144896

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11531
/proc/meminfo: memFree=27085200/32770624 swapFree=5644/195528
[pid=11389] ppid=11386 vsize=144896 CPUtime=1841.47 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 170143 0 0 0 184135 12 0 0 20 0 1 0 1541363 148373504 29934 33554432000 4194304 7402444 140737133460176 140737133454712 4484558 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36224 29934 770 784 0 29238 0
Current children cumulated CPU time (s) 1841.47
Current children cumulated vsize (KiB) 144896

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11532
/proc/meminfo: memFree=27085968/32770624 swapFree=5644/195568
[pid=11389] ppid=11386 vsize=145028 CPUtime=1901.44 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 171214 0 0 0 190132 12 0 0 20 0 1 0 1541363 148508672 29937 33554432000 4194304 7402444 140737133460176 140737133454712 4484544 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36257 29937 770 784 0 29271 0
Current children cumulated CPU time (s) 1901.44
Current children cumulated vsize (KiB) 145028

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11533
/proc/meminfo: memFree=27085868/32770624 swapFree=5644/195600
[pid=11389] ppid=11386 vsize=145028 CPUtime=1961.42 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 172288 0 0 0 196130 12 0 0 20 0 1 0 1541363 148508672 29946 33554432000 4194304 7402444 140737133460176 140737133454712 4484776 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36257 29946 770 784 0 29271 0
Current children cumulated CPU time (s) 1961.42
Current children cumulated vsize (KiB) 145028

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11534
/proc/meminfo: memFree=27085260/32770624 swapFree=5644/195640
[pid=11389] ppid=11386 vsize=145028 CPUtime=2021.39 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 173414 0 0 0 202127 12 0 0 20 0 1 0 1541363 148508672 29968 33554432000 4194304 7402444 140737133460176 140737133454712 4484665 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36257 29968 770 784 0 29271 0
Current children cumulated CPU time (s) 2021.39
Current children cumulated vsize (KiB) 145028

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 11544
/proc/meminfo: memFree=27084828/32770624 swapFree=5644/195676
[pid=11389] ppid=11386 vsize=145028 CPUtime=2081.38 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 174501 0 0 0 208126 12 0 0 20 0 1 0 1541363 148508672 29971 33554432000 4194304 7402444 140737133460176 140737133454712 4484555 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36257 29971 770 784 0 29271 0
Current children cumulated CPU time (s) 2081.38
Current children cumulated vsize (KiB) 145028

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 11545
/proc/meminfo: memFree=27084760/32770624 swapFree=5644/195716
[pid=11389] ppid=11386 vsize=145028 CPUtime=2141.35 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 175589 0 0 0 214123 12 0 0 20 0 1 0 1541363 148508672 29971 33554432000 4194304 7402444 140737133460176 140737133454712 5754048 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36257 29971 770 784 0 29271 0
Current children cumulated CPU time (s) 2141.35
Current children cumulated vsize (KiB) 145028

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 11546
/proc/meminfo: memFree=27084996/32770624 swapFree=5644/195752
[pid=11389] ppid=11386 vsize=145160 CPUtime=2201.33 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 176702 0 0 0 220121 12 0 0 20 0 1 0 1541363 148643840 29971 33554432000 4194304 7402444 140737133460176 140737133454712 4484555 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36290 29971 770 784 0 29304 0
Current children cumulated CPU time (s) 2201.33
Current children cumulated vsize (KiB) 145160

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 11547
/proc/meminfo: memFree=27084784/32770624 swapFree=5644/195792
[pid=11389] ppid=11386 vsize=145160 CPUtime=2261.3 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 177816 0 0 0 226118 12 0 0 20 0 1 0 1541363 148643840 29985 33554432000 4194304 7402444 140737133460176 140737133454712 4315000 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36290 29985 770 784 0 29304 0
Current children cumulated CPU time (s) 2261.3
Current children cumulated vsize (KiB) 145160

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/245 11548
/proc/meminfo: memFree=27084876/32770624 swapFree=5644/195828
[pid=11389] ppid=11386 vsize=145160 CPUtime=2321.28 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 178930 0 0 0 232116 12 0 0 20 0 1 0 1541363 148643840 29985 33554432000 4194304 7402444 140737133460176 140737133454712 4747743 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36290 29985 770 784 0 29304 0
Current children cumulated CPU time (s) 2321.28
Current children cumulated vsize (KiB) 145160

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11550
/proc/meminfo: memFree=27084384/32770624 swapFree=5644/195880
[pid=11389] ppid=11386 vsize=145160 CPUtime=2381.25 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 180044 0 0 0 238113 12 0 0 20 0 1 0 1541363 148643840 29985 33554432000 4194304 7402444 140737133460176 140737133454712 4484555 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36290 29985 770 784 0 29304 0
Current children cumulated CPU time (s) 2381.25
Current children cumulated vsize (KiB) 145160



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.1 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11551
/proc/meminfo: memFree=27083880/32770624 swapFree=5644/195916
[pid=11389] ppid=11386 vsize=145160 CPUtime=2400.04 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 180529 0 0 0 239992 12 0 0 20 0 1 0 1541363 148643840 29985 33554432000 4194304 7402444 140737133460176 140737133454712 5750486 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36290 29985 770 784 0 29304 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 145160

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

[startup+2401.1 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11551
/proc/meminfo: memFree=27083880/32770624 swapFree=5644/195916
[pid=11389] ppid=11386 vsize=145160 CPUtime=2400.04 cores=1,3,5,7,9,11,13,15
/proc/11389/stat : 11389 (MistralXCSP) R 11386 11389 9841 0 -1 4202496 180529 0 0 0 239992 12 0 0 20 0 1 0 1541363 148643840 29985 33554432000 4194304 7402444 140737133460176 140737133454712 5750486 0 0 4096 16386 0 0 0 17 13 0 0 0 0 0 9500608 9505824 29249536 140737133462696 140737133462846 140737133462846 140737133465545 0
/proc/11389/statm: 36290 29985 770 784 0 29304 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 145160

Child status: 0
Real time (s): 2401.1
CPU time (s): 2400.05
CPU user time (s): 2399.93
CPU system time (s): 0.123947
CPU usage (%): 99.9562
Max. virtual memory (cumulated for all children) (KiB): 145160

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.93
system time used= 0.123947
maximum resident set size= 119944
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 181082
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 53
involuntary context switches= 120915

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.31324 second user time and 13.8937 second system time

The end

Launcher Data

Begin job on node137 at 2017-07-21 20:45:47
IDJOB=4242868
IDBENCH=137753
IDSOLVER=2622
FILE ID=node137/4242868-1500662747
RUNJOBID= node137-1500648174-9874
PBS_JOBID= 20623283
Free space on /tmp= 62012 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw100/BinPacking-mdd-sw100-63.xml
COMMAND LINE= MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242868-1500662747/watcher-4242868-1500662747 -o /tmp/evaluation-result-4242868-1500662747/solver-4242868-1500662747 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node137-1500648174-9874 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1954809878 HOME/instance-4242868-1500662747.xml

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

MD5SUM BENCH= c5b43cb4096baa2a106332b7cfda903c
RANDOM SEED=1954809878

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

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

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

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

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

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

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

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.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	: 5332.93
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		: 1867.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	: 5332.93
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:        31961200 kB
MemAvailable:   31964988 kB
Buffers:           34944 kB
Cached:           279164 kB
SwapCached:            0 kB
Active:           231720 kB
Inactive:         202692 kB
Active(anon):     122988 kB
Inactive(anon):     8860 kB
Active(file):     108732 kB
Inactive(file):   193832 kB
Unevictable:        5644 kB
Mlocked:            5644 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6300 kB
Writeback:             0 kB
AnonPages:         57848 kB
Mapped:            29700 kB
Shmem:              8852 kB
Slab:              66640 kB
SReclaimable:      34120 kB
SUnreclaim:        32520 kB
KernelStack:        4256 kB
PageTables:         5224 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     391128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:         0 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61968 MiB
End job on node137 at 2017-07-21 21:25:48