Trace number 4240809

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-sat 1.1? (TO) 2400.41 2401.13

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-0.xml
MD5SUM646d28484bd146a649962766e861e016
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1305
Best CPU time to get the best result obtained on this benchmark569.11
Satisfiable
(Un)Satisfiability was proved
Number of variables33894
Number of constraints1636
Number of domains20
Minimum domain size2
Maximum domain size190
Distribution of domain sizes[{"size":2,"count":1614},{"size":8,"count":1614},{"size":16,"count":1614},{"size":44,"count":1614},{"size":56,"count":1614},{"size":62,"count":1614},{"size":71,"count":1614},{"size":76,"count":1614},{"size":85,"count":1614},{"size":102,"count":1614},{"size":109,"count":3228},{"size":110,"count":1614},{"size":112,"count":1614},{"size":125,"count":1614},{"size":126,"count":1614},{"size":132,"count":1614},{"size":154,"count":1614},{"size":165,"count":1614},{"size":168,"count":1614},{"size":190,"count":1614}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":33894}]
Minimum constraint arity21
Maximum constraint arity32280
Distribution of constraint arities[{"arity":21,"count":1614},{"arity":1614,"count":21},{"arity":32280,"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":1634}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

17.48/17.52	c SAT : Variables: 3263508 -- Clauses: 200379714
17.48/17.52	c best=?? lower=0 upper=1614 

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-4240809-1500639218/watcher-4240809-1500639218 -o /tmp/evaluation-result-4240809-1500639218/solver-4240809-1500639218 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500634415-6946 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4240809-1500639218.xml 

pid=7473
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: 1.92 2.00 2.04 3/186 7476
/proc/meminfo: memFree=31199372/32770624 swapFree=6836/531524
[pid=7476] ppid=7473 vsize=26992 CPUtime=0 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 868 0 0 0 0 0 0 0 20 0 1 0 17352979 27639808 700 33554432000 4194304 5970956 140725244296720 140725244293320 140715672407040 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 6748 700 623 434 0 112 0

[startup+0.100171 s]
/proc/loadavg: 1.92 2.00 2.04 3/186 7476
/proc/meminfo: memFree=31199372/32770624 swapFree=6836/531524
[pid=7476] ppid=7473 vsize=31308 CPUtime=0.09 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 2055 0 0 0 9 0 0 0 20 0 1 0 17352979 32059392 1824 33554432000 4194304 5970956 140725244296720 140725244291288 5406012 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 7827 1824 705 434 0 1191 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31308

[startup+0.200398 s]
/proc/loadavg: 1.92 2.00 2.04 3/186 7476
/proc/meminfo: memFree=31199372/32770624 swapFree=6836/531524
[pid=7476] ppid=7473 vsize=59728 CPUtime=0.19 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 9128 0 0 0 18 1 0 0 20 0 1 0 17352979 61161472 8930 33554432000 4194304 5970956 140725244296720 140725244292008 140715671964478 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 14932 8930 705 434 0 8296 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 59728

[startup+0.30037 s]
/proc/loadavg: 1.92 2.00 2.04 3/186 7476
/proc/meminfo: memFree=31199372/32770624 swapFree=6836/531524
[pid=7476] ppid=7473 vsize=70960 CPUtime=0.28 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 11991 0 0 0 27 1 0 0 20 0 1 0 17352979 72663040 11767 33554432000 4194304 5970956 140725244296720 140725244291224 140715672894879 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 17740 11767 733 434 0 11104 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 70960

[startup+0.700311 s]
/proc/loadavg: 1.92 2.00 2.04 3/186 7476
/proc/meminfo: memFree=31199372/32770624 swapFree=6836/531524
[pid=7476] ppid=7473 vsize=90788 CPUtime=0.69 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 16944 0 0 0 67 2 0 0 20 0 1 0 17352979 92966912 16717 33554432000 4194304 5970956 140725244296720 140725244293320 140715671968741 0 0 4096 0 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 22731 16717 737 434 0 16095 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 90788

[startup+1.50034 s]
/proc/loadavg: 1.92 2.00 2.04 3/187 7477
/proc/meminfo: memFree=30470516/32770624 swapFree=6836/531484
[pid=7476] ppid=7473 vsize=1029108 CPUtime=1.49 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 218158 0 0 0 123 26 0 0 20 0 1 0 17352979 1053806592 238803 33554432000 4194304 5970956 140725244296720 140725244293544 140715671968741 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 257277 238803 780 434 0 250641 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 1029108

[startup+3.10034 s]
/proc/loadavg: 1.92 2.00 2.04 3/187 7477
/proc/meminfo: memFree=29854340/32770624 swapFree=6836/531496
[pid=7476] ppid=7473 vsize=2046872 CPUtime=3.08 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 343214 0 0 0 259 49 0 0 20 0 1 0 17352979 2095996928 459767 33554432000 4194304 5970956 140725244296720 140725244293544 140715671968741 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 511718 459767 780 434 0 505082 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 2046872

[startup+6.30034 s]
/proc/loadavg: 2.01 2.01 2.05 3/187 7477
/proc/meminfo: memFree=28056832/32770624 swapFree=6836/531496
[pid=7476] ppid=7473 vsize=4101008 CPUtime=6.29 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 573761 0 0 0 533 96 0 0 20 0 1 0 17352979 4199432192 887964 33554432000 4194304 5970956 140725244296720 140725244293544 140715671968741 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 1025252 887964 780 434 0 1018616 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 4101008

[startup+12.7003 s]
/proc/loadavg: 2.09 2.03 2.05 3/187 7477
/proc/meminfo: memFree=24715600/32770624 swapFree=6836/531512
[pid=7476] ppid=7473 vsize=7114056 CPUtime=12.68 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 995350 0 0 0 1091 177 0 0 20 0 1 0 17352979 7284793344 1693017 33554432000 4194304 5970956 140725244296720 140725244293544 140715671968741 0 0 4096 8404994 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 1778514 1693082 780 434 0 1771878 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 7114056

[startup+25.5003 s]
/proc/loadavg: 2.07 2.03 2.05 3/187 7477
/proc/meminfo: memFree=21691052/32770624 swapFree=6836/531528
[pid=7476] ppid=7473 vsize=10635732 CPUtime=25.48 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 1434128 0 0 0 2300 248 0 0 20 0 1 0 17352979 10890989568 2370607 33554432000 4194304 5970956 140725244296720 140725244293592 5337492 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 2658933 2370607 802 434 0 2652297 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 10635732

[startup+51.1004 s]
/proc/loadavg: 2.10 2.04 2.05 3/187 7477
/proc/meminfo: memFree=20530640/32770624 swapFree=6836/531544
[pid=7476] ppid=7473 vsize=12209352 CPUtime=51.06 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 1967155 0 0 0 4799 307 0 0 20 0 1 0 17352979 12502376448 2732661 33554432000 4194304 5970956 140725244296720 140725244293432 140715672038272 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3052338 2732727 802 434 0 3045702 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 12209352

[startup+102.3 s]
/proc/loadavg: 2.09 2.05 2.05 3/187 7478
/proc/meminfo: memFree=19438380/32770624 swapFree=6836/531564
[pid=7476] ppid=7473 vsize=13022200 CPUtime=102.23 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 2444342 0 0 0 9875 348 0 0 20 0 1 0 17352979 13334732800 2930998 33554432000 4194304 5970956 140725244296720 140725244294056 4987836 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3255550 2930998 802 434 0 3248914 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 13022200

[startup+162.3 s]
/proc/loadavg: 2.14 2.07 2.06 3/187 7479
/proc/meminfo: memFree=19317884/32770624 swapFree=6836/531604
[pid=7476] ppid=7473 vsize=13098716 CPUtime=162.19 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 2638260 0 0 0 15859 360 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5038183 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 13098716

[startup+222.306 s]
/proc/loadavg: 2.05 2.06 2.05 3/187 7541
/proc/meminfo: memFree=11098052/32770624 swapFree=6836/531696
[pid=7476] ppid=7473 vsize=13098716 CPUtime=222.18 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 2705808 0 0 0 21854 364 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5098928 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 13098716

[startup+282.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/187 7542
/proc/meminfo: memFree=10101756/32770624 swapFree=6836/531732
[pid=7476] ppid=7473 vsize=13098716 CPUtime=282.16 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 2769058 0 0 0 27847 369 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5136803 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 13098716

[startup+342.3 s]
/proc/loadavg: 2.06 2.06 2.05 3/187 7545
/proc/meminfo: memFree=10099784/32770624 swapFree=6836/531768
[pid=7476] ppid=7473 vsize=13098716 CPUtime=342.15 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 2830390 0 0 0 33841 374 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5045308 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 13098716

[startup+402.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/187 7553
/proc/meminfo: memFree=10101328/32770624 swapFree=6836/531812
[pid=7476] ppid=7473 vsize=13098716 CPUtime=402.13 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 2892115 0 0 0 39834 379 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5038721 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 13098716

[startup+462.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/187 7554
/proc/meminfo: memFree=10101780/32770624 swapFree=6836/531840
[pid=7476] ppid=7473 vsize=13098716 CPUtime=462.11 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 2954627 0 0 0 45826 385 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5039473 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 13098716

[startup+522.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 7555
/proc/meminfo: memFree=10101516/32770624 swapFree=6836/531872
[pid=7476] ppid=7473 vsize=13098716 CPUtime=522.09 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 3010528 0 0 0 51819 390 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5098910 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 13098716

[startup+582.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 7556
/proc/meminfo: memFree=10101004/32770624 swapFree=6836/531908
[pid=7476] ppid=7473 vsize=13098716 CPUtime=582.08 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 3075440 0 0 0 57813 395 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5038197 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 582.08
Current children cumulated vsize (KiB) 13098716


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


[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 7593
/proc/meminfo: memFree=10100192/32770624 swapFree=6836/532500
[pid=7476] ppid=7473 vsize=13098716 CPUtime=1661.78 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 4192741 0 0 0 165706 472 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5250391 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 1661.78
Current children cumulated vsize (KiB) 13098716

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 7594
/proc/meminfo: memFree=10099324/32770624 swapFree=6836/532552
[pid=7476] ppid=7473 vsize=13098716 CPUtime=1721.76 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 4254289 0 0 0 171700 476 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5039141 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 1721.76
Current children cumulated vsize (KiB) 13098716

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 7595
/proc/meminfo: memFree=10099724/32770624 swapFree=6836/532580
[pid=7476] ppid=7473 vsize=13098716 CPUtime=1781.75 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 4312745 0 0 0 177695 480 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5039190 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 1781.75
Current children cumulated vsize (KiB) 13098716

[startup+1842.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/188 7596
/proc/meminfo: memFree=10100312/32770624 swapFree=6836/532612
[pid=7476] ppid=7473 vsize=13098716 CPUtime=1841.73 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 4370271 0 0 0 183689 484 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5038721 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 1841.73
Current children cumulated vsize (KiB) 13098716

[startup+1902.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/187 7597
/proc/meminfo: memFree=10100232/32770624 swapFree=6836/532640
[pid=7476] ppid=7473 vsize=13098716 CPUtime=1901.71 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 4427599 0 0 0 189683 488 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5098896 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 1901.71
Current children cumulated vsize (KiB) 13098716

[startup+1962.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 7598
/proc/meminfo: memFree=10100492/32770624 swapFree=6836/532672
[pid=7476] ppid=7473 vsize=13098716 CPUtime=1961.7 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 4496177 0 0 0 195678 492 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5040476 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 1961.7
Current children cumulated vsize (KiB) 13098716

[startup+2022.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/187 7599
/proc/meminfo: memFree=10097844/32770624 swapFree=6836/532704
[pid=7476] ppid=7473 vsize=13098716 CPUtime=2021.68 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 4550496 0 0 0 201673 495 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5098896 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 2021.68
Current children cumulated vsize (KiB) 13098716

[startup+2082.3 s]
/proc/loadavg: 2.07 2.05 2.05 3/187 7600
/proc/meminfo: memFree=10098216/32770624 swapFree=6836/532732
[pid=7476] ppid=7473 vsize=13098716 CPUtime=2081.67 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 4609146 0 0 0 207668 499 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5039190 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 2081.67
Current children cumulated vsize (KiB) 13098716

[startup+2142.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/187 7601
/proc/meminfo: memFree=10098492/32770624 swapFree=6836/532764
[pid=7476] ppid=7473 vsize=13098716 CPUtime=2141.65 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 4668705 0 0 0 213662 503 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5038721 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 2141.65
Current children cumulated vsize (KiB) 13098716

[startup+2202.31 s]
/proc/loadavg: 2.01 2.04 2.05 3/187 7609
/proc/meminfo: memFree=10098104/32770624 swapFree=6836/532808
[pid=7476] ppid=7473 vsize=13098716 CPUtime=2201.65 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 4723218 0 0 0 219658 507 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5038188 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 2201.65
Current children cumulated vsize (KiB) 13098716

[startup+2262.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 7610
/proc/meminfo: memFree=10098664/32770624 swapFree=6836/532836
[pid=7476] ppid=7473 vsize=13098716 CPUtime=2261.63 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 4792027 0 0 0 225652 511 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5327850 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 2261.63
Current children cumulated vsize (KiB) 13098716

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 7611
/proc/meminfo: memFree=10098692/32770624 swapFree=6836/532872
[pid=7476] ppid=7473 vsize=13098716 CPUtime=2321.61 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 4853164 0 0 0 231646 515 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5038188 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 2321.61
Current children cumulated vsize (KiB) 13098716

[startup+2382.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 7612
/proc/meminfo: memFree=10097852/32770624 swapFree=6836/532904
[pid=7476] ppid=7473 vsize=13098716 CPUtime=2381.6 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 4914374 0 0 0 237641 519 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5038183 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 2381.6
Current children cumulated vsize (KiB) 13098716



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.7 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 7612
/proc/meminfo: memFree=10097944/32770624 swapFree=6836/532916
[pid=7476] ppid=7473 vsize=13098716 CPUtime=2400 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202496 4942876 0 0 0 239479 521 0 0 20 0 1 0 17352979 13413085184 2957538 33554432000 4194304 5970956 140725244296720 140725244293688 5038163 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8070896 8075904 38080512 140725244298428 140725244298563 140725244298563 140725244301262 0
/proc/7476/statm: 3274679 2957538 802 434 0 3268043 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 13098716

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

[startup+2400.8 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 7612
/proc/meminfo: memFree=10097944/32770624 swapFree=6836/532916
[pid=7476] ppid=7473 vsize=0 CPUtime=2400.1 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202500 4942901 0 0 0 239479 531 0 0 20 0 1 0 17352979 0 0 33554432000 0 0 0 0 0 0 16384 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/7476/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2400.1
Current children cumulated vsize (KiB) 0

[startup+2401 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 7612
/proc/meminfo: memFree=10097944/32770624 swapFree=6836/532916
[pid=7476] ppid=7473 vsize=0 CPUtime=2400.3 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202500 4942901 0 0 0 239479 551 0 0 20 0 1 0 17352979 0 0 33554432000 0 0 0 0 0 0 16384 4096 8405026 18446744073709551615 0 0 17 4 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/7476/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2400.3
Current children cumulated vsize (KiB) 0

[startup+2401.1 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 7612
/proc/meminfo: memFree=10097944/32770624 swapFree=6836/532916
[pid=7476] ppid=7473 vsize=0 CPUtime=2400.4 cores=0,2,4,6
/proc/7476/stat : 7476 (cosoco) R 7473 7476 4122 0 -1 4202500 4942901 0 0 0 239479 561 0 0 20 0 1 0 17352979 0 0 33554432000 0 0 0 0 0 0 16384 4096 8405026 18446744073709551615 0 0 17 2 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/7476/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2400.4
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 2401.13
CPU time (s): 2400.41
CPU user time (s): 2394.79
CPU system time (s): 5.61161
CPU usage (%): 99.9697
Max. virtual memory (cumulated for all children) (KiB): 13098716

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2394.79
system time used= 5.61161
maximum resident set size= 11830192
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 4942901
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= 244
involuntary context switches= 123064

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.96083 second user time and 9.1572 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-21 14:13:38
IDJOB=4240809
IDBENCH=124184
IDSOLVER=2621
FILE ID=node145/4240809-1500639218
RUNJOBID= node145-1500634415-6946
PBS_JOBID= 20622989
Free space on /tmp= 61868 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-0.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4240809-1500639218/watcher-4240809-1500639218 -o /tmp/evaluation-result-4240809-1500639218/solver-4240809-1500639218 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node145-1500634415-6946 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4240809-1500639218.xml

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

MD5SUM BENCH= 646d28484bd146a649962766e861e016
RANDOM SEED=1666659135

node145.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		: 1600.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.72
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.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		: 2133.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.72
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		: 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.72
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.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		: 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.72
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31199696 kB
MemAvailable:   31927028 kB
Buffers:          161760 kB
Cached:           851724 kB
SwapCached:            0 kB
Active:           596172 kB
Inactive:         548632 kB
Active(anon):     134176 kB
Inactive(anon):    16912 kB
Active(file):     461996 kB
Inactive(file):   531720 kB
Unevictable:        6836 kB
Mlocked:            6836 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4664 kB
Writeback:            32 kB
AnonPages:        148644 kB
Mapped:            34820 kB
Shmem:             17044 kB
Slab:             124296 kB
SReclaimable:      98904 kB
SUnreclaim:        25392 kB
KernelStack:        3888 kB
PageTables:         4836 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     421140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     16384 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 61864 MiB
End job on node145 at 2017-07-21 14:53:39