Trace number 4240814

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
R1: cosoco 1.1? (TO) 2400.06 2401.13

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-6.xml
MD5SUM783c5eb4c347368f8a2e1c7f079a0df0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1094
Best CPU time to get the best result obtained on this benchmark3537.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables28770
Number of constraints1392
Number of domains20
Minimum domain size2
Maximum domain size160
Distribution of domain sizes[{"size":2,"count":1370},{"size":8,"count":1370},{"size":12,"count":1370},{"size":36,"count":2740},{"size":42,"count":1370},{"size":75,"count":1370},{"size":79,"count":1370},{"size":93,"count":1370},{"size":110,"count":1370},{"size":117,"count":1370},{"size":121,"count":1370},{"size":123,"count":1370},{"size":126,"count":1370},{"size":139,"count":1370},{"size":141,"count":1370},{"size":142,"count":1370},{"size":149,"count":1370},{"size":153,"count":1370},{"size":158,"count":1370},{"size":160,"count":1370}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":28770}]
Minimum constraint arity21
Maximum constraint arity27400
Distribution of constraint arities[{"arity":21,"count":1370},{"arity":1370,"count":21},{"arity":27400,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":1},{"type":"lex","count":1},{"type":"sum","count":1390}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.79/0.82	c best=?? lower=0 upper=1370 

Verifier Data

One s line expected

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-4240814-1500639406/watcher-4240814-1500639406 -o /tmp/evaluation-result-4240814-1500639406/solver-4240814-1500639406 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1500639406-6409 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4240814-1500639406.xml 

pid=6435
running on 4 cores: 1,3,5,7

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: 1.08 1.17 1.49 3/187 6439
/proc/meminfo: memFree=31414696/32770624 swapFree=6208/385664
[pid=6439] ppid=6435 vsize=26992 CPUtime=0 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 954 0 0 0 0 0 0 0 20 0 1 0 17362486 27639808 766 33554432000 4194304 5970956 140726647175376 140726647172024 139625425992677 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 6748 766 683 434 0 112 0

[startup+0.100169 s]
/proc/loadavg: 1.08 1.17 1.49 3/187 6439
/proc/meminfo: memFree=31414696/32770624 swapFree=6208/385664
[pid=6439] ppid=6435 vsize=31124 CPUtime=0.09 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1993 0 0 0 9 0 0 0 20 0 1 0 17362486 31870976 1771 33554432000 4194304 5970956 140726647175376 140726647169944 5399850 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 7781 1771 705 434 0 1145 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31124

[startup+0.200328 s]
/proc/loadavg: 1.08 1.17 1.49 3/187 6439
/proc/meminfo: memFree=31414696/32770624 swapFree=6208/385664
[pid=6439] ppid=6435 vsize=63976 CPUtime=0.19 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 10221 0 0 0 18 1 0 0 20 0 1 0 17362486 65511424 9988 33554432000 4194304 5970956 140726647175376 140726647169304 5403024 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 15994 9988 705 434 0 9358 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 63976

[startup+0.30031 s]
/proc/loadavg: 1.08 1.17 1.49 3/187 6439
/proc/meminfo: memFree=31414696/32770624 swapFree=6208/385664
[pid=6439] ppid=6435 vsize=64904 CPUtime=0.29 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 10454 0 0 0 28 1 0 0 20 0 1 0 17362486 66461696 10252 33554432000 4194304 5970956 140726647175376 140726647169880 5403018 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 16226 10252 735 434 0 9590 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 64904

[startup+0.700289 s]
/proc/loadavg: 1.08 1.17 1.49 3/187 6439
/proc/meminfo: memFree=31414696/32770624 swapFree=6208/385664
[pid=6439] ppid=6435 vsize=376504 CPUtime=0.69 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 88360 0 0 0 58 11 0 0 20 0 1 0 17362486 385540096 88132 33554432000 4194304 5970956 140726647175376 140726647170376 5367730 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 94126 88132 744 434 0 87490 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 376504

[startup+1.50023 s]
/proc/loadavg: 1.08 1.17 1.49 3/188 6440
/proc/meminfo: memFree=30867696/32770624 swapFree=6208/386016
[pid=6439] ppid=6435 vsize=534132 CPUtime=1.49 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 127916 0 0 0 133 16 0 0 20 0 1 0 17362486 546951168 127627 33554432000 4194304 5970956 140726647175376 140726647162696 5327859 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 133533 127627 757 434 0 126897 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 534132

[startup+3.10028 s]
/proc/loadavg: 1.08 1.17 1.49 3/188 6440
/proc/meminfo: memFree=30866596/32770624 swapFree=6208/386028
[pid=6439] ppid=6435 vsize=534132 CPUtime=3.09 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 139705 0 0 0 292 17 0 0 20 0 1 0 17362486 546951168 127669 33554432000 4194304 5970956 140726647175376 140726647162696 5327985 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 133533 127669 795 434 0 126897 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 534132

[startup+6.30028 s]
/proc/loadavg: 1.15 1.19 1.49 3/188 6440
/proc/meminfo: memFree=30714328/32770624 swapFree=6208/386028
[pid=6439] ppid=6435 vsize=761916 CPUtime=6.29 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 236023 0 0 0 601 28 0 0 20 0 1 0 17362486 780201984 184568 33554432000 4194304 5970956 140726647175376 140726647172088 5038979 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 190479 184568 795 434 0 183843 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 761916

[startup+12.7003 s]
/proc/loadavg: 1.22 1.20 1.49 3/188 6440
/proc/meminfo: memFree=30177764/32770624 swapFree=6208/386032
[pid=6439] ppid=6435 vsize=1247212 CPUtime=12.68 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 476654 0 0 0 1218 50 0 0 20 0 1 0 17362486 1277145088 302587 33554432000 4194304 5970956 140726647175376 140726647172088 5038188 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 311803 302587 795 434 0 305167 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1247212

[startup+25.5003 s]
/proc/loadavg: 1.39 1.24 1.50 3/188 6440
/proc/meminfo: memFree=29646940/32770624 swapFree=6208/386048
[pid=6439] ppid=6435 vsize=1816536 CPUtime=25.47 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 673126 0 0 0 2478 69 0 0 20 0 1 0 17362486 1860132864 431961 33554432000 4194304 5970956 140726647175376 140726647172104 5038188 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 454134 431961 795 434 0 447498 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1816536

[startup+51.1004 s]
/proc/loadavg: 1.60 1.30 1.51 3/188 6440
/proc/meminfo: memFree=29074184/32770624 swapFree=6208/386052
[pid=6439] ppid=6435 vsize=2431804 CPUtime=51.05 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 983248 0 0 0 5007 98 0 0 20 0 1 0 17362486 2490167296 570489 33554432000 4194304 5970956 140726647175376 140726647172104 5093168 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 570489 795 434 0 601315 0
Current children cumulated CPU time (s) 51.05
Current children cumulated vsize (KiB) 2431804

[startup+102.3 s]
/proc/loadavg: 1.83 1.41 1.54 3/188 6441
/proc/meminfo: memFree=29075256/32770624 swapFree=6208/386080
[pid=6439] ppid=6435 vsize=2431804 CPUtime=102.22 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1053231 0 0 0 10119 103 0 0 20 0 1 0 17362486 2490167296 570517 33554432000 4194304 5970956 140726647175376 140726647172104 5098896 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 570517 795 434 0 601315 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 2431804

[startup+162.3 s]
/proc/loadavg: 1.94 1.52 1.57 3/188 6442
/proc/meminfo: memFree=29075688/32770624 swapFree=6208/386096
[pid=6439] ppid=6435 vsize=2431804 CPUtime=162.2 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1081250 0 0 0 16115 105 0 0 20 0 1 0 17362486 2490167296 570517 33554432000 4194304 5970956 140726647175376 140726647172104 5038188 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 570517 795 434 0 601315 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 2431804

[startup+222.306 s]
/proc/loadavg: 2.04 1.62 1.60 3/189 6453
/proc/meminfo: memFree=29075140/32770624 swapFree=6208/386116
[pid=6439] ppid=6435 vsize=2431804 CPUtime=222.17 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1124698 0 0 0 22109 108 0 0 20 0 1 0 17362486 2490167296 570517 33554432000 4194304 5970956 140726647175376 140726647172104 5038725 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 570517 795 434 0 601315 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 2431804

[startup+282.3 s]
/proc/loadavg: 2.02 1.69 1.62 3/189 6454
/proc/meminfo: memFree=29075956/32770624 swapFree=6208/386136
[pid=6439] ppid=6435 vsize=2431804 CPUtime=282.13 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1143224 0 0 0 28104 109 0 0 20 0 1 0 17362486 2490167296 570517 33554432000 4194304 5970956 140726647175376 140726647172104 5098896 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 570517 795 434 0 601315 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 2431804

[startup+342.3 s]
/proc/loadavg: 2.01 1.75 1.65 3/188 6455
/proc/meminfo: memFree=29076024/32770624 swapFree=6208/386156
[pid=6439] ppid=6435 vsize=2431804 CPUtime=342.11 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1153812 0 0 0 34101 110 0 0 20 0 1 0 17362486 2490167296 570517 33554432000 4194304 5970956 140726647175376 140726647172104 5038183 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 570517 795 434 0 601315 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 2431804

[startup+402.3 s]
/proc/loadavg: 2.00 1.79 1.67 3/188 6456
/proc/meminfo: memFree=29076468/32770624 swapFree=6208/386180
[pid=6439] ppid=6435 vsize=2431804 CPUtime=402.09 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1160901 0 0 0 40099 110 0 0 20 0 1 0 17362486 2490167296 570517 33554432000 4194304 5970956 140726647175376 140726647172104 5039178 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 570517 795 434 0 601315 0
Current children cumulated CPU time (s) 402.09
Current children cumulated vsize (KiB) 2431804

[startup+462.3 s]
/proc/loadavg: 2.00 1.83 1.69 3/188 6457
/proc/meminfo: memFree=29076036/32770624 swapFree=6208/386204
[pid=6439] ppid=6435 vsize=2431804 CPUtime=462.07 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1168244 0 0 0 46096 111 0 0 20 0 1 0 17362486 2490167296 570517 33554432000 4194304 5970956 140726647175376 140726647172104 5038725 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 570517 795 434 0 601315 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 2431804

[startup+522.3 s]
/proc/loadavg: 2.00 1.86 1.71 3/186 6459
/proc/meminfo: memFree=29077252/32770624 swapFree=6208/386224
[pid=6439] ppid=6435 vsize=2431804 CPUtime=522.05 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1173290 0 0 0 52093 112 0 0 20 0 1 0 17362486 2490167296 570517 33554432000 4194304 5970956 140726647175376 140726647172104 5038183 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 570517 795 434 0 601315 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 2431804

[startup+582.3 s]
/proc/loadavg: 2.00 1.89 1.73 4/187 6461
/proc/meminfo: memFree=29076256/32770624 swapFree=6208/386244
[pid=6439] ppid=6435 vsize=2431804 CPUtime=582.03 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1184502 0 0 0 58090 113 0 0 20 0 1 0 17362486 2490167296 570517 33554432000 4194304 5970956 140726647175376 140726647172104 5098896 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 570517 795 434 0 601315 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 2431804


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 1.91 3/188 6494
/proc/meminfo: memFree=28942928/32770624 swapFree=6208/386596
[pid=6439] ppid=6435 vsize=2431804 CPUtime=1541.65 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1292813 0 0 0 154043 122 0 0 20 0 1 0 17362486 2490167296 598022 33554432000 4194304 5970956 140726647175376 140726647172104 5047497 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 598022 795 434 0 601315 0
Current children cumulated CPU time (s) 1541.65
Current children cumulated vsize (KiB) 2431804

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 1.92 3/188 6495
/proc/meminfo: memFree=28939792/32770624 swapFree=6208/386624
[pid=6439] ppid=6435 vsize=2431804 CPUtime=1601.62 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1300797 0 0 0 160039 123 0 0 20 0 1 0 17362486 2490167296 598022 33554432000 4194304 5970956 140726647175376 140726647172104 5038188 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 598022 795 434 0 601315 0
Current children cumulated CPU time (s) 1601.62
Current children cumulated vsize (KiB) 2431804

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 1.93 3/188 6496
/proc/meminfo: memFree=28940328/32770624 swapFree=6208/386640
[pid=6439] ppid=6435 vsize=2431804 CPUtime=1661.59 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1308234 0 0 0 166036 123 0 0 20 0 1 0 17362486 2490167296 598022 33554432000 4194304 5970956 140726647175376 140726647172104 5038354 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 598022 795 434 0 601315 0
Current children cumulated CPU time (s) 1661.59
Current children cumulated vsize (KiB) 2431804

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 1.94 3/187 6497
/proc/meminfo: memFree=28940624/32770624 swapFree=6208/386656
[pid=6439] ppid=6435 vsize=2431804 CPUtime=1721.56 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1319536 0 0 0 172032 124 0 0 20 0 1 0 17362486 2490167296 598022 33554432000 4194304 5970956 140726647175376 140726647172104 5038334 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 598022 795 434 0 601315 0
Current children cumulated CPU time (s) 1721.56
Current children cumulated vsize (KiB) 2431804

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 1.94 3/187 6498
/proc/meminfo: memFree=28941148/32770624 swapFree=6208/386684
[pid=6439] ppid=6435 vsize=2431804 CPUtime=1781.52 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1324927 0 0 0 178028 124 0 0 20 0 1 0 17362486 2490167296 598022 33554432000 4194304 5970956 140726647175376 140726647172104 5038188 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 598022 795 434 0 601315 0
Current children cumulated CPU time (s) 1781.52
Current children cumulated vsize (KiB) 2431804

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 1.95 3/187 6499
/proc/meminfo: memFree=28941508/32770624 swapFree=6208/386700
[pid=6439] ppid=6435 vsize=2431804 CPUtime=1841.49 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1331078 0 0 0 184025 124 0 0 20 0 1 0 17362486 2490167296 598022 33554432000 4194304 5970956 140726647175376 140726647172104 5337509 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 598022 795 434 0 601315 0
Current children cumulated CPU time (s) 1841.49
Current children cumulated vsize (KiB) 2431804

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.95 3/187 6500
/proc/meminfo: memFree=28941212/32770624 swapFree=6208/386720
[pid=6439] ppid=6435 vsize=2431804 CPUtime=1901.46 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1335100 0 0 0 190022 124 0 0 20 0 1 0 17362486 2490167296 598022 33554432000 4194304 5970956 140726647175376 140726647172104 5038183 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 598022 795 434 0 601315 0
Current children cumulated CPU time (s) 1901.46
Current children cumulated vsize (KiB) 2431804

[startup+1962.3 s]
/proc/loadavg: 2.04 2.03 1.96 3/187 6501
/proc/meminfo: memFree=28940924/32770624 swapFree=6208/386740
[pid=6439] ppid=6435 vsize=2431804 CPUtime=1961.44 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1340606 0 0 0 196019 125 0 0 20 0 1 0 17362486 2490167296 598022 33554432000 4194304 5970956 140726647175376 140726647172104 5337501 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 598022 795 434 0 601315 0
Current children cumulated CPU time (s) 1961.44
Current children cumulated vsize (KiB) 2431804

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/187 6509
/proc/meminfo: memFree=28940724/32770624 swapFree=6208/386764
[pid=6439] ppid=6435 vsize=2431804 CPUtime=2021.41 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1346185 0 0 0 202015 126 0 0 20 0 1 0 17362486 2490167296 598022 33554432000 4194304 5970956 140726647175376 140726647172104 5040507 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 598022 795 434 0 601315 0
Current children cumulated CPU time (s) 2021.41
Current children cumulated vsize (KiB) 2431804

[startup+2082.3 s]
/proc/loadavg: 2.01 2.02 1.96 3/187 6510
/proc/meminfo: memFree=28941996/32770624 swapFree=6208/386788
[pid=6439] ppid=6435 vsize=2431804 CPUtime=2081.38 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1354234 0 0 0 208012 126 0 0 20 0 1 0 17362486 2490167296 598022 33554432000 4194304 5970956 140726647175376 140726647172104 5337492 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 598022 795 434 0 601315 0
Current children cumulated CPU time (s) 2081.38
Current children cumulated vsize (KiB) 2431804

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/187 6511
/proc/meminfo: memFree=28942656/32770624 swapFree=6208/386808
[pid=6439] ppid=6435 vsize=2431804 CPUtime=2141.34 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1358194 0 0 0 214008 126 0 0 20 0 1 0 17362486 2490167296 598022 33554432000 4194304 5970956 140726647175376 140726647172104 5337501 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 598022 795 434 0 601315 0
Current children cumulated CPU time (s) 2141.34
Current children cumulated vsize (KiB) 2431804

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 1.96 3/187 6512
/proc/meminfo: memFree=28942568/32770624 swapFree=6208/386832
[pid=6439] ppid=6435 vsize=2431804 CPUtime=2201.32 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1365708 0 0 0 220005 127 0 0 20 0 1 0 17362486 2490167296 598022 33554432000 4194304 5970956 140726647175376 140726647172104 5337501 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 598022 795 434 0 601315 0
Current children cumulated CPU time (s) 2201.32
Current children cumulated vsize (KiB) 2431804

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.96 3/187 6513
/proc/meminfo: memFree=28942960/32770624 swapFree=6208/386828
[pid=6439] ppid=6435 vsize=2431804 CPUtime=2261.28 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1371153 0 0 0 226001 127 0 0 20 0 1 0 17362486 2490167296 598022 33554432000 4194304 5970956 140726647175376 140726647172104 5038217 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 598022 795 434 0 601315 0
Current children cumulated CPU time (s) 2261.28
Current children cumulated vsize (KiB) 2431804

[startup+2322.3 s]
/proc/loadavg: 2.04 2.03 1.97 3/187 6515
/proc/meminfo: memFree=28943108/32770624 swapFree=6208/386844
[pid=6439] ppid=6435 vsize=2431804 CPUtime=2321.25 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1378507 0 0 0 231997 128 0 0 20 0 1 0 17362486 2490167296 598022 33554432000 4194304 5970956 140726647175376 140726647172104 5337479 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 598022 795 434 0 601315 0
Current children cumulated CPU time (s) 2321.25
Current children cumulated vsize (KiB) 2431804

[startup+2382.3 s]
/proc/loadavg: 2.02 2.02 1.97 3/187 6516
/proc/meminfo: memFree=28942516/32770624 swapFree=6208/386864
[pid=6439] ppid=6435 vsize=2431804 CPUtime=2381.22 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1380652 0 0 0 237994 128 0 0 20 0 1 0 17362486 2490167296 598022 33554432000 4194304 5970956 140726647175376 140726647172104 5337479 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 598022 795 434 0 601315 0
Current children cumulated CPU time (s) 2381.22
Current children cumulated vsize (KiB) 2431804



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.1 s]
/proc/loadavg: 2.01 2.02 1.97 3/187 6516
/proc/meminfo: memFree=28942604/32770624 swapFree=6208/386868
[pid=6439] ppid=6435 vsize=2431804 CPUtime=2400.01 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1381248 0 0 0 239873 128 0 0 20 0 1 0 17362486 2490167296 598022 33554432000 4194304 5970956 140726647175376 140726647172104 5337501 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 598022 795 434 0 601315 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 2431804

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

[startup+2401.1 s]
/proc/loadavg: 2.01 2.02 1.97 3/187 6516
/proc/meminfo: memFree=28942604/32770624 swapFree=6208/386868
[pid=6439] ppid=6435 vsize=2431804 CPUtime=2400.01 cores=1,3,5,7
/proc/6439/stat : 6439 (cosoco) R 6435 6439 6377 0 -1 4202496 1381248 0 0 0 239873 128 0 0 20 0 1 0 17362486 2490167296 598022 33554432000 4194304 5970956 140726647175376 140726647172104 5337501 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 13381632 140726647178433 140726647178563 140726647178563 140726647181262 0
/proc/6439/statm: 607951 598022 795 434 0 601315 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 2431804

Child status: 1
Real time (s): 2401.13
CPU time (s): 2400.06
CPU user time (s): 2398.74
CPU system time (s): 1.31944
CPU usage (%): 99.9552
Max. virtual memory (cumulated for all children) (KiB): 2431804

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2398.74
system time used= 1.31944
maximum resident set size= 2392132
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1381276
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= 83
involuntary context switches= 120680

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.78119 second user time and 8.95964 second system time

The end

Launcher Data

Begin job on node149 at 2017-07-21 14:16:46
IDJOB=4240814
IDBENCH=124197
IDSOLVER=2620
FILE ID=node149/4240814-1500639406
RUNJOBID= node149-1500639406-6409
PBS_JOBID= 20623027
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-6.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4240814-1500639406/watcher-4240814-1500639406 -o /tmp/evaluation-result-4240814-1500639406/solver-4240814-1500639406 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node149-1500639406-6409 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4240814-1500639406.xml

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

MD5SUM BENCH= 783c5eb4c347368f8a2e1c7f079a0df0
RANDOM SEED=2061497132

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

/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		: 1733.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.83
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		: 1600.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.56
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		: 1600.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.83
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		: 1600.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.56
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		: 1600.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.83
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		: 1600.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.56
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		: 1600.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.83
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		: 1600.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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31416472 kB
MemAvailable:   32003504 kB
Buffers:          231840 kB
Cached:           642496 kB
SwapCached:            0 kB
Active:           526572 kB
Inactive:         401384 kB
Active(anon):      56292 kB
Inactive(anon):    17020 kB
Active(file):     470280 kB
Inactive(file):   384364 kB
Unevictable:        6208 kB
Mlocked:            6208 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4676 kB
Writeback:             0 kB
AnonPages:         59820 kB
Mapped:            32416 kB
Shmem:             17040 kB
Slab:             121968 kB
SReclaimable:      96444 kB
SUnreclaim:        25524 kB
KernelStack:        3088 kB
PageTables:         4688 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     319048 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 62028 MiB
End job on node149 at 2017-07-21 14:56:47