Trace number 4251675

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
Naxos 1.1.0SAT (TO)3 2400.09 2400.4

General information on the benchmark

NameGraphColoring/GraphColoring-m1-mono/
GraphColoring-4-insertions-3.xml
MD5SUM681bcba91e68c7fd43dde01217071906
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark3
Best CPU time to get the best result obtained on this benchmark2400.0801
Satisfiable
(Un)Satisfiability was proved
Number of variables79
Number of constraints156
Number of domains1
Minimum domain size79
Maximum domain size79
Distribution of domain sizes[{"size":79,"count":79}]
Minimum variable degree4
Maximum variable degree14
Distribution of variable degrees[{"degree":4,"count":13},{"degree":5,"count":65},{"degree":14,"count":1}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":156}]
Number of extensional constraints0
Number of intensional constraints156
Distribution of constraint types[{"type":"intension","count":156}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.09/0.10	o 3
2400.08/2400.40	s SATISFIABLE
2400.08/2400.40	v <instantiation>
2400.08/2400.40	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] x[64] x[65] x[66] x[67] x[68] x[69] x[70] x[71] x[72] x[73] x[74] x[75] x[76] x[77] x[78] </list>
2400.08/2400.40	v   <values> 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 0 1 0 1 0 1 0 1 0 1 0 1 2 2 1 2 1 2 1 2 1 2 1 3 1 2 0 </values>
2400.08/2400.40	v </instantiation>

Verifier Data

OK	3

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-4251675-1500917337/watcher-4251675-1500917337 -o /tmp/evaluation-result-4251675-1500917337/solver-4251675-1500917337 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500914927-3857 --watchdog 2560 ./naxos-xcsp3 HOME/instance-4251675-1500917337.xml 

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

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


[startup+0 s]
/proc/loadavg: 2.01 2.02 2.21 3/181 4349
/proc/meminfo: memFree=32129532/32770624 swapFree=5796/111236
[pid=4349] ppid=4346 vsize=24612 CPUtime=0 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 961 0 0 0 0 0 0 0 20 0 1 0 1273193 25202688 756 33554432000 4194304 6986860 140728621374352 140728621371048 5400592 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6153 756 657 682 0 156 0

[startup+0.100104 s]
/proc/loadavg: 2.01 2.02 2.21 3/181 4349
/proc/meminfo: memFree=32129532/32770624 swapFree=5796/111236
[pid=4349] ppid=4346 vsize=24612 CPUtime=0.09 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 962 0 0 0 9 0 0 0 20 0 1 0 1273193 25202688 756 33554432000 4194304 6986860 140728621374352 140728621371048 5647392 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6153 756 657 682 0 156 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24612

[startup+0.200225 s]
/proc/loadavg: 2.01 2.02 2.21 3/181 4349
/proc/meminfo: memFree=32129532/32770624 swapFree=5796/111236
[pid=4349] ppid=4346 vsize=24748 CPUtime=0.19 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 1024 0 0 0 19 0 0 0 20 0 1 0 1273193 25341952 822 33554432000 4194304 6986860 140728621374352 140728621369880 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 822 716 682 0 190 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 24748

[startup+0.300204 s]
/proc/loadavg: 2.01 2.02 2.21 3/181 4349
/proc/meminfo: memFree=32129532/32770624 swapFree=5796/111236
[pid=4349] ppid=4346 vsize=24748 CPUtime=0.29 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 1024 0 0 0 29 0 0 0 20 0 1 0 1273193 25341952 822 33554432000 4194304 6986860 140728621374352 140728621369880 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 822 716 682 0 190 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 24748

[startup+0.700175 s]
/proc/loadavg: 2.01 2.02 2.21 3/181 4349
/proc/meminfo: memFree=32129532/32770624 swapFree=5796/111236
[pid=4349] ppid=4346 vsize=24748 CPUtime=0.69 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 1024 0 0 0 68 1 0 0 20 0 1 0 1273193 25341952 822 33554432000 4194304 6986860 140728621374352 140728621369880 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 822 716 682 0 190 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 24748

[startup+1.50017 s]
/proc/loadavg: 2.01 2.02 2.21 3/182 4350
/proc/meminfo: memFree=32128308/32770624 swapFree=5796/111232
[pid=4349] ppid=4346 vsize=24748 CPUtime=1.49 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 1025 0 0 0 146 3 0 0 20 0 1 0 1273193 25341952 822 33554432000 4194304 6986860 140728621374352 140728621369704 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 822 716 682 0 190 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 24748

[startup+3.10018 s]
/proc/loadavg: 2.01 2.02 2.21 3/182 4350
/proc/meminfo: memFree=32128036/32770624 swapFree=5796/111240
[pid=4349] ppid=4346 vsize=24748 CPUtime=3.09 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 1099 0 0 0 303 6 0 0 20 0 1 0 1273193 25341952 871 33554432000 4194304 6986860 140728621374352 140728621369704 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 871 727 682 0 190 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 24748

[startup+6.30018 s]
/proc/loadavg: 2.01 2.02 2.21 3/182 4414
/proc/meminfo: memFree=32128692/32770624 swapFree=5796/111224
[pid=4349] ppid=4346 vsize=24748 CPUtime=6.29 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 1195 0 0 0 615 14 0 0 20 0 1 0 1273193 25341952 871 33554432000 4194304 6986860 140728621374352 140728621369704 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 871 727 682 0 190 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 24748

[startup+12.7002 s]
/proc/loadavg: 2.01 2.02 2.21 3/182 4414
/proc/meminfo: memFree=32126420/32770624 swapFree=5796/111388
[pid=4349] ppid=4346 vsize=24748 CPUtime=12.69 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 1281 0 0 0 1237 32 0 0 20 0 1 0 1273193 25341952 871 33554432000 4194304 6986860 140728621374352 140728621369880 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 871 727 682 0 190 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 24748

[startup+25.5002 s]
/proc/loadavg: 2.00 2.02 2.21 3/182 4414
/proc/meminfo: memFree=32126400/32770624 swapFree=5796/111292
[pid=4349] ppid=4346 vsize=24748 CPUtime=25.49 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 1452 0 0 0 2486 63 0 0 20 0 1 0 1273193 25341952 872 33554432000 4194304 6986860 140728621374352 140728621369704 140275297712209 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 872 727 682 0 190 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 24748

[startup+51.1002 s]
/proc/loadavg: 2.00 2.01 2.20 3/182 4414
/proc/meminfo: memFree=32126900/32770624 swapFree=5796/111296
[pid=4349] ppid=4346 vsize=24748 CPUtime=51.08 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 1539 0 0 0 4978 130 0 0 20 0 1 0 1273193 25341952 872 33554432000 4194304 6986860 140728621374352 140728621369704 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 872 727 682 0 190 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 24748

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.19 3/182 4422
/proc/meminfo: memFree=32126144/32770624 swapFree=5796/111344
[pid=4349] ppid=4346 vsize=24748 CPUtime=102.28 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 1628 0 0 0 9964 264 0 0 20 0 1 0 1273193 25341952 872 33554432000 4194304 6986860 140728621374352 140728621369704 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 872 727 682 0 190 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 24748

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.18 3/182 4423
/proc/meminfo: memFree=32126268/32770624 swapFree=5796/111368
[pid=4349] ppid=4346 vsize=24748 CPUtime=162.27 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 1715 0 0 0 15806 421 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369704 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 162.27
Current children cumulated vsize (KiB) 24748

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.17 3/182 4424
/proc/meminfo: memFree=32126144/32770624 swapFree=5796/111396
[pid=4349] ppid=4346 vsize=24748 CPUtime=222.26 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 1796 0 0 0 21653 573 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369880 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 24748

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.16 3/182 4425
/proc/meminfo: memFree=32126472/32770624 swapFree=5796/111416
[pid=4349] ppid=4346 vsize=24748 CPUtime=282.25 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 1891 0 0 0 27499 726 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369880 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 24748

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.15 3/182 4426
/proc/meminfo: memFree=32126348/32770624 swapFree=5796/111436
[pid=4349] ppid=4346 vsize=24748 CPUtime=342.25 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 1979 0 0 0 33340 885 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369880 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 24748

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.14 3/182 4427
/proc/meminfo: memFree=32126596/32770624 swapFree=5796/111456
[pid=4349] ppid=4346 vsize=24748 CPUtime=402.24 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 2069 0 0 0 39184 1040 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369704 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 24748

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.13 3/182 4428
/proc/meminfo: memFree=32126496/32770624 swapFree=5796/111484
[pid=4349] ppid=4346 vsize=24748 CPUtime=462.23 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 2158 0 0 0 45029 1194 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369704 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 24748

[startup+522.3 s]
/proc/loadavg: 2.04 2.03 2.13 3/182 4429
/proc/meminfo: memFree=32127116/32770624 swapFree=5796/111500
[pid=4349] ppid=4346 vsize=24748 CPUtime=522.22 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 2246 0 0 0 50884 1338 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369880 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 522.22
Current children cumulated vsize (KiB) 24748

[startup+582.3 s]
/proc/loadavg: 2.02 2.02 2.12 3/182 4430
/proc/meminfo: memFree=32126992/32770624 swapFree=5796/111532
[pid=4349] ppid=4346 vsize=24748 CPUtime=582.21 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 2331 0 0 0 56734 1487 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369880 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 24748


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


[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 4459
/proc/meminfo: memFree=32127212/32770624 swapFree=5796/111880
[pid=4349] ppid=4346 vsize=24748 CPUtime=1482.1 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 3646 0 0 0 144352 3858 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369704 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 1482.1
Current children cumulated vsize (KiB) 24748

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 4460
/proc/meminfo: memFree=32127336/32770624 swapFree=5796/111900
[pid=4349] ppid=4346 vsize=24748 CPUtime=1542.1 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 3735 0 0 0 150195 4015 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369880 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 1542.1
Current children cumulated vsize (KiB) 24748

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 4462
/proc/meminfo: memFree=32127424/32770624 swapFree=5796/111928
[pid=4349] ppid=4346 vsize=24748 CPUtime=1602.09 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 3824 0 0 0 156040 4169 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369704 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 1602.09
Current children cumulated vsize (KiB) 24748

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 4463
/proc/meminfo: memFree=32127644/32770624 swapFree=5796/111948
[pid=4349] ppid=4346 vsize=24748 CPUtime=1662.08 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 3913 0 0 0 161883 4325 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369880 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 1662.08
Current children cumulated vsize (KiB) 24748

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 4464
/proc/meminfo: memFree=32127700/32770624 swapFree=5796/111976
[pid=4349] ppid=4346 vsize=24748 CPUtime=1722.07 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 4002 0 0 0 167724 4483 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369704 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 1722.07
Current children cumulated vsize (KiB) 24748

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 4466
/proc/meminfo: memFree=32127640/32770624 swapFree=5796/112012
[pid=4349] ppid=4346 vsize=24748 CPUtime=1782.06 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 4091 0 0 0 173570 4636 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369704 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 1782.06
Current children cumulated vsize (KiB) 24748

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 4467
/proc/meminfo: memFree=32127144/32770624 swapFree=5796/112028
[pid=4349] ppid=4346 vsize=24748 CPUtime=1842.06 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 4180 0 0 0 179411 4795 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369880 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 1842.06
Current children cumulated vsize (KiB) 24748

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 4475
/proc/meminfo: memFree=32126648/32770624 swapFree=5796/112060
[pid=4349] ppid=4346 vsize=24748 CPUtime=1902.05 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 4269 0 0 0 185250 4955 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369880 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 1902.05
Current children cumulated vsize (KiB) 24748

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 4498
/proc/meminfo: memFree=32126452/32770624 swapFree=5796/112084
[pid=4349] ppid=4346 vsize=24748 CPUtime=1962.04 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 4358 0 0 0 191088 5116 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369880 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 1962.04
Current children cumulated vsize (KiB) 24748

[startup+2022.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/183 4499
/proc/meminfo: memFree=32126932/32770624 swapFree=5796/112116
[pid=4349] ppid=4346 vsize=24748 CPUtime=2022.03 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 4444 0 0 0 196926 5277 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369704 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 2022.03
Current children cumulated vsize (KiB) 24748

[startup+2082.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/183 4500
/proc/meminfo: memFree=32126788/32770624 swapFree=5796/112136
[pid=4349] ppid=4346 vsize=24748 CPUtime=2082.03 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 4530 0 0 0 202763 5440 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369704 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 2082.03
Current children cumulated vsize (KiB) 24748

[startup+2142.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/183 4501
/proc/meminfo: memFree=32126664/32770624 swapFree=5796/112160
[pid=4349] ppid=4346 vsize=24748 CPUtime=2142.01 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 4616 0 0 0 208595 5606 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369880 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 2142.01
Current children cumulated vsize (KiB) 24748

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 4502
/proc/meminfo: memFree=32126912/32770624 swapFree=5796/112176
[pid=4349] ppid=4346 vsize=24748 CPUtime=2202.02 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 4706 0 0 0 214434 5768 0 0 20 0 1 0 1273193 25341952 873 33554432000 4194304 6986860 140728621374352 140728621369880 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 873 727 682 0 190 0
Current children cumulated CPU time (s) 2202.02
Current children cumulated vsize (KiB) 24748

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/182 4503
/proc/meminfo: memFree=32127052/32770624 swapFree=5796/112200
[pid=4349] ppid=4346 vsize=24748 CPUtime=2262 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 4796 0 0 0 220280 5920 0 0 20 0 1 0 1273193 25341952 874 33554432000 4194304 6986860 140728621374352 140728621369704 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 874 727 682 0 190 0
Current children cumulated CPU time (s) 2262
Current children cumulated vsize (KiB) 24748

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 4504
/proc/meminfo: memFree=32126804/32770624 swapFree=5796/112220
[pid=4349] ppid=4346 vsize=24748 CPUtime=2321.99 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 4886 0 0 0 226122 6077 0 0 20 0 1 0 1273193 25341952 874 33554432000 4194304 6986860 140728621374352 140728621369880 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 874 727 682 0 190 0
Current children cumulated CPU time (s) 2321.99
Current children cumulated vsize (KiB) 24748

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 4505
/proc/meminfo: memFree=32126612/32770624 swapFree=5796/112256
[pid=4349] ppid=4346 vsize=24748 CPUtime=2381.99 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 4975 0 0 0 231961 6238 0 0 20 0 1 0 1273193 25341952 874 33554432000 4194304 6986860 140728621374352 140728621369880 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 874 727 682 0 190 0
Current children cumulated CPU time (s) 2381.99
Current children cumulated vsize (KiB) 24748



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.4 s]
/proc/loadavg: 2.08 2.03 2.05 3/182 4505
/proc/meminfo: memFree=32126612/32770624 swapFree=5796/112252
[pid=4349] ppid=4346 vsize=24748 CPUtime=2400.08 cores=0,2,4,6
/proc/4349/stat : 4349 (naxos-xcsp3) R 4346 4349 3826 0 -1 4202496 5064 0 0 0 233722 6286 0 0 20 0 1 0 1273193 25341952 874 33554432000 4194304 6986860 140728621374352 140728621369704 140275297976700 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 10153984 140728621380878 140728621380959 140728621380959 140728621383658 0
/proc/4349/statm: 6187 874 727 682 0 190 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 24748

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

Child status: 0
Real time (s): 2400.4
CPU time (s): 2400.09
CPU user time (s): 2337.23
CPU system time (s): 62.866
CPU usage (%): 99.9872
Max. virtual memory (cumulated for all children) (KiB): 24748

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2337.23
system time used= 62.866
maximum resident set size= 3516
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5091
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= 7
involuntary context switches= 2419

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.98111 second user time and 8.58988 second system time

The end

Launcher Data

Begin job on node106 at 2017-07-24 19:28:57
IDJOB=4251675
IDBENCH=120617
IDSOLVER=2634
FILE ID=node106/4251675-1500917337
RUNJOBID= node106-1500914927-3857
PBS_JOBID= 20625416
Free space on /tmp= 61824 MiB

SOLVER NAME= Naxos 1.1.0
BENCH NAME= XCSP17/GraphColoring/GraphColoring-m1-mono/GraphColoring-4-insertions-3.xml
COMMAND LINE= ./naxos-xcsp3 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4251675-1500917337/watcher-4251675-1500917337 -o /tmp/evaluation-result-4251675-1500917337/solver-4251675-1500917337 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500914927-3857 --watchdog 2560  ./naxos-xcsp3 HOME/instance-4251675-1500917337.xml

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

MD5SUM BENCH= 681bcba91e68c7fd43dde01217071906
RANDOM SEED=2046738735

node106.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.81
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.81
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.81
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.81
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:        32130096 kB
MemAvailable:   32059968 kB
Buffers:           31532 kB
Cached:           212828 kB
SwapCached:            0 kB
Active:           171508 kB
Inactive:         119856 kB
Active(anon):      49436 kB
Inactive(anon):     8620 kB
Active(file):     122072 kB
Inactive(file):   111236 kB
Unevictable:        5796 kB
Mlocked:            5796 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2676 kB
Writeback:             0 kB
AnonPages:         52388 kB
Mapped:            29600 kB
Shmem:              8848 kB
Slab:              49480 kB
SReclaimable:      24796 kB
SUnreclaim:        24684 kB
KernelStack:        3264 kB
PageTables:         4312 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     285112 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61824 MiB
End job on node106 at 2017-07-24 20:08:58