Trace number 4253857

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.0? (TO) 2400.05 2400.4

General information on the benchmark

NameRenaultMod/RenaultMod-m1-s1/
RenaultMod-40.xml
MD5SUM878edee888014227e65ca0b3d1539934
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 benchmark0.89948303
Satisfiable
(Un)Satisfiability was proved
Number of variables108
Number of constraints257
Number of domains1
Minimum domain size42
Maximum domain size42
Distribution of domain sizes[{"size":42,"count":108}]
Minimum variable degree2
Maximum variable degree81
Distribution of variable degrees[{"degree":2,"count":38},{"degree":3,"count":26},{"degree":4,"count":16},{"degree":5,"count":9},{"degree":6,"count":5},{"degree":7,"count":4},{"degree":10,"count":1},{"degree":12,"count":1},{"degree":19,"count":1},{"degree":32,"count":1},{"degree":38,"count":1},{"degree":56,"count":2},{"degree":59,"count":1},{"degree":74,"count":1},{"degree":81,"count":1}]
Minimum constraint arity1
Maximum constraint arity10
Distribution of constraint arities[{"arity":1,"count":108},{"arity":2,"count":42},{"arity":3,"count":20},{"arity":4,"count":19},{"arity":5,"count":9},{"arity":6,"count":38},{"arity":7,"count":14},{"arity":8,"count":5},{"arity":9,"count":1},{"arity":10,"count":1}]
Number of extensional constraints149
Number of intensional constraints108
Distribution of constraint types[{"type":"extension","count":149},{"type":"intension","count":108}]
Optimization problemNO
Type of objective

Solver Data

2400.03/2400.40	s UNKNOWN

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

pid=6856
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.02 2.02 2.05 3/181 6859
/proc/meminfo: memFree=30603964/32770624 swapFree=5716/126700
[pid=6859] ppid=6856 vsize=24608 CPUtime=0 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 966 0 0 0 0 0 0 0 20 0 1 0 3063261 25198592 751 33554432000 4194304 6986860 140736414591760 140736414588456 5647392 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 6152 751 649 682 0 155 0

[startup+0.100198 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 6859
/proc/meminfo: memFree=30603964/32770624 swapFree=5716/126700
[pid=6859] ppid=6856 vsize=24732 CPUtime=0.09 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 1024 0 0 0 9 0 0 0 20 0 1 0 3063261 25325568 864 33554432000 4194304 6986860 140736414591760 140736414583896 5665767 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 6183 864 729 682 0 186 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 24732

[startup+0.200345 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 6859
/proc/meminfo: memFree=30603964/32770624 swapFree=5716/126700
[pid=6859] ppid=6856 vsize=27720 CPUtime=0.19 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 1785 0 0 0 19 0 0 0 20 0 1 0 3063261 28385280 1584 33554432000 4194304 6986860 140736414591760 140736414583896 5812814 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 6930 1584 740 682 0 933 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 27720

[startup+0.300342 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 6859
/proc/meminfo: memFree=30603964/32770624 swapFree=5716/126700
[pid=6859] ppid=6856 vsize=38436 CPUtime=0.29 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 4565 0 0 0 29 0 0 0 20 0 1 0 3063261 39358464 4267 33554432000 4194304 6986860 140736414591760 140736414583896 5731724 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 9609 4267 741 682 0 3612 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 38436

[startup+0.700283 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 6859
/proc/meminfo: memFree=30603964/32770624 swapFree=5716/126700
[pid=6859] ppid=6856 vsize=57164 CPUtime=0.69 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 9302 0 0 0 69 0 0 0 20 0 1 0 3063261 58535936 8834 33554432000 4194304 6986860 140736414591760 140736414583896 140197525494784 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 14291 8834 741 682 0 8294 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 57164

[startup+1.50035 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 6860
/proc/meminfo: memFree=30509856/32770624 swapFree=5716/126804
[pid=6859] ppid=6856 vsize=154956 CPUtime=1.49 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 34129 0 0 0 146 3 0 0 20 0 1 0 3063261 158674944 33368 33554432000 4194304 6986860 140736414591760 140736414586440 5812076 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 38739 33368 741 682 0 32742 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 154956

[startup+3.10036 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 6860
/proc/meminfo: memFree=30469804/32770624 swapFree=5716/126804
[pid=6859] ppid=6856 vsize=159188 CPUtime=3.09 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 68884 0 0 0 304 5 0 0 20 0 1 0 3063261 163008512 34485 33554432000 4194304 6986860 140736414591760 140736414587288 140197525320060 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34485 755 682 0 33800 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 159188

[startup+6.30036 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 6860
/proc/meminfo: memFree=30469696/32770624 swapFree=5716/126808
[pid=6859] ppid=6856 vsize=159188 CPUtime=6.29 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 77715 0 0 0 622 7 0 0 20 0 1 0 3063261 163008512 34485 33554432000 4194304 6986860 140736414591760 140736414587112 5438127 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34485 755 682 0 33800 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 159188

[startup+12.7004 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 6860
/proc/meminfo: memFree=30469568/32770624 swapFree=5716/126812
[pid=6859] ppid=6856 vsize=159188 CPUtime=12.68 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 86546 0 0 0 1260 8 0 0 20 0 1 0 3063261 163008512 34485 33554432000 4194304 6986860 140736414591760 140736414587112 140197525320060 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34485 755 682 0 33800 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 159188

[startup+25.5004 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 6860
/proc/meminfo: memFree=30469288/32770624 swapFree=5716/126832
[pid=6859] ppid=6856 vsize=159188 CPUtime=25.48 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 178594 0 0 0 2535 13 0 0 20 0 1 0 3063261 163008512 34485 33554432000 4194304 6986860 140736414591760 140736414587112 5438178 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34485 755 682 0 33800 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 159188

[startup+51.1004 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 6861
/proc/meminfo: memFree=30469256/32770624 swapFree=5716/126844
[pid=6859] ppid=6856 vsize=159188 CPUtime=51.08 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 212223 0 0 0 5089 19 0 0 20 0 1 0 3063261 163008512 34485 33554432000 4194304 6986860 140736414591760 140736414587112 140197525320060 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34485 755 682 0 33800 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 159188

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6862
/proc/meminfo: memFree=30468944/32770624 swapFree=5716/126884
[pid=6859] ppid=6856 vsize=159188 CPUtime=102.28 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 245854 0 0 0 10198 30 0 0 20 0 1 0 3063261 163008512 34485 33554432000 4194304 6986860 140736414591760 140736414587288 140197525320060 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34485 755 682 0 33800 0
Current children cumulated CPU time (s) 102.28
Current children cumulated vsize (KiB) 159188

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6863
/proc/meminfo: memFree=30468616/32770624 swapFree=5716/126912
[pid=6859] ppid=6856 vsize=159188 CPUtime=162.26 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 279486 0 0 0 16185 41 0 0 20 0 1 0 3063261 163008512 34485 33554432000 4194304 6986860 140736414591760 140736414587288 5438001 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34485 755 682 0 33800 0
Current children cumulated CPU time (s) 162.26
Current children cumulated vsize (KiB) 159188

[startup+222.306 s]
/proc/loadavg: 2.06 2.03 2.05 3/182 6871
/proc/meminfo: memFree=30468796/32770624 swapFree=5716/126952
[pid=6859] ppid=6856 vsize=159188 CPUtime=222.26 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 313108 0 0 0 22170 56 0 0 20 0 1 0 3063261 163008512 34485 33554432000 4194304 6986860 140736414591760 140736414587112 140197525320060 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34485 755 682 0 33800 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 159188

[startup+282.3 s]
/proc/loadavg: 2.10 2.04 2.05 3/182 6872
/proc/meminfo: memFree=30468740/32770624 swapFree=5716/126980
[pid=6859] ppid=6856 vsize=159188 CPUtime=282.25 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 346818 0 0 0 28159 66 0 0 20 0 1 0 3063261 163008512 34485 33554432000 4194304 6986860 140736414591760 140736414587288 5438178 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34485 755 682 0 33800 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 159188

[startup+342.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/182 6873
/proc/meminfo: memFree=30467444/32770624 swapFree=5716/127016
[pid=6859] ppid=6856 vsize=159188 CPUtime=342.23 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 380456 0 0 0 34141 82 0 0 20 0 1 0 3063261 163008512 34510 33554432000 4194304 6986860 140736414591760 140736414587112 5438008 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34510 755 682 0 33800 0
Current children cumulated CPU time (s) 342.23
Current children cumulated vsize (KiB) 159188

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/182 6874
/proc/meminfo: memFree=30467616/32770624 swapFree=5716/127048
[pid=6859] ppid=6856 vsize=159188 CPUtime=402.22 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 390654 0 0 0 40122 100 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587112 5438178 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 159188

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 6875
/proc/meminfo: memFree=30468160/32770624 swapFree=5716/127068
[pid=6859] ppid=6856 vsize=159188 CPUtime=462.21 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 391146 0 0 0 46112 109 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587288 5438347 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 159188

[startup+522.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/182 6876
/proc/meminfo: memFree=30468988/32770624 swapFree=5716/127100
[pid=6859] ppid=6856 vsize=159188 CPUtime=522.21 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 391606 0 0 0 52111 110 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587288 5438178 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 159188

[startup+582.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/182 6877
/proc/meminfo: memFree=30469424/32770624 swapFree=5716/127132
[pid=6859] ppid=6856 vsize=159188 CPUtime=582.19 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 392134 0 0 0 58099 120 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587288 140197525320060 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 159188


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


[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 6906
/proc/meminfo: memFree=30469668/32770624 swapFree=5716/127604
[pid=6859] ppid=6856 vsize=159188 CPUtime=1482.07 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 399413 0 0 0 147933 274 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587112 5473976 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 1482.07
Current children cumulated vsize (KiB) 159188

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6907
/proc/meminfo: memFree=30469724/32770624 swapFree=5716/127640
[pid=6859] ppid=6856 vsize=159188 CPUtime=1542.06 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 399907 0 0 0 153919 287 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587288 140197525320060 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 1542.06
Current children cumulated vsize (KiB) 159188

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6908
/proc/meminfo: memFree=30469872/32770624 swapFree=5716/127672
[pid=6859] ppid=6856 vsize=159188 CPUtime=1602.05 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 400400 0 0 0 159901 304 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587112 5413152 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 1602.05
Current children cumulated vsize (KiB) 159188

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6909
/proc/meminfo: memFree=30469784/32770624 swapFree=5716/127700
[pid=6859] ppid=6856 vsize=159188 CPUtime=1662.04 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 400894 0 0 0 165885 319 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587288 5437987 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 1662.04
Current children cumulated vsize (KiB) 159188

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 6911
/proc/meminfo: memFree=30469020/32770624 swapFree=5716/127736
[pid=6859] ppid=6856 vsize=159188 CPUtime=1722.04 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 401388 0 0 0 171872 332 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587112 140197525320060 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 1722.04
Current children cumulated vsize (KiB) 159188

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 2/175 6958
/proc/meminfo: memFree=31979096/32770624 swapFree=5716/126660
[pid=6859] ppid=6856 vsize=159188 CPUtime=1782.03 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 401882 0 0 0 177863 340 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587288 5437950 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 1782.03
Current children cumulated vsize (KiB) 159188

[startup+1842.3 s]
/proc/loadavg: 1.37 1.83 1.98 2/175 6959
/proc/meminfo: memFree=31979292/32770624 swapFree=5716/126692
[pid=6859] ppid=6856 vsize=159188 CPUtime=1842.01 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 402344 0 0 0 183861 340 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587112 5438294 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 1842.01
Current children cumulated vsize (KiB) 159188

[startup+1902.3 s]
/proc/loadavg: 1.14 1.68 1.92 2/175 6961
/proc/meminfo: memFree=31979804/32770624 swapFree=5716/126724
[pid=6859] ppid=6856 vsize=159188 CPUtime=1902.01 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 402808 0 0 0 189860 341 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587112 5438178 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 1902.01
Current children cumulated vsize (KiB) 159188

[startup+1962.3 s]
/proc/loadavg: 1.05 1.56 1.86 2/175 6962
/proc/meminfo: memFree=31980628/32770624 swapFree=5716/126728
[pid=6859] ppid=6856 vsize=159188 CPUtime=1962 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 403303 0 0 0 195856 344 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587288 5438178 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 1962
Current children cumulated vsize (KiB) 159188

[startup+2022.3 s]
/proc/loadavg: 1.02 1.45 1.81 2/175 6970
/proc/meminfo: memFree=31980032/32770624 swapFree=5716/126756
[pid=6859] ppid=6856 vsize=159188 CPUtime=2021.99 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 403795 0 0 0 201846 353 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587288 5438178 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 2021.99
Current children cumulated vsize (KiB) 159188

[startup+2082.3 s]
/proc/loadavg: 1.01 1.37 1.76 2/175 6996
/proc/meminfo: memFree=31979416/32770624 swapFree=5716/126784
[pid=6859] ppid=6856 vsize=159188 CPUtime=2081.98 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 404290 0 0 0 207836 362 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587288 5438178 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 2081.98
Current children cumulated vsize (KiB) 159188

[startup+2142.3 s]
/proc/loadavg: 1.00 1.30 1.71 2/175 6997
/proc/meminfo: memFree=31980160/32770624 swapFree=5716/126796
[pid=6859] ppid=6856 vsize=159188 CPUtime=2141.98 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 404781 0 0 0 213820 378 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587112 5438120 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 2141.98
Current children cumulated vsize (KiB) 159188

[startup+2202.31 s]
/proc/loadavg: 1.00 1.25 1.67 2/175 6998
/proc/meminfo: memFree=31980188/32770624 swapFree=5716/126828
[pid=6859] ppid=6856 vsize=159188 CPUtime=2201.97 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 405274 0 0 0 219804 393 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587112 5438178 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 2201.97
Current children cumulated vsize (KiB) 159188

[startup+2262.3 s]
/proc/loadavg: 1.00 1.20 1.62 2/175 6999
/proc/meminfo: memFree=31981008/32770624 swapFree=5716/126832
[pid=6859] ppid=6856 vsize=159188 CPUtime=2261.96 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 405734 0 0 0 225803 393 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587112 5438205 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 2261.96
Current children cumulated vsize (KiB) 159188

[startup+2322.3 s]
/proc/loadavg: 1.00 1.17 1.58 2/175 7000
/proc/meminfo: memFree=31981040/32770624 swapFree=5716/126852
[pid=6859] ppid=6856 vsize=159188 CPUtime=2321.95 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 406225 0 0 0 231795 400 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587112 5438178 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 2321.95
Current children cumulated vsize (KiB) 159188

[startup+2382.3 s]
/proc/loadavg: 1.00 1.14 1.55 2/175 7000
/proc/meminfo: memFree=31981240/32770624 swapFree=5716/126872
[pid=6859] ppid=6856 vsize=159188 CPUtime=2381.93 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 406718 0 0 0 237777 416 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587112 5438178 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 2381.93
Current children cumulated vsize (KiB) 159188



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.4 s]
/proc/loadavg: 1.00 1.13 1.54 2/175 7001
/proc/meminfo: memFree=31981240/32770624 swapFree=5716/126892
[pid=6859] ppid=6856 vsize=159188 CPUtime=2400.03 cores=0,2,4,6
/proc/6859/stat : 6859 (naxos-xcsp3) R 6856 6859 3476 0 -1 4202496 407206 0 0 0 239582 421 0 0 20 0 1 0 3063261 163008512 34528 33554432000 4194304 6986860 140736414591760 140736414587112 140197525320060 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 17666048 140736414598414 140736414598495 140736414598495 140736414601194 0
/proc/6859/statm: 39797 34528 755 682 0 33800 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 159188

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

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

Child status: 0
Real time (s): 2400.4
CPU time (s): 2400.05
CPU user time (s): 2395.83
CPU system time (s): 4.21839
CPU usage (%): 99.9852
Max. virtual memory (cumulated for all children) (KiB): 159188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.83
system time used= 4.21839
maximum resident set size= 138144
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 407235
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= 1812

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.89487 second user time and 9.55574 second system time

The end

Launcher Data

Begin job on node115 at 2017-07-25 00:27:13
IDJOB=4253857
IDBENCH=139312
IDSOLVER=2634
FILE ID=node115/4253857-1500935233
RUNJOBID= node115-1500915006-3507
PBS_JOBID= 20625422
Free space on /tmp= 61812 MiB

SOLVER NAME= Naxos 1.1.0
BENCH NAME= XCSP17/RenaultMod/RenaultMod-m1-s1/RenaultMod-40.xml
COMMAND LINE= ./naxos-xcsp3 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4253857-1500935233/watcher-4253857-1500935233 -o /tmp/evaluation-result-4253857-1500935233/solver-4253857-1500935233 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node115-1500915006-3507 --watchdog 2560  ./naxos-xcsp3 HOME/instance-4253857-1500935233.xml

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

MD5SUM BENCH= 878edee888014227e65ca0b3d1539934
RANDOM SEED=544467210

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:        30604280 kB
MemAvailable:   30555012 kB
Buffers:           36456 kB
Cached:           229544 kB
SwapCached:            0 kB
Active:          1676012 kB
Inactive:         135404 kB
Active(anon):    1548592 kB
Inactive(anon):     8704 kB
Active(file):     127420 kB
Inactive(file):   126700 kB
Unevictable:        5716 kB
Mlocked:            5716 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5740 kB
Writeback:             0 kB
AnonPages:       1550876 kB
Mapped:            30196 kB
Shmem:              8844 kB
Slab:              49492 kB
SReclaimable:      24896 kB
SUnreclaim:        24596 kB
KernelStack:        3280 kB
PageTables:         7692 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:    1785988 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1009664 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-25 01:07:13