Trace number 4253441

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)106 2400.11 2399.9

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n20/
TravellingSalesman-20-30-18.xml
MD5SUM42f1d058d9b6109346b78f68a037a5c1
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark106
Best CPU time to get the best result obtained on this benchmark2400.01
Satisfiable
(Un)Satisfiability was proved
Number of variables40
Number of constraints21
Number of domains2
Minimum domain size20
Maximum domain size29
Distribution of domain sizes[{"size":20,"count":20},{"size":29,"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 196
0.00/0.01	o 195
0.00/0.01	o 176
0.00/0.01	o 175
0.00/0.01	o 164
0.00/0.01	o 163
0.00/0.01	o 162
0.00/0.01	o 161
0.00/0.03	o 148
0.00/0.03	o 146
0.00/0.03	o 145
0.00/0.04	o 144
0.00/0.04	o 143
0.00/0.09	o 142
0.09/0.16	o 141
0.09/0.16	o 140
0.39/0.44	o 139
0.69/0.77	o 138
0.69/0.77	o 136
0.69/0.77	o 135
2.30/2.39	o 134
2.30/2.39	o 133
33.49/33.55	o 132
34.79/34.84	o 130
34.79/34.84	o 129
34.79/34.86	o 128
41.39/41.49	o 127
41.39/41.49	o 126
112.00/112.02	o 125
112.00/112.02	o 124
113.60/113.65	o 123
113.60/113.65	o 122
366.32/366.36	o 121
366.72/366.70	o 120
366.72/366.71	o 119
366.72/366.71	o 118
367.72/367.79	o 117
367.82/367.81	o 116
420.24/420.21	o 115
423.12/423.16	o 114
423.93/423.98	o 113
423.93/423.98	o 111
423.93/423.99	o 110
427.72/427.79	o 109
427.72/427.79	o 108
496.83/496.83	o 107
515.03/515.07	o 106
2400.09/2399.90	s SATISFIABLE
2400.09/2399.90	v <instantiation>
2400.09/2399.90	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.09/2399.90	v   <values> 0 1 2 3 5 7 9 11 10 8 16 17 19 18 14 12 15 13 4 6 7 6 3 1 3 3 4 4 5 11 2 1 1 6 11 8 3 11 8 8 </values>
2400.09/2399.90	v </instantiation>

Verifier Data

OK	106

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-4253441-1500932588/watcher-4253441-1500932588 -o /tmp/evaluation-result-4253441-1500932588/solver-4253441-1500932588 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node144-1500914920-3561 --watchdog 2560 ./naxos-xcsp3 HOME/instance-4253441-1500932588.xml 

pid=9183
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 3/181 9186
/proc/meminfo: memFree=32115620/32770688 swapFree=5804/122456
[pid=9186] ppid=9183 vsize=24736 CPUtime=0 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 1016 0 0 0 0 0 0 0 20 0 1 0 2846687 25329664 812 33554432000 4194304 6986860 140725839202736 140725839199432 5396256 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6184 812 678 682 0 187 0

[startup+0.100156 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 9186
/proc/meminfo: memFree=32115620/32770688 swapFree=5804/122456
[pid=9186] ppid=9183 vsize=25004 CPUtime=0.09 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 1069 0 0 0 9 0 0 0 20 0 1 0 2846687 25604096 877 33554432000 4194304 6986860 140725839202736 140725839199432 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 877 701 682 0 254 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 25004

[startup+0.200273 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 9186
/proc/meminfo: memFree=32115620/32770688 swapFree=5804/122456
[pid=9186] ppid=9183 vsize=25004 CPUtime=0.19 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 1069 0 0 0 19 0 0 0 20 0 1 0 2846687 25604096 877 33554432000 4194304 6986860 140725839202736 140725839199432 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 877 701 682 0 254 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 25004

[startup+0.300258 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 9186
/proc/meminfo: memFree=32115620/32770688 swapFree=5804/122456
[pid=9186] ppid=9183 vsize=25004 CPUtime=0.29 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 1069 0 0 0 29 0 0 0 20 0 1 0 2846687 25604096 877 33554432000 4194304 6986860 140725839202736 140725839199432 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 877 701 682 0 254 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 25004

[startup+0.700232 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 9186
/proc/meminfo: memFree=32115620/32770688 swapFree=5804/122456
[pid=9186] ppid=9183 vsize=25004 CPUtime=0.69 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 1069 0 0 0 69 0 0 0 20 0 1 0 2846687 25604096 877 33554432000 4194304 6986860 140725839202736 140725839199432 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 877 701 682 0 254 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 25004

[startup+1.50023 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 9187
/proc/meminfo: memFree=32114436/32770688 swapFree=5804/122468
[pid=9186] ppid=9183 vsize=25004 CPUtime=1.49 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 1070 0 0 0 148 1 0 0 20 0 1 0 2846687 25604096 877 33554432000 4194304 6986860 140725839202736 140725839198264 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 877 701 682 0 254 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 25004

[startup+3.10023 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 9187
/proc/meminfo: memFree=32113940/32770688 swapFree=5804/122472
[pid=9186] ppid=9183 vsize=25004 CPUtime=3.09 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 1212 0 0 0 308 1 0 0 20 0 1 0 2846687 25604096 916 33554432000 4194304 6986860 140725839202736 140725839198264 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 916 706 682 0 254 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 25004

[startup+6.30023 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 9187
/proc/meminfo: memFree=32113940/32770688 swapFree=5804/122472
[pid=9186] ppid=9183 vsize=25004 CPUtime=6.29 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 1362 0 0 0 627 2 0 0 20 0 1 0 2846687 25604096 916 33554432000 4194304 6986860 140725839202736 140725839198264 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 916 706 682 0 254 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 25004

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 9187
/proc/meminfo: memFree=32113568/32770688 swapFree=5804/122492
[pid=9186] ppid=9183 vsize=25004 CPUtime=12.69 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 1511 0 0 0 1263 6 0 0 20 0 1 0 2846687 25604096 917 33554432000 4194304 6986860 140725839202736 140725839198088 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 917 706 682 0 254 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 25004

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 9187
/proc/meminfo: memFree=32113568/32770688 swapFree=5804/122504
[pid=9186] ppid=9183 vsize=25004 CPUtime=25.49 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 1804 0 0 0 2538 11 0 0 20 0 1 0 2846687 25604096 917 33554432000 4194304 6986860 140725839202736 140725839198088 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 917 706 682 0 254 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 25004

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 9248
/proc/meminfo: memFree=32088636/32770688 swapFree=5804/122564
[pid=9186] ppid=9183 vsize=25004 CPUtime=51.09 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 1966 0 0 0 5088 21 0 0 20 0 1 0 2846687 25604096 917 33554432000 4194304 6986860 140725839202736 140725839198264 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 917 706 682 0 254 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 25004

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 9249
/proc/meminfo: memFree=32088636/32770688 swapFree=5804/122608
[pid=9186] ppid=9183 vsize=25004 CPUtime=102.3 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 2128 0 0 0 10192 38 0 0 20 0 1 0 2846687 25604096 918 33554432000 4194304 6986860 140725839202736 140725839198264 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 918 706 682 0 254 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 25004

[startup+162.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/182 9314
/proc/meminfo: memFree=32102488/32770688 swapFree=5804/122684
[pid=9186] ppid=9183 vsize=25004 CPUtime=162.31 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 2290 0 0 0 16171 60 0 0 20 0 1 0 2846687 25604096 918 33554432000 4194304 6986860 140725839202736 140725839198088 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 918 706 682 0 254 0
Current children cumulated CPU time (s) 162.31
Current children cumulated vsize (KiB) 25004

[startup+222.306 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 9378
/proc/meminfo: memFree=32097028/32770688 swapFree=5804/122784
[pid=9186] ppid=9183 vsize=25004 CPUtime=222.31 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 2448 0 0 0 22154 77 0 0 20 0 1 0 2846687 25604096 918 33554432000 4194304 6986860 140725839202736 140725839198088 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 918 706 682 0 254 0
Current children cumulated CPU time (s) 222.31
Current children cumulated vsize (KiB) 25004

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 9379
/proc/meminfo: memFree=32097152/32770688 swapFree=5804/122816
[pid=9186] ppid=9183 vsize=25004 CPUtime=282.32 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 2448 0 0 0 28139 93 0 0 20 0 1 0 2846687 25604096 918 33554432000 4194304 6986860 140725839202736 140725839198088 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 918 706 682 0 254 0
Current children cumulated CPU time (s) 282.32
Current children cumulated vsize (KiB) 25004

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 9380
/proc/meminfo: memFree=32098028/32770688 swapFree=5804/122844
[pid=9186] ppid=9183 vsize=25004 CPUtime=342.31 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 2606 0 0 0 34119 112 0 0 20 0 1 0 2846687 25604096 919 33554432000 4194304 6986860 140725839202736 140725839198264 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 919 706 682 0 254 0
Current children cumulated CPU time (s) 342.31
Current children cumulated vsize (KiB) 25004

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 9381
/proc/meminfo: memFree=32098120/32770688 swapFree=5804/122880
[pid=9186] ppid=9183 vsize=25004 CPUtime=402.33 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 2613 0 0 0 40100 133 0 0 20 0 1 0 2846687 25604096 919 33554432000 4194304 6986860 140725839202736 140725839198264 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 919 706 682 0 254 0
Current children cumulated CPU time (s) 402.33
Current children cumulated vsize (KiB) 25004

[startup+462.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/182 9389
/proc/meminfo: memFree=32097360/32770688 swapFree=5804/122936
[pid=9186] ppid=9183 vsize=25004 CPUtime=462.33 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 2775 0 0 0 46080 153 0 0 20 0 1 0 2846687 25604096 919 33554432000 4194304 6986860 140725839202736 140725839198088 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 919 706 682 0 254 0
Current children cumulated CPU time (s) 462.33
Current children cumulated vsize (KiB) 25004

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 9454
/proc/meminfo: memFree=32113624/32770688 swapFree=5804/123008
[pid=9186] ppid=9183 vsize=25004 CPUtime=522.34 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 2776 0 0 0 52059 175 0 0 20 0 1 0 2846687 25604096 919 33554432000 4194304 6986860 140725839202736 140725839198264 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 919 706 682 0 254 0
Current children cumulated CPU time (s) 522.34
Current children cumulated vsize (KiB) 25004

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 9455
/proc/meminfo: memFree=32113368/32770688 swapFree=5804/123060
[pid=9186] ppid=9183 vsize=25004 CPUtime=582.34 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 2934 0 0 0 58038 196 0 0 20 0 1 0 2846687 25604096 919 33554432000 4194304 6986860 140725839202736 140725839198088 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 919 706 682 0 254 0
Current children cumulated CPU time (s) 582.34
Current children cumulated vsize (KiB) 25004


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


[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 9519
/proc/meminfo: memFree=32112044/32770688 swapFree=5804/124040
[pid=9186] ppid=9183 vsize=25004 CPUtime=1542.43 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 4215 0 0 0 153761 482 0 0 20 0 1 0 2846687 25604096 921 33554432000 4194304 6986860 140725839202736 140725839198088 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 921 706 682 0 254 0
Current children cumulated CPU time (s) 1542.43
Current children cumulated vsize (KiB) 25004

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 9521
/proc/meminfo: memFree=32111448/32770688 swapFree=5804/124076
[pid=9186] ppid=9183 vsize=25004 CPUtime=1602.43 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 4216 0 0 0 159741 502 0 0 20 0 1 0 2846687 25604096 921 33554432000 4194304 6986860 140725839202736 140725839198264 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 921 706 682 0 254 0
Current children cumulated CPU time (s) 1602.43
Current children cumulated vsize (KiB) 25004

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 9531
/proc/meminfo: memFree=32111076/32770688 swapFree=5804/124112
[pid=9186] ppid=9183 vsize=25004 CPUtime=1662.43 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 4376 0 0 0 165723 520 0 0 20 0 1 0 2846687 25604096 921 33554432000 4194304 6986860 140725839202736 140725839198088 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 921 706 682 0 254 0
Current children cumulated CPU time (s) 1662.43
Current children cumulated vsize (KiB) 25004

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 9532
/proc/meminfo: memFree=32111284/32770688 swapFree=5804/124140
[pid=9186] ppid=9183 vsize=25004 CPUtime=1722.44 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 4377 0 0 0 171706 538 0 0 20 0 1 0 2846687 25604096 921 33554432000 4194304 6986860 140725839202736 140725839198264 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 921 706 682 0 254 0
Current children cumulated CPU time (s) 1722.44
Current children cumulated vsize (KiB) 25004

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 9533
/proc/meminfo: memFree=32110904/32770688 swapFree=5804/124176
[pid=9186] ppid=9183 vsize=25004 CPUtime=1782.45 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 4537 0 0 0 177689 556 0 0 20 0 1 0 2846687 25604096 921 33554432000 4194304 6986860 140725839202736 140725839198264 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 921 706 682 0 254 0
Current children cumulated CPU time (s) 1782.45
Current children cumulated vsize (KiB) 25004

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 9534
/proc/meminfo: memFree=32111028/32770688 swapFree=5804/124200
[pid=9186] ppid=9183 vsize=25004 CPUtime=1842.45 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 4538 0 0 0 183670 575 0 0 20 0 1 0 2846687 25604096 921 33554432000 4194304 6986860 140725839202736 140725839198088 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 921 706 682 0 254 0
Current children cumulated CPU time (s) 1842.45
Current children cumulated vsize (KiB) 25004

[startup+1902.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/183 9535
/proc/meminfo: memFree=32111400/32770688 swapFree=5804/124240
[pid=9186] ppid=9183 vsize=25004 CPUtime=1902.46 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 4699 0 0 0 189652 594 0 0 20 0 1 0 2846687 25604096 921 33554432000 4194304 6986860 140725839202736 140725839198088 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 921 706 682 0 254 0
Current children cumulated CPU time (s) 1902.46
Current children cumulated vsize (KiB) 25004

[startup+1962.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 9536
/proc/meminfo: memFree=32111532/32770688 swapFree=5804/124264
[pid=9186] ppid=9183 vsize=25004 CPUtime=1962.46 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 4699 0 0 0 195633 613 0 0 20 0 1 0 2846687 25604096 921 33554432000 4194304 6986860 140725839202736 140725839198264 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 921 706 682 0 254 0
Current children cumulated CPU time (s) 1962.46
Current children cumulated vsize (KiB) 25004

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 9537
/proc/meminfo: memFree=32111372/32770688 swapFree=5804/124296
[pid=9186] ppid=9183 vsize=25004 CPUtime=2022.46 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 4860 0 0 0 201620 626 0 0 20 0 1 0 2846687 25604096 921 33554432000 4194304 6986860 140725839202736 140725839198264 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 921 706 682 0 254 0
Current children cumulated CPU time (s) 2022.46
Current children cumulated vsize (KiB) 25004

[startup+2082.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/182 9538
/proc/meminfo: memFree=32111620/32770688 swapFree=5804/124328
[pid=9186] ppid=9183 vsize=25004 CPUtime=2082.47 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 4860 0 0 0 207605 642 0 0 20 0 1 0 2846687 25604096 921 33554432000 4194304 6986860 140725839202736 140725839198264 5438231 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 921 706 682 0 254 0
Current children cumulated CPU time (s) 2082.47
Current children cumulated vsize (KiB) 25004

[startup+2142.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/182 9539
/proc/meminfo: memFree=32111464/32770688 swapFree=5804/124360
[pid=9186] ppid=9183 vsize=25004 CPUtime=2142.47 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 5021 0 0 0 213589 658 0 0 20 0 1 0 2846687 25604096 921 33554432000 4194304 6986860 140725839202736 140725839198264 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 921 706 682 0 254 0
Current children cumulated CPU time (s) 2142.47
Current children cumulated vsize (KiB) 25004

[startup+2202.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 9540
/proc/meminfo: memFree=32110884/32770688 swapFree=5804/124396
[pid=9186] ppid=9183 vsize=25004 CPUtime=2202.48 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 5021 0 0 0 219574 674 0 0 20 0 1 0 2846687 25604096 921 33554432000 4194304 6986860 140725839202736 140725839198088 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 921 706 682 0 254 0
Current children cumulated CPU time (s) 2202.48
Current children cumulated vsize (KiB) 25004

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 9549
/proc/meminfo: memFree=32111056/32770688 swapFree=5804/124440
[pid=9186] ppid=9183 vsize=25004 CPUtime=2262.49 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 5182 0 0 0 225557 692 0 0 20 0 1 0 2846687 25604096 921 33554432000 4194304 6986860 140725839202736 140725839198088 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 921 706 682 0 254 0
Current children cumulated CPU time (s) 2262.49
Current children cumulated vsize (KiB) 25004

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 9550
/proc/meminfo: memFree=32111172/32770688 swapFree=5804/124464
[pid=9186] ppid=9183 vsize=25004 CPUtime=2322.49 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 5182 0 0 0 231542 707 0 0 20 0 1 0 2846687 25604096 921 33554432000 4194304 6986860 140725839202736 140725839198088 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 921 706 682 0 254 0
Current children cumulated CPU time (s) 2322.49
Current children cumulated vsize (KiB) 25004

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 9551
/proc/meminfo: memFree=32110744/32770688 swapFree=5804/124500
[pid=9186] ppid=9183 vsize=25004 CPUtime=2382.49 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 5343 0 0 0 237527 722 0 0 20 0 1 0 2846687 25604096 921 33554432000 4194304 6986860 140725839202736 140725839198264 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 921 706 682 0 254 0
Current children cumulated CPU time (s) 2382.49
Current children cumulated vsize (KiB) 25004



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 9551
/proc/meminfo: memFree=32110868/32770688 swapFree=5804/124508
[pid=9186] ppid=9183 vsize=25004 CPUtime=2400.09 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 5343 0 0 0 239284 725 0 0 20 0 1 0 2846687 25604096 921 33554432000 4194304 6986860 140725839202736 140725839198088 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 921 706 682 0 254 0
Current children cumulated CPU time (s) 2400.09
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 9186 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2399.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 9551
/proc/meminfo: memFree=32110868/32770688 swapFree=5804/124508
[pid=9186] ppid=9183 vsize=25004 CPUtime=2400.09 cores=1,3,5,7
/proc/9186/stat : 9186 (naxos-xcsp3) R 9183 9186 3529 0 -1 4202496 5343 0 0 0 239284 725 0 0 20 0 1 0 2846687 25604096 921 33554432000 4194304 6986860 140725839202736 140725839198088 140456024809852 0 0 4096 16384 0 0 0 17 1 0 0 0 0 0 9087712 9120176 34848768 140725839209742 140725839209823 140725839209823 140725839212522 0
/proc/9186/statm: 6251 921 706 682 0 254 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 25004

Child status: 0
Real time (s): 2399.9
CPU time (s): 2400.11
CPU user time (s): 2392.85
CPU system time (s): 7.25963
CPU usage (%): 100.009
Max. virtual memory (cumulated for all children) (KiB): 25004

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2392.85
system time used= 7.25963
maximum resident set size= 3704
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 5371
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= 620

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.68956 second user time and 8.90435 second system time

The end

Launcher Data

Begin job on node144 at 2017-07-24 23:43:08
IDJOB=4253441
IDBENCH=135675
IDSOLVER=2634
FILE ID=node144/4253441-1500932588
RUNJOBID= node144-1500914920-3561
PBS_JOBID= 20625402
Free space on /tmp= 61972 MiB

SOLVER NAME= Naxos 1.1.0
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n20/TravellingSalesman-20-30-18.xml
COMMAND LINE= ./naxos-xcsp3 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4253441-1500932588/watcher-4253441-1500932588 -o /tmp/evaluation-result-4253441-1500932588/solver-4253441-1500932588 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node144-1500914920-3561 --watchdog 2560  ./naxos-xcsp3 HOME/instance-4253441-1500932588.xml

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

MD5SUM BENCH= 42f1d058d9b6109346b78f68a037a5c1
RANDOM SEED=1046261763

node144.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		: 2667.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.16
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		: 2667.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		: 2667.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.16
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		: 2667.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		: 2667.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.16
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		: 2667.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		: 2667.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.16
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		: 2667.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:       32770688 kB
MemFree:        32115628 kB
MemAvailable:   32061116 kB
Buffers:           36212 kB
Cached:           224160 kB
SwapCached:            0 kB
Active:           173880 kB
Inactive:         131076 kB
Active(anon):      47768 kB
Inactive(anon):     8620 kB
Active(file):     126112 kB
Inactive(file):   122456 kB
Unevictable:        5804 kB
Mlocked:            5804 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2768 kB
Writeback:             0 kB
AnonPages:         50728 kB
Mapped:            29740 kB
Shmem:              8848 kB
Slab:              50092 kB
SReclaimable:      25512 kB
SUnreclaim:        24580 kB
KernelStack:        3248 kB
PageTables:         4380 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494204 kB
Committed_AS:     284228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350212 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:      112064 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61968 MiB
End job on node144 at 2017-07-25 00:23:08