Trace number 4261716

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
Mistral-2.0 2017-07-28? (TO) 2519.79 2520

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.08	c 280717
2519.78/2520.00	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-4261716-1502397881/watcher-4261716-1502397881 -o /tmp/evaluation-result-4261716-1502397881/solver-4261716-1502397881 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502334771-27114 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 2116607475 HOME/instance-4261716-1502397881.xml 

pid=5475
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 1.88 1.98 2.03 3/183 5478
/proc/meminfo: memFree=31689240/32770624 swapFree=0/379020
[pid=5478] ppid=5475 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/5478/stat : 5478 (runsolver) D 5475 5478 6971 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 28128761 24240128 107 18446744073709551615 4194304 4338465 140721237074640 140721237072280 140482063364823 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 28659712 140721237082251 140721237082698 140721237082698 140721237086154 0
/proc/5478/statm: 5918 107 54 36 0 2156 0

[startup+0.100197 s]
/proc/loadavg: 1.88 1.98 2.03 3/183 5478
/proc/meminfo: memFree=31689240/32770624 swapFree=0/379020
[pid=5478] ppid=5475 vsize=29460 CPUtime=0.01 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 1146 0 0 0 1 0 0 0 20 0 1 0 28128761 30167040 934 18446744073709551615 4194304 7396336 140720618224480 140720618221480 6068694 0 0 1 0 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 7365 934 598 782 0 381 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 29460

[startup+0.200336 s]
/proc/loadavg: 1.88 1.98 2.03 3/183 5478
/proc/meminfo: memFree=31689240/32770624 swapFree=0/379020
[pid=5478] ppid=5475 vsize=30136 CPUtime=0.11 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 1317 0 0 0 11 0 0 0 20 0 1 0 28128761 30859264 1108 18446744073709551615 4194304 7396336 140720618224480 140720618221480 139702920453093 0 0 1 0 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 7534 1108 643 782 0 550 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 30136

[startup+0.300322 s]
/proc/loadavg: 1.88 1.98 2.03 3/183 5478
/proc/meminfo: memFree=31689240/32770624 swapFree=0/379020
[pid=5478] ppid=5475 vsize=30976 CPUtime=0.21 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 1486 0 0 0 21 0 0 0 20 0 1 0 28128761 31719424 1275 18446744073709551615 4194304 7396336 140720618224480 140720618221480 139702920453093 0 0 1 0 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 7744 1275 643 782 0 760 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 30976

[startup+0.700281 s]
/proc/loadavg: 1.88 1.98 2.03 3/183 5478
/proc/meminfo: memFree=31689240/32770624 swapFree=0/379020
[pid=5478] ppid=5475 vsize=33176 CPUtime=0.6 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 2160 0 0 0 60 0 0 0 20 0 1 0 28128761 33972224 1906 18446744073709551615 4194304 7396336 140720618224480 140720618212776 6180950 0 0 1 0 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 8294 1906 719 782 0 1310 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 33176

[startup+1.50027 s]
/proc/loadavg: 1.88 1.98 2.03 3/184 5479
/proc/meminfo: memFree=31683492/32770624 swapFree=0/379060
[pid=5478] ppid=5475 vsize=36716 CPUtime=1.4 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 3059 0 0 0 140 0 0 0 20 0 1 0 28128761 37597184 2764 18446744073709551615 4194304 7396336 140720618224480 140720618215048 6163816 0 0 1 0 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 9179 2764 719 782 0 2195 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 36716

[startup+3.10028 s]
/proc/loadavg: 1.88 1.98 2.03 3/184 5479
/proc/meminfo: memFree=31678912/32770624 swapFree=0/379060
[pid=5478] ppid=5475 vsize=46004 CPUtime=3 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 7251 0 0 0 300 0 0 0 20 0 1 0 28128761 47108096 5122 18446744073709551615 4194304 7396336 140720618224480 140720618214488 139702921196942 0 0 1 0 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 11501 5122 720 782 0 4517 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 46004

[startup+6.30028 s]
/proc/loadavg: 1.81 1.97 2.02 3/184 5479
/proc/meminfo: memFree=31665312/32770624 swapFree=0/379060
[pid=5478] ppid=5475 vsize=55428 CPUtime=6.2 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 10700 0 0 0 620 0 0 0 20 0 1 0 28128761 56758272 7463 18446744073709551615 4194304 7396336 140720618224480 140720618215128 139702920453093 0 0 1 0 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 13857 7463 720 782 0 6873 0
Current children cumulated CPU time (s) 6.2
Current children cumulated vsize (KiB) 55428

[startup+12.7003 s]
/proc/loadavg: 1.82 1.97 2.02 3/184 5479
/proc/meminfo: memFree=31636848/32770624 swapFree=0/379060
[pid=5478] ppid=5475 vsize=81228 CPUtime=12.6 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 23815 0 0 0 1259 1 0 0 20 0 1 0 28128761 83177472 13848 18446744073709551615 4194304 7396336 140720618224480 140720618215128 6092164 0 0 1 0 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 20307 13848 720 782 0 13323 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 81228

[startup+25.5004 s]
/proc/loadavg: 1.86 1.97 2.02 3/184 5479
/proc/meminfo: memFree=31606776/32770624 swapFree=0/379060
[pid=5478] ppid=5475 vsize=109468 CPUtime=25.39 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 48847 0 0 0 2536 3 0 0 20 0 1 0 28128761 112095232 21069 18446744073709551615 4194304 7396336 140720618224480 140720618218776 5607439 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 27367 21069 753 782 0 20383 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 109468

[startup+51.1004 s]
/proc/loadavg: 1.91 1.97 2.02 3/184 5480
/proc/meminfo: memFree=31604620/32770624 swapFree=0/379064
[pid=5478] ppid=5475 vsize=111984 CPUtime=50.98 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 55294 0 0 0 5094 4 0 0 20 0 1 0 28128761 114671616 21675 18446744073709551615 4194304 7396336 140720618224480 140720618218776 4581808 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 27996 21675 753 782 0 21012 0
Current children cumulated CPU time (s) 50.98
Current children cumulated vsize (KiB) 111984

[startup+102.3 s]
/proc/loadavg: 1.96 1.98 2.02 3/181 5481
/proc/meminfo: memFree=31606704/32770624 swapFree=0/379076
[pid=5478] ppid=5475 vsize=112908 CPUtime=102.18 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 56599 0 0 0 10214 4 0 0 20 0 1 0 28128761 115617792 21925 18446744073709551615 4194304 7396336 140720618224480 140720618218776 4581669 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28227 21925 753 782 0 21243 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 112908

[startup+162.3 s]
/proc/loadavg: 1.99 1.98 2.02 3/181 5483
/proc/meminfo: memFree=31606376/32770624 swapFree=0/379096
[pid=5478] ppid=5475 vsize=113436 CPUtime=162.17 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 57945 0 0 0 16213 4 0 0 20 0 1 0 28128761 116158464 22077 18446744073709551615 4194304 7396336 140720618224480 140720618218776 5162969 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28359 22077 753 782 0 21375 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 113436

[startup+222.306 s]
/proc/loadavg: 1.99 1.99 2.02 3/181 5485
/proc/meminfo: memFree=31606084/32770624 swapFree=0/379116
[pid=5478] ppid=5475 vsize=113832 CPUtime=222.17 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 58871 0 0 0 22213 4 0 0 20 0 1 0 28128761 116563968 22187 18446744073709551615 4194304 7396336 140720618224480 140720618218776 5575300 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28458 22187 753 782 0 21474 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 113832

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/181 5487
/proc/meminfo: memFree=31606084/32770624 swapFree=0/379136
[pid=5478] ppid=5475 vsize=113964 CPUtime=282.16 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 59805 0 0 0 28212 4 0 0 20 0 1 0 28128761 116699136 22219 18446744073709551615 4194304 7396336 140720618224480 140720618218776 5575964 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28491 22219 753 782 0 21507 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 113964

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/181 5489
/proc/meminfo: memFree=31605152/32770624 swapFree=0/379148
[pid=5478] ppid=5475 vsize=114096 CPUtime=342.16 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 60752 0 0 0 34212 4 0 0 20 0 1 0 28128761 116834304 22237 18446744073709551615 4194304 7396336 140720618224480 140720618218776 4581669 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28524 22237 753 782 0 21540 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 114096

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/181 5491
/proc/meminfo: memFree=31605972/32770624 swapFree=0/379152
[pid=5478] ppid=5475 vsize=114228 CPUtime=402.15 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 61237 0 0 0 40211 4 0 0 20 0 1 0 28128761 116969472 22304 18446744073709551615 4194304 7396336 140720618224480 140720618218776 5586259 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28557 22304 753 782 0 21573 0
Current children cumulated CPU time (s) 402.15
Current children cumulated vsize (KiB) 114228

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/181 5493
/proc/meminfo: memFree=31605916/32770624 swapFree=0/379172
[pid=5478] ppid=5475 vsize=114228 CPUtime=462.15 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 61717 0 0 0 46211 4 0 0 20 0 1 0 28128761 116969472 22305 18446744073709551615 4194304 7396336 140720618224480 140720618218776 5575964 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28557 22305 753 782 0 21573 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 114228

[startup+522.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/181 5495
/proc/meminfo: memFree=31605912/32770624 swapFree=0/379196
[pid=5478] ppid=5475 vsize=114360 CPUtime=522.15 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 62240 0 0 0 52211 4 0 0 20 0 1 0 28128761 117104640 22334 18446744073709551615 4194304 7396336 140720618224480 140720618218776 5607896 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28590 22334 753 782 0 21606 0
Current children cumulated CPU time (s) 522.15
Current children cumulated vsize (KiB) 114360

[startup+582.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/185 5512
/proc/meminfo: memFree=31601740/32770624 swapFree=0/379240
[pid=5478] ppid=5475 vsize=114492 CPUtime=582.15 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 62784 0 0 0 58211 4 0 0 20 0 1 0 28128761 117239808 22359 18446744073709551615 4194304 7396336 140720618224480 140720618218776 5575964 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28623 22359 753 782 0 21639 0
Current children cumulated CPU time (s) 582.15
Current children cumulated vsize (KiB) 114492


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


[startup+1602.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/181 5562
/proc/meminfo: memFree=31603008/32770624 swapFree=0/379552
[pid=5478] ppid=5475 vsize=115152 CPUtime=1602.11 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 73706 0 0 0 160206 5 0 0 20 0 1 0 28128761 117915648 22522 18446744073709551615 4194304 7396336 140720618224480 140720618219032 5628033 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28788 22522 753 782 0 21804 0
Current children cumulated CPU time (s) 1602.11
Current children cumulated vsize (KiB) 115152

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 5565
/proc/meminfo: memFree=31603140/32770624 swapFree=0/379576
[pid=5478] ppid=5475 vsize=115152 CPUtime=1662.11 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 74388 0 0 0 166206 5 0 0 20 0 1 0 28128761 117915648 22522 18446744073709551615 4194304 7396336 140720618224480 140720618219032 5607528 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28788 22522 753 782 0 21804 0
Current children cumulated CPU time (s) 1662.11
Current children cumulated vsize (KiB) 115152

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 5567
/proc/meminfo: memFree=31603512/32770624 swapFree=0/379588
[pid=5478] ppid=5475 vsize=115152 CPUtime=1722.1 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 75049 0 0 0 172205 5 0 0 20 0 1 0 28128761 117915648 22522 18446744073709551615 4194304 7396336 140720618224480 140720618219032 4249767 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28788 22522 753 782 0 21804 0
Current children cumulated CPU time (s) 1722.1
Current children cumulated vsize (KiB) 115152

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/184 5583
/proc/meminfo: memFree=31597980/32770624 swapFree=0/379632
[pid=5478] ppid=5475 vsize=115152 CPUtime=1782.1 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 75710 0 0 0 178205 5 0 0 20 0 1 0 28128761 117915648 22522 18446744073709551615 4194304 7396336 140720618224480 140720618219032 4581738 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28788 22522 753 782 0 21804 0
Current children cumulated CPU time (s) 1782.1
Current children cumulated vsize (KiB) 115152

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 5610
/proc/meminfo: memFree=31596292/32770624 swapFree=0/379668
[pid=5478] ppid=5475 vsize=115152 CPUtime=1842.1 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 76388 0 0 0 184205 5 0 0 20 0 1 0 28128761 117915648 22522 18446744073709551615 4194304 7396336 140720618224480 140720618219032 4249442 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28788 22522 753 782 0 21804 0
Current children cumulated CPU time (s) 1842.1
Current children cumulated vsize (KiB) 115152

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 5612
/proc/meminfo: memFree=31596828/32770624 swapFree=0/379700
[pid=5478] ppid=5475 vsize=115152 CPUtime=1902.1 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 77066 0 0 0 190205 5 0 0 20 0 1 0 28128761 117915648 22522 18446744073709551615 4194304 7396336 140720618224480 140720618219032 4581738 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28788 22522 753 782 0 21804 0
Current children cumulated CPU time (s) 1902.1
Current children cumulated vsize (KiB) 115152

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/182 5614
/proc/meminfo: memFree=31600948/32770624 swapFree=0/379728
[pid=5478] ppid=5475 vsize=115152 CPUtime=1962.1 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 77753 0 0 0 196204 6 0 0 20 0 1 0 28128761 117915648 22522 18446744073709551615 4194304 7396336 140720618224480 140720618219032 5649755 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28788 22522 753 782 0 21804 0
Current children cumulated CPU time (s) 1962.1
Current children cumulated vsize (KiB) 115152

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/182 5616
/proc/meminfo: memFree=31601692/32770624 swapFree=0/379752
[pid=5478] ppid=5475 vsize=115152 CPUtime=2022.1 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 78434 0 0 0 202204 6 0 0 20 0 1 0 28128761 117915648 22525 18446744073709551615 4194304 7396336 140720618224480 140720618219032 4257799 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28788 22525 753 782 0 21804 0
Current children cumulated CPU time (s) 2022.1
Current children cumulated vsize (KiB) 115152

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/182 5740
/proc/meminfo: memFree=31549664/32770624 swapFree=0/379872
[pid=5478] ppid=5475 vsize=115152 CPUtime=2082.1 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 79115 0 0 0 208204 6 0 0 20 0 1 0 28128761 117915648 22525 18446744073709551615 4194304 7396336 140720618224480 140720618219032 4379104 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28788 22525 753 782 0 21804 0
Current children cumulated CPU time (s) 2082.1
Current children cumulated vsize (KiB) 115152

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 5742
/proc/meminfo: memFree=31539700/32770624 swapFree=0/379904
[pid=5478] ppid=5475 vsize=115152 CPUtime=2142.09 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 79793 0 0 0 214203 6 0 0 20 0 1 0 28128761 117915648 22525 18446744073709551615 4194304 7396336 140720618224480 140720618219032 4581583 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28788 22525 753 782 0 21804 0
Current children cumulated CPU time (s) 2142.09
Current children cumulated vsize (KiB) 115152

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 5744
/proc/meminfo: memFree=31539204/32770624 swapFree=0/379920
[pid=5478] ppid=5475 vsize=115152 CPUtime=2202.1 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 80486 0 0 0 220204 6 0 0 20 0 1 0 28128761 117915648 22525 18446744073709551615 4194304 7396336 140720618224480 140720618219032 5575200 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28788 22525 753 782 0 21804 0
Current children cumulated CPU time (s) 2202.1
Current children cumulated vsize (KiB) 115152

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 5746
/proc/meminfo: memFree=31539576/32770624 swapFree=0/379932
[pid=5478] ppid=5475 vsize=115152 CPUtime=2262.09 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 81190 0 0 0 226203 6 0 0 20 0 1 0 28128761 117915648 22535 18446744073709551615 4194304 7396336 140720618224480 140720618219032 4249511 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28788 22535 753 782 0 21804 0
Current children cumulated CPU time (s) 2262.09
Current children cumulated vsize (KiB) 115152

[startup+2322.3 s]
/proc/loadavg: 2.10 2.04 2.05 3/181 5748
/proc/meminfo: memFree=31539936/32770624 swapFree=0/379952
[pid=5478] ppid=5475 vsize=115152 CPUtime=2322.09 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 81907 0 0 0 232203 6 0 0 20 0 1 0 28128761 117915648 22546 18446744073709551615 4194304 7396336 140720618224480 140720618219032 4581576 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28788 22546 753 782 0 21804 0
Current children cumulated CPU time (s) 2322.09
Current children cumulated vsize (KiB) 115152

[startup+2382.3 s]
/proc/loadavg: 2.08 2.05 2.05 3/184 5764
/proc/meminfo: memFree=31535944/32770624 swapFree=0/379968
[pid=5478] ppid=5475 vsize=115152 CPUtime=2382.08 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 82610 0 0 0 238202 6 0 0 20 0 1 0 28128761 117915648 22547 18446744073709551615 4194304 7396336 140720618224480 140720618219032 4581746 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28788 22547 753 782 0 21804 0
Current children cumulated CPU time (s) 2382.08
Current children cumulated vsize (KiB) 115152

[startup+2442.3 s]
/proc/loadavg: 2.08 2.06 2.05 3/184 5766
/proc/meminfo: memFree=31535800/32770624 swapFree=0/379992
[pid=5478] ppid=5475 vsize=115284 CPUtime=2442.08 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 83341 0 0 0 244202 6 0 0 20 0 1 0 28128761 118050816 22550 18446744073709551615 4194304 7396336 140720618224480 140720618218776 5162982 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28821 22550 753 782 0 21837 0
Current children cumulated CPU time (s) 2442.08
Current children cumulated vsize (KiB) 115284

[startup+2502.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/181 5768
/proc/meminfo: memFree=31539592/32770624 swapFree=0/380016
[pid=5478] ppid=5475 vsize=115284 CPUtime=2502.08 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 84045 0 0 0 250202 6 0 0 20 0 1 0 28128761 118050816 22558 18446744073709551615 4194304 7396336 140720618224480 140720618218776 4581576 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28821 22558 753 782 0 21837 0
Current children cumulated CPU time (s) 2502.08
Current children cumulated vsize (KiB) 115284



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.02 2.04 2.05 3/181 5769
/proc/meminfo: memFree=31539592/32770624 swapFree=0/380012
[pid=5478] ppid=5475 vsize=115284 CPUtime=2519.78 cores=0,2,4,6
/proc/5478/stat : 5478 (MistralXCSP) R 5475 5478 6971 0 -1 4202496 84747 0 0 0 251972 6 0 0 20 0 1 0 28128761 118050816 22558 18446744073709551615 4194304 7396336 140720618224480 140720618218776 4249456 0 0 1 16386 0 0 0 17 2 0 0 8 0 0 9496464 9501696 13602816 140720618230195 140720618230345 140720618230345 140720618233801 0
/proc/5478/statm: 28821 22558 753 782 0 21837 0
Current children cumulated CPU time (s) 2519.78
Current children cumulated vsize (KiB) 115284

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

Child status: 0
Real time (s): 2520
CPU time (s): 2519.79
CPU user time (s): 2519.72
CPU system time (s): 0.065997
CPU usage (%): 99.9916
Max. virtual memory (cumulated for all children) (KiB): 115284

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.72
system time used= 0.065997
maximum resident set size= 90252
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 84782
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= 40
involuntary context switches= 3151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.50675 second user time and 11.7304 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-10 22:30:25
IDJOB=4261716
IDBENCH=138612
IDSOLVER=2649
FILE ID=node124/4261716-1502397881
RUNJOBID= node124-1502334771-27114
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= Mistral-2.0 2017-07-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-4261716-1502397881/watcher-4261716-1502397881 -o /tmp/evaluation-result-4261716-1502397881/solver-4261716-1502397881 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502334771-27114 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 2116607475 HOME/instance-4261716-1502397881.xml

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

MD5SUM BENCH= 6d7e3033fdb5217c74d2816bb8c5b7b8
RANDOM SEED=2116607475

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31688760 kB
MemAvailable:   32011016 kB
Buffers:          179428 kB
Cached:           432124 kB
SwapCached:            0 kB
Active:           275324 kB
Inactive:         395788 kB
Active(anon):      60136 kB
Inactive(anon):    16768 kB
Active(file):     215188 kB
Inactive(file):   379020 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6284 kB
Writeback:             4 kB
AnonPages:         59420 kB
Mapped:            38772 kB
Shmem:             17128 kB
Slab:             113000 kB
SReclaimable:      87764 kB
SUnreclaim:        25236 kB
KernelStack:        3296 kB
PageTables:         5404 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317500 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62020 MiB
End job on node124 at 2017-08-10 23:12:25