Trace number 4261720

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.6599 2520

General information on the benchmark

NameSuperSolutions/SuperSolutions-Taillard-os15/
SuperTaillard-os-15-22.xml
MD5SUM3ba855dc46a3fd367cb99709f0833fff
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 variables450
Number of constraints9675
Number of domains86
Minimum domain size811
Maximum domain size909
Distribution of domain sizes[{"size":811,"count":4},{"size":812,"count":6},{"size":813,"count":4},{"size":814,"count":6},{"size":815,"count":6},{"size":816,"count":6},{"size":818,"count":6},{"size":820,"count":4},{"size":821,"count":8},{"size":822,"count":2},{"size":823,"count":2},{"size":824,"count":6},{"size":825,"count":2},{"size":826,"count":2},{"size":827,"count":12},{"size":828,"count":4},{"size":829,"count":4},{"size":830,"count":6},{"size":831,"count":2},{"size":832,"count":4},{"size":833,"count":12},{"size":834,"count":10},{"size":835,"count":2},{"size":837,"count":8},{"size":838,"count":8},"...",{"size":878,"count":6}, {"size":879,"count":2}, {"size":880,"count":2}, {"size":881,"count":6}, {"size":882,"count":6}, {"size":884,"count":4}, {"size":885,"count":6}, {"size":886,"count":6}, {"size":887,"count":4}, {"size":888,"count":4}, {"size":889,"count":2}, {"size":890,"count":8}, {"size":891,"count":6}, {"size":892,"count":6}, {"size":893,"count":6}, {"size":894,"count":8}, {"size":895,"count":8}, {"size":896,"count":8}, {"size":898,"count":4}, {"size":901,"count":4}, {"size":902,"count":4}, {"size":905,"count":6}, {"size":906,"count":2}, {"size":907,"count":10}, {"size":909,"count":4}]
Minimum variable degree29
Maximum variable degree57
Distribution of variable degrees[{"degree":29,"count":225},{"degree":57,"count":225}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":9675}]
Number of extensional constraints0
Number of intensional constraints9675
Distribution of constraint types[{"type":"intension","count":9675}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.09	c 280717
2519.65/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-4261720-1502397846/watcher-4261720-1502397846 -o /tmp/evaluation-result-4261720-1502397846/solver-4261720-1502397846 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502331240-8161 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 696501007 HOME/instance-4261720-1502397846.xml 

pid=17840
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.90 1.99 2.03 3/180 17843
/proc/meminfo: memFree=30520840/32770624 swapFree=0/534992
[pid=17843] ppid=17840 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17843/stat : 17843 (runsolver) D 17840 17843 16590 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 41978075 24240128 106 18446744073709551615 4194304 4338465 140725194106336 140725194103976 139947188667095 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 38137856 140725194113165 140725194113610 140725194113610 140725194117066 0
/proc/17843/statm: 5918 106 53 36 0 2156 0

[startup+0.100163 s]
/proc/loadavg: 1.90 1.99 2.03 3/180 17843
/proc/meminfo: memFree=30520840/32770624 swapFree=0/534992
[pid=17843] ppid=17840 vsize=29196 CPUtime=0 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 1100 0 0 0 0 0 0 0 20 0 1 0 41978075 29896704 934 18446744073709551615 4194304 7396336 140734261458096 140734261455096 139668578355382 0 0 1 0 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 7299 934 636 782 0 315 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 29196

[startup+0.20034 s]
/proc/loadavg: 1.90 1.99 2.03 3/180 17843
/proc/meminfo: memFree=30520840/32770624 swapFree=0/534992
[pid=17843] ppid=17840 vsize=30052 CPUtime=0.1 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 1275 0 0 0 10 0 0 0 20 0 1 0 41978075 30773248 1108 18446744073709551615 4194304 7396336 140734261458096 140734261455096 139668574870501 0 0 1 0 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 7513 1108 643 782 0 529 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 30052

[startup+0.300313 s]
/proc/loadavg: 1.90 1.99 2.03 3/180 17843
/proc/meminfo: memFree=30520840/32770624 swapFree=0/534992
[pid=17843] ppid=17840 vsize=30764 CPUtime=0.2 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 1444 0 0 0 20 0 0 0 20 0 1 0 41978075 31502336 1225 18446744073709551615 4194304 7396336 140734261458096 140734261455096 6014191 0 0 1 0 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 7691 1225 643 782 0 707 0
Current children cumulated CPU time (s) 0.2
Current children cumulated vsize (KiB) 30764

[startup+0.700279 s]
/proc/loadavg: 1.90 1.99 2.03 3/180 17843
/proc/meminfo: memFree=30520840/32770624 swapFree=0/534992
[pid=17843] ppid=17840 vsize=33088 CPUtime=0.6 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 2164 0 0 0 60 0 0 0 20 0 1 0 41978075 33882112 1864 18446744073709551615 4194304 7396336 140734261458096 140734261455096 6207590 0 0 1 0 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 8272 1864 719 782 0 1288 0
Current children cumulated CPU time (s) 0.6
Current children cumulated vsize (KiB) 33088

[startup+1.50027 s]
/proc/loadavg: 1.90 1.99 2.03 3/181 17844
/proc/meminfo: memFree=30513720/32770624 swapFree=0/535016
[pid=17843] ppid=17840 vsize=36940 CPUtime=1.4 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 3114 0 0 0 140 0 0 0 20 0 1 0 41978075 37826560 2854 18446744073709551615 4194304 7396336 140734261458096 140734261448664 139668574862907 0 0 1 0 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 9235 2854 719 782 0 2251 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 36940

[startup+3.10028 s]
/proc/loadavg: 1.90 1.99 2.03 3/184 17858
/proc/meminfo: memFree=30504324/32770624 swapFree=0/535024
[pid=17843] ppid=17840 vsize=42544 CPUtime=3 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 4992 0 0 0 300 0 0 0 20 0 1 0 41978075 43565056 4254 18446744073709551615 4194304 7396336 140734261458096 140734261448728 6195363 0 0 1 0 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 10636 4254 720 782 0 3652 0
Current children cumulated CPU time (s) 3
Current children cumulated vsize (KiB) 42544

[startup+6.30027 s]
/proc/loadavg: 1.99 2.01 2.04 3/184 17858
/proc/meminfo: memFree=30489532/32770624 swapFree=0/535044
[pid=17843] ppid=17840 vsize=55552 CPUtime=6.19 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 10672 0 0 0 619 0 0 0 20 0 1 0 41978075 56885248 7489 18446744073709551615 4194304 7396336 140734261458096 140734261448664 5921917 0 0 1 0 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 13888 7489 720 782 0 6904 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 55552

[startup+12.7003 s]
/proc/loadavg: 1.99 2.01 2.04 3/184 17858
/proc/meminfo: memFree=30462372/32770624 swapFree=0/535048
[pid=17843] ppid=17840 vsize=81204 CPUtime=12.6 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 23835 0 0 0 1259 1 0 0 20 0 1 0 41978075 83152896 13926 18446744073709551615 4194304 7396336 140734261458096 140734261449128 139668578351499 0 0 1 0 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 20301 13926 720 782 0 13317 0
Current children cumulated CPU time (s) 12.6
Current children cumulated vsize (KiB) 81204

[startup+25.5004 s]
/proc/loadavg: 1.99 2.01 2.04 3/184 17858
/proc/meminfo: memFree=30408968/32770624 swapFree=0/535052
[pid=17843] ppid=17840 vsize=107148 CPUtime=25.39 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 56546 0 0 0 2536 3 0 0 20 0 1 0 41978075 109719552 20515 18446744073709551615 4194304 7396336 140734261458096 140734261452648 5560809 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 26787 20515 753 782 0 19803 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 107148

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.04 3/184 17859
/proc/meminfo: memFree=30408316/32770624 swapFree=0/535040
[pid=17843] ppid=17840 vsize=107412 CPUtime=50.99 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 71187 0 0 0 5095 4 0 0 20 0 1 0 41978075 109989888 20565 18446744073709551615 4194304 7396336 140734261458096 140734261452648 4581576 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 26853 20565 753 782 0 19869 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 107412

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/182 17860
/proc/meminfo: memFree=30371144/32770624 swapFree=0/535068
[pid=17843] ppid=17840 vsize=107544 CPUtime=102.2 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 85855 0 0 0 10215 5 0 0 20 0 1 0 41978075 110125056 20605 18446744073709551615 4194304 7396336 140734261458096 140734261452648 4249511 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 26886 20605 753 782 0 19902 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 107544

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 17862
/proc/meminfo: memFree=30351676/32770624 swapFree=0/535072
[pid=17843] ppid=17840 vsize=107544 CPUtime=162.18 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 100645 0 0 0 16213 5 0 0 20 0 1 0 41978075 110125056 20631 18446744073709551615 4194304 7396336 140734261458096 140734261452648 5575964 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 26886 20631 753 782 0 19902 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 107544

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 17864
/proc/meminfo: memFree=30319280/32770624 swapFree=0/535080
[pid=17843] ppid=17840 vsize=108504 CPUtime=222.18 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 115760 0 0 0 22212 6 0 0 20 0 1 0 41978075 111108096 20847 18446744073709551615 4194304 7396336 140734261458096 140734261452648 5575980 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 27126 20847 753 782 0 20142 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 108504

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 17866
/proc/meminfo: memFree=30297300/32770624 swapFree=0/535088
[pid=17843] ppid=17840 vsize=109428 CPUtime=282.18 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 131106 0 0 0 28211 7 0 0 20 0 1 0 41978075 112054272 21066 18446744073709551615 4194304 7396336 140734261458096 140734261452392 5162982 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 27357 21066 753 782 0 20373 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 109428

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 17868
/proc/meminfo: memFree=30278128/32770624 swapFree=0/535088
[pid=17843] ppid=17840 vsize=110088 CPUtime=342.16 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 146609 0 0 0 34209 7 0 0 20 0 1 0 41978075 112730112 21238 18446744073709551615 4194304 7396336 140734261458096 140734261452648 4249767 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 27522 21238 753 782 0 20538 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 110088

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 17870
/proc/meminfo: memFree=30276608/32770624 swapFree=0/535108
[pid=17843] ppid=17840 vsize=110352 CPUtime=402.16 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 162152 0 0 0 40208 8 0 0 20 0 1 0 41978075 113000448 21324 18446744073709551615 4194304 7396336 140734261458096 140734261452664 4379209 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 27588 21324 753 782 0 20604 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 110352

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 17872
/proc/meminfo: memFree=30276804/32770624 swapFree=0/535132
[pid=17843] ppid=17840 vsize=110352 CPUtime=462.16 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 177423 0 0 0 46207 9 0 0 20 0 1 0 41978075 113000448 21330 18446744073709551615 4194304 7396336 140734261458096 140734261452664 4581634 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 27588 21330 753 782 0 20604 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 110352

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 17874
/proc/meminfo: memFree=30276360/32770624 swapFree=0/535128
[pid=17843] ppid=17840 vsize=110352 CPUtime=522.12 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 187194 0 0 0 52203 9 0 0 20 0 1 0 41978075 113000448 21344 18446744073709551615 4194304 7396336 140734261458096 140734261452664 5586535 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 27588 21344 753 782 0 20604 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 110352

[startup+582.3 s]
/proc/loadavg: 1.96 1.99 2.03 3/181 17876
/proc/meminfo: memFree=30256612/32770624 swapFree=0/535128
[pid=17843] ppid=17840 vsize=110352 CPUtime=582.12 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 188095 0 0 0 58203 9 0 0 20 0 1 0 41978075 113000448 21350 18446744073709551615 4194304 7396336 140734261458096 140734261452664 4379197 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 27588 21350 753 782 0 20604 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 110352


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 17941
/proc/meminfo: memFree=30230272/32770624 swapFree=0/535388
[pid=17843] ppid=17840 vsize=111804 CPUtime=1602.02 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 205748 0 0 0 160192 10 0 0 20 0 1 0 41978075 114487296 21691 18446744073709551615 4194304 7396336 140734261458096 140734261452648 4257671 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 27951 21691 753 782 0 20967 0
Current children cumulated CPU time (s) 1602.02
Current children cumulated vsize (KiB) 111804

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 17943
/proc/meminfo: memFree=30226636/32770624 swapFree=0/535404
[pid=17843] ppid=17840 vsize=111804 CPUtime=1662.03 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 206999 0 0 0 166192 11 0 0 20 0 1 0 41978075 114487296 21691 18446744073709551615 4194304 7396336 140734261458096 140734261452648 5162969 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 27951 21691 753 782 0 20967 0
Current children cumulated CPU time (s) 1662.03
Current children cumulated vsize (KiB) 111804

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 17946
/proc/meminfo: memFree=30225892/32770624 swapFree=0/535424
[pid=17843] ppid=17840 vsize=111804 CPUtime=1722.02 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 208221 0 0 0 172191 11 0 0 20 0 1 0 41978075 114487296 21693 18446744073709551615 4194304 7396336 140734261458096 140734261452648 4249767 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 27951 21693 753 782 0 20967 0
Current children cumulated CPU time (s) 1722.02
Current children cumulated vsize (KiB) 111804

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 17948
/proc/meminfo: memFree=30225128/32770624 swapFree=0/535440
[pid=17843] ppid=17840 vsize=111804 CPUtime=1782.02 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 209486 0 0 0 178191 11 0 0 20 0 1 0 41978075 114487296 21693 18446744073709551615 4194304 7396336 140734261458096 140734261452648 4399545 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 27951 21693 753 782 0 20967 0
Current children cumulated CPU time (s) 1782.02
Current children cumulated vsize (KiB) 111804

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 17964
/proc/meminfo: memFree=30220816/32770624 swapFree=0/535452
[pid=17843] ppid=17840 vsize=111804 CPUtime=1842.01 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 210730 0 0 0 184190 11 0 0 20 0 1 0 41978075 114487296 21693 18446744073709551615 4194304 7396336 140734261458096 140734261452648 4581738 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 27951 21693 753 782 0 20967 0
Current children cumulated CPU time (s) 1842.01
Current children cumulated vsize (KiB) 111804

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 17991
/proc/meminfo: memFree=30217476/32770624 swapFree=0/535488
[pid=17843] ppid=17840 vsize=111804 CPUtime=1902 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 211970 0 0 0 190189 11 0 0 20 0 1 0 41978075 114487296 21693 18446744073709551615 4194304 7396336 140734261458096 140734261452648 4581669 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 27951 21693 753 782 0 20967 0
Current children cumulated CPU time (s) 1902
Current children cumulated vsize (KiB) 111804

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 17993
/proc/meminfo: memFree=30217816/32770624 swapFree=0/535516
[pid=17843] ppid=17840 vsize=111804 CPUtime=1962 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 212713 0 0 0 196189 11 0 0 20 0 1 0 41978075 114487296 21693 18446744073709551615 4194304 7396336 140734261458096 140734261452648 4257837 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 27951 21693 753 782 0 20967 0
Current children cumulated CPU time (s) 1962
Current children cumulated vsize (KiB) 111804

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 17995
/proc/meminfo: memFree=30221308/32770624 swapFree=0/535516
[pid=17843] ppid=17840 vsize=111936 CPUtime=2021.99 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 213566 0 0 0 202188 11 0 0 20 0 1 0 41978075 114622464 21746 18446744073709551615 4194304 7396336 140734261458096 140734261452648 4252486 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 27984 21746 753 782 0 21000 0
Current children cumulated CPU time (s) 2021.99
Current children cumulated vsize (KiB) 111936

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 17997
/proc/meminfo: memFree=30221348/32770624 swapFree=0/535532
[pid=17843] ppid=17840 vsize=112068 CPUtime=2081.99 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 214384 0 0 0 208188 11 0 0 20 0 1 0 41978075 114757632 21746 18446744073709551615 4194304 7396336 140734261458096 140734261452648 5576097 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 28017 21746 753 782 0 21033 0
Current children cumulated CPU time (s) 2081.99
Current children cumulated vsize (KiB) 112068

[startup+2142.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/182 17999
/proc/meminfo: memFree=30221304/32770624 swapFree=0/535548
[pid=17843] ppid=17840 vsize=112068 CPUtime=2141.98 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 215181 0 0 0 214187 11 0 0 20 0 1 0 41978075 114757632 21764 18446744073709551615 4194304 7396336 140734261458096 140734261452648 4249767 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 28017 21764 753 782 0 21033 0
Current children cumulated CPU time (s) 2141.98
Current children cumulated vsize (KiB) 112068

[startup+2202.31 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 18001
/proc/meminfo: memFree=30221692/32770624 swapFree=0/535548
[pid=17843] ppid=17840 vsize=112068 CPUtime=2201.98 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 215990 0 0 0 220187 11 0 0 20 0 1 0 41978075 114757632 21764 18446744073709551615 4194304 7396336 140734261458096 140734261452648 4257671 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 28017 21764 753 782 0 21033 0
Current children cumulated CPU time (s) 2201.98
Current children cumulated vsize (KiB) 112068

[startup+2262.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 18003
/proc/meminfo: memFree=30221072/32770624 swapFree=0/535560
[pid=17843] ppid=17840 vsize=112200 CPUtime=2261.97 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 216851 0 0 0 226186 11 0 0 20 0 1 0 41978075 114892800 21764 18446744073709551615 4194304 7396336 140734261458096 140734261452648 4581669 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 28050 21764 753 782 0 21066 0
Current children cumulated CPU time (s) 2261.97
Current children cumulated vsize (KiB) 112200

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 18005
/proc/meminfo: memFree=30221196/32770624 swapFree=0/535568
[pid=17843] ppid=17840 vsize=112200 CPUtime=2321.96 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 217700 0 0 0 232185 11 0 0 20 0 1 0 41978075 114892800 21808 18446744073709551615 4194304 7396336 140734261458096 140734261452648 5575200 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 28050 21808 753 782 0 21066 0
Current children cumulated CPU time (s) 2321.96
Current children cumulated vsize (KiB) 112200

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 18007
/proc/meminfo: memFree=30220852/32770624 swapFree=0/535584
[pid=17843] ppid=17840 vsize=112200 CPUtime=2381.96 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 218549 0 0 0 238185 11 0 0 20 0 1 0 41978075 114892800 21808 18446744073709551615 4194304 7396336 140734261458096 140734261452648 4245088 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 28050 21808 753 782 0 21066 0
Current children cumulated CPU time (s) 2381.96
Current children cumulated vsize (KiB) 112200

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/184 18083
/proc/meminfo: memFree=31123740/32770624 swapFree=0/535632
[pid=17843] ppid=17840 vsize=112200 CPUtime=2441.96 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 219416 0 0 0 244184 12 0 0 20 0 1 0 41978075 114892800 21810 18446744073709551615 4194304 7396336 140734261458096 140734261452648 4399545 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 28050 21810 753 782 0 21066 0
Current children cumulated CPU time (s) 2441.96
Current children cumulated vsize (KiB) 112200

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/184 18085
/proc/meminfo: memFree=31121388/32770624 swapFree=0/535648
[pid=17843] ppid=17840 vsize=112200 CPUtime=2501.95 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 220267 0 0 0 250183 12 0 0 20 0 1 0 41978075 114892800 21810 18446744073709551615 4194304 7396336 140734261458096 140734261452648 4581576 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 28050 21810 753 782 0 21066 0
Current children cumulated CPU time (s) 2501.95
Current children cumulated vsize (KiB) 112200



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.00 2.01 2.05 4/181 18087
/proc/meminfo: memFree=31124908/32770624 swapFree=0/535660
[pid=17843] ppid=17840 vsize=112200 CPUtime=2519.65 cores=0,2,4,6
/proc/17843/stat : 17843 (MistralXCSP) R 17840 17843 16590 0 -1 4202496 221112 0 0 0 251953 12 0 0 20 0 1 0 41978075 114892800 21810 18446744073709551615 4194304 7396336 140734261458096 140734261452648 4581576 0 0 1 16386 0 0 0 17 2 0 0 9 0 0 9496464 9501696 29974528 140734261461428 140734261461577 140734261461577 140734261465033 0
/proc/17843/statm: 28050 21810 753 782 0 21066 0
Current children cumulated CPU time (s) 2519.65
Current children cumulated vsize (KiB) 112200

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 17843 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.66
CPU user time (s): 2519.53
CPU system time (s): 0.123989
CPU usage (%): 99.9864
Max. virtual memory (cumulated for all children) (KiB): 112200

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.54
system time used= 0.123989
maximum resident set size= 87260
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 221147
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= 41
involuntary context switches= 3151

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.05831 second user time and 9.71446 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-10 22:29:59
IDJOB=4261720
IDBENCH=138550
IDSOLVER=2649
FILE ID=node127/4261720-1502397846
RUNJOBID= node127-1502331240-8161
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= Mistral-2.0 2017-07-28
BENCH NAME= XCSP17/SuperSolutions/SuperSolutions-Taillard-os15/SuperTaillard-os-15-22.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-4261720-1502397846/watcher-4261720-1502397846 -o /tmp/evaluation-result-4261720-1502397846/solver-4261720-1502397846 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502331240-8161 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 696501007 HOME/instance-4261720-1502397846.xml

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

MD5SUM BENCH= 3ba855dc46a3fd367cb99709f0833fff
RANDOM SEED=696501007

node127.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.92
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.92
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.92
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.92
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:        30521400 kB
MemAvailable:   31243012 kB
Buffers:          235056 kB
Cached:           777644 kB
SwapCached:            0 kB
Active:          1269404 kB
Inactive:         559900 kB
Active(anon):     816940 kB
Inactive(anon):    24908 kB
Active(file):     452464 kB
Inactive(file):   534992 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6388 kB
Writeback:            52 kB
AnonPages:        816492 kB
Mapped:            41540 kB
Shmem:             25252 kB
Slab:             124984 kB
SReclaimable:      99984 kB
SUnreclaim:        25000 kB
KernelStack:        3200 kB
PageTables:         6264 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1077496 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    262144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62020 MiB
End job on node127 at 2017-08-10 23:11:59