Trace number 4253484

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerCPU timeWall clock time
Naxos 1.1.0SAT 1833.55 1833.58

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-xcsp2-s20a4/
TravellingSalesman-4-20-727-a4_X2.xml
MD5SUMfeda79726080e93715556435cff6944b
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark18.608999
Satisfiable
(Un)Satisfiability was proved
Number of variables61
Number of constraints228
Number of domains5
Minimum domain size1
Maximum domain size1001
Distribution of domain sizes[{"size":1,"count":2},{"size":20,"count":20},{"size":216,"count":19},{"size":1001,"count":20}]
Minimum variable degree1
Maximum variable degree208
Distribution of variable degrees[{"degree":1,"count":2},{"degree":2,"count":37},{"degree":19,"count":1},{"degree":20,"count":18},{"degree":37,"count":1},{"degree":190,"count":1},{"degree":208,"count":1}]
Minimum constraint arity2
Maximum constraint arity4
Distribution of constraint arities[{"arity":2,"count":1},{"arity":3,"count":20},{"arity":4,"count":207}]
Number of extensional constraints228
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":228}]
Optimization problemNO
Type of objective

Solver Data

1833.46/1833.57	s SATISFIABLE
1833.46/1833.57	v <instantiation>
1833.46/1833.57	v   <list> w3 w4 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] y[0] y[1] y[2] y[3] y[4] y[5] y[6] y[7] y[8] y[9] y[10] y[11] y[12] y[13] y[14] y[15] y[16] y[17] y[18] y[19] z[0] z[1] z[2] z[3] z[4] z[5] z[6] z[7] z[8] z[9] z[10] z[11] z[12] z[13] z[14] z[15] z[16] z[17] z[18] </list>
1833.46/1833.57	v   <values> 215 0 19 13 5 9 10 2 8 1 7 12 18 14 11 6 3 20 15 16 17 4 21 3 6 1 23 4 28 12 27 8 12 13 4 23 5 9 3 5 4 4 24 30 31 54 58 86 98 125 133 145 158 162 185 190 199 202 207 211 215 </values>
1833.46/1833.57	v </instantiation>

Verifier Data

OK	

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4253484-1500934353/watcher-4253484-1500934353 -o /tmp/evaluation-result-4253484-1500934353/solver-4253484-1500934353 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500914921-3378 --watchdog 2560 ./naxos-xcsp3 HOME/instance-4253484-1500934353.xml 

pid=8058
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.00 2.01 2.05 3/181 8061
/proc/meminfo: memFree=32096264/32770624 swapFree=5736/131324
[pid=8061] ppid=8058 vsize=24620 CPUtime=0 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 916 0 0 0 0 0 0 0 20 0 1 0 2988034 25210880 755 33554432000 4194304 6986860 140725927407808 140725927404504 5731735 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 6155 755 659 682 0 158 0

[startup+0.100218 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 8061
/proc/meminfo: memFree=32096264/32770624 swapFree=5736/131324
[pid=8061] ppid=8058 vsize=39812 CPUtime=0.09 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 4839 0 0 0 9 0 0 0 20 0 1 0 2988034 40767488 4476 33554432000 4194304 6986860 140725927407808 140725927404504 139974417329125 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 10004 4542 667 682 0 4007 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 39812

[startup+0.200438 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 8061
/proc/meminfo: memFree=32096264/32770624 swapFree=5736/131324
[pid=8061] ppid=8058 vsize=57116 CPUtime=0.19 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 9365 0 0 0 18 1 0 0 20 0 1 0 2988034 58486784 8887 33554432000 4194304 6986860 140725927407808 140725927404504 5503023 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 14279 8887 677 682 0 8282 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 57116

[startup+0.300384 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 8061
/proc/meminfo: memFree=32096264/32770624 swapFree=5736/131324
[pid=8061] ppid=8058 vsize=62000 CPUtime=0.29 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 10599 0 0 0 28 1 0 0 20 0 1 0 2988034 63488000 10140 33554432000 4194304 6986860 140725927407808 140725927404504 5453904 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 15500 10140 715 682 0 9503 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 62000

[startup+0.700359 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 8061
/proc/meminfo: memFree=32096264/32770624 swapFree=5736/131324
[pid=8061] ppid=8058 vsize=71772 CPUtime=0.69 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 13041 0 0 0 68 1 0 0 20 0 1 0 2988034 73494528 12582 33554432000 4194304 6986860 140725927407808 140725927400488 5438351 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17943 12582 715 682 0 11946 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 71772

[startup+1.50034 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8062
/proc/meminfo: memFree=32048528/32770624 swapFree=5736/131376
[pid=8061] ppid=8058 vsize=71772 CPUtime=1.49 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 13042 0 0 0 148 1 0 0 20 0 1 0 2988034 73494528 12582 33554432000 4194304 6986860 140725927407808 140725927403336 5438317 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17943 12582 715 682 0 11946 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 71772

[startup+3.10034 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8062
/proc/meminfo: memFree=32048032/32770624 swapFree=5736/131376
[pid=8061] ppid=8058 vsize=71772 CPUtime=3.09 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 24873 0 0 0 307 2 0 0 20 0 1 0 2988034 73494528 12608 33554432000 4194304 6986860 140725927407808 140725927403336 5438127 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17943 12608 730 682 0 11946 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 71772

[startup+6.30036 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8062
/proc/meminfo: memFree=32047628/32770624 swapFree=5736/131376
[pid=8061] ppid=8058 vsize=71772 CPUtime=6.29 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 36709 0 0 0 627 2 0 0 20 0 1 0 2988034 73494528 12612 33554432000 4194304 6986860 140725927407808 140725927403336 5437950 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17943 12612 730 682 0 11946 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 71772

[startup+12.7004 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8062
/proc/meminfo: memFree=32047348/32770624 swapFree=5736/131384
[pid=8061] ppid=8058 vsize=71772 CPUtime=12.69 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 48551 0 0 0 1266 3 0 0 20 0 1 0 2988034 73494528 12614 33554432000 4194304 6986860 140725927407808 140725927403160 5438017 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17943 12614 730 682 0 11946 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 71772

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8062
/proc/meminfo: memFree=32047596/32770624 swapFree=5736/131400
[pid=8061] ppid=8058 vsize=71772 CPUtime=25.48 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 72247 0 0 0 2545 3 0 0 20 0 1 0 2988034 73494528 12627 33554432000 4194304 6986860 140725927407808 140725927403336 5437973 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17943 12627 730 682 0 11946 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 71772

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8062
/proc/meminfo: memFree=32046240/32770624 swapFree=5736/131416
[pid=8061] ppid=8058 vsize=71772 CPUtime=51.09 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 83074 0 0 0 5105 4 0 0 20 0 1 0 2988034 73494528 12638 33554432000 4194304 6986860 140725927407808 140725927403160 5437954 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17943 12638 730 682 0 11946 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 71772

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8063
/proc/meminfo: memFree=32045976/32770624 swapFree=5736/131440
[pid=8061] ppid=8058 vsize=71904 CPUtime=102.3 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 83731 0 0 0 10225 5 0 0 20 0 1 0 2988034 73629696 12658 33554432000 4194304 6986860 140725927407808 140725927403336 5438384 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12658 730 682 0 11979 0
Current children cumulated CPU time (s) 102.3
Current children cumulated vsize (KiB) 71904

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 8064
/proc/meminfo: memFree=32047816/32770624 swapFree=5736/131472
[pid=8061] ppid=8058 vsize=71904 CPUtime=162.28 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 84374 0 0 0 16223 5 0 0 20 0 1 0 2988034 73629696 12664 33554432000 4194304 6986860 140725927407808 140725927403336 5438235 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12664 730 682 0 11979 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 71904

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8066
/proc/meminfo: memFree=32047036/32770624 swapFree=5736/131508
[pid=8061] ppid=8058 vsize=71904 CPUtime=222.29 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 85014 0 0 0 22223 6 0 0 20 0 1 0 2988034 73629696 12664 33554432000 4194304 6986860 140725927407808 140725927403160 5438127 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12664 730 682 0 11979 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 71904

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8067
/proc/meminfo: memFree=32047476/32770624 swapFree=5736/131536
[pid=8061] ppid=8058 vsize=71904 CPUtime=282.29 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 85654 0 0 0 28223 6 0 0 20 0 1 0 2988034 73629696 12664 33554432000 4194304 6986860 140725927407808 140725927403336 5438190 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12664 730 682 0 11979 0
Current children cumulated CPU time (s) 282.29
Current children cumulated vsize (KiB) 71904

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8068
/proc/meminfo: memFree=32047212/32770624 swapFree=5736/131564
[pid=8061] ppid=8058 vsize=71904 CPUtime=342.28 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 86294 0 0 0 34222 6 0 0 20 0 1 0 2988034 73629696 12664 33554432000 4194304 6986860 140725927407808 140725927403336 5438017 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12664 730 682 0 11979 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 71904

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8069
/proc/meminfo: memFree=32047036/32770624 swapFree=5736/131592
[pid=8061] ppid=8058 vsize=71904 CPUtime=402.28 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 86934 0 0 0 40222 6 0 0 20 0 1 0 2988034 73629696 12664 33554432000 4194304 6986860 140725927407808 140725927403336 5473976 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12664 730 682 0 11979 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 71904

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8077
/proc/meminfo: memFree=32046784/32770624 swapFree=5736/131628
[pid=8061] ppid=8058 vsize=71904 CPUtime=462.28 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 87574 0 0 0 46222 6 0 0 20 0 1 0 2988034 73629696 12664 33554432000 4194304 6986860 140725927407808 140725927403336 5438453 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12664 730 682 0 11979 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 71904

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8078
/proc/meminfo: memFree=32046908/32770624 swapFree=5736/131668
[pid=8061] ppid=8058 vsize=71904 CPUtime=522.28 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 88214 0 0 0 52221 7 0 0 20 0 1 0 2988034 73629696 12664 33554432000 4194304 6986860 140725927407808 140725927403336 5438453 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12664 730 682 0 11979 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 71904

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 4/182 8079
/proc/meminfo: memFree=32046660/32770624 swapFree=5736/131696
[pid=8061] ppid=8058 vsize=71904 CPUtime=582.28 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 88857 0 0 0 58221 7 0 0 20 0 1 0 2988034 73629696 12664 33554432000 4194304 6986860 140725927407808 140725927403336 5438250 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12664 730 682 0 11979 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 71904


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

/proc/loadavg: 2.01 2.02 2.05 3/182 8100
/proc/meminfo: memFree=32046700/32770624 swapFree=5736/132080
[pid=8061] ppid=8058 vsize=71904 CPUtime=1302.27 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 96475 0 0 0 130217 10 0 0 20 0 1 0 2988034 73629696 12664 33554432000 4194304 6986860 140725927407808 140725927403336 5473968 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12664 730 682 0 11979 0
Current children cumulated CPU time (s) 1302.27
Current children cumulated vsize (KiB) 71904

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8101
/proc/meminfo: memFree=32046824/32770624 swapFree=5736/132108
[pid=8061] ppid=8058 vsize=71904 CPUtime=1362.27 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 97115 0 0 0 136217 10 0 0 20 0 1 0 2988034 73629696 12664 33554432000 4194304 6986860 140725927407808 140725927403336 5438344 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12664 730 682 0 11979 0
Current children cumulated CPU time (s) 1362.27
Current children cumulated vsize (KiB) 71904

[startup+1422.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/182 8102
/proc/meminfo: memFree=32046664/32770624 swapFree=5736/132144
[pid=8061] ppid=8058 vsize=71904 CPUtime=1422.27 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 97755 0 0 0 142217 10 0 0 20 0 1 0 2988034 73629696 12664 33554432000 4194304 6986860 140725927407808 140725927403336 5473976 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12664 730 682 0 11979 0
Current children cumulated CPU time (s) 1422.27
Current children cumulated vsize (KiB) 71904

[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 8103
/proc/meminfo: memFree=32046628/32770624 swapFree=5736/132176
[pid=8061] ppid=8058 vsize=71904 CPUtime=1482.27 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 98396 0 0 0 148216 11 0 0 20 0 1 0 2988034 73629696 12664 33554432000 4194304 6986860 140725927407808 140725927403160 5473976 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12664 730 682 0 11979 0
Current children cumulated CPU time (s) 1482.27
Current children cumulated vsize (KiB) 71904

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 8104
/proc/meminfo: memFree=32046468/32770624 swapFree=5736/132204
[pid=8061] ppid=8058 vsize=71904 CPUtime=1542.27 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 99038 0 0 0 154216 11 0 0 20 0 1 0 2988034 73629696 12666 33554432000 4194304 6986860 140725927407808 140725927403336 5437958 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12666 730 682 0 11979 0
Current children cumulated CPU time (s) 1542.27
Current children cumulated vsize (KiB) 71904

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8105
/proc/meminfo: memFree=32046564/32770624 swapFree=5736/132232
[pid=8061] ppid=8058 vsize=71904 CPUtime=1602.26 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 99611 0 0 0 160215 11 0 0 20 0 1 0 2988034 73629696 12666 33554432000 4194304 6986860 140725927407808 140725927403336 5437950 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12666 730 682 0 11979 0
Current children cumulated CPU time (s) 1602.26
Current children cumulated vsize (KiB) 71904

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8113
/proc/meminfo: memFree=32045388/32770624 swapFree=5736/132268
[pid=8061] ppid=8058 vsize=71904 CPUtime=1662.26 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 100317 0 0 0 166215 11 0 0 20 0 1 0 2988034 73629696 12666 33554432000 4194304 6986860 140725927407808 140725927403336 5438178 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12666 730 682 0 11979 0
Current children cumulated CPU time (s) 1662.26
Current children cumulated vsize (KiB) 71904

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8114
/proc/meminfo: memFree=32045884/32770624 swapFree=5736/132304
[pid=8061] ppid=8058 vsize=71904 CPUtime=1722.26 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 100957 0 0 0 172214 12 0 0 20 0 1 0 2988034 73629696 12666 33554432000 4194304 6986860 140725927407808 140725927403160 5438178 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12666 730 682 0 11979 0
Current children cumulated CPU time (s) 1722.26
Current children cumulated vsize (KiB) 71904

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8115
/proc/meminfo: memFree=32046096/32770624 swapFree=5736/132332
[pid=8061] ppid=8058 vsize=71904 CPUtime=1782.26 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 101597 0 0 0 178214 12 0 0 20 0 1 0 2988034 73629696 12666 33554432000 4194304 6986860 140725927407808 140725927403336 5438325 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12666 730 682 0 11979 0
Current children cumulated CPU time (s) 1782.26
Current children cumulated vsize (KiB) 71904

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

[startup+1792.01 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8115
/proc/meminfo: memFree=32046220/32770624 swapFree=5736/132336
[pid=8061] ppid=8058 vsize=71904 CPUtime=1791.97 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 101597 0 0 0 179185 12 0 0 20 0 1 0 2988034 73629696 12666 33554432000 4194304 6986860 140725927407808 140725927403160 5437950 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12666 730 682 0 11979 0
Current children cumulated CPU time (s) 1791.97
Current children cumulated vsize (KiB) 71904

[startup+1817.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8116
/proc/meminfo: memFree=32045964/32770624 swapFree=5736/132364
[pid=8061] ppid=8058 vsize=71904 CPUtime=1817.56 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 102117 0 0 0 181744 12 0 0 20 0 1 0 2988034 73629696 12666 33554432000 4194304 6986860 140725927407808 140725927403336 5438332 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12666 730 682 0 11979 0
Current children cumulated CPU time (s) 1817.56
Current children cumulated vsize (KiB) 71904

[startup+1824 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8116
/proc/meminfo: memFree=32046088/32770624 swapFree=5736/132364
[pid=8061] ppid=8058 vsize=71904 CPUtime=1823.96 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 102117 0 0 0 182384 12 0 0 20 0 1 0 2988034 73629696 12666 33554432000 4194304 6986860 140725927407808 140725927403160 5437958 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12666 730 682 0 11979 0
Current children cumulated CPU time (s) 1823.96
Current children cumulated vsize (KiB) 71904

[startup+1830.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8116
/proc/meminfo: memFree=32046088/32770624 swapFree=5736/132364
[pid=8061] ppid=8058 vsize=71904 CPUtime=1830.37 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 102117 0 0 0 183025 12 0 0 20 0 1 0 2988034 73629696 12666 33554432000 4194304 6986860 140725927407808 140725927403160 5474320 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12666 730 682 0 11979 0
Current children cumulated CPU time (s) 1830.37
Current children cumulated vsize (KiB) 71904

[startup+1832 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8116
/proc/meminfo: memFree=32046088/32770624 swapFree=5736/132364
[pid=8061] ppid=8058 vsize=71904 CPUtime=1831.96 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 102117 0 0 0 183184 12 0 0 20 0 1 0 2988034 73629696 12666 33554432000 4194304 6986860 140725927407808 140725927403336 5473968 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12666 730 682 0 11979 0
Current children cumulated CPU time (s) 1831.96
Current children cumulated vsize (KiB) 71904

[startup+1832.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8116
/proc/meminfo: memFree=32046088/32770624 swapFree=5736/132364
[pid=8061] ppid=8058 vsize=71904 CPUtime=1832.76 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 102117 0 0 0 183264 12 0 0 20 0 1 0 2988034 73629696 12666 33554432000 4194304 6986860 140725927407808 140725927403336 5437950 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12666 730 682 0 11979 0
Current children cumulated CPU time (s) 1832.76
Current children cumulated vsize (KiB) 71904

[startup+1833.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8116
/proc/meminfo: memFree=32046088/32770624 swapFree=5736/132364
[pid=8061] ppid=8058 vsize=71904 CPUtime=1833.16 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 102117 0 0 0 183304 12 0 0 20 0 1 0 2988034 73629696 12666 33554432000 4194304 6986860 140725927407808 140725927403336 5438175 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12666 730 682 0 11979 0
Current children cumulated CPU time (s) 1833.16
Current children cumulated vsize (KiB) 71904

[startup+1833.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8116
/proc/meminfo: memFree=32046088/32770624 swapFree=5736/132364
[pid=8061] ppid=8058 vsize=71904 CPUtime=1833.36 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 102117 0 0 0 183324 12 0 0 20 0 1 0 2988034 73629696 12666 33554432000 4194304 6986860 140725927407808 140725927403336 5438178 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12666 730 682 0 11979 0
Current children cumulated CPU time (s) 1833.36
Current children cumulated vsize (KiB) 71904

[startup+1833.5 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8116
/proc/meminfo: memFree=32046088/32770624 swapFree=5736/132364
[pid=8061] ppid=8058 vsize=71904 CPUtime=1833.46 cores=0,2,4,6
/proc/8061/stat : 8061 (naxos-xcsp3) R 8058 8061 3347 0 -1 4202496 102117 0 0 0 183334 12 0 0 20 0 1 0 2988034 73629696 12666 33554432000 4194304 6986860 140725927407808 140725927403336 5438178 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 11751424 140725927408910 140725927408991 140725927408991 140725927411690 0
/proc/8061/statm: 17976 12666 730 682 0 11979 0
Current children cumulated CPU time (s) 1833.46
Current children cumulated vsize (KiB) 71904

Child status: 0
Real time (s): 1833.58
CPU time (s): 1833.55
CPU user time (s): 1833.42
CPU system time (s): 0.122998
CPU usage (%): 99.9983
Max. virtual memory (cumulated for all children) (KiB): 71904

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1833.42
system time used= 0.122998
maximum resident set size= 50696
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 102146
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= 11
involuntary context switches= 2309

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.74019 second user time and 7.65587 second system time

The end

Launcher Data

Begin job on node117 at 2017-07-25 00:12:33
IDJOB=4253484
IDBENCH=135913
IDSOLVER=2634
FILE ID=node117/4253484-1500934353
RUNJOBID= node117-1500914921-3378
PBS_JOBID= 20625410
Free space on /tmp= 61884 MiB

SOLVER NAME= Naxos 1.1.0
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-xcsp2-s20a4/TravellingSalesman-4-20-727-a4_X2.xml
COMMAND LINE= ./naxos-xcsp3 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4253484-1500934353/watcher-4253484-1500934353 -o /tmp/evaluation-result-4253484-1500934353/solver-4253484-1500934353 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500914921-3378 --watchdog 2560  ./naxos-xcsp3 HOME/instance-4253484-1500934353.xml

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

MD5SUM BENCH= feda79726080e93715556435cff6944b
RANDOM SEED=1244753518

node117.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.58
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.58
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.58
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.58
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:        32096008 kB
MemAvailable:   32051532 kB
Buffers:           39916 kB
Cached:           230072 kB
SwapCached:            0 kB
Active:           183808 kB
Inactive:         140272 kB
Active(anon):      56772 kB
Inactive(anon):     8688 kB
Active(file):     127036 kB
Inactive(file):   131584 kB
Unevictable:        5736 kB
Mlocked:            5736 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3416 kB
Writeback:             0 kB
AnonPages:         72044 kB
Mapped:            29636 kB
Shmem:              8844 kB
Slab:              50744 kB
SReclaimable:      25480 kB
SUnreclaim:        25264 kB
KernelStack:        3280 kB
PageTables:         4816 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     291200 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     26624 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61880 MiB
End job on node117 at 2017-07-25 00:43:06