Trace number 4243019

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
R1: Mistral-2.0 2017-06-28? (TO) 2400.04 2401.2

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-js20-15/
SuperTaillard-js-20-15-15.xml
MD5SUM6d7e3033fdb5217c74d2816bb8c5b7b8
Bench CategoryCSP (decision problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables600
Number of constraints9690
Number of domains95
Minimum domain size1346
Maximum domain size1444
Distribution of domain sizes[{"size":1346,"count":6},{"size":1347,"count":4},{"size":1348,"count":4},{"size":1349,"count":2},{"size":1350,"count":2},{"size":1351,"count":6},{"size":1352,"count":2},{"size":1353,"count":6},{"size":1354,"count":4},{"size":1355,"count":2},{"size":1356,"count":12},{"size":1357,"count":8},{"size":1358,"count":8},{"size":1359,"count":8},{"size":1360,"count":8},{"size":1361,"count":4},{"size":1362,"count":10},{"size":1363,"count":8},{"size":1364,"count":2},{"size":1365,"count":14},{"size":1366,"count":6},{"size":1367,"count":14},{"size":1368,"count":6},{"size":1369,"count":10},{"size":1370,"count":14},"...",{"size":1419,"count":10}, {"size":1420,"count":8}, {"size":1421,"count":6}, {"size":1422,"count":4}, {"size":1423,"count":6}, {"size":1424,"count":2}, {"size":1425,"count":8}, {"size":1426,"count":4}, {"size":1427,"count":10}, {"size":1429,"count":4}, {"size":1430,"count":12}, {"size":1431,"count":6}, {"size":1432,"count":14}, {"size":1433,"count":6}, {"size":1434,"count":12}, {"size":1435,"count":8}, {"size":1436,"count":4}, {"size":1437,"count":4}, {"size":1438,"count":6}, {"size":1439,"count":10}, {"size":1440,"count":6}, {"size":1441,"count":8}, {"size":1442,"count":8}, {"size":1443,"count":2}, {"size":1444,"count":12}]
Minimum variable degree21
Maximum variable degree43
Distribution of variable degrees[{"degree":21,"count":40},{"degree":22,"count":260},{"degree":41,"count":40},{"degree":43,"count":260}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9690}]
Number of extensional constraints0
Number of intensional constraints9690
Distribution of constraint types[{"type":"intension","count":9690}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Mistral-2017-06-28
2400.02/2401.20	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-4243019-1500665016/watcher-4243019-1500665016 -o /tmp/evaluation-result-4243019-1500665016/solver-4243019-1500665016 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1500648174-9867 --watchdog 2560 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 617339589 HOME/instance-4243019-1500665016.xml 

pid=11657
running on 8 cores: 0,2,4,6,8,10,12,14

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/243 11660
/proc/meminfo: memFree=31959944/32770624 swapFree=6364/194264
[pid=11660] ppid=11657 vsize=29204 CPUtime=0.01 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 1058 0 0 0 1 0 0 0 20 0 1 0 1767829 29904896 869 33554432000 4194304 7402444 140723522890944 140723522886232 139659950844901 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 7301 869 610 784 0 315 0

[startup+0.100181 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11660
/proc/meminfo: memFree=31959944/32770624 swapFree=6364/194264
[pid=11660] ppid=11657 vsize=29864 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 1261 0 0 0 9 0 0 0 20 0 1 0 1767829 30580736 1065 33554432000 4194304 7402444 140723522890944 140723522884184 139659957626832 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 7466 1065 666 784 0 480 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29864

[startup+0.200362 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11660
/proc/meminfo: memFree=31959944/32770624 swapFree=6364/194264
[pid=11660] ppid=11657 vsize=30400 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 1408 0 0 0 19 0 0 0 20 0 1 0 1767829 31129600 1225 33554432000 4194304 7402444 140723522890944 140723522884184 139659950844901 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 7600 1225 666 784 0 614 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30400

[startup+0.300329 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11660
/proc/meminfo: memFree=31959944/32770624 swapFree=6364/194264
[pid=11660] ppid=11657 vsize=31112 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 1582 0 0 0 29 0 0 0 20 0 1 0 1767829 31858688 1382 33554432000 4194304 7402444 140723522890944 140723522882312 5888570 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 7778 1382 666 784 0 792 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 31112

[startup+0.700289 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11660
/proc/meminfo: memFree=31959944/32770624 swapFree=6364/194264
[pid=11660] ppid=11657 vsize=33472 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 2246 0 0 0 69 0 0 0 20 0 1 0 1767829 34275328 1995 33554432000 4194304 7402444 140723522890944 140723522881272 139659951787641 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 8368 1995 730 784 0 1382 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33472

[startup+1.50027 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11661
/proc/meminfo: memFree=31947972/32770624 swapFree=6364/194656
[pid=11660] ppid=11657 vsize=36992 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 3127 0 0 0 149 0 0 0 20 0 1 0 1767829 37879808 2853 33554432000 4194304 7402444 140723522890944 140723522881512 139659957332448 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 9248 2853 730 784 0 2262 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36992

[startup+3.10032 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11661
/proc/meminfo: memFree=31900512/32770624 swapFree=6364/194656
[pid=11660] ppid=11657 vsize=46012 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 7273 0 0 0 308 1 0 0 20 0 1 0 1767829 47116288 5133 33554432000 4194304 7402444 140723522890944 140723522881416 6077418 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 11503 5133 730 784 0 4517 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 46012

[startup+6.30027 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11661
/proc/meminfo: memFree=31878748/32770624 swapFree=6364/194652
[pid=11660] ppid=11657 vsize=56032 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 10874 0 0 0 628 1 0 0 20 0 1 0 1767829 57376768 7645 33554432000 4194304 7402444 140723522890944 140723522881512 6057637 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 14008 7645 730 784 0 7022 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 56032

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11661
/proc/meminfo: memFree=31848948/32770624 swapFree=6364/194660
[pid=11660] ppid=11657 vsize=82052 CPUtime=12.68 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 23694 0 0 0 1266 2 0 0 20 0 1 0 1767829 84021248 14089 33554432000 4194304 7402444 140723522890944 140723522881592 4731632 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 20513 14089 730 784 0 13527 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 82052

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11661
/proc/meminfo: memFree=31818620/32770624 swapFree=6364/194652
[pid=11660] ppid=11657 vsize=108340 CPUtime=25.49 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 56854 0 0 0 2545 4 0 0 20 0 1 0 1767829 110940160 20843 33554432000 4194304 7402444 140723522890944 140723522885240 4747073 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 27085 20843 769 784 0 20099 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 108340

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11661
/proc/meminfo: memFree=31816164/32770624 swapFree=6364/194660
[pid=11660] ppid=11657 vsize=110452 CPUtime=51.07 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 73231 0 0 0 5102 5 0 0 20 0 1 0 1767829 113102848 21334 33554432000 4194304 7402444 140723522890944 140723522885576 5753468 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 27613 21334 769 784 0 20627 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 110452

[startup+102.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 11663
/proc/meminfo: memFree=31812060/32770624 swapFree=6364/194712
[pid=11660] ppid=11657 vsize=112964 CPUtime=102.23 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 90281 0 0 0 10218 5 0 0 20 0 1 0 1767829 115675136 21954 33554432000 4194304 7402444 140723522890944 140723522885240 5877690 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28241 21954 769 784 0 21255 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 112964

[startup+162.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11664
/proc/meminfo: memFree=31810536/32770624 swapFree=6364/194752
[pid=11660] ppid=11657 vsize=113360 CPUtime=162.19 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 91170 0 0 0 16214 5 0 0 20 0 1 0 1767829 116080640 22107 33554432000 4194304 7402444 140723522890944 140723522885240 4747338 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28340 22107 769 784 0 21354 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 113360

[startup+222.308 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11665
/proc/meminfo: memFree=31810692/32770624 swapFree=6364/194788
[pid=11660] ppid=11657 vsize=113888 CPUtime=222.17 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 92083 0 0 0 22212 5 0 0 20 0 1 0 1767829 116621312 22159 33554432000 4194304 7402444 140723522890944 140723522885240 5878060 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28472 22159 769 784 0 21486 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 113888

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11667
/proc/meminfo: memFree=31812076/32770624 swapFree=6364/194828
[pid=11660] ppid=11657 vsize=114152 CPUtime=282.13 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 93046 0 0 0 28208 5 0 0 20 0 1 0 1767829 116891648 22254 33554432000 4194304 7402444 140723522890944 140723522885528 4238492 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28538 22254 769 784 0 21552 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 114152

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11668
/proc/meminfo: memFree=31813208/32770624 swapFree=6364/194864
[pid=11660] ppid=11657 vsize=114152 CPUtime=342.1 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 94005 0 0 0 34205 5 0 0 20 0 1 0 1767829 116891648 22300 33554432000 4194304 7402444 140723522890944 140723522885528 5758679 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28538 22300 769 784 0 21552 0
Current children cumulated CPU time (s) 342.1
Current children cumulated vsize (KiB) 114152

[startup+402.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 11677
/proc/meminfo: memFree=31811432/32770624 swapFree=6364/194912
[pid=11660] ppid=11657 vsize=114284 CPUtime=402.07 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 94995 0 0 0 40202 5 0 0 20 0 1 0 1767829 117026816 22323 33554432000 4194304 7402444 140723522890944 140723522885240 5750706 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28571 22323 769 784 0 21585 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 114284

[startup+462.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/243 11678
/proc/meminfo: memFree=31811424/32770624 swapFree=6364/194948
[pid=11660] ppid=11657 vsize=114416 CPUtime=462.04 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 96024 0 0 0 46199 5 0 0 20 0 1 0 1767829 117161984 22345 33554432000 4194304 7402444 140723522890944 140723522885240 5750768 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28604 22345 769 784 0 21618 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 114416

[startup+522.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/243 11679
/proc/meminfo: memFree=31810632/32770624 swapFree=6364/194980
[pid=11660] ppid=11657 vsize=114416 CPUtime=522.01 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 97049 0 0 0 52196 5 0 0 20 0 1 0 1767829 117161984 22363 33554432000 4194304 7402444 140723522890944 140723522885240 5821847 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28604 22363 769 784 0 21618 0
Current children cumulated CPU time (s) 522.01
Current children cumulated vsize (KiB) 114416

[startup+582.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/243 11680
/proc/meminfo: memFree=31810896/32770624 swapFree=6364/195008
[pid=11660] ppid=11657 vsize=114680 CPUtime=581.98 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 97637 0 0 0 58193 5 0 0 20 0 1 0 1767829 117432320 22409 33554432000 4194304 7402444 140723522890944 140723522885240 4238492 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28670 22409 769 784 0 21684 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 114680


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


[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11704
/proc/meminfo: memFree=31809884/32770624 swapFree=6364/195564
[pid=11660] ppid=11657 vsize=114944 CPUtime=1481.56 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 106730 0 0 0 148150 6 0 0 20 0 1 0 1767829 117702656 22498 33554432000 4194304 7402444 140723522890944 140723522885240 4747338 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28736 22498 769 784 0 21750 0
Current children cumulated CPU time (s) 1481.56
Current children cumulated vsize (KiB) 114944

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11705
/proc/meminfo: memFree=31809824/32770624 swapFree=6364/195604
[pid=11660] ppid=11657 vsize=114944 CPUtime=1541.54 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 107365 0 0 0 154148 6 0 0 20 0 1 0 1767829 117702656 22498 33554432000 4194304 7402444 140723522890944 140723522885240 4299808 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28736 22498 769 784 0 21750 0
Current children cumulated CPU time (s) 1541.54
Current children cumulated vsize (KiB) 114944

[startup+1602.3 s]
/proc/loadavg: 2.13 2.04 2.05 3/243 11713
/proc/meminfo: memFree=31810056/32770624 swapFree=6364/195648
[pid=11660] ppid=11657 vsize=114944 CPUtime=1601.51 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 108001 0 0 0 160145 6 0 0 20 0 1 0 1767829 117702656 22498 33554432000 4194304 7402444 140723522890944 140723522885240 5871010 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28736 22498 769 784 0 21750 0
Current children cumulated CPU time (s) 1601.51
Current children cumulated vsize (KiB) 114944

[startup+1662.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/243 11714
/proc/meminfo: memFree=31810424/32770624 swapFree=6364/195688
[pid=11660] ppid=11657 vsize=114944 CPUtime=1661.48 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 108634 0 0 0 166142 6 0 0 20 0 1 0 1767829 117702656 22498 33554432000 4194304 7402444 140723522890944 140723522885240 4747176 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28736 22498 769 784 0 21750 0
Current children cumulated CPU time (s) 1661.48
Current children cumulated vsize (KiB) 114944

[startup+1722.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/243 11715
/proc/meminfo: memFree=31808992/32770624 swapFree=6364/195716
[pid=11660] ppid=11657 vsize=114944 CPUtime=1721.45 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 109269 0 0 0 172139 6 0 0 20 0 1 0 1767829 117702656 22498 33554432000 4194304 7402444 140723522890944 140723522885240 4747338 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28736 22498 769 784 0 21750 0
Current children cumulated CPU time (s) 1721.45
Current children cumulated vsize (KiB) 114944

[startup+1782.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/243 11716
/proc/meminfo: memFree=31809484/32770624 swapFree=6364/195752
[pid=11660] ppid=11657 vsize=114944 CPUtime=1781.42 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 109903 0 0 0 178136 6 0 0 20 0 1 0 1767829 117702656 22498 33554432000 4194304 7402444 140723522890944 140723522885240 4747176 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28736 22498 769 784 0 21750 0
Current children cumulated CPU time (s) 1781.42
Current children cumulated vsize (KiB) 114944

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 11717
/proc/meminfo: memFree=31810500/32770624 swapFree=6364/195788
[pid=11660] ppid=11657 vsize=114944 CPUtime=1841.39 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 110545 0 0 0 184133 6 0 0 20 0 1 0 1767829 117702656 22498 33554432000 4194304 7402444 140723522890944 140723522885240 4300613 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28736 22498 769 784 0 21750 0
Current children cumulated CPU time (s) 1841.39
Current children cumulated vsize (KiB) 114944

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 11719
/proc/meminfo: memFree=31810016/32770624 swapFree=6364/195832
[pid=11660] ppid=11657 vsize=115076 CPUtime=1901.37 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 111212 0 0 0 190131 6 0 0 20 0 1 0 1767829 117837824 22501 33554432000 4194304 7402444 140723522890944 140723522885432 4747343 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28769 22501 769 784 0 21783 0
Current children cumulated CPU time (s) 1901.37
Current children cumulated vsize (KiB) 115076

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11720
/proc/meminfo: memFree=31809936/32770624 swapFree=6364/195868
[pid=11660] ppid=11657 vsize=115076 CPUtime=1961.34 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 111873 0 0 0 196128 6 0 0 20 0 1 0 1767829 117837824 22518 33554432000 4194304 7402444 140723522890944 140723522885432 5877659 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28769 22518 769 784 0 21783 0
Current children cumulated CPU time (s) 1961.34
Current children cumulated vsize (KiB) 115076

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11721
/proc/meminfo: memFree=31809596/32770624 swapFree=6364/195900
[pid=11660] ppid=11657 vsize=115076 CPUtime=2021.31 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 112545 0 0 0 202125 6 0 0 20 0 1 0 1767829 117837824 22518 33554432000 4194304 7402444 140723522890944 140723522885432 4342315 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28769 22518 769 784 0 21783 0
Current children cumulated CPU time (s) 2021.31
Current children cumulated vsize (KiB) 115076

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11723
/proc/meminfo: memFree=31809720/32770624 swapFree=6364/195944
[pid=11660] ppid=11657 vsize=115076 CPUtime=2081.29 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 113210 0 0 0 208123 6 0 0 20 0 1 0 1767829 117837824 22526 33554432000 4194304 7402444 140723522890944 140723522885432 5750752 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28769 22526 769 784 0 21783 0
Current children cumulated CPU time (s) 2081.29
Current children cumulated vsize (KiB) 115076

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11724
/proc/meminfo: memFree=31809824/32770624 swapFree=6364/195976
[pid=11660] ppid=11657 vsize=115076 CPUtime=2141.25 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 113873 0 0 0 214119 6 0 0 20 0 1 0 1767829 117837824 22526 33554432000 4194304 7402444 140723522890944 140723522885432 4238492 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28769 22526 769 784 0 21783 0
Current children cumulated CPU time (s) 2141.25
Current children cumulated vsize (KiB) 115076

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11733
/proc/meminfo: memFree=31808824/32770624 swapFree=6364/196020
[pid=11660] ppid=11657 vsize=115076 CPUtime=2201.23 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 114567 0 0 0 220117 6 0 0 20 0 1 0 1767829 117837824 22537 33554432000 4194304 7402444 140723522890944 140723522885432 5758691 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28769 22537 769 784 0 21783 0
Current children cumulated CPU time (s) 2201.23
Current children cumulated vsize (KiB) 115076

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11756
/proc/meminfo: memFree=31807424/32770624 swapFree=6364/196068
[pid=11660] ppid=11657 vsize=115076 CPUtime=2261.19 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 115243 0 0 0 226113 6 0 0 20 0 1 0 1767829 117837824 22537 33554432000 4194304 7402444 140723522890944 140723522885432 5750704 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28769 22537 769 784 0 21783 0
Current children cumulated CPU time (s) 2261.19
Current children cumulated vsize (KiB) 115076

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11757
/proc/meminfo: memFree=31806664/32770624 swapFree=6364/196096
[pid=11660] ppid=11657 vsize=115076 CPUtime=2321.16 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 115920 0 0 0 232110 6 0 0 20 0 1 0 1767829 117837824 22537 33554432000 4194304 7402444 140723522890944 140723522885432 4248978 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28769 22537 769 784 0 21783 0
Current children cumulated CPU time (s) 2321.16
Current children cumulated vsize (KiB) 115076

[startup+2382.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/244 11758
/proc/meminfo: memFree=31807236/32770624 swapFree=6364/196136
[pid=11660] ppid=11657 vsize=115076 CPUtime=2381.13 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 116596 0 0 0 238107 6 0 0 20 0 1 0 1767829 117837824 22537 33554432000 4194304 7402444 140723522890944 140723522885432 4747091 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28769 22537 769 784 0 21783 0
Current children cumulated CPU time (s) 2381.13
Current children cumulated vsize (KiB) 115076



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.2 s]
/proc/loadavg: 1.82 1.98 2.03 2/237 11809
/proc/meminfo: memFree=31939692/32770624 swapFree=6364/196152
[pid=11660] ppid=11657 vsize=115076 CPUtime=2400.02 cores=0,2,4,6,8,10,12,14
/proc/11660/stat : 11660 (MistralXCSP) R 11657 11660 9836 0 -1 4202496 117261 0 0 0 239996 6 0 0 20 0 1 0 1767829 117837824 22537 33554432000 4194304 7402444 140723522890944 140723522885432 5753458 0 0 4096 16386 0 0 0 17 12 0 0 0 0 0 9500608 9505824 15577088 140723522897065 140723522897214 140723522897214 140723522899913 0
/proc/11660/statm: 28769 22537 769 784 0 21783 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 115076

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 11660 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 0
Real time (s): 2401.2
CPU time (s): 2400.04
CPU user time (s): 2399.97
CPU system time (s): 0.067967
CPU usage (%): 99.9515
Max. virtual memory (cumulated for all children) (KiB): 115076

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.97
system time used= 0.067967
maximum resident set size= 90172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117296
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= 42
involuntary context switches= 120820

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.33159 second user time and 12.7122 second system time

The end

Launcher Data

Begin job on node141 at 2017-07-21 21:23:36
IDJOB=4243019
IDBENCH=138612
IDSOLVER=2622
FILE ID=node141/4243019-1500665016
RUNJOBID= node141-1500648174-9867
PBS_JOBID= 20623279
Free space on /tmp= 61980 MiB

SOLVER NAME= Mistral-2.0 2017-06-28
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-js20-15/SuperTaillard-js-20-15-15.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-4243019-1500665016/watcher-4243019-1500665016 -o /tmp/evaluation-result-4243019-1500665016/solver-4243019-1500665016 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node141-1500648174-9867 --watchdog 2560  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 617339589 HOME/instance-4243019-1500665016.xml

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

MD5SUM BENCH= 6d7e3033fdb5217c74d2816bb8c5b7b8
RANDOM SEED=617339589

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

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

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

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

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

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

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

processor	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.56
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:        31960616 kB
MemAvailable:   31966264 kB
Buffers:           35812 kB
Cached:           279832 kB
SwapCached:            0 kB
Active:           233500 kB
Inactive:         202924 kB
Active(anon):     123388 kB
Inactive(anon):     8660 kB
Active(file):     110112 kB
Inactive(file):   194264 kB
Unevictable:        6364 kB
Mlocked:            6364 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6440 kB
Writeback:             0 kB
AnonPages:        178516 kB
Mapped:            33208 kB
Shmem:              8852 kB
Slab:              65904 kB
SReclaimable:      34212 kB
SUnreclaim:        31692 kB
KernelStack:        4272 kB
PageTables:         5460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     391164 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     65536 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61980 MiB
End job on node141 at 2017-07-21 22:03:37