Trace number 4253439

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)125 2400.04 2400.1

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-09.xml
MD5SUM3778b76dec94085d2dd964afc4e92a91
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark123
Best CPU time to get the best result obtained on this benchmark2400.05
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size34
Distribution of domain sizes[{"size":20,"count":20},{"size":34,"count":20}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":20},{"degree":3,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":20},{"arity":20,"count":1}]
Number of extensional constraints20
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":20},{"type":"allDifferent","count":1}]
Optimization problemYES
Type of objectivemin SUM

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.01	o 230
0.00/0.01	o 228
0.00/0.01	o 215
0.00/0.01	o 214
0.00/0.01	o 212
0.00/0.01	o 209
0.00/0.06	o 208
0.09/0.16	o 205
0.19/0.20	o 203
0.29/0.31	o 192
0.29/0.31	o 190
0.29/0.31	o 188
0.29/0.31	o 185
1.49/1.52	o 184
8.18/8.20	o 180
8.18/8.20	o 178
8.18/8.20	o 176
8.18/8.20	o 173
21.99/22.07	o 171
21.99/22.07	o 168
30.49/30.53	o 167
125.39/125.41	o 166
132.09/132.17	o 164
563.18/563.21	o 162
934.07/934.13	o 161
935.77/935.81	o 159
1042.56/1042.66	o 157
1160.67/1160.77	o 156
1193.97/1194.08	o 154
1193.97/1194.08	o 146
1193.97/1194.08	o 144
1193.97/1194.08	o 143
1193.97/1194.08	o 140
1193.97/1194.08	o 139
1202.16/1202.29	o 138
1253.06/1253.16	o 134
1253.06/1253.16	o 132
1253.06/1253.16	o 131
1253.06/1253.16	o 128
1253.06/1253.16	o 127
1860.54/1860.65	o 126
1860.54/1860.65	o 125
2400.03/2400.10	s SATISFIABLE
2400.03/2400.10	v <instantiation>
2400.03/2400.10	v   <list> c[0] c[1] c[2] c[3] c[4] c[5] c[6] c[7] c[8] c[9] c[10] c[11] c[12] c[13] c[14] c[15] c[16] c[17] c[18] c[19] d[0] d[1] d[2] d[3] d[4] d[5] d[6] d[7] d[8] d[9] d[10] d[11] d[12] d[13] d[14] d[15] d[16] d[17] d[18] d[19] </list>
2400.03/2400.10	v   <values> 0 1 2 4 5 10 16 17 15 18 19 14 13 12 11 6 3 8 9 7 3 3 4 2 5 14 2 5 5 18 10 3 7 4 11 2 5 7 3 12 </values>
2400.03/2400.10	v </instantiation>

Verifier Data

OK	125

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

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

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.00 2.01 2.05 2/181 19176
/proc/meminfo: memFree=32096320/32770624 swapFree=5796/134376
[pid=19176] ppid=19173 vsize=24480 CPUtime=0 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 917 0 0 0 0 0 0 0 20 0 1 0 2796822 25067520 756 33554432000 4194304 6986860 140726714422816 140726714419512 5731724 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6120 756 669 682 0 123 0

[startup+0.100105 s]
/proc/loadavg: 2.00 2.01 2.05 2/181 19176
/proc/meminfo: memFree=32096320/32770624 swapFree=5796/134376
[pid=19176] ppid=19173 vsize=25004 CPUtime=0.09 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 1072 0 0 0 9 0 0 0 20 0 1 0 2796822 25604096 877 33554432000 4194304 6986860 140726714422816 140726714419512 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 877 701 682 0 254 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25004

[startup+0.200212 s]
/proc/loadavg: 2.00 2.01 2.05 2/181 19176
/proc/meminfo: memFree=32096320/32770624 swapFree=5796/134376
[pid=19176] ppid=19173 vsize=25004 CPUtime=0.19 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 1073 0 0 0 19 0 0 0 20 0 1 0 2796822 25604096 877 33554432000 4194304 6986860 140726714422816 140726714419512 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 877 701 682 0 254 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 25004

[startup+0.300201 s]
/proc/loadavg: 2.00 2.01 2.05 2/181 19176
/proc/meminfo: memFree=32096320/32770624 swapFree=5796/134376
[pid=19176] ppid=19173 vsize=25004 CPUtime=0.29 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 1073 0 0 0 29 0 0 0 20 0 1 0 2796822 25604096 877 33554432000 4194304 6986860 140726714422816 140726714419512 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 877 701 682 0 254 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25004

[startup+0.700173 s]
/proc/loadavg: 2.00 2.01 2.05 2/181 19176
/proc/meminfo: memFree=32096320/32770624 swapFree=5796/134376
[pid=19176] ppid=19173 vsize=25004 CPUtime=0.69 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 1073 0 0 0 69 0 0 0 20 0 1 0 2796822 25604096 877 33554432000 4194304 6986860 140726714422816 140726714418168 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 877 701 682 0 254 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25004

[startup+1.50017 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19177
/proc/meminfo: memFree=32095132/32770624 swapFree=5796/134528
[pid=19176] ppid=19173 vsize=25004 CPUtime=1.49 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 1073 0 0 0 149 0 0 0 20 0 1 0 2796822 25604096 877 33554432000 4194304 6986860 140726714422816 140726714418168 5438445 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 877 701 682 0 254 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25004

[startup+3.10017 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19177
/proc/meminfo: memFree=32094760/32770624 swapFree=5796/134528
[pid=19176] ppid=19173 vsize=25004 CPUtime=3.09 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 1212 0 0 0 308 1 0 0 20 0 1 0 2796822 25604096 920 33554432000 4194304 6986860 140726714422816 140726714418168 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 920 706 682 0 254 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25004

[startup+6.30017 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19177
/proc/meminfo: memFree=32094528/32770624 swapFree=5796/134408
[pid=19176] ppid=19173 vsize=25004 CPUtime=6.28 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 1362 0 0 0 626 2 0 0 20 0 1 0 2796822 25604096 920 33554432000 4194304 6986860 140726714422816 140726714418344 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 920 706 682 0 254 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 25004

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19177
/proc/meminfo: memFree=32094208/32770624 swapFree=5796/134408
[pid=19176] ppid=19173 vsize=25004 CPUtime=12.68 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 1518 0 0 0 1263 5 0 0 20 0 1 0 2796822 25604096 920 33554432000 4194304 6986860 140726714422816 140726714418344 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 920 706 682 0 254 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 25004

[startup+25.5002 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19177
/proc/meminfo: memFree=32094328/32770624 swapFree=5796/134416
[pid=19176] ppid=19173 vsize=25004 CPUtime=25.48 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 1833 0 0 0 2538 10 0 0 20 0 1 0 2796822 25604096 921 33554432000 4194304 6986860 140726714422816 140726714418344 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 921 706 682 0 254 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 25004

[startup+51.1002 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19177
/proc/meminfo: memFree=32094204/32770624 swapFree=5796/134428
[pid=19176] ppid=19173 vsize=25004 CPUtime=51.08 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 1991 0 0 0 5087 21 0 0 20 0 1 0 2796822 25604096 921 33554432000 4194304 6986860 140726714422816 140726714418344 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 921 706 682 0 254 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 25004

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19239
/proc/meminfo: memFree=32071404/32770624 swapFree=5796/134504
[pid=19176] ppid=19173 vsize=25004 CPUtime=102.29 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 2154 0 0 0 10186 43 0 0 20 0 1 0 2796822 25604096 921 33554432000 4194304 6986860 140726714422816 140726714418168 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 921 706 682 0 254 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 25004

[startup+162.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/182 19240
/proc/meminfo: memFree=32071236/32770624 swapFree=5796/134572
[pid=19176] ppid=19173 vsize=25004 CPUtime=162.28 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 2317 0 0 0 16160 68 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418344 5474008 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 25004

[startup+222.306 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 19241
/proc/meminfo: memFree=32071616/32770624 swapFree=5796/134596
[pid=19176] ppid=19173 vsize=25004 CPUtime=222.29 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 2477 0 0 0 22138 91 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418344 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 25004

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 19242
/proc/meminfo: memFree=32071580/32770624 swapFree=5796/134636
[pid=19176] ppid=19173 vsize=25004 CPUtime=282.28 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 2636 0 0 0 28116 112 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418168 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 25004

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19243
/proc/meminfo: memFree=32072164/32770624 swapFree=5796/134664
[pid=19176] ppid=19173 vsize=25004 CPUtime=342.28 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 2793 0 0 0 34097 131 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418344 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 25004

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19244
/proc/meminfo: memFree=32071888/32770624 swapFree=5796/134700
[pid=19176] ppid=19173 vsize=25004 CPUtime=402.28 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 2952 0 0 0 40077 151 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418344 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 25004

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19252
/proc/meminfo: memFree=32071272/32770624 swapFree=5796/134732
[pid=19176] ppid=19173 vsize=25004 CPUtime=462.27 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 3111 0 0 0 46057 170 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418168 5453888 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 25004

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19253
/proc/meminfo: memFree=32071740/32770624 swapFree=5796/134760
[pid=19176] ppid=19173 vsize=25004 CPUtime=522.28 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 3274 0 0 0 52035 193 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418344 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 25004

[startup+582.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/182 19254
/proc/meminfo: memFree=32071616/32770624 swapFree=5796/134800
[pid=19176] ppid=19173 vsize=25004 CPUtime=582.27 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 3439 0 0 0 58013 214 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418344 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 25004


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19380
/proc/meminfo: memFree=32076744/32770624 swapFree=5796/135764
[pid=19176] ppid=19173 vsize=25004 CPUtime=1542.26 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 6029 0 0 0 153683 543 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418168 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 1542.26
Current children cumulated vsize (KiB) 25004

[startup+1602.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/182 19381
/proc/meminfo: memFree=32076716/32770624 swapFree=5796/135796
[pid=19176] ppid=19173 vsize=25004 CPUtime=1602.25 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 6188 0 0 0 159661 564 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418168 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 1602.25
Current children cumulated vsize (KiB) 25004

[startup+1662.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/182 19390
/proc/meminfo: memFree=32075848/32770624 swapFree=5796/135832
[pid=19176] ppid=19173 vsize=25004 CPUtime=1662.25 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 6351 0 0 0 165640 585 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418168 5438093 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 1662.25
Current children cumulated vsize (KiB) 25004

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 19391
/proc/meminfo: memFree=32076220/32770624 swapFree=5796/135860
[pid=19176] ppid=19173 vsize=25004 CPUtime=1722.25 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 6514 0 0 0 171621 604 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418168 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 1722.25
Current children cumulated vsize (KiB) 25004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19392
/proc/meminfo: memFree=32076344/32770624 swapFree=5796/135896
[pid=19176] ppid=19173 vsize=25004 CPUtime=1782.24 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 6674 0 0 0 177597 627 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418344 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 1782.24
Current children cumulated vsize (KiB) 25004

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19393
/proc/meminfo: memFree=32076600/32770624 swapFree=5796/135924
[pid=19176] ppid=19173 vsize=25004 CPUtime=1842.24 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 6834 0 0 0 183574 650 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418344 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 1842.24
Current children cumulated vsize (KiB) 25004

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19394
/proc/meminfo: memFree=32076608/32770624 swapFree=5796/135960
[pid=19176] ppid=19173 vsize=25004 CPUtime=1902.24 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 7002 0 0 0 189551 673 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418168 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 1902.24
Current children cumulated vsize (KiB) 25004

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19395
/proc/meminfo: memFree=32076608/32770624 swapFree=5796/135992
[pid=19176] ppid=19173 vsize=25004 CPUtime=1962.24 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 7165 0 0 0 195532 692 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418168 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 1962.24
Current children cumulated vsize (KiB) 25004

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19396
/proc/meminfo: memFree=32076748/32770624 swapFree=5796/136020
[pid=19176] ppid=19173 vsize=25004 CPUtime=2022.24 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 7328 0 0 0 201513 711 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418168 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 2022.24
Current children cumulated vsize (KiB) 25004

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 19397
/proc/meminfo: memFree=32076656/32770624 swapFree=5796/136052
[pid=19176] ppid=19173 vsize=25004 CPUtime=2082.24 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 7492 0 0 0 207496 728 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418168 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 2082.24
Current children cumulated vsize (KiB) 25004

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19399
/proc/meminfo: memFree=32075748/32770624 swapFree=5796/136084
[pid=19176] ppid=19173 vsize=25004 CPUtime=2142.23 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 7654 0 0 0 213475 748 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418168 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 2142.23
Current children cumulated vsize (KiB) 25004

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19400
/proc/meminfo: memFree=32076080/32770624 swapFree=5796/136112
[pid=19176] ppid=19173 vsize=25004 CPUtime=2202.23 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 7816 0 0 0 219456 767 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418344 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 2202.23
Current children cumulated vsize (KiB) 25004

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19408
/proc/meminfo: memFree=32075940/32770624 swapFree=5796/136148
[pid=19176] ppid=19173 vsize=25004 CPUtime=2262.23 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 7982 0 0 0 225438 785 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418344 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 2262.23
Current children cumulated vsize (KiB) 25004

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19409
/proc/meminfo: memFree=32076560/32770624 swapFree=5796/136180
[pid=19176] ppid=19173 vsize=25004 CPUtime=2322.23 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 8145 0 0 0 231418 805 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418168 140612617007484 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 2322.23
Current children cumulated vsize (KiB) 25004

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19410
/proc/meminfo: memFree=32077156/32770624 swapFree=5796/136216
[pid=19176] ppid=19173 vsize=25004 CPUtime=2382.23 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 8309 0 0 0 237399 824 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418344 5474360 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 2382.23
Current children cumulated vsize (KiB) 25004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.1 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19411
/proc/meminfo: memFree=32076804/32770624 swapFree=5796/136236
[pid=19176] ppid=19173 vsize=25004 CPUtime=2400.03 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 8470 0 0 0 239172 831 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418344 5438032 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 25004

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

[startup+2400.1 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 19411
/proc/meminfo: memFree=32076804/32770624 swapFree=5796/136236
[pid=19176] ppid=19173 vsize=25004 CPUtime=2400.03 cores=1,3,5,7
/proc/19176/stat : 19176 (naxos-xcsp3) R 19173 19176 3826 0 -1 4202496 8470 0 0 0 239172 831 0 0 20 0 1 0 2796822 25604096 923 33554432000 4194304 6986860 140726714422816 140726714418344 5438032 0 0 4096 16384 0 0 0 17 3 0 0 0 0 0 9087712 9120176 17207296 140726714430734 140726714430815 140726714430815 140726714433514 0
/proc/19176/statm: 6251 923 706 682 0 254 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 25004

Child status: 0
Real time (s): 2400.1
CPU time (s): 2400.04
CPU user time (s): 2391.72
CPU system time (s): 8.31179
CPU usage (%): 99.9973
Max. virtual memory (cumulated for all children) (KiB): 25004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2391.72
system time used= 8.31179
maximum resident set size= 3712
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 8498
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= 602

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.24022 second user time and 8.23552 second system time

The end

Launcher Data

Begin job on node106 at 2017-07-24 23:42:53
IDJOB=4253439
IDBENCH=135672
IDSOLVER=2634
FILE ID=node106/4253439-1500932573
RUNJOBID= node106-1500914927-3858
PBS_JOBID= 20625416
Free space on /tmp= 61824 MiB

SOLVER NAME= Naxos 1.1.0
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-09.xml
COMMAND LINE= ./naxos-xcsp3 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4253439-1500932573/watcher-4253439-1500932573 -o /tmp/evaluation-result-4253439-1500932573/solver-4253439-1500932573 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500914927-3858 --watchdog 2560  ./naxos-xcsp3 HOME/instance-4253439-1500932573.xml

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

MD5SUM BENCH= 3778b76dec94085d2dd964afc4e92a91
RANDOM SEED=589251448

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:        32096704 kB
MemAvailable:   32059348 kB
Buffers:           41292 kB
Cached:           234640 kB
SwapCached:            0 kB
Active:           180080 kB
Inactive:         142996 kB
Active(anon):      49932 kB
Inactive(anon):     8620 kB
Active(file):     130148 kB
Inactive(file):   134376 kB
Unevictable:        5796 kB
Mlocked:            5796 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2732 kB
Writeback:             0 kB
AnonPages:         52580 kB
Mapped:            29740 kB
Shmem:              8848 kB
Slab:              52708 kB
SReclaimable:      27912 kB
SUnreclaim:        24796 kB
KernelStack:        3248 kB
PageTables:         4636 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     285516 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-25 00:22:53