Trace number 4260975

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Mistral-2.0 2017-07-28SAT (TO)8 2520 2520

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-queen8-8.xml
MD5SUM1f0f248e074ceb8e6b1804d1246bfc68
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark8
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables64
Number of constraints728
Number of domains1
Minimum domain size64
Maximum domain size64
Distribution of domain sizes[{"size":64,"count":64}]
Minimum variable degree22
Maximum variable degree28
Distribution of variable degrees[{"degree":22,"count":28},{"degree":24,"count":20},{"degree":26,"count":12},{"degree":28,"count":4}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":728}]
Number of extensional constraints0
Number of intensional constraints728
Distribution of constraint types[{"type":"intension","count":728}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.09	c 280717
0.51/0.60	o 12
0.51/0.60	o 11
0.51/0.60	o 10
0.51/0.60	o 9
0.91/1.00	o 8
2519.99/2520.00	s SATISFIABLE
2519.99/2520.00	v <instantiation type="solution">
2519.99/2520.00	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] x[26] x[27] x[28] x[29] x[30] x[31] x[32] x[33] x[34] x[35] x[36] x[37] x[38] x[39] x[40] x[41] x[42] x[43] x[44] x[45] x[46] x[47] x[48] x[49] x[50] x[51] x[52] x[53] x[54] x[55] x[56] x[57] x[58] x[59] x[60] x[61] x[62] x[63] </list>
2519.99/2520.00	v   <values> 4 8 1 0 7 3 2 5 2 0 3 8 1 5 4 7 8 7 2 4 0 6 3 1 6 3 5 1 2 4 8 0 1 2 7 3 8 0 6 4 0 4 8 5 6 7 1 2 3 1 0 7 4 8 5 6 7 6 4 2 5 1 0 3 </values>
2519.99/2520.00	v </instantiation>

Verifier Data

OK	8

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-4260975-1502344915/watcher-4260975-1502344915 -o /tmp/evaluation-result-4260975-1502344915/solver-4260975-1502344915 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502333976-23274 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1585532833 HOME/instance-4260975-1502344915.xml 

pid=24835
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.84 1.98 2.03 2/184 24838
/proc/meminfo: memFree=31206796/32770624 swapFree=0/393584
[pid=24838] ppid=24835 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/24838/stat : 24838 (runsolver) D 24835 24838 1774 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 82306760 24240128 106 18446744073709551615 4194304 4338465 140727731779360 140727731777000 140472520086231 0 0 1 24578 18446744071580418449 0 0 17 6 0 0 0 0 0 6438912 6441760 31637504 140727731781770 140727731782217 140727731782217 140727731785674 0
/proc/24838/statm: 5918 106 53 36 0 2156 0

[startup+0.100105 s]
/proc/loadavg: 1.84 1.98 2.03 2/184 24838
/proc/meminfo: memFree=31206796/32770624 swapFree=0/393584
[pid=24838] ppid=24835 vsize=28796 CPUtime=0.01 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 957 0 0 0 1 0 0 0 20 0 1 0 82306760 29487104 736 18446744073709551615 4194304 7396336 140724453706064 140724453699304 5940659 0 0 1 0 0 0 0 17 0 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7199 736 584 782 0 215 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 28796

[startup+0.200217 s]
/proc/loadavg: 1.84 1.98 2.03 2/184 24838
/proc/meminfo: memFree=31206796/32770624 swapFree=0/393584
[pid=24838] ppid=24835 vsize=28932 CPUtime=0.11 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 1037 0 0 0 11 0 0 0 20 0 1 0 82306760 29626368 868 18446744073709551615 4194304 7396336 140724453706064 140724453699304 6036800 0 0 1 0 0 0 0 17 0 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7233 868 668 782 0 249 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 28932

[startup+0.300204 s]
/proc/loadavg: 1.84 1.98 2.03 2/184 24838
/proc/meminfo: memFree=31206796/32770624 swapFree=0/393584
[pid=24838] ppid=24835 vsize=28932 CPUtime=0.21 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 1064 0 0 0 21 0 0 0 20 0 1 0 82306760 29626368 868 18446744073709551615 4194304 7396336 140724453706064 140724453699304 5929838 0 0 1 0 0 0 0 17 0 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7233 868 668 782 0 249 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 28932

[startup+0.700175 s]
/proc/loadavg: 1.84 1.98 2.03 2/184 24838
/proc/meminfo: memFree=31206796/32770624 swapFree=0/393584
[pid=24838] ppid=24835 vsize=29468 CPUtime=0.61 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 1243 0 0 0 61 0 0 0 20 0 1 0 82306760 30175232 1071 18446744073709551615 4194304 7396336 140724453706064 140724453696760 4399501 0 0 1 16386 0 0 0 17 0 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1071 717 782 0 383 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 29468

[startup+1.50017 s]
/proc/loadavg: 1.84 1.98 2.03 3/185 24839
/proc/meminfo: memFree=31197744/32770624 swapFree=0/393572
[pid=24838] ppid=24835 vsize=29468 CPUtime=1.41 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 1243 0 0 0 141 0 0 0 20 0 1 0 82306760 30175232 1071 18446744073709551615 4194304 7396336 140724453706064 140724453701080 5588182 0 0 1 16386 0 0 0 17 0 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1071 717 782 0 383 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 29468

[startup+3.10017 s]
/proc/loadavg: 1.78 1.97 2.03 3/185 24839
/proc/meminfo: memFree=31202688/32770624 swapFree=0/393572
[pid=24838] ppid=24835 vsize=29468 CPUtime=3.01 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 1432 0 0 0 301 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 4581738 0 0 1 16386 0 0 0 17 0 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 29468

[startup+6.30017 s]
/proc/loadavg: 1.78 1.97 2.03 3/185 24839
/proc/meminfo: memFree=31199280/32770624 swapFree=0/393576
[pid=24838] ppid=24835 vsize=29468 CPUtime=6.21 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 1621 0 0 0 621 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 5649755 0 0 1 16386 0 0 0 17 0 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 29468

[startup+12.7002 s]
/proc/loadavg: 1.81 1.97 2.03 3/185 24839
/proc/meminfo: memFree=31192624/32770624 swapFree=0/393576
[pid=24838] ppid=24835 vsize=29468 CPUtime=12.61 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 1810 0 0 0 1261 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 5576097 0 0 1 16386 0 0 0 17 0 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 29468

[startup+25.5002 s]
/proc/loadavg: 1.84 1.97 2.03 3/185 24839
/proc/meminfo: memFree=31179552/32770624 swapFree=0/393572
[pid=24838] ppid=24835 vsize=29468 CPUtime=25.4 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 2188 0 0 0 2540 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 5575952 0 0 1 16386 0 0 0 17 0 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 29468

[startup+51.1002 s]
/proc/loadavg: 1.89 1.97 2.03 3/185 24840
/proc/meminfo: memFree=31157324/32770624 swapFree=0/393576
[pid=24838] ppid=24835 vsize=29468 CPUtime=51 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 2379 0 0 0 5100 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 5586398 0 0 1 16386 0 0 0 17 0 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 29468

[startup+102.3 s]
/proc/loadavg: 1.96 1.97 2.03 3/186 24843
/proc/meminfo: memFree=31095552/32770624 swapFree=0/393592
[pid=24838] ppid=24835 vsize=29468 CPUtime=102.21 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 2569 0 0 0 10221 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 5586398 0 0 1 16386 0 0 0 17 0 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 29468

[startup+162.3 s]
/proc/loadavg: 2.04 1.99 2.03 3/189 24859
/proc/meminfo: memFree=31091308/32770624 swapFree=0/393620
[pid=24838] ppid=24835 vsize=29468 CPUtime=162.2 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 2759 0 0 0 16220 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 5576665 0 0 1 16386 0 0 0 17 0 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 29468

[startup+222.306 s]
/proc/loadavg: 2.01 1.99 2.03 3/189 24861
/proc/meminfo: memFree=31091072/32770624 swapFree=0/393644
[pid=24838] ppid=24835 vsize=29468 CPUtime=222.2 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 2949 0 0 0 22220 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 4547293 0 0 1 16386 0 0 0 17 0 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 29468

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/186 24863
/proc/meminfo: memFree=31094664/32770624 swapFree=0/393660
[pid=24838] ppid=24835 vsize=29468 CPUtime=282.19 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 3139 0 0 0 28219 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 4582123 0 0 1 16386 0 0 0 17 0 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 29468

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/186 24865
/proc/meminfo: memFree=31094368/32770624 swapFree=0/393668
[pid=24838] ppid=24835 vsize=29468 CPUtime=342.19 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 3329 0 0 0 34219 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 4399504 0 0 1 16386 0 0 0 17 0 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 29468

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/185 24867
/proc/meminfo: memFree=31095080/32770624 swapFree=0/393676
[pid=24838] ppid=24835 vsize=29468 CPUtime=402.19 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 3519 0 0 0 40219 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 4387770 0 0 1 16386 0 0 0 17 0 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 29468

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/186 24871
/proc/meminfo: memFree=31094656/32770624 swapFree=0/393688
[pid=24838] ppid=24835 vsize=29468 CPUtime=462.19 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 3709 0 0 0 46219 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 4581928 0 0 1 16386 0 0 0 17 0 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 462.19
Current children cumulated vsize (KiB) 29468

[startup+522.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/186 24873
/proc/meminfo: memFree=31094480/32770624 swapFree=0/393704
[pid=24838] ppid=24835 vsize=29468 CPUtime=522.18 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 3899 0 0 0 52218 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 4581395 0 0 1 16386 0 0 0 17 0 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 29468

[startup+582.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/185 24875
/proc/meminfo: memFree=31094828/32770624 swapFree=0/393716
[pid=24838] ppid=24835 vsize=29468 CPUtime=582.18 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 4089 0 0 0 58218 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 4406709 0 0 1 16386 0 0 0 17 0 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 29468


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


[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 24966
/proc/meminfo: memFree=31092312/32770624 swapFree=0/394000
[pid=24838] ppid=24835 vsize=29468 CPUtime=1602.21 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 6365 0 0 0 160221 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 4581731 0 0 1 16386 0 0 0 17 4 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 1602.21
Current children cumulated vsize (KiB) 29468

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 24968
/proc/meminfo: memFree=31092348/32770624 swapFree=0/394012
[pid=24838] ppid=24835 vsize=29468 CPUtime=1662.22 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 6555 0 0 0 166222 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 5586453 0 0 1 16386 0 0 0 17 4 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 1662.22
Current children cumulated vsize (KiB) 29468

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 24970
/proc/meminfo: memFree=31092660/32770624 swapFree=0/394028
[pid=24838] ppid=24835 vsize=29468 CPUtime=1722.22 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 6555 0 0 0 172222 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 4379197 0 0 1 16386 0 0 0 17 4 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 1722.22
Current children cumulated vsize (KiB) 29468

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 24973
/proc/meminfo: memFree=31091780/32770624 swapFree=0/394040
[pid=24838] ppid=24835 vsize=29468 CPUtime=1782.23 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 6744 0 0 0 178223 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 4257703 0 0 1 16386 0 0 0 17 4 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 1782.23
Current children cumulated vsize (KiB) 29468

[startup+1842.3 s]
/proc/loadavg: 2.14 2.05 2.06 3/185 24975
/proc/meminfo: memFree=31092088/32770624 swapFree=0/394056
[pid=24838] ppid=24835 vsize=29468 CPUtime=1842.23 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 6745 0 0 0 184223 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 5603431 0 0 1 16386 0 0 0 17 4 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 1842.23
Current children cumulated vsize (KiB) 29468

[startup+1902.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/186 24978
/proc/meminfo: memFree=31092076/32770624 swapFree=0/394068
[pid=24838] ppid=24835 vsize=29468 CPUtime=1902.24 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 6935 0 0 0 190224 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 5586392 0 0 1 16386 0 0 0 17 4 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 1902.24
Current children cumulated vsize (KiB) 29468

[startup+1962.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/189 24994
/proc/meminfo: memFree=31087720/32770624 swapFree=0/394104
[pid=24838] ppid=24835 vsize=29468 CPUtime=1962.24 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 6935 0 0 0 196224 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 4402666 0 0 1 16386 0 0 0 17 4 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 1962.24
Current children cumulated vsize (KiB) 29468

[startup+2022.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/189 24996
/proc/meminfo: memFree=31087556/32770624 swapFree=0/394116
[pid=24838] ppid=24835 vsize=29468 CPUtime=2022.25 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 7124 0 0 0 202225 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 5586450 0 0 1 16386 0 0 0 17 4 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 2022.25
Current children cumulated vsize (KiB) 29468

[startup+2082.3 s]
/proc/loadavg: 2.09 2.05 2.05 3/186 24999
/proc/meminfo: memFree=31091388/32770624 swapFree=0/394128
[pid=24838] ppid=24835 vsize=29468 CPUtime=2082.26 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 7125 0 0 0 208226 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 4542456 0 0 1 16386 0 0 0 17 4 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 2082.26
Current children cumulated vsize (KiB) 29468

[startup+2142.3 s]
/proc/loadavg: 2.10 2.06 2.05 3/186 25001
/proc/meminfo: memFree=31091392/32770624 swapFree=0/394148
[pid=24838] ppid=24835 vsize=29468 CPUtime=2142.26 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 7315 0 0 0 214226 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 4319883 0 0 1 16386 0 0 0 17 4 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 2142.26
Current children cumulated vsize (KiB) 29468

[startup+2202.31 s]
/proc/loadavg: 2.04 2.05 2.05 3/186 25003
/proc/meminfo: memFree=31091460/32770624 swapFree=0/394156
[pid=24838] ppid=24835 vsize=29468 CPUtime=2202.27 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 7315 0 0 0 220227 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 5586450 0 0 1 16386 0 0 0 17 4 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 2202.27
Current children cumulated vsize (KiB) 29468

[startup+2262.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/186 25006
/proc/meminfo: memFree=31091460/32770624 swapFree=0/394172
[pid=24838] ppid=24835 vsize=29468 CPUtime=2262.27 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 7504 0 0 0 226227 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 4257799 0 0 1 16386 0 0 0 17 4 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 2262.27
Current children cumulated vsize (KiB) 29468

[startup+2322.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/186 25008
/proc/meminfo: memFree=31091024/32770624 swapFree=0/394188
[pid=24838] ppid=24835 vsize=29468 CPUtime=2322.27 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 7505 0 0 0 232227 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 5586398 0 0 1 16386 0 0 0 17 4 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 2322.27
Current children cumulated vsize (KiB) 29468

[startup+2382.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/186 25011
/proc/meminfo: memFree=31090928/32770624 swapFree=0/394200
[pid=24838] ppid=24835 vsize=29468 CPUtime=2382.28 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 7695 0 0 0 238228 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 5586398 0 0 1 16386 0 0 0 17 4 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 2382.28
Current children cumulated vsize (KiB) 29468

[startup+2442.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 25014
/proc/meminfo: memFree=31090600/32770624 swapFree=0/394204
[pid=24838] ppid=24835 vsize=29468 CPUtime=2442.28 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 7695 0 0 0 244228 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 5586398 0 0 1 16386 0 0 0 17 4 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 2442.28
Current children cumulated vsize (KiB) 29468

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/186 25016
/proc/meminfo: memFree=31090976/32770624 swapFree=0/394224
[pid=24838] ppid=24835 vsize=29468 CPUtime=2502.29 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 7884 0 0 0 250229 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 4582355 0 0 1 16386 0 0 0 17 4 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 2502.29
Current children cumulated vsize (KiB) 29468



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 25077
/proc/meminfo: memFree=31216388/32770624 swapFree=0/394220
[pid=24838] ppid=24835 vsize=29468 CPUtime=2519.99 cores=0,2,4,6
/proc/24838/stat : 24838 (MistralXCSP) R 24835 24838 1774 0 -1 4202496 7885 0 0 0 251999 0 0 0 20 0 1 0 82306760 30175232 1084 18446744073709551615 4194304 7396336 140724453706064 140724453701080 4379153 0 0 1 16386 0 0 0 17 4 0 0 8 0 0 9496464 9501696 31498240 140724453712306 140724453712456 140724453712456 140724453715913 0
/proc/24838/statm: 7367 1084 722 782 0 383 0
Current children cumulated CPU time (s) 2519.99
Current children cumulated vsize (KiB) 29468

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

Child status: 0
Real time (s): 2520
CPU time (s): 2520
CPU user time (s): 2520
CPU system time (s): 0.005
CPU usage (%): 100
Max. virtual memory (cumulated for all children) (KiB): 29468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520
system time used= 0.005
maximum resident set size= 4364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7925
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= 6
involuntary context switches= 1207

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.72335 second user time and 8.23023 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-10 07:47:48
IDJOB=4260975
IDBENCH=120544
IDSOLVER=2649
FILE ID=node133/4260975-1502344915
RUNJOBID= node133-1502333976-23274
PBS_JOBID= 
Free space on /tmp= 62020 MiB

SOLVER NAME= Mistral-2.0 2017-07-28
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-queen8-8.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-4260975-1502344915/watcher-4260975-1502344915 -o /tmp/evaluation-result-4260975-1502344915/solver-4260975-1502344915 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502333976-23274 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 1585532833 HOME/instance-4260975-1502344915.xml

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

MD5SUM BENCH= 1f0f248e074ceb8e6b1804d1246bfc68
RANDOM SEED=1585532833

node133.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.17
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.17
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.17
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.17
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:        31207140 kB
MemAvailable:   31970204 kB
Buffers:          274164 kB
Cached:           784676 kB
SwapCached:            0 kB
Active:           706856 kB
Inactive:         426696 kB
Active(anon):      75036 kB
Inactive(anon):    33112 kB
Active(file):     631820 kB
Inactive(file):   393584 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             15936 kB
Writeback:             0 kB
AnonPages:         84820 kB
Mapped:            49152 kB
Shmem:             33468 kB
Slab:             133784 kB
SReclaimable:     106988 kB
SUnreclaim:        26796 kB
KernelStack:        3536 kB
PageTables:         5272 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     336832 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62020 MiB
End job on node133 at 2017-08-10 08:29:48