Trace number 4261509

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
Mistral-2.0 2017-07-28? (TO) 2519.8 2520

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-dec-sptate/
Pb-Tate-K108.xml
MD5SUM2a47884be513939e719b7a1148b6038b
Bench CategoryCSP (decision 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 variables7344
Number of constraints7562
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":7344}]
Minimum variable degree3
Maximum variable degree10
Distribution of variable degrees[{"degree":3,"count":1},{"degree":4,"count":185},{"degree":5,"count":1300},{"degree":6,"count":2879},{"degree":7,"count":1808},{"degree":8,"count":745},{"degree":9,"count":214},{"degree":10,"count":212}]
Minimum constraint arity1
Maximum constraint arity108
Distribution of constraint arities[{"arity":1,"count":2},{"arity":2,"count":1391},{"arity":3,"count":2889},{"arity":4,"count":1926},{"arity":5,"count":642},{"arity":6,"count":214},{"arity":7,"count":214},{"arity":68,"count":216},{"arity":108,"count":68}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":7562}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.07	c 280717
2519.79/2520.00	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-4261509-1502385207/watcher-4261509-1502385207 -o /tmp/evaluation-result-4261509-1502385207/solver-4261509-1502385207 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502331240-8161 --watchdog 2580 MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 297355832 HOME/instance-4261509-1502385207.xml 

pid=16057
running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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: 1.92 2.00 2.04 2/180 16060
/proc/meminfo: memFree=31271604/32770624 swapFree=0/531132
[pid=16060] ppid=16057 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/16060/stat : 16060 (runsolver) D 16057 16060 16590 0 -1 4202560 108 0 0 0 0 0 0 0 20 0 1 0 40714167 24240128 107 18446744073709551615 4194304 4338465 140725408748944 140725408746584 140005394330327 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 6803456 140725408751757 140725408752202 140725408752202 140725408755658 0
/proc/16060/statm: 5918 107 54 36 0 2156 0

[startup+0.100189 s]
/proc/loadavg: 1.92 2.00 2.04 2/180 16060
/proc/meminfo: memFree=31271604/32770624 swapFree=0/531132
[pid=16060] ppid=16057 vsize=31108 CPUtime=0.02 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 1542 0 0 0 2 0 0 0 20 0 1 0 40714167 31854592 1383 18446744073709551615 4194304 7396336 140733274135680 140733274132680 140256332450789 0 0 1 0 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 7777 1383 607 782 0 793 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 31108

[startup+0.20035 s]
/proc/loadavg: 1.92 2.00 2.04 2/180 16060
/proc/meminfo: memFree=31271604/32770624 swapFree=0/531132
[pid=16060] ppid=16057 vsize=41076 CPUtime=0.11 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 4288 0 0 0 11 0 0 0 20 0 1 0 40714167 42061824 3899 18446744073709551615 4194304 7396336 140733274135680 140733274132680 5883280 0 0 1 0 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 10269 3899 667 782 0 3285 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 41076

[startup+0.300357 s]
/proc/loadavg: 1.92 2.00 2.04 2/180 16060
/proc/meminfo: memFree=31271604/32770624 swapFree=0/531132
[pid=16060] ppid=16057 vsize=43320 CPUtime=0.21 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 4863 0 0 0 21 0 0 0 20 0 1 0 40714167 44359680 4493 18446744073709551615 4194304 7396336 140733274135680 140733274132680 4565880 0 0 1 0 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 10830 4493 670 782 0 3846 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 43320

[startup+0.700288 s]
/proc/loadavg: 1.92 2.00 2.04 2/180 16060
/proc/meminfo: memFree=31271604/32770624 swapFree=0/531132
[pid=16060] ppid=16057 vsize=53848 CPUtime=0.62 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 7461 0 0 0 61 1 0 0 20 0 1 0 40714167 55140352 7067 18446744073709551615 4194304 7396336 140733274135680 140733274132680 140256332446526 0 0 1 0 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 13462 7067 670 782 0 6478 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 53848

[startup+1.50033 s]
/proc/loadavg: 1.92 2.00 2.04 3/181 16061
/proc/meminfo: memFree=31238336/32770624 swapFree=0/531160
[pid=16060] ppid=16057 vsize=61768 CPUtime=1.41 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 9497 0 0 0 140 1 0 0 20 0 1 0 40714167 63250432 9113 18446744073709551615 4194304 7396336 140733274135680 140733274130312 4543870 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15442 9113 701 782 0 8458 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 61768

[startup+3.10034 s]
/proc/loadavg: 1.92 2.00 2.04 3/181 16061
/proc/meminfo: memFree=31237696/32770624 swapFree=0/531160
[pid=16060] ppid=16057 vsize=61900 CPUtime=3.01 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 16067 0 0 0 300 1 0 0 20 0 1 0 40714167 63385600 9137 18446744073709551615 4194304 7396336 140733274135680 140733274130312 5162969 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15475 9137 701 782 0 8491 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 61900

[startup+6.30031 s]
/proc/loadavg: 1.85 1.98 2.03 3/181 16061
/proc/meminfo: memFree=31237768/32770624 swapFree=0/531160
[pid=16060] ppid=16057 vsize=61900 CPUtime=6.21 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 22649 0 0 0 620 1 0 0 20 0 1 0 40714167 63385600 9144 18446744073709551615 4194304 7396336 140733274135680 140733274130312 5162969 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15475 9144 701 782 0 8491 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 61900

[startup+12.7003 s]
/proc/loadavg: 1.86 1.98 2.03 3/181 16061
/proc/meminfo: memFree=31237396/32770624 swapFree=0/531160
[pid=16060] ppid=16057 vsize=61900 CPUtime=12.62 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 29232 0 0 0 1260 2 0 0 20 0 1 0 40714167 63385600 9149 18446744073709551615 4194304 7396336 140733274135680 140733274130232 5162982 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15475 9149 701 782 0 8491 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 61900

[startup+25.5004 s]
/proc/loadavg: 1.89 1.98 2.03 3/181 16061
/proc/meminfo: memFree=31237440/32770624 swapFree=0/531160
[pid=16060] ppid=16057 vsize=61900 CPUtime=25.41 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 42395 0 0 0 2539 2 0 0 20 0 1 0 40714167 63385600 9155 18446744073709551615 4194304 7396336 140733274135680 140733274130232 4249732 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15475 9155 701 782 0 8491 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 61900

[startup+51.1004 s]
/proc/loadavg: 1.93 1.99 2.03 3/185 16076
/proc/meminfo: memFree=31233252/32770624 swapFree=0/531208
[pid=16060] ppid=16057 vsize=61900 CPUtime=51 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 45249 0 0 0 5098 2 0 0 20 0 1 0 40714167 63385600 9166 18446744073709551615 4194304 7396336 140733274135680 140733274130232 5162969 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15475 9166 701 782 0 8491 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 61900

[startup+102.3 s]
/proc/loadavg: 1.97 1.99 2.03 3/186 16103
/proc/meminfo: memFree=31231784/32770624 swapFree=0/531236
[pid=16060] ppid=16057 vsize=61900 CPUtime=102.2 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 45573 0 0 0 10218 2 0 0 20 0 1 0 40714167 63385600 9169 18446744073709551615 4194304 7396336 140733274135680 140733274130232 5586631 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15475 9169 701 782 0 8491 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 61900

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/186 16105
/proc/meminfo: memFree=31232748/32770624 swapFree=0/531268
[pid=16060] ppid=16057 vsize=61900 CPUtime=162.19 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 45906 0 0 0 16217 2 0 0 20 0 1 0 40714167 63385600 9170 18446744073709551615 4194304 7396336 140733274135680 140733274130232 5163189 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15475 9170 701 782 0 8491 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 61900

[startup+222.306 s]
/proc/loadavg: 2.00 1.99 2.03 3/183 16107
/proc/meminfo: memFree=31236244/32770624 swapFree=0/531284
[pid=16060] ppid=16057 vsize=61900 CPUtime=222.2 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 46235 0 0 0 22218 2 0 0 20 0 1 0 40714167 63385600 9170 18446744073709551615 4194304 7396336 140733274135680 140733274130232 5774180 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15475 9170 701 782 0 8491 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 61900

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/183 16109
/proc/meminfo: memFree=31236344/32770624 swapFree=0/531292
[pid=16060] ppid=16057 vsize=61900 CPUtime=282.19 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 46568 0 0 0 28217 2 0 0 20 0 1 0 40714167 63385600 9170 18446744073709551615 4194304 7396336 140733274135680 140733274130232 5586631 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15475 9170 701 782 0 8491 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 61900

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/182 16111
/proc/meminfo: memFree=31236660/32770624 swapFree=0/531292
[pid=16060] ppid=16057 vsize=62468 CPUtime=342.19 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 47055 0 0 0 34217 2 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 5771092 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 62468

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/182 16113
/proc/meminfo: memFree=31237048/32770624 swapFree=0/531324
[pid=16060] ppid=16057 vsize=62468 CPUtime=402.18 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 47415 0 0 0 40216 2 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 4543893 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 62468

[startup+462.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/181 16115
/proc/meminfo: memFree=31236700/32770624 swapFree=0/531332
[pid=16060] ppid=16057 vsize=62468 CPUtime=462.18 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 47791 0 0 0 46216 2 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 5162982 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 62468

[startup+522.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/181 16117
/proc/meminfo: memFree=31236824/32770624 swapFree=0/531332
[pid=16060] ppid=16057 vsize=62468 CPUtime=522.18 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 48158 0 0 0 52216 2 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 5572043 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 522.18
Current children cumulated vsize (KiB) 62468

[startup+582.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/181 16119
/proc/meminfo: memFree=31236564/32770624 swapFree=0/531328
[pid=16060] ppid=16057 vsize=62468 CPUtime=582.18 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 48519 0 0 0 58216 2 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 4581726 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 62468


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


[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 16184
/proc/meminfo: memFree=31235464/32770624 swapFree=0/531628
[pid=16060] ppid=16057 vsize=62468 CPUtime=1602.13 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 54735 0 0 0 160210 3 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 5841297 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 1602.13
Current children cumulated vsize (KiB) 62468

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 16186
/proc/meminfo: memFree=31235596/32770624 swapFree=0/531644
[pid=16060] ppid=16057 vsize=62468 CPUtime=1662.13 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 55106 0 0 0 166210 3 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 5163189 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 1662.13
Current children cumulated vsize (KiB) 62468

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 16189
/proc/meminfo: memFree=31235092/32770624 swapFree=0/531660
[pid=16060] ppid=16057 vsize=62468 CPUtime=1722.13 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 55469 0 0 0 172210 3 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 5774792 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 1722.13
Current children cumulated vsize (KiB) 62468

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 16191
/proc/meminfo: memFree=31235232/32770624 swapFree=0/531664
[pid=16060] ppid=16057 vsize=62468 CPUtime=1782.12 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 55835 0 0 0 178209 3 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 4543827 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 1782.12
Current children cumulated vsize (KiB) 62468

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 16193
/proc/meminfo: memFree=31235232/32770624 swapFree=0/531680
[pid=16060] ppid=16057 vsize=62468 CPUtime=1842.12 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 56210 0 0 0 184209 3 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 5649694 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 1842.12
Current children cumulated vsize (KiB) 62468

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 16210
/proc/meminfo: memFree=31232120/32770624 swapFree=0/531740
[pid=16060] ppid=16057 vsize=62468 CPUtime=1902.12 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 56572 0 0 0 190209 3 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 5576198 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 1902.12
Current children cumulated vsize (KiB) 62468

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 16212
/proc/meminfo: memFree=31235504/32770624 swapFree=0/531756
[pid=16060] ppid=16057 vsize=62468 CPUtime=1962.12 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 56942 0 0 0 196209 3 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 5162969 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 1962.12
Current children cumulated vsize (KiB) 62468

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 16214
/proc/meminfo: memFree=31235752/32770624 swapFree=0/531768
[pid=16060] ppid=16057 vsize=62468 CPUtime=2022.11 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 57302 0 0 0 202208 3 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 4246597 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 2022.11
Current children cumulated vsize (KiB) 62468

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 16216
/proc/meminfo: memFree=31235768/32770624 swapFree=0/531784
[pid=16060] ppid=16057 vsize=62468 CPUtime=2082.11 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 57664 0 0 0 208208 3 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 5163012 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 2082.11
Current children cumulated vsize (KiB) 62468

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 16218
/proc/meminfo: memFree=31236068/32770624 swapFree=0/531804
[pid=16060] ppid=16057 vsize=62468 CPUtime=2142.1 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 58026 0 0 0 214207 3 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 4543790 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 2142.1
Current children cumulated vsize (KiB) 62468

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 16220
/proc/meminfo: memFree=31236084/32770624 swapFree=0/531836
[pid=16060] ppid=16057 vsize=62468 CPUtime=2202.11 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 58389 0 0 0 220208 3 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 5839021 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 2202.11
Current children cumulated vsize (KiB) 62468

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 16222
/proc/meminfo: memFree=31235724/32770624 swapFree=0/531844
[pid=16060] ppid=16057 vsize=62468 CPUtime=2262.1 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 58756 0 0 0 226207 3 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 4249442 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 2262.1
Current children cumulated vsize (KiB) 62468

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 16224
/proc/meminfo: memFree=31235408/32770624 swapFree=0/531864
[pid=16060] ppid=16057 vsize=62468 CPUtime=2322.1 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 59125 0 0 0 232207 3 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 5162982 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 2322.1
Current children cumulated vsize (KiB) 62468

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 16226
/proc/meminfo: memFree=31235656/32770624 swapFree=0/531872
[pid=16060] ppid=16057 vsize=62468 CPUtime=2382.09 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 59502 0 0 0 238206 3 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 5163012 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 2382.09
Current children cumulated vsize (KiB) 62468

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 16303
/proc/meminfo: memFree=31227372/32770624 swapFree=0/531924
[pid=16060] ppid=16057 vsize=62468 CPUtime=2442.09 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 59863 0 0 0 244206 3 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 4581459 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 2442.09
Current children cumulated vsize (KiB) 62468

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 16305
/proc/meminfo: memFree=31227324/32770624 swapFree=0/531968
[pid=16060] ppid=16057 vsize=62468 CPUtime=2502.09 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 60217 0 0 0 250206 3 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 4543903 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 2502.09
Current children cumulated vsize (KiB) 62468



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 16306
/proc/meminfo: memFree=31227324/32770624 swapFree=0/531968
[pid=16060] ppid=16057 vsize=62468 CPUtime=2519.79 cores=0,2,4,6
/proc/16060/stat : 16060 (MistralXCSP) R 16057 16060 16590 0 -1 4202496 60477 0 0 0 251976 3 0 0 20 0 1 0 40714167 63967232 9287 18446744073709551615 4194304 7396336 140733274135680 140733274130312 5575220 0 0 1 16386 0 0 0 17 4 0 0 7 0 0 9496464 9501696 36319232 140733274137012 140733274137161 140733274137161 140733274140617 0
/proc/16060/statm: 15617 9287 701 782 0 8633 0
Current children cumulated CPU time (s) 2519.79
Current children cumulated vsize (KiB) 62468

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

Child status: 0
Real time (s): 2520
CPU time (s): 2519.8
CPU user time (s): 2519.76
CPU system time (s): 0.039998
CPU usage (%): 99.9921
Max. virtual memory (cumulated for all children) (KiB): 62468

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.76
system time used= 0.039998
maximum resident set size= 37176
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60514
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= 22
involuntary context switches= 646

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.55159 second user time and 9.68604 second system time

The end

Launcher Data

Begin job on node127 at 2017-08-10 18:59:20
IDJOB=4261509
IDBENCH=135029
IDSOLVER=2649
FILE ID=node127/4261509-1502385207
RUNJOBID= node127-1502331240-8161
PBS_JOBID= 
Free space on /tmp= 62024 MiB

SOLVER NAME= Mistral-2.0 2017-07-28
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-dec-sptate/Pb-Tate-K108.xml
COMMAND LINE= MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed RANDOMSEED BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4261509-1502385207/watcher-4261509-1502385207 -o /tmp/evaluation-result-4261509-1502385207/solver-4261509-1502385207 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node127-1502331240-8161 --watchdog 2580  MistralXCSP -v 0 --recommended 2 --decay 0.95 --branch_on_aux 10 --seed 297355832 HOME/instance-4261509-1502385207.xml

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

MD5SUM BENCH= 2a47884be513939e719b7a1148b6038b
RANDOM SEED=297355832

node127.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.92
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.92
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.92
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.92
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:        31271608 kB
MemAvailable:   31983856 kB
Buffers:          232248 kB
Cached:           771104 kB
SwapCached:            0 kB
Active:           523152 kB
Inactive:         556040 kB
Active(anon):      76048 kB
Inactive(anon):    24908 kB
Active(file):     447104 kB
Inactive(file):   531132 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6164 kB
Writeback:             0 kB
AnonPages:         75592 kB
Mapped:            40704 kB
Shmem:             25252 kB
Slab:             125220 kB
SReclaimable:      99696 kB
SUnreclaim:        25524 kB
KernelStack:        3216 kB
PageTables:         4856 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     335900 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 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= 62020 MiB
End job on node127 at 2017-08-10 19:41:20