Trace number 4252366

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.0UNSAT 1274.88 1275.01

General information on the benchmark

NameQRandom/
QRandom-geometric-rw/geometric-50-20-d4-75-14.xml
MD5SUM80005f43209ae7ce669f7000fbe1f4f3
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark37.2659
Satisfiable
(Un)Satisfiability was proved
Number of variables50
Number of constraints447
Number of domains1
Minimum domain size20
Maximum domain size20
Distribution of domain sizes[{"size":20,"count":50}]
Minimum variable degree7
Maximum variable degree29
Distribution of variable degrees[{"degree":7,"count":1},{"degree":8,"count":4},{"degree":9,"count":1},{"degree":10,"count":7},{"degree":11,"count":2},{"degree":12,"count":2},{"degree":13,"count":1},{"degree":14,"count":2},{"degree":15,"count":2},{"degree":16,"count":3},{"degree":17,"count":1},{"degree":19,"count":1},{"degree":20,"count":2},{"degree":21,"count":1},{"degree":22,"count":1},{"degree":23,"count":3},{"degree":24,"count":1},{"degree":25,"count":5},{"degree":26,"count":2},{"degree":27,"count":4},{"degree":28,"count":2},{"degree":29,"count":2}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":447}]
Number of extensional constraints447
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":447}]
Optimization problemNO
Type of objective

Solver Data

1274.86/1275.01	s UNSATISFIABLE

Verifier Data


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-4252366-1500925360/watcher-4252366-1500925360 -o /tmp/evaluation-result-4252366-1500925360/solver-4252366-1500925360 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node115-1500915006-3507 --watchdog 2560 ./naxos-xcsp3 HOME/instance-4252366-1500925360.xml 

pid=5625
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.04 2.03 2.05 3/181 5628
/proc/meminfo: memFree=32077656/32770624 swapFree=5740/119848
[pid=5628] ppid=5625 vsize=25116 CPUtime=0 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 1066 0 0 0 0 0 0 0 20 0 1 0 2076008 25718784 897 33554432000 4194304 6986860 140722427858944 140722427855640 140596420463589 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 6279 897 668 682 0 282 0

[startup+0.100204 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 5628
/proc/meminfo: memFree=32077656/32770624 swapFree=5740/119848
[pid=5628] ppid=5625 vsize=45640 CPUtime=0.09 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 6209 0 0 0 8 1 0 0 20 0 1 0 2076008 46735360 6030 33554432000 4194304 6986860 140722427858944 140722427852472 140596420463589 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 11410 6030 670 682 0 5413 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45640

[startup+0.200429 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 5628
/proc/meminfo: memFree=32077656/32770624 swapFree=5740/119848
[pid=5628] ppid=5625 vsize=55428 CPUtime=0.19 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 8650 0 0 0 18 1 0 0 20 0 1 0 2076008 56758272 8494 33554432000 4194304 6986860 140722427858944 140722427852472 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8494 686 682 0 7860 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 55428

[startup+0.300439 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 5628
/proc/meminfo: memFree=32077656/32770624 swapFree=5740/119848
[pid=5628] ppid=5625 vsize=55428 CPUtime=0.29 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 8656 0 0 0 28 1 0 0 20 0 1 0 2076008 56758272 8494 33554432000 4194304 6986860 140722427858944 140722427852472 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8494 686 682 0 7860 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 55428

[startup+0.700356 s]
/proc/loadavg: 2.04 2.03 2.05 3/181 5628
/proc/meminfo: memFree=32077656/32770624 swapFree=5740/119848
[pid=5628] ppid=5625 vsize=55428 CPUtime=0.69 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 8656 0 0 0 68 1 0 0 20 0 1 0 2076008 56758272 8494 33554432000 4194304 6986860 140722427858944 140722427854296 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8494 686 682 0 7860 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 55428

[startup+1.50035 s]
/proc/loadavg: 2.04 2.03 2.05 3/182 5629
/proc/meminfo: memFree=32046432/32770624 swapFree=5740/119628
[pid=5628] ppid=5625 vsize=55428 CPUtime=1.49 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 8656 0 0 0 148 1 0 0 20 0 1 0 2076008 56758272 8494 33554432000 4194304 6986860 140722427858944 140722427854296 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8494 686 682 0 7860 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 55428

[startup+3.10035 s]
/proc/loadavg: 2.04 2.03 2.05 3/182 5629
/proc/meminfo: memFree=32045876/32770624 swapFree=5740/119868
[pid=5628] ppid=5625 vsize=55428 CPUtime=3.09 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 15540 0 0 0 307 2 0 0 20 0 1 0 2076008 56758272 8502 33554432000 4194304 6986860 140722427858944 140722427854472 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8502 686 682 0 7860 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 55428

[startup+6.30036 s]
/proc/loadavg: 2.03 2.03 2.05 3/182 5629
/proc/meminfo: memFree=32045780/32770624 swapFree=5740/119868
[pid=5628] ppid=5625 vsize=55428 CPUtime=6.29 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 22588 0 0 0 626 3 0 0 20 0 1 0 2076008 56758272 8504 33554432000 4194304 6986860 140722427858944 140722427854296 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8504 686 682 0 7860 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 55428

[startup+12.7004 s]
/proc/loadavg: 2.03 2.03 2.05 3/182 5629
/proc/meminfo: memFree=32045312/32770624 swapFree=5740/119876
[pid=5628] ppid=5625 vsize=55428 CPUtime=12.68 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 29705 0 0 0 1263 5 0 0 20 0 1 0 2076008 56758272 8505 33554432000 4194304 6986860 140722427858944 140722427854296 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8505 686 682 0 7860 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 55428

[startup+25.5004 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 5629
/proc/meminfo: memFree=32045312/32770624 swapFree=5740/119892
[pid=5628] ppid=5625 vsize=55428 CPUtime=25.48 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 43734 0 0 0 2538 10 0 0 20 0 1 0 2076008 56758272 8506 33554432000 4194304 6986860 140722427858944 140722427854472 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8506 686 682 0 7860 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 55428

[startup+51.1004 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 5629
/proc/meminfo: memFree=32044492/32770624 swapFree=5740/119900
[pid=5628] ppid=5625 vsize=55428 CPUtime=51.08 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 50854 0 0 0 5089 19 0 0 20 0 1 0 2076008 56758272 8506 33554432000 4194304 6986860 140722427858944 140722427854472 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8506 686 682 0 7860 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 55428

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 5630
/proc/meminfo: memFree=32045128/32770624 swapFree=5740/119940
[pid=5628] ppid=5625 vsize=55428 CPUtime=102.27 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 51476 0 0 0 10187 40 0 0 20 0 1 0 2076008 56758272 8506 33554432000 4194304 6986860 140722427858944 140722427854296 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8506 686 682 0 7860 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 55428

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 5631
/proc/meminfo: memFree=32045172/32770624 swapFree=5740/119964
[pid=5628] ppid=5625 vsize=55428 CPUtime=162.26 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 52093 0 0 0 16163 63 0 0 20 0 1 0 2076008 56758272 8506 33554432000 4194304 6986860 140722427858944 140722427854296 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8506 686 682 0 7860 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 55428

[startup+222.306 s]
/proc/loadavg: 2.06 2.03 2.05 3/182 5632
/proc/meminfo: memFree=32045056/32770624 swapFree=5740/119996
[pid=5628] ppid=5625 vsize=55428 CPUtime=222.26 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 52707 0 0 0 22141 85 0 0 20 0 1 0 2076008 56758272 8508 33554432000 4194304 6986860 140722427858944 140722427854472 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8508 686 682 0 7860 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 55428

[startup+282.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 5633
/proc/meminfo: memFree=32045332/32770624 swapFree=5740/120024
[pid=5628] ppid=5625 vsize=55428 CPUtime=282.25 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 53322 0 0 0 28117 108 0 0 20 0 1 0 2076008 56758272 8508 33554432000 4194304 6986860 140722427858944 140722427854296 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8508 686 682 0 7860 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 55428

[startup+342.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 5634
/proc/meminfo: memFree=32044896/32770624 swapFree=5740/120056
[pid=5628] ppid=5625 vsize=55428 CPUtime=342.24 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 53937 0 0 0 34094 130 0 0 20 0 1 0 2076008 56758272 8508 33554432000 4194304 6986860 140722427858944 140722427854472 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8508 686 682 0 7860 0
Current children cumulated CPU time (s) 342.24
Current children cumulated vsize (KiB) 55428

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 5635
/proc/meminfo: memFree=32045020/32770624 swapFree=5740/120088
[pid=5628] ppid=5625 vsize=55428 CPUtime=402.24 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 54553 0 0 0 40070 154 0 0 20 0 1 0 2076008 56758272 8508 33554432000 4194304 6986860 140722427858944 140722427854472 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8508 686 682 0 7860 0
Current children cumulated CPU time (s) 402.24
Current children cumulated vsize (KiB) 55428

[startup+462.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/182 5643
/proc/meminfo: memFree=32044292/32770624 swapFree=5740/120124
[pid=5628] ppid=5625 vsize=55428 CPUtime=462.23 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 55168 0 0 0 46045 178 0 0 20 0 1 0 2076008 56758272 8508 33554432000 4194304 6986860 140722427858944 140722427854472 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8508 686 682 0 7860 0
Current children cumulated CPU time (s) 462.23
Current children cumulated vsize (KiB) 55428

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 5644
/proc/meminfo: memFree=32044708/32770624 swapFree=5720/120156
[pid=5628] ppid=5625 vsize=55428 CPUtime=522.23 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 55787 0 0 0 52022 201 0 0 20 0 1 0 2076008 56758272 8508 33554432000 4194304 6986860 140722427858944 140722427854296 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8508 686 682 0 7860 0
Current children cumulated CPU time (s) 522.23
Current children cumulated vsize (KiB) 55428

[startup+582.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 5645
/proc/meminfo: memFree=32044868/32770624 swapFree=5716/120184
[pid=5628] ppid=5625 vsize=55428 CPUtime=582.22 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 56402 0 0 0 57998 224 0 0 20 0 1 0 2076008 56758272 8510 33554432000 4194304 6986860 140722427858944 140722427854472 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8510 686 682 0 7860 0
Current children cumulated CPU time (s) 582.22
Current children cumulated vsize (KiB) 55428


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

/proc/loadavg: 2.00 2.01 2.05 3/182 5646
/proc/meminfo: memFree=32045084/32770624 swapFree=5716/120220
[pid=5628] ppid=5625 vsize=55428 CPUtime=642.21 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 57022 0 0 0 63975 246 0 0 20 0 1 0 2076008 56758272 8510 33554432000 4194304 6986860 140722427858944 140722427854296 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8510 686 682 0 7860 0
Current children cumulated CPU time (s) 642.21
Current children cumulated vsize (KiB) 55428

[startup+702.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/182 5647
/proc/meminfo: memFree=32044888/32770624 swapFree=5716/120244
[pid=5628] ppid=5625 vsize=55428 CPUtime=702.21 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 57637 0 0 0 69951 270 0 0 20 0 1 0 2076008 56758272 8510 33554432000 4194304 6986860 140722427858944 140722427854472 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8510 686 682 0 7860 0
Current children cumulated CPU time (s) 702.21
Current children cumulated vsize (KiB) 55428

[startup+762.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 5649
/proc/meminfo: memFree=32044836/32770624 swapFree=5716/120284
[pid=5628] ppid=5625 vsize=55428 CPUtime=762.21 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 58252 0 0 0 75929 292 0 0 20 0 1 0 2076008 56758272 8510 33554432000 4194304 6986860 140722427858944 140722427854472 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8510 686 682 0 7860 0
Current children cumulated CPU time (s) 762.21
Current children cumulated vsize (KiB) 55428

[startup+822.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 5650
/proc/meminfo: memFree=32045020/32770624 swapFree=5716/120316
[pid=5628] ppid=5625 vsize=55428 CPUtime=822.2 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 58871 0 0 0 81903 317 0 0 20 0 1 0 2076008 56758272 8510 33554432000 4194304 6986860 140722427858944 140722427854472 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8510 686 682 0 7860 0
Current children cumulated CPU time (s) 822.2
Current children cumulated vsize (KiB) 55428

[startup+882.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 5651
/proc/meminfo: memFree=32044788/32770624 swapFree=5716/120344
[pid=5628] ppid=5625 vsize=55428 CPUtime=882.19 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 59486 0 0 0 87878 341 0 0 20 0 1 0 2076008 56758272 8510 33554432000 4194304 6986860 140722427858944 140722427854296 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8510 686 682 0 7860 0
Current children cumulated CPU time (s) 882.19
Current children cumulated vsize (KiB) 55428

[startup+942.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 5653
/proc/meminfo: memFree=32045040/32770624 swapFree=5716/120388
[pid=5628] ppid=5625 vsize=55428 CPUtime=942.19 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 60102 0 0 0 93856 363 0 0 20 0 1 0 2076008 56758272 8510 33554432000 4194304 6986860 140722427858944 140722427854472 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8510 686 682 0 7860 0
Current children cumulated CPU time (s) 942.19
Current children cumulated vsize (KiB) 55428

[startup+1002.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 5654
/proc/meminfo: memFree=32045448/32770624 swapFree=5716/120420
[pid=5628] ppid=5625 vsize=55428 CPUtime=1002.18 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 60717 0 0 0 99831 387 0 0 20 0 1 0 2076008 56758272 8510 33554432000 4194304 6986860 140722427858944 140722427854296 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8510 686 682 0 7860 0
Current children cumulated CPU time (s) 1002.18
Current children cumulated vsize (KiB) 55428

[startup+1062.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 5663
/proc/meminfo: memFree=32044368/32770624 swapFree=5716/120456
[pid=5628] ppid=5625 vsize=55428 CPUtime=1062.18 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 61332 0 0 0 105808 410 0 0 20 0 1 0 2076008 56758272 8510 33554432000 4194304 6986860 140722427858944 140722427854296 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8510 686 682 0 7860 0
Current children cumulated CPU time (s) 1062.18
Current children cumulated vsize (KiB) 55428

[startup+1122.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 5686
/proc/meminfo: memFree=32043244/32770624 swapFree=5716/120492
[pid=5628] ppid=5625 vsize=55428 CPUtime=1122.17 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 61947 0 0 0 111785 432 0 0 20 0 1 0 2076008 56758272 8510 33554432000 4194304 6986860 140722427858944 140722427854472 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8510 686 682 0 7860 0
Current children cumulated CPU time (s) 1122.17
Current children cumulated vsize (KiB) 55428

[startup+1182.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 5687
/proc/meminfo: memFree=32043620/32770624 swapFree=5716/120524
[pid=5628] ppid=5625 vsize=55428 CPUtime=1182.17 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 62562 0 0 0 117763 454 0 0 20 0 1 0 2076008 56758272 8510 33554432000 4194304 6986860 140722427858944 140722427854472 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8510 686 682 0 7860 0
Current children cumulated CPU time (s) 1182.17
Current children cumulated vsize (KiB) 55428

[startup+1242.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 5688
/proc/meminfo: memFree=32044452/32770624 swapFree=5716/120560
[pid=5628] ppid=5625 vsize=55428 CPUtime=1242.16 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 63177 0 0 0 123739 477 0 0 20 0 1 0 2076008 56758272 8510 33554432000 4194304 6986860 140722427858944 140722427854472 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8510 686 682 0 7860 0
Current children cumulated CPU time (s) 1242.16
Current children cumulated vsize (KiB) 55428

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

[startup+1254.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 5688
/proc/meminfo: memFree=32044648/32770624 swapFree=5716/120564
[pid=5628] ppid=5625 vsize=55428 CPUtime=1254.26 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 63177 0 0 0 124945 481 0 0 20 0 1 0 2076008 56758272 8510 33554432000 4194304 6986860 140722427858944 140722427854472 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8510 686 682 0 7860 0
Current children cumulated CPU time (s) 1254.26
Current children cumulated vsize (KiB) 55428

[startup+1267.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 5689
/proc/meminfo: memFree=32044012/32770624 swapFree=5716/120576
[pid=5628] ppid=5625 vsize=55428 CPUtime=1267.06 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 63795 0 0 0 126219 487 0 0 20 0 1 0 2076008 56758272 8510 33554432000 4194304 6986860 140722427858944 140722427854296 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8510 686 682 0 7860 0
Current children cumulated CPU time (s) 1267.06
Current children cumulated vsize (KiB) 55428

[startup+1270.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 5689
/proc/meminfo: memFree=32044012/32770624 swapFree=5716/120576
[pid=5628] ppid=5625 vsize=55428 CPUtime=1270.26 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 63795 0 0 0 126537 489 0 0 20 0 1 0 2076008 56758272 8510 33554432000 4194304 6986860 140722427858944 140722427854296 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8510 686 682 0 7860 0
Current children cumulated CPU time (s) 1270.26
Current children cumulated vsize (KiB) 55428

[startup+1273.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 5689
/proc/meminfo: memFree=32044136/32770624 swapFree=5716/120576
[pid=5628] ppid=5625 vsize=55428 CPUtime=1273.45 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 63795 0 0 0 126856 489 0 0 20 0 1 0 2076008 56758272 8510 33554432000 4194304 6986860 140722427858944 140722427854472 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8510 686 682 0 7860 0
Current children cumulated CPU time (s) 1273.45
Current children cumulated vsize (KiB) 55428

[startup+1274.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 5689
/proc/meminfo: memFree=32044136/32770624 swapFree=5716/120576
[pid=5628] ppid=5625 vsize=55428 CPUtime=1274.25 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 63795 0 0 0 126936 489 0 0 20 0 1 0 2076008 56758272 8510 33554432000 4194304 6986860 140722427858944 140722427854472 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8510 686 682 0 7860 0
Current children cumulated CPU time (s) 1274.25
Current children cumulated vsize (KiB) 55428

[startup+1274.8 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 5689
/proc/meminfo: memFree=32044136/32770624 swapFree=5716/120576
[pid=5628] ppid=5625 vsize=55428 CPUtime=1274.65 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 63795 0 0 0 126976 489 0 0 20 0 1 0 2076008 56758272 8510 33554432000 4194304 6986860 140722427858944 140722427854296 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8510 686 682 0 7860 0
Current children cumulated CPU time (s) 1274.65
Current children cumulated vsize (KiB) 55428

[startup+1275.01 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 5689
/proc/meminfo: memFree=32044136/32770624 swapFree=5716/120584
[pid=5628] ppid=5625 vsize=55428 CPUtime=1274.86 cores=0,2,4,6
/proc/5628/stat : 5628 (naxos-xcsp3) R 5625 5628 3476 0 -1 4202496 63795 0 0 0 126997 489 0 0 20 0 1 0 2076008 56758272 8510 33554432000 4194304 6986860 140722427858944 140722427854296 140596420727164 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 31907840 140722427860238 140722427860319 140722427860319 140722427863018 0
/proc/5628/statm: 13857 8510 686 682 0 7860 0
Current children cumulated CPU time (s) 1274.86
Current children cumulated vsize (KiB) 55428

Child status: 0
Real time (s): 1275.01
CPU time (s): 1274.88
CPU user time (s): 1269.98
CPU system time (s): 4.89951
CPU usage (%): 99.9893
Max. virtual memory (cumulated for all children) (KiB): 55428

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 1269.98
system time used= 4.89951
maximum resident set size= 34080
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 63829
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= 20
involuntary context switches= 965

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 3.43229 second user time and 5.46285 second system time

The end

Launcher Data

Begin job on node115 at 2017-07-24 21:42:40
IDJOB=4252366
IDBENCH=126128
IDSOLVER=2634
FILE ID=node115/4252366-1500925360
RUNJOBID= node115-1500915006-3507
PBS_JOBID= 20625422
Free space on /tmp= 61812 MiB

SOLVER NAME= Naxos 1.1.0
BENCH NAME= XCSP17/QRandom/QRandom-geometric-rw/geometric-50-20-d4-75-14.xml
COMMAND LINE= ./naxos-xcsp3 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4252366-1500925360/watcher-4252366-1500925360 -o /tmp/evaluation-result-4252366-1500925360/solver-4252366-1500925360 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node115-1500915006-3507 --watchdog 2560  ./naxos-xcsp3 HOME/instance-4252366-1500925360.xml

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

MD5SUM BENCH= 80005f43209ae7ce669f7000fbe1f4f3
RANDOM SEED=1427832323

node115.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.47
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.47
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.47
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.47
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:        32078556 kB
MemAvailable:   32020444 kB
Buffers:           32100 kB
Cached:           224380 kB
SwapCached:            0 kB
Active:           215708 kB
Inactive:         128528 kB
Active(anon):      90156 kB
Inactive(anon):     8680 kB
Active(file):     125552 kB
Inactive(file):   119848 kB
Unevictable:        5740 kB
Mlocked:            5740 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2644 kB
Writeback:             0 kB
AnonPages:        139772 kB
Mapped:            30004 kB
Shmem:              8844 kB
Slab:              49148 kB
SReclaimable:      24644 kB
SUnreclaim:        24504 kB
KernelStack:        3488 kB
PageTables:         4448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     327460 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     92160 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      109952 kB
DirectMap2M:    33435648 kB

Free space on /tmp at the end= 61812 MiB
End job on node115 at 2017-07-24 22:03:55