Trace number 4251811

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 2026.13 2026.27

General information on the benchmark

NameRandom/Random-B-2-26-26/
rand-2-26-26-325-155-2.xml
MD5SUMf524f0f0288a36fdb548674cb0263900
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 benchmark2026.13
Satisfiable
(Un)Satisfiability was proved
Number of variables26
Number of constraints325
Number of domains1
Minimum domain size26
Maximum domain size26
Distribution of domain sizes[{"size":26,"count":26}]
Minimum variable degree25
Maximum variable degree25
Distribution of variable degrees[{"degree":25,"count":26}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":325}]
Number of extensional constraints325
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":325}]
Optimization problemNO
Type of objective

Solver Data

2026.05/2026.26	s SATISFIABLE
2026.05/2026.26	v <instantiation>
2026.05/2026.26	v   <list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] x[21] x[22] x[23] x[24] x[25] </list>
2026.05/2026.26	v   <values> 9 20 0 24 15 0 17 3 14 22 5 16 18 0 23 24 12 19 18 11 5 8 11 6 20 7 </values>
2026.05/2026.26	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-4251811-1500919743/watcher-4251811-1500919743 -o /tmp/evaluation-result-4251811-1500919743/solver-4251811-1500919743 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1500914920-3840 --watchdog 2560 ./naxos-xcsp3 HOME/instance-4251811-1500919743.xml 

pid=6313
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.08 2.03 2.05 3/181 6316
/proc/meminfo: memFree=30398984/32770624 swapFree=5756/121500
[pid=6316] ppid=6313 vsize=24992 CPUtime=0 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 1048 0 0 0 0 0 0 0 20 0 1 0 1624977 25591808 866 33554432000 4194304 6986860 140722212405936 140722212402632 140642765327333 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 6280 898 668 682 0 283 0

[startup+0.100117 s]
/proc/loadavg: 2.08 2.03 2.05 3/181 6316
/proc/meminfo: memFree=30398984/32770624 swapFree=5756/121500
[pid=6316] ppid=6313 vsize=45652 CPUtime=0.09 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 6196 0 0 0 8 1 0 0 20 0 1 0 1624977 46747648 6033 33554432000 4194304 6986860 140722212405936 140722212402632 140642765324830 0 0 4096 0 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 11413 6033 670 682 0 5416 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 45652

[startup+0.200321 s]
/proc/loadavg: 2.08 2.03 2.05 3/181 6316
/proc/meminfo: memFree=30398984/32770624 swapFree=5756/121500
[pid=6316] ppid=6313 vsize=58964 CPUtime=0.19 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 9546 0 0 0 18 1 0 0 20 0 1 0 1624977 60379136 9360 33554432000 4194304 6986860 140722212405936 140722212402632 5433855 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9360 681 682 0 8744 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 58964

[startup+0.300314 s]
/proc/loadavg: 2.08 2.03 2.05 3/181 6316
/proc/meminfo: memFree=30398984/32770624 swapFree=5756/121500
[pid=6316] ppid=6313 vsize=58964 CPUtime=0.29 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 9549 0 0 0 28 1 0 0 20 0 1 0 1624977 60379136 9360 33554432000 4194304 6986860 140722212405936 140722212402632 5433943 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9360 681 682 0 8744 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 58964

[startup+0.700253 s]
/proc/loadavg: 2.08 2.03 2.05 3/181 6316
/proc/meminfo: memFree=30398984/32770624 swapFree=5756/121500
[pid=6316] ppid=6313 vsize=58964 CPUtime=0.69 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 9549 0 0 0 68 1 0 0 20 0 1 0 1624977 60379136 9360 33554432000 4194304 6986860 140722212405936 140722212402632 5366856 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9360 681 682 0 8744 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 58964

[startup+1.50024 s]
/proc/loadavg: 2.08 2.03 2.05 3/182 6317
/proc/meminfo: memFree=30364724/32770624 swapFree=5756/121496
[pid=6316] ppid=6313 vsize=58964 CPUtime=1.49 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 9549 0 0 0 147 2 0 0 20 0 1 0 1624977 60379136 9360 33554432000 4194304 6986860 140722212405936 140722212402632 5433904 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9360 681 682 0 8744 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 58964

[startup+3.10025 s]
/proc/loadavg: 2.08 2.03 2.05 3/182 6317
/proc/meminfo: memFree=30364204/32770624 swapFree=5756/121496
[pid=6316] ppid=6313 vsize=58964 CPUtime=3.09 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 18183 0 0 0 307 2 0 0 20 0 1 0 1624977 60379136 9395 33554432000 4194304 6986860 140722212405936 140722212401288 140642765590908 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9395 686 682 0 8744 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 58964

[startup+6.30025 s]
/proc/loadavg: 2.08 2.03 2.05 3/182 6317
/proc/meminfo: memFree=30364204/32770624 swapFree=5756/121496
[pid=6316] ppid=6313 vsize=58964 CPUtime=6.29 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 26817 0 0 0 625 4 0 0 20 0 1 0 1624977 60379136 9395 33554432000 4194304 6986860 140722212405936 140722212401464 140642765590908 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9395 686 682 0 8744 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 58964

[startup+12.7003 s]
/proc/loadavg: 2.07 2.03 2.05 3/182 6317
/proc/meminfo: memFree=30363568/32770624 swapFree=5756/121564
[pid=6316] ppid=6313 vsize=58964 CPUtime=12.69 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 35478 0 0 0 1263 6 0 0 20 0 1 0 1624977 60379136 9395 33554432000 4194304 6986860 140722212405936 140722212401288 5433822 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9395 686 682 0 8744 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 58964

[startup+25.5003 s]
/proc/loadavg: 2.05 2.03 2.05 3/182 6317
/proc/meminfo: memFree=30363532/32770624 swapFree=5756/121568
[pid=6316] ppid=6313 vsize=58964 CPUtime=25.49 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 52750 0 0 0 2540 9 0 0 20 0 1 0 1624977 60379136 9397 33554432000 4194304 6986860 140722212405936 140722212401288 5434032 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9397 686 682 0 8744 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 58964

[startup+51.1003 s]
/proc/loadavg: 2.04 2.03 2.05 3/182 6317
/proc/meminfo: memFree=30363656/32770624 swapFree=5756/121588
[pid=6316] ppid=6313 vsize=58964 CPUtime=51.09 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 61412 0 0 0 5094 15 0 0 20 0 1 0 1624977 60379136 9397 33554432000 4194304 6986860 140722212405936 140722212401288 140642765590908 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9397 686 682 0 8744 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 58964

[startup+102.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/182 6325
/proc/meminfo: memFree=30362632/32770624 swapFree=5756/121620
[pid=6316] ppid=6313 vsize=58964 CPUtime=102.29 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 70101 0 0 0 10199 30 0 0 20 0 1 0 1624977 60379136 9397 33554432000 4194304 6986860 140722212405936 140722212401464 140642765590908 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9397 686 682 0 8744 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 58964

[startup+162.3 s]
/proc/loadavg: 2.09 2.05 2.05 3/182 6326
/proc/meminfo: memFree=30361616/32770624 swapFree=5756/121648
[pid=6316] ppid=6313 vsize=58964 CPUtime=162.26 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 78780 0 0 0 16179 47 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401464 140642765590908 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 58964

[startup+222.306 s]
/proc/loadavg: 2.04 2.04 2.05 3/182 6327
/proc/meminfo: memFree=30362600/32770624 swapFree=5756/121676
[pid=6316] ppid=6313 vsize=58964 CPUtime=222.27 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 79267 0 0 0 22162 65 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401288 5433822 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 222.27
Current children cumulated vsize (KiB) 58964

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/182 6328
/proc/meminfo: memFree=30363128/32770624 swapFree=5756/121704
[pid=6316] ppid=6313 vsize=58964 CPUtime=282.26 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 79754 0 0 0 28145 81 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401288 5433844 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 58964

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/182 6329
/proc/meminfo: memFree=30362384/32770624 swapFree=5756/121740
[pid=6316] ppid=6313 vsize=58964 CPUtime=342.25 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 80241 0 0 0 34129 96 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401288 5433822 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 58964

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 6330
/proc/meminfo: memFree=30362376/32770624 swapFree=5756/121768
[pid=6316] ppid=6313 vsize=58964 CPUtime=402.25 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 80728 0 0 0 40110 115 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401464 140642765590908 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 58964

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 6392
/proc/meminfo: memFree=32078436/32770624 swapFree=5756/121848
[pid=6316] ppid=6313 vsize=58964 CPUtime=462.24 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 81215 0 0 0 46091 133 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401464 140642765590908 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 462.24
Current children cumulated vsize (KiB) 58964

[startup+522.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/182 6393
/proc/meminfo: memFree=32077816/32770624 swapFree=5756/121884
[pid=6316] ppid=6313 vsize=58964 CPUtime=522.24 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 81702 0 0 0 52075 149 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401464 5433943 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 522.24
Current children cumulated vsize (KiB) 58964

[startup+582.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/182 6394
/proc/meminfo: memFree=32078064/32770624 swapFree=5756/121912
[pid=6316] ppid=6313 vsize=58964 CPUtime=582.23 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 82189 0 0 0 58058 165 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401464 140642765590908 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 582.23
Current children cumulated vsize (KiB) 58964


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

/proc/meminfo: memFree=32077468/32770624 swapFree=5756/122312
[pid=6316] ppid=6313 vsize=58964 CPUtime=1302.19 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 88033 0 0 0 129861 358 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401288 5284448 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 1302.19
Current children cumulated vsize (KiB) 58964

[startup+1362.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 6424
/proc/meminfo: memFree=32077748/32770624 swapFree=5756/122344
[pid=6316] ppid=6313 vsize=58964 CPUtime=1362.19 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 88520 0 0 0 135844 375 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401288 140642765590908 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 1362.19
Current children cumulated vsize (KiB) 58964

[startup+1422.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 6425
/proc/meminfo: memFree=32078004/32770624 swapFree=5756/122372
[pid=6316] ppid=6313 vsize=58964 CPUtime=1422.19 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 89007 0 0 0 141829 390 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401464 5433943 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 1422.19
Current children cumulated vsize (KiB) 58964

[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 6426
/proc/meminfo: memFree=32078024/32770624 swapFree=5756/122400
[pid=6316] ppid=6313 vsize=58964 CPUtime=1482.18 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 89494 0 0 0 147813 405 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401288 5434319 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 1482.18
Current children cumulated vsize (KiB) 58964

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 6427
/proc/meminfo: memFree=32078048/32770624 swapFree=5756/122436
[pid=6316] ppid=6313 vsize=58964 CPUtime=1542.18 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 89981 0 0 0 153797 421 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401464 5433943 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 1542.18
Current children cumulated vsize (KiB) 58964

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 6428
/proc/meminfo: memFree=32077928/32770624 swapFree=5756/122464
[pid=6316] ppid=6313 vsize=58964 CPUtime=1602.18 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 90468 0 0 0 159781 437 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401464 5434232 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 1602.18
Current children cumulated vsize (KiB) 58964

[startup+1662.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/183 6429
/proc/meminfo: memFree=32077472/32770624 swapFree=5756/122496
[pid=6316] ppid=6313 vsize=58964 CPUtime=1662.16 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 90955 0 0 0 165763 453 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401288 140642765590908 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 1662.16
Current children cumulated vsize (KiB) 58964

[startup+1722.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/182 6430
/proc/meminfo: memFree=32077612/32770624 swapFree=5756/122524
[pid=6316] ppid=6313 vsize=58964 CPUtime=1722.17 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 91442 0 0 0 171747 470 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401288 5433943 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 1722.17
Current children cumulated vsize (KiB) 58964

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 6431
/proc/meminfo: memFree=32078876/32770624 swapFree=5756/122552
[pid=6316] ppid=6313 vsize=58964 CPUtime=1782.16 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 91929 0 0 0 177730 486 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401464 5433855 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 1782.16
Current children cumulated vsize (KiB) 58964

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6433
/proc/meminfo: memFree=32077736/32770624 swapFree=5756/122596
[pid=6316] ppid=6313 vsize=58964 CPUtime=1842.16 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 92416 0 0 0 183714 502 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401288 5433943 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 1842.16
Current children cumulated vsize (KiB) 58964

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6441
/proc/meminfo: memFree=32077084/32770624 swapFree=5756/122632
[pid=6316] ppid=6313 vsize=58964 CPUtime=1902.15 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 92903 0 0 0 189696 519 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401288 5433943 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 1902.15
Current children cumulated vsize (KiB) 58964

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6442
/proc/meminfo: memFree=32077440/32770624 swapFree=5756/122664
[pid=6316] ppid=6313 vsize=58964 CPUtime=1962.15 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 93390 0 0 0 195679 536 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401464 5434078 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 1962.15
Current children cumulated vsize (KiB) 58964

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6443
/proc/meminfo: memFree=32078068/32770624 swapFree=5756/122692
[pid=6316] ppid=6313 vsize=58964 CPUtime=2022.15 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 93877 0 0 0 201662 553 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401288 5433808 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 2022.15
Current children cumulated vsize (KiB) 58964

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

[startup+2022.4 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6443
/proc/meminfo: memFree=32078068/32770624 swapFree=5756/122692
[pid=6316] ppid=6313 vsize=58964 CPUtime=2022.25 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 93877 0 0 0 201672 553 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401464 5433834 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 2022.25
Current children cumulated vsize (KiB) 58964

[startup+2024 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6443
/proc/meminfo: memFree=32078068/32770624 swapFree=5756/122692
[pid=6316] ppid=6313 vsize=58964 CPUtime=2023.85 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 93877 0 0 0 201832 553 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401464 5433818 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 2023.85
Current children cumulated vsize (KiB) 58964

[startup+2025.6 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6443
/proc/meminfo: memFree=32078068/32770624 swapFree=5756/122692
[pid=6316] ppid=6313 vsize=58964 CPUtime=2025.45 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 93877 0 0 0 201991 554 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401464 140642765590908 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 2025.45
Current children cumulated vsize (KiB) 58964

[startup+2026 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6443
/proc/meminfo: memFree=32078068/32770624 swapFree=5756/122692
[pid=6316] ppid=6313 vsize=58964 CPUtime=2025.85 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 93877 0 0 0 202031 554 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401464 5433822 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 2025.85
Current children cumulated vsize (KiB) 58964

[startup+2026.2 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6443
/proc/meminfo: memFree=32078192/32770624 swapFree=5756/122692
[pid=6316] ppid=6313 vsize=58964 CPUtime=2026.05 cores=0,2,4,6
/proc/6316/stat : 6316 (naxos-xcsp3) R 6313 6316 3809 0 -1 4202496 93877 0 0 0 202051 554 0 0 20 0 1 0 1624977 60379136 9398 33554432000 4194304 6986860 140722212405936 140722212401464 140642765590908 0 0 4096 16384 0 0 0 17 0 0 0 0 0 0 9087712 9120176 21602304 140722212414734 140722212414815 140722212414815 140722212417514 0
/proc/6316/statm: 14741 9398 686 682 0 8744 0
Current children cumulated CPU time (s) 2026.05
Current children cumulated vsize (KiB) 58964

Child status: 0
Real time (s): 2026.27
CPU time (s): 2026.13
CPU user time (s): 2020.58
CPU system time (s): 5.54465
CPU usage (%): 99.9929
Max. virtual memory (cumulated for all children) (KiB): 58964

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2020.58
system time used= 5.54465
maximum resident set size= 37632
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 93908
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= 23
involuntary context switches= 2285

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.1407 second user time and 8.48856 second system time

The end

Launcher Data

Begin job on node148 at 2017-07-24 20:09:03
IDJOB=4251811
IDBENCH=122073
IDSOLVER=2634
FILE ID=node148/4251811-1500919743
RUNJOBID= node148-1500914920-3840
PBS_JOBID= 20625399
Free space on /tmp= 61820 MiB

SOLVER NAME= Naxos 1.1.0
BENCH NAME= XCSP17/Random/Random-B-2-26-26/rand-2-26-26-325-155-2.xml
COMMAND LINE= ./naxos-xcsp3 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4251811-1500919743/watcher-4251811-1500919743 -o /tmp/evaluation-result-4251811-1500919743/solver-4251811-1500919743 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1500914920-3840 --watchdog 2560  ./naxos-xcsp3 HOME/instance-4251811-1500919743.xml

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

MD5SUM BENCH= f524f0f0288a36fdb548674cb0263900
RANDOM SEED=1492617429

node148.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.46
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.46
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.46
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.46
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:        30400024 kB
MemAvailable:   30415628 kB
Buffers:           32980 kB
Cached:           296580 kB
SwapCached:            0 kB
Active:          1885192 kB
Inactive:         130172 kB
Active(anon):    1688908 kB
Inactive(anon):     8672 kB
Active(file):     196284 kB
Inactive(file):   121500 kB
Unevictable:        5756 kB
Mlocked:            5756 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3128 kB
Writeback:             0 kB
AnonPages:       1691568 kB
Mapped:            29476 kB
Shmem:              8844 kB
Slab:              52216 kB
SReclaimable:      27308 kB
SUnreclaim:        24908 kB
KernelStack:        3216 kB
PageTables:         7852 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1925456 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1646592 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 61888 MiB
End job on node148 at 2017-07-24 20:42:49