Trace number 4253422

Some explanations

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

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

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

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
Naxos 1.1.0? (TO) 2400.08 2400.1

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-l152lav.xml
MD5SUMe295f86f2e8232e9b7c8210bbc53418f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1989
Number of constraints97
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1989}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":193},{"degree":5,"count":403},{"degree":6,"count":674},{"degree":7,"count":657},{"degree":8,"count":59}]
Minimum constraint arity3
Maximum constraint arity1989
Distribution of constraint arities[{"arity":3,"count":1},{"arity":5,"count":1},{"arity":10,"count":1},{"arity":14,"count":1},{"arity":19,"count":1},{"arity":21,"count":1},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":31,"count":2},{"arity":32,"count":2},{"arity":35,"count":2},{"arity":37,"count":3},{"arity":40,"count":1},{"arity":42,"count":3},{"arity":43,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":1},{"arity":48,"count":3},{"arity":49,"count":1},{"arity":50,"count":1},{"arity":52,"count":2},"...",{"arity":93,"count":1}, {"arity":94,"count":1}, {"arity":96,"count":3}, {"arity":97,"count":1}, {"arity":102,"count":2}, {"arity":103,"count":1}, {"arity":104,"count":1}, {"arity":106,"count":1}, {"arity":108,"count":2}, {"arity":112,"count":2}, {"arity":114,"count":1}, {"arity":118,"count":1}, {"arity":121,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":137,"count":1}, {"arity":152,"count":1}, {"arity":160,"count":1}, {"arity":163,"count":1}, {"arity":171,"count":1}, {"arity":218,"count":1}, {"arity":1011,"count":1}, {"arity":1989,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":97}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

2400.07/2400.10	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-4253422-1500931952/watcher-4253422-1500931952 -o /tmp/evaluation-result-4253422-1500931952/solver-4253422-1500931952 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500914921-3378 --watchdog 2560 ./naxos-xcsp3 HOME/instance-4253422-1500931952.xml 

pid=7828
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.01 2.02 2.05 3/182 7831
/proc/meminfo: memFree=32088832/32770624 swapFree=5736/129616
[pid=7831] ppid=7828 vsize=24740 CPUtime=0 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 926 0 0 0 0 0 0 0 20 0 1 0 2747977 25333760 739 33554432000 4194304 6986860 140723972073088 140723972069784 139998823562213 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 6185 739 637 682 0 188 0

[startup+0.100198 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 7831
/proc/meminfo: memFree=32088832/32770624 swapFree=5736/129616
[pid=7831] ppid=7828 vsize=29964 CPUtime=0.09 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 2298 0 0 0 9 0 0 0 20 0 1 0 2747977 30683136 2144 33554432000 4194304 6986860 140723972073088 140723972069784 5958080 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 7491 2144 702 682 0 1494 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29964

[startup+0.200377 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 7831
/proc/meminfo: memFree=32088832/32770624 swapFree=5736/129616
[pid=7831] ppid=7828 vsize=34188 CPUtime=0.19 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 3381 0 0 0 19 0 0 0 20 0 1 0 2747977 35008512 3199 33554432000 4194304 6986860 140723972073088 140723972069784 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 8547 3199 716 682 0 2550 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 34188

[startup+0.300352 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 7831
/proc/meminfo: memFree=32088832/32770624 swapFree=5736/129616
[pid=7831] ppid=7828 vsize=36912 CPUtime=0.29 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 4069 0 0 0 29 0 0 0 20 0 1 0 2747977 37797888 3884 33554432000 4194304 6986860 140723972073088 140723972069784 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9228 3884 716 682 0 3231 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 36912

[startup+0.700278 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 7831
/proc/meminfo: memFree=32088832/32770624 swapFree=5736/129616
[pid=7831] ppid=7828 vsize=36912 CPUtime=0.69 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 4073 0 0 0 69 0 0 0 20 0 1 0 2747977 37797888 3884 33554432000 4194304 6986860 140723972073088 140723972068616 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9228 3884 716 682 0 3231 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 36912

[startup+1.50027 s]
/proc/loadavg: 2.01 2.02 2.05 3/183 7832
/proc/meminfo: memFree=32075484/32770624 swapFree=5736/129624
[pid=7831] ppid=7828 vsize=36912 CPUtime=1.49 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 4073 0 0 0 149 0 0 0 20 0 1 0 2747977 37797888 3884 33554432000 4194304 6986860 140723972073088 140723972068616 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9228 3884 716 682 0 3231 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 36912

[startup+3.10028 s]
/proc/loadavg: 2.01 2.02 2.05 3/183 7832
/proc/meminfo: memFree=32075112/32770624 swapFree=5736/129624
[pid=7831] ppid=7828 vsize=37032 CPUtime=3.09 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 6604 0 0 0 308 1 0 0 20 0 1 0 2747977 37920768 3929 33554432000 4194304 6986860 140723972073088 140723972068440 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9258 3929 716 682 0 3261 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 37032

[startup+6.30028 s]
/proc/loadavg: 2.01 2.02 2.05 3/183 7832
/proc/meminfo: memFree=32074680/32770624 swapFree=5736/129632
[pid=7831] ppid=7828 vsize=37032 CPUtime=6.29 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 9142 0 0 0 628 1 0 0 20 0 1 0 2747977 37920768 3929 33554432000 4194304 6986860 140723972073088 140723972068440 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9258 3929 716 682 0 3261 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 37032

[startup+12.7003 s]
/proc/loadavg: 2.01 2.02 2.05 3/183 7832
/proc/meminfo: memFree=32074432/32770624 swapFree=5736/129632
[pid=7831] ppid=7828 vsize=37160 CPUtime=12.69 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 11713 0 0 0 1266 3 0 0 20 0 1 0 2747977 38051840 3958 33554432000 4194304 6986860 140723972073088 140723972068616 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9290 3958 716 682 0 3293 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 37160

[startup+25.5003 s]
/proc/loadavg: 2.01 2.02 2.05 3/183 7832
/proc/meminfo: memFree=32074804/32770624 swapFree=5736/129648
[pid=7831] ppid=7828 vsize=37160 CPUtime=25.49 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 16817 0 0 0 2541 8 0 0 20 0 1 0 2747977 38051840 3959 33554432000 4194304 6986860 140723972073088 140723972068440 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9290 3959 716 682 0 3293 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 37160

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 7832
/proc/meminfo: memFree=32073616/32770624 swapFree=5736/129660
[pid=7831] ppid=7828 vsize=37160 CPUtime=51.09 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 19368 0 0 0 5094 15 0 0 20 0 1 0 2747977 38051840 3960 33554432000 4194304 6986860 140723972073088 140723972068440 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9290 3960 716 682 0 3293 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 37160

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 7833
/proc/meminfo: memFree=32074080/32770624 swapFree=5736/129684
[pid=7831] ppid=7828 vsize=37160 CPUtime=102.29 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 19906 0 0 0 10201 28 0 0 20 0 1 0 2747977 38051840 3960 33554432000 4194304 6986860 140723972073088 140723972068440 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9290 3960 716 682 0 3293 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 37160

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 7834
/proc/meminfo: memFree=32074096/32770624 swapFree=5736/129712
[pid=7831] ppid=7828 vsize=37160 CPUtime=162.28 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 20443 0 0 0 16185 43 0 0 20 0 1 0 2747977 38051840 3960 33554432000 4194304 6986860 140723972073088 140723972068440 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9290 3960 716 682 0 3293 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 37160

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 7835
/proc/meminfo: memFree=32073784/32770624 swapFree=5736/129748
[pid=7831] ppid=7828 vsize=37160 CPUtime=222.29 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 20981 0 0 0 22169 60 0 0 20 0 1 0 2747977 38051840 3960 33554432000 4194304 6986860 140723972073088 140723972068440 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9290 3960 716 682 0 3293 0
Current children cumulated CPU time (s) 222.29
Current children cumulated vsize (KiB) 37160

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 7836
/proc/meminfo: memFree=32074196/32770624 swapFree=5736/129780
[pid=7831] ppid=7828 vsize=37160 CPUtime=282.28 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 21537 0 0 0 28152 76 0 0 20 0 1 0 2747977 38051840 3965 33554432000 4194304 6986860 140723972073088 140723972068440 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9290 3965 716 682 0 3293 0
Current children cumulated CPU time (s) 282.28
Current children cumulated vsize (KiB) 37160

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 7837
/proc/meminfo: memFree=32072956/32770624 swapFree=5736/129808
[pid=7831] ppid=7828 vsize=37560 CPUtime=342.28 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 22178 0 0 0 34134 94 0 0 20 0 1 0 2747977 38461440 4057 33554432000 4194304 6986860 140723972073088 140723972068440 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9390 4057 716 682 0 3393 0
Current children cumulated CPU time (s) 342.28
Current children cumulated vsize (KiB) 37560

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 7838
/proc/meminfo: memFree=32072480/32770624 swapFree=5736/129836
[pid=7831] ppid=7828 vsize=37560 CPUtime=402.28 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 22306 0 0 0 40114 114 0 0 20 0 1 0 2747977 38461440 4057 33554432000 4194304 6986860 140723972073088 140723972068616 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9390 4057 716 682 0 3393 0
Current children cumulated CPU time (s) 402.28
Current children cumulated vsize (KiB) 37560

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 7847
/proc/meminfo: memFree=32071992/32770624 swapFree=5736/129868
[pid=7831] ppid=7828 vsize=37560 CPUtime=462.29 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 22433 0 0 0 46094 135 0 0 20 0 1 0 2747977 38461440 4057 33554432000 4194304 6986860 140723972073088 140723972068440 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9390 4057 716 682 0 3393 0
Current children cumulated CPU time (s) 462.29
Current children cumulated vsize (KiB) 37560

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 7848
/proc/meminfo: memFree=32072252/32770624 swapFree=5736/129908
[pid=7831] ppid=7828 vsize=37560 CPUtime=522.28 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 22560 0 0 0 52073 155 0 0 20 0 1 0 2747977 38461440 4057 33554432000 4194304 6986860 140723972073088 140723972068616 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9390 4057 716 682 0 3393 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 37560

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 7849
/proc/meminfo: memFree=32072252/32770624 swapFree=5736/129940
[pid=7831] ppid=7828 vsize=37560 CPUtime=582.28 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 22687 0 0 0 58053 175 0 0 20 0 1 0 2747977 38461440 4057 33554432000 4194304 6986860 140723972073088 140723972068616 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9390 4057 716 682 0 3393 0
Current children cumulated CPU time (s) 582.28
Current children cumulated vsize (KiB) 37560


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 7885
/proc/meminfo: memFree=32071272/32770624 swapFree=5736/130744
[pid=7831] ppid=7828 vsize=37488 CPUtime=1542.28 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 24901 0 0 0 153720 508 0 0 20 0 1 0 2747977 38387712 4066 33554432000 4194304 6986860 140723972073088 140723972068616 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9372 4066 716 682 0 3375 0
Current children cumulated CPU time (s) 1542.28
Current children cumulated vsize (KiB) 37488

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/182 7886
/proc/meminfo: memFree=32071396/32770624 swapFree=5736/130776
[pid=7831] ppid=7828 vsize=37488 CPUtime=1602.28 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 25036 0 0 0 159698 530 0 0 20 0 1 0 2747977 38387712 4066 33554432000 4194304 6986860 140723972073088 140723972068440 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9372 4066 716 682 0 3375 0
Current children cumulated CPU time (s) 1602.28
Current children cumulated vsize (KiB) 37488

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 7894
/proc/meminfo: memFree=32070384/32770624 swapFree=5736/130808
[pid=7831] ppid=7828 vsize=37488 CPUtime=1662.27 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 25171 0 0 0 165679 548 0 0 20 0 1 0 2747977 38387712 4066 33554432000 4194304 6986860 140723972073088 140723972068616 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9372 4066 716 682 0 3375 0
Current children cumulated CPU time (s) 1662.27
Current children cumulated vsize (KiB) 37488

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 7920
/proc/meminfo: memFree=32070296/32770624 swapFree=5736/130884
[pid=7831] ppid=7828 vsize=37488 CPUtime=1722.27 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 25306 0 0 0 171657 570 0 0 20 0 1 0 2747977 38387712 4066 33554432000 4194304 6986860 140723972073088 140723972068616 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9372 4066 716 682 0 3375 0
Current children cumulated CPU time (s) 1722.27
Current children cumulated vsize (KiB) 37488

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 7921
/proc/meminfo: memFree=32070776/32770624 swapFree=5736/130912
[pid=7831] ppid=7828 vsize=37488 CPUtime=1782.27 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 25441 0 0 0 177635 592 0 0 20 0 1 0 2747977 38387712 4066 33554432000 4194304 6986860 140723972073088 140723972068616 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9372 4066 716 682 0 3375 0
Current children cumulated CPU time (s) 1782.27
Current children cumulated vsize (KiB) 37488

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 7922
/proc/meminfo: memFree=32070892/32770624 swapFree=5736/130940
[pid=7831] ppid=7828 vsize=37488 CPUtime=1842.27 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 25576 0 0 0 183614 613 0 0 20 0 1 0 2747977 38387712 4066 33554432000 4194304 6986860 140723972073088 140723972068616 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9372 4066 716 682 0 3375 0
Current children cumulated CPU time (s) 1842.27
Current children cumulated vsize (KiB) 37488

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 7923
/proc/meminfo: memFree=32071164/32770624 swapFree=5736/130972
[pid=7831] ppid=7828 vsize=37488 CPUtime=1902.28 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 25711 0 0 0 189593 635 0 0 20 0 1 0 2747977 38387712 4066 33554432000 4194304 6986860 140723972073088 140723972068440 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9372 4066 716 682 0 3375 0
Current children cumulated CPU time (s) 1902.28
Current children cumulated vsize (KiB) 37488

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 7924
/proc/meminfo: memFree=32071164/32770624 swapFree=5736/131000
[pid=7831] ppid=7828 vsize=37488 CPUtime=1962.27 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 25846 0 0 0 195570 657 0 0 20 0 1 0 2747977 38387712 4066 33554432000 4194304 6986860 140723972073088 140723972068616 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9372 4066 716 682 0 3375 0
Current children cumulated CPU time (s) 1962.27
Current children cumulated vsize (KiB) 37488

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 7925
/proc/meminfo: memFree=32071040/32770624 swapFree=5736/131036
[pid=7831] ppid=7828 vsize=37488 CPUtime=2022.27 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 25981 0 0 0 201549 678 0 0 20 0 1 0 2747977 38387712 4066 33554432000 4194304 6986860 140723972073088 140723972068616 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9372 4066 716 682 0 3375 0
Current children cumulated CPU time (s) 2022.27
Current children cumulated vsize (KiB) 37488

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 7926
/proc/meminfo: memFree=32071164/32770624 swapFree=5736/131064
[pid=7831] ppid=7828 vsize=37488 CPUtime=2082.27 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 26116 0 0 0 207531 696 0 0 20 0 1 0 2747977 38387712 4066 33554432000 4194304 6986860 140723972073088 140723972068616 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9372 4066 716 682 0 3375 0
Current children cumulated CPU time (s) 2082.27
Current children cumulated vsize (KiB) 37488

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 7928
/proc/meminfo: memFree=32071484/32770624 swapFree=5736/131096
[pid=7831] ppid=7828 vsize=37488 CPUtime=2142.27 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 26251 0 0 0 213510 717 0 0 20 0 1 0 2747977 38387712 4066 33554432000 4194304 6986860 140723972073088 140723972068440 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9372 4066 716 682 0 3375 0
Current children cumulated CPU time (s) 2142.27
Current children cumulated vsize (KiB) 37488

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 7929
/proc/meminfo: memFree=32071204/32770624 swapFree=5736/131132
[pid=7831] ppid=7828 vsize=37488 CPUtime=2202.28 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 26387 0 0 0 219489 739 0 0 20 0 1 0 2747977 38387712 4066 33554432000 4194304 6986860 140723972073088 140723972068440 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9372 4066 716 682 0 3375 0
Current children cumulated CPU time (s) 2202.28
Current children cumulated vsize (KiB) 37488

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 7938
/proc/meminfo: memFree=32070292/32770624 swapFree=5736/131168
[pid=7831] ppid=7828 vsize=37488 CPUtime=2262.28 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 26522 0 0 0 225468 760 0 0 20 0 1 0 2747977 38387712 4066 33554432000 4194304 6986860 140723972073088 140723972068616 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9372 4066 716 682 0 3375 0
Current children cumulated CPU time (s) 2262.28
Current children cumulated vsize (KiB) 37488

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8000
/proc/meminfo: memFree=32081176/32770624 swapFree=5736/131276
[pid=7831] ppid=7828 vsize=37488 CPUtime=2322.27 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 26657 0 0 0 231447 780 0 0 20 0 1 0 2747977 38387712 4066 33554432000 4194304 6986860 140723972073088 140723972068616 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9372 4066 716 682 0 3375 0
Current children cumulated CPU time (s) 2322.27
Current children cumulated vsize (KiB) 37488

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8001
/proc/meminfo: memFree=32080852/32770624 swapFree=5736/131308
[pid=7831] ppid=7828 vsize=37488 CPUtime=2382.27 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 26794 0 0 0 237427 800 0 0 20 0 1 0 2747977 38387712 4066 33554432000 4194304 6986860 140723972073088 140723972068440 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9372 4066 716 682 0 3375 0
Current children cumulated CPU time (s) 2382.27
Current children cumulated vsize (KiB) 37488



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.1 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8001
/proc/meminfo: memFree=32080852/32770624 swapFree=5736/131324
[pid=7831] ppid=7828 vsize=37488 CPUtime=2400.07 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 26929 0 0 0 239201 806 0 0 20 0 1 0 2747977 38387712 4066 33554432000 4194304 6986860 140723972073088 140723972068616 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9372 4066 716 682 0 3375 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 37488

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 7831 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2400.1 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 8001
/proc/meminfo: memFree=32080852/32770624 swapFree=5736/131324
[pid=7831] ppid=7828 vsize=37488 CPUtime=2400.07 cores=0,2,4,6
/proc/7831/stat : 7831 (naxos-xcsp3) R 7828 7831 3347 0 -1 4202496 26929 0 0 0 239201 806 0 0 20 0 1 0 2747977 38387712 4066 33554432000 4194304 6986860 140723972073088 140723972068616 139998823825788 0 0 4096 16384 0 0 0 17 4 0 0 0 0 0 9087712 9120176 16039936 140723972080910 140723972080991 140723972080991 140723972083690 0
/proc/7831/statm: 9372 4066 716 682 0 3375 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 37488

Child status: 0
Real time (s): 2400.1
CPU time (s): 2400.08
CPU user time (s): 2392.02
CPU system time (s): 8.06295
CPU usage (%): 99.9992
Max. virtual memory (cumulated for all children) (KiB): 37564

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2392.02
system time used= 8.06295
maximum resident set size= 16304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 26960
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11
involuntary context switches= 3021

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.50884 second user time and 8.38669 second system time

The end

Launcher Data

Begin job on node117 at 2017-07-24 23:32:32
IDJOB=4253422
IDBENCH=135432
IDSOLVER=2634
FILE ID=node117/4253422-1500931952
RUNJOBID= node117-1500914921-3378
PBS_JOBID= 20625410
Free space on /tmp= 61884 MiB

SOLVER NAME= Naxos 1.1.0
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-l152lav.xml
COMMAND LINE= ./naxos-xcsp3 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4253422-1500931952/watcher-4253422-1500931952 -o /tmp/evaluation-result-4253422-1500931952/solver-4253422-1500931952 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node117-1500914921-3378 --watchdog 2560  ./naxos-xcsp3 HOME/instance-4253422-1500931952.xml

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

MD5SUM BENCH= e295f86f2e8232e9b7c8210bbc53418f
RANDOM SEED=845061308

node117.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 0
cpu cores	: 4
apicid		: 16
initial apicid	: 16
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 1
cpu cores	: 4
apicid		: 18
initial apicid	: 18
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 2
cpu cores	: 4
apicid		: 20
initial apicid	: 20
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.58
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32089560 kB
MemAvailable:   32042348 kB
Buffers:           38996 kB
Cached:           228208 kB
SwapCached:            0 kB
Active:           193500 kB
Inactive:         138304 kB
Active(anon):      67168 kB
Inactive(anon):     8688 kB
Active(file):     126332 kB
Inactive(file):   129616 kB
Unevictable:        5736 kB
Mlocked:            5736 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2612 kB
Writeback:             0 kB
AnonPages:         69752 kB
Mapped:            29780 kB
Shmem:              8844 kB
Slab:              50712 kB
SReclaimable:      25352 kB
SUnreclaim:        25360 kB
KernelStack:        3216 kB
PageTables:         4728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     301816 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     24576 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

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