Trace number 4261571

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-28SAT 1868.63 1868.55

General information on the benchmark

NameRandom/Random-B-2-26-26/
rand-2-26-26-325-155-2.xml
MD5SUMf524f0f0288a36fdb548674cb0263900
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark51.7556
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints325
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":26}]
Minimum variable degree25
Maximum variable degree25
Distribution of variable degrees[{"degree":25,"count":26}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":325}]
Number of extensional constraints325
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":325}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.10	c 280717
1868.58/1868.54	s SATISFIABLE
1868.58/1868.54	v <instantiation type="solution">
1868.58/1868.54	v   <list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] </list>
1868.58/1868.54	v   <values> 9 20 0 24 15 0 17 3 14 22 5 16 18 0 23 24 12 19 18 11 5 8 11 6 20 7 </values>
1868.58/1868.54	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4261571-1502349755/watcher-4261571-1502349755 -o /tmp/evaluation-result-4261571-1502349755/solver-4261571-1502349755 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502331121-20548 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1464844468 HOME/instance-4261571-1502349755.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.07 2.03 2.05 2/180 23973
/proc/meminfo: memFree=31326028/32770624 swapFree=0/476924
[pid=23973] ppid=23970 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (runsolver) D 23970 23973 4057 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 37196379 24240128 108 18446744073709551615 4194304 4338465 140729711632048 140729711629688 140664979960535 0 0 1 24578 18446744071580418449 0 0 17 3 0 0 0 0 0 6438912 6441760 9723904 140729711636619 140729711637066 140729711637066 140729711640522 0
/proc/23973/statm: 5918 108 54 36 0 2156 0

[startup+0.100138 s]
/proc/loadavg: 2.07 2.03 2.05 2/180 23973
/proc/meminfo: memFree=31326028/32770624 swapFree=0/476924
[pid=23973] ppid=23970 vsize=28304 CPUtime=0 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4194304 455 0 0 0 0 0 0 0 20 0 1 0 37196379 28983296 289 18446744073709551615 4194304 7396336 140722011104512 140722011101512 139738216589576 0 0 1 0 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 7076 289 251 782 0 60 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 28304

[startup+0.200278 s]
/proc/loadavg: 2.07 2.03 2.05 2/180 23973
/proc/meminfo: memFree=31326028/32770624 swapFree=0/476924
[pid=23973] ppid=23970 vsize=46796 CPUtime=0.09 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 5486 0 0 0 9 0 0 0 20 0 1 0 37196379 47919104 5290 18446744073709551615 4194304 7396336 140722011104512 140722011101512 139738193955813 0 0 1 0 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 11699 5290 634 782 0 4715 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46796

[startup+0.300323 s]
/proc/loadavg: 2.07 2.03 2.05 2/180 23973
/proc/meminfo: memFree=31326028/32770624 swapFree=0/476924
[pid=23973] ppid=23970 vsize=56804 CPUtime=0.19 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 8015 0 0 0 19 0 0 0 20 0 1 0 37196379 58167296 7798 18446744073709551615 4194304 7396336 140722011104512 140722011101512 4543728 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7798 634 782 0 7217 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 56804

[startup+0.700223 s]
/proc/loadavg: 2.07 2.03 2.05 2/180 23973
/proc/meminfo: memFree=31326028/32770624 swapFree=0/476924
[pid=23973] ppid=23970 vsize=56804 CPUtime=0.59 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 8015 0 0 0 59 0 0 0 20 0 1 0 37196379 58167296 7798 18446744073709551615 4194304 7396336 140722011104512 140722011099864 4543814 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7798 634 782 0 7217 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 56804

[startup+1.50022 s]
/proc/loadavg: 2.07 2.03 2.05 3/181 23974
/proc/meminfo: memFree=31297260/32770624 swapFree=0/476760
[pid=23973] ppid=23970 vsize=56804 CPUtime=1.39 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 8015 0 0 0 139 0 0 0 20 0 1 0 37196379 58167296 7798 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5784543 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7798 634 782 0 7217 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 56804

[startup+3.10022 s]
/proc/loadavg: 2.07 2.03 2.05 3/181 23974
/proc/meminfo: memFree=31297012/32770624 swapFree=0/476760
[pid=23973] ppid=23970 vsize=56804 CPUtime=2.99 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 8545 0 0 0 299 0 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5653803 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 56804

[startup+6.30022 s]
/proc/loadavg: 2.07 2.03 2.05 3/181 23974
/proc/meminfo: memFree=31296936/32770624 swapFree=0/476956
[pid=23973] ppid=23970 vsize=56804 CPUtime=6.19 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 9080 0 0 0 619 0 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 4317310 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 56804

[startup+12.7002 s]
/proc/loadavg: 2.06 2.03 2.05 3/181 23974
/proc/meminfo: memFree=31296564/32770624 swapFree=0/476956
[pid=23973] ppid=23970 vsize=56804 CPUtime=12.59 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 9616 0 0 0 1259 0 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5576210 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 56804

[startup+25.5003 s]
/proc/loadavg: 2.05 2.03 2.05 3/181 23974
/proc/meminfo: memFree=31296688/32770624 swapFree=0/476964
[pid=23973] ppid=23970 vsize=56804 CPUtime=25.39 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 10686 0 0 0 2539 0 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5784816 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 56804

[startup+51.1003 s]
/proc/loadavg: 2.03 2.03 2.05 3/181 23975
/proc/meminfo: memFree=31296812/32770624 swapFree=0/476964
[pid=23973] ppid=23970 vsize=56804 CPUtime=50.99 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 11221 0 0 0 5099 0 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 4543786 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 56804

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/184 23991
/proc/meminfo: memFree=31293036/32770624 swapFree=0/476984
[pid=23973] ppid=23970 vsize=56804 CPUtime=102.19 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 11763 0 0 0 10219 0 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5784528 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 56804

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/185 23994
/proc/meminfo: memFree=31292772/32770624 swapFree=0/476996
[pid=23973] ppid=23970 vsize=56804 CPUtime=162.19 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 11848 0 0 0 16219 0 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 4543765 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 56804

[startup+222.306 s]
/proc/loadavg: 2.01 2.03 2.05 3/182 23996
/proc/meminfo: memFree=31296744/32770624 swapFree=0/477000
[pid=23973] ppid=23970 vsize=56804 CPUtime=222.2 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 11933 0 0 0 22220 0 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 4543870 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 56804

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 23998
/proc/meminfo: memFree=31296868/32770624 swapFree=0/476996
[pid=23973] ppid=23970 vsize=56804 CPUtime=282.21 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 11933 0 0 0 28221 0 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 4581760 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 56804

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 24000
/proc/meminfo: memFree=31297060/32770624 swapFree=0/477016
[pid=23973] ppid=23970 vsize=56804 CPUtime=342.22 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 12018 0 0 0 34221 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5839021 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 56804

[startup+402.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/182 24002
/proc/meminfo: memFree=31296952/32770624 swapFree=0/477028
[pid=23973] ppid=23970 vsize=56804 CPUtime=402.23 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 12018 0 0 0 40222 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5784553 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 402.23
Current children cumulated vsize (KiB) 56804

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 24004
/proc/meminfo: memFree=31297100/32770624 swapFree=0/477040
[pid=23973] ppid=23970 vsize=56804 CPUtime=462.23 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 12103 0 0 0 46222 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 4248759 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 56804

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 24006
/proc/meminfo: memFree=31297100/32770624 swapFree=0/477048
[pid=23973] ppid=23970 vsize=56804 CPUtime=522.24 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 12103 0 0 0 52223 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 4547552 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 56804

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 24008
/proc/meminfo: memFree=31296656/32770624 swapFree=0/477052
[pid=23973] ppid=23970 vsize=56804 CPUtime=582.24 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 12188 0 0 0 58223 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 4317310 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 582.24
Current children cumulated vsize (KiB) 56804


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

/proc/loadavg: 2.02 2.02 2.05 3/185 24064
/proc/meminfo: memFree=31291384/32770624 swapFree=0/477340
[pid=23973] ppid=23970 vsize=56804 CPUtime=1302.32 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 12698 0 0 0 130231 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5653894 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 1302.32
Current children cumulated vsize (KiB) 56804

[startup+1362.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 24066
/proc/meminfo: memFree=31291660/32770624 swapFree=0/477360
[pid=23973] ppid=23970 vsize=56804 CPUtime=1362.33 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 12698 0 0 0 136232 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5784816 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 1362.33
Current children cumulated vsize (KiB) 56804

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 24068
/proc/meminfo: memFree=31295260/32770624 swapFree=0/477364
[pid=23973] ppid=23970 vsize=56804 CPUtime=1422.34 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 12783 0 0 0 142233 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5572043 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 1422.34
Current children cumulated vsize (KiB) 56804

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 24070
/proc/meminfo: memFree=31296068/32770624 swapFree=0/477368
[pid=23973] ppid=23970 vsize=56804 CPUtime=1482.34 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 12783 0 0 0 148233 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5594326 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 1482.34
Current children cumulated vsize (KiB) 56804

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 24072
/proc/meminfo: memFree=31296068/32770624 swapFree=0/477372
[pid=23973] ppid=23970 vsize=56804 CPUtime=1542.35 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 12868 0 0 0 154234 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5569641 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 1542.35
Current children cumulated vsize (KiB) 56804

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 24074
/proc/meminfo: memFree=31296160/32770624 swapFree=0/477388
[pid=23973] ppid=23970 vsize=56804 CPUtime=1602.35 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 12868 0 0 0 160234 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5653792 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 1602.35
Current children cumulated vsize (KiB) 56804

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 24076
/proc/meminfo: memFree=31296176/32770624 swapFree=0/477388
[pid=23973] ppid=23970 vsize=56804 CPUtime=1662.36 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 12953 0 0 0 166235 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 139738197391037 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 1662.36
Current children cumulated vsize (KiB) 56804

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 24078
/proc/meminfo: memFree=31296112/32770624 swapFree=0/477392
[pid=23973] ppid=23970 vsize=56804 CPUtime=1722.36 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 12953 0 0 0 172235 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5839310 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 1722.36
Current children cumulated vsize (KiB) 56804

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 24080
/proc/meminfo: memFree=31296208/32770624 swapFree=0/477412
[pid=23973] ppid=23970 vsize=56804 CPUtime=1782.37 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 13038 0 0 0 178236 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5586607 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 1782.37
Current children cumulated vsize (KiB) 56804

[startup+1842.3 s]
/proc/loadavg: 2.13 2.04 2.05 3/181 24588
/proc/meminfo: memFree=29593816/32770624 swapFree=0/477868
[pid=23973] ppid=23970 vsize=56804 CPUtime=1842.38 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 13038 0 0 0 184237 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5784735 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 1842.38
Current children cumulated vsize (KiB) 56804

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

[startup+1843.2 s]
/proc/loadavg: 2.13 2.04 2.05 3/181 24588
/proc/meminfo: memFree=29433080/32770624 swapFree=0/477868
[pid=23973] ppid=23970 vsize=56804 CPUtime=1843.28 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 13038 0 0 0 184327 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5839018 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 1843.28
Current children cumulated vsize (KiB) 56804

[startup+1856 s]
/proc/loadavg: 2.11 2.04 2.05 3/181 24588
/proc/meminfo: memFree=28940640/32770624 swapFree=0/477860
[pid=23973] ppid=23970 vsize=56804 CPUtime=1856.08 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 13038 0 0 0 185607 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5586631 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 1856.08
Current children cumulated vsize (KiB) 56804

[startup+1862.41 s]
/proc/loadavg: 2.16 2.06 2.06 3/181 24588
/proc/meminfo: memFree=28884220/32770624 swapFree=0/477856
[pid=23973] ppid=23970 vsize=56804 CPUtime=1862.48 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 13123 0 0 0 186247 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5784801 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 1862.48
Current children cumulated vsize (KiB) 56804

[startup+1865.6 s]
/proc/loadavg: 2.16 2.06 2.06 3/181 24588
/proc/meminfo: memFree=28884220/32770624 swapFree=0/477856
[pid=23973] ppid=23970 vsize=56804 CPUtime=1865.68 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 13123 0 0 0 186567 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5784816 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 1865.68
Current children cumulated vsize (KiB) 56804

[startup+1867.2 s]
/proc/loadavg: 2.15 2.06 2.06 3/181 24588
/proc/meminfo: memFree=28884220/32770624 swapFree=0/477856
[pid=23973] ppid=23970 vsize=56804 CPUtime=1867.28 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 13123 0 0 0 186727 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 4263664 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 1867.28
Current children cumulated vsize (KiB) 56804

[startup+1868 s]
/proc/loadavg: 2.15 2.06 2.06 3/181 24588
/proc/meminfo: memFree=28866488/32770624 swapFree=0/477856
[pid=23973] ppid=23970 vsize=56804 CPUtime=1868.08 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 13123 0 0 0 186807 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 4406356 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 1868.08
Current children cumulated vsize (KiB) 56804

[startup+1868.4 s]
/proc/loadavg: 2.15 2.06 2.06 3/181 24588
/proc/meminfo: memFree=28866488/32770624 swapFree=0/477856
[pid=23973] ppid=23970 vsize=56804 CPUtime=1868.48 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 13123 0 0 0 186847 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5784357 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 1868.48
Current children cumulated vsize (KiB) 56804

[startup+1868.5 s]
/proc/loadavg: 2.15 2.06 2.06 3/181 24588
/proc/meminfo: memFree=28866488/32770624 swapFree=0/477856
[pid=23973] ppid=23970 vsize=56804 CPUtime=1868.58 cores=1,3,5,7
/proc/23973/stat : 23973 (MistralXCSP) R 23970 23973 4057 0 -1 4202496 13123 0 0 0 186857 1 0 0 20 0 1 0 37196379 58167296 7857 18446744073709551615 4194304 7396336 140722011104512 140722011099864 5653851 0 0 1 16386 0 0 0 17 5 0 0 9 0 0 9496464 9501696 40222720 140722011107763 140722011107913 140722011107913 140722011111369 0
/proc/23973/statm: 14201 7857 666 782 0 7217 0
Current children cumulated CPU time (s) 1868.58
Current children cumulated vsize (KiB) 56804

Child status: 0
Real time (s): 1868.55
CPU time (s): 1868.63
CPU user time (s): 1868.62
CPU system time (s): 0.013001
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 56804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1868.62
system time used= 0.013001
maximum resident set size= 31464
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 13240
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= 21
involuntary context switches= 561

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.69088 second user time and 5.79684 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-10 09:08:31
IDJOB=4261571
IDBENCH=122073
IDSOLVER=2649
FILE ID=node125/4261571-1502349755
RUNJOBID= node125-1502331121-20548
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= Mistral-2.0 2017-07-28
BENCH NAME= XCSP17/Random/Random-B-2-26-26/rand-2-26-26-325-155-2.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-4261571-1502349755/watcher-4261571-1502349755 -o /tmp/evaluation-result-4261571-1502349755/solver-4261571-1502349755 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502331121-20548 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1464844468 HOME/instance-4261571-1502349755.xml

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

MD5SUM BENCH= f524f0f0288a36fdb548674cb0263900
RANDOM SEED=1464844468

node125.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.07
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.07
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.07
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.07
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:        31326400 kB
MemAvailable:   31959972 kB
Buffers:          224452 kB
Cached:           702148 kB
SwapCached:            0 kB
Active:           526616 kB
Inactive:         501832 kB
Active(anon):     102312 kB
Inactive(anon):    24908 kB
Active(file):     424304 kB
Inactive(file):   476924 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6296 kB
Writeback:             0 kB
AnonPages:        128084 kB
Mapped:            40228 kB
Shmem:             25252 kB
Slab:             121584 kB
SReclaimable:      96360 kB
SUnreclaim:        25224 kB
KernelStack:        3472 kB
PageTables:         4944 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     363604 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     73728 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 node125 at 2017-08-10 09:39:40