Trace number 4240824

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.22 2400.8

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t16-5.xml
MD5SUM519aab078b15cc65d0c3ff53b01638da
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark983
Best CPU time to get the best result obtained on this benchmark19781.199
Satisfiable
(Un)Satisfiability was proved
Number of variables26124
Number of constraints1266
Number of domains20
Minimum domain size2
Maximum domain size208
Distribution of domain sizes[{"size":2,"count":1244},{"size":22,"count":1244},{"size":23,"count":1244},{"size":24,"count":1244},{"size":38,"count":1244},{"size":52,"count":1244},{"size":57,"count":1244},{"size":61,"count":1244},{"size":66,"count":1244},{"size":73,"count":1244},{"size":77,"count":1244},{"size":78,"count":1244},{"size":91,"count":1244},{"size":126,"count":1244},{"size":136,"count":1244},{"size":159,"count":1244},{"size":173,"count":2488},{"size":186,"count":1244},{"size":197,"count":1244},{"size":208,"count":1244}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":26124}]
Minimum constraint arity21
Maximum constraint arity24880
Distribution of constraint arities[{"arity":21,"count":1244},{"arity":1244,"count":21},{"arity":24880,"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":1264}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

14.58/14.64	c SAT : Variables: 2515368 -- Clauses: 172225580
14.58/14.65	c best=?? lower=0 upper=1244 

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-4240824-1500639553/watcher-4240824-1500639553 -o /tmp/evaluation-result-4240824-1500639553/solver-4240824-1500639553 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500634750-5914 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4240824-1500639553.xml 

pid=6439
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: 2.02 2.05 2.03 3/186 6442
/proc/meminfo: memFree=30956952/32770624 swapFree=6792/950104
[pid=6442] ppid=6439 vsize=27120 CPUtime=0 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 984 0 0 0 0 0 0 0 20 0 1 0 17388769 27770880 802 33554432000 4194304 5970956 140727795672000 140727795668648 139753384164325 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 6780 802 698 434 0 144 0

[startup+0.100157 s]
/proc/loadavg: 2.02 2.05 2.03 3/186 6442
/proc/meminfo: memFree=30956952/32770624 swapFree=6792/950104
[pid=6442] ppid=6439 vsize=31116 CPUtime=0.09 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 2013 0 0 0 9 0 0 0 20 0 1 0 17388769 31862784 1809 33554432000 4194304 5970956 140727795672000 140727795667336 139753384164325 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 7779 1809 705 434 0 1143 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31116

[startup+0.200326 s]
/proc/loadavg: 2.02 2.05 2.03 3/186 6442
/proc/meminfo: memFree=30956952/32770624 swapFree=6792/950104
[pid=6442] ppid=6439 vsize=60656 CPUtime=0.19 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 9404 0 0 0 18 1 0 0 20 0 1 0 17388769 62111744 9148 33554432000 4194304 5970956 140727795672000 140727795666504 5634514 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 15164 9148 713 434 0 8528 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 60656

[startup+0.300326 s]
/proc/loadavg: 2.02 2.05 2.03 3/186 6442
/proc/meminfo: memFree=30956952/32770624 swapFree=6792/950104
[pid=6442] ppid=6439 vsize=61708 CPUtime=0.29 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 9643 0 0 0 28 1 0 0 20 0 1 0 17388769 63188992 9412 33554432000 4194304 5970956 140727795672000 140727795666504 5634514 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 15427 9412 735 434 0 8791 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 61708

[startup+0.700298 s]
/proc/loadavg: 2.02 2.05 2.03 3/186 6442
/proc/meminfo: memFree=30956952/32770624 swapFree=6792/950104
[pid=6442] ppid=6439 vsize=448596 CPUtime=0.69 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 106364 0 0 0 56 13 0 0 20 0 1 0 17388769 459362304 106168 33554432000 4194304 5970956 140727795672000 140727795666872 5633606 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 112149 106168 744 434 0 105513 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 448596

[startup+1.50029 s]
/proc/loadavg: 2.02 2.05 2.03 3/187 6443
/proc/meminfo: memFree=30315628/32770624 swapFree=6792/949896
[pid=6442] ppid=6439 vsize=942084 CPUtime=1.49 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 173023 0 0 0 125 24 0 0 20 0 1 0 17388769 964694016 215677 33554432000 4194304 5970956 140727795672000 140727795668824 139753384164325 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 235521 215677 780 434 0 228885 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 942084

[startup+3.1003 s]
/proc/loadavg: 2.02 2.05 2.03 3/187 6443
/proc/meminfo: memFree=29706832/32770624 swapFree=6792/949896
[pid=6442] ppid=6439 vsize=1850160 CPUtime=3.08 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 293823 0 0 0 265 43 0 0 20 0 1 0 17388769 1894563840 431026 33554432000 4194304 5970956 140727795672000 140727795668824 139753384170392 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 462540 431026 780 434 0 455904 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 1850160

[startup+6.3003 s]
/proc/loadavg: 2.02 2.05 2.03 3/187 6504
/proc/meminfo: memFree=27698804/32770624 swapFree=6792/949932
[pid=6442] ppid=6439 vsize=3839076 CPUtime=6.29 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 523300 0 0 0 543 86 0 0 20 0 1 0 17388769 3931213824 846140 33554432000 4194304 5970956 140727795672000 140727795668824 139753384162036 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 959769 846140 780 434 0 953133 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 3839076

[startup+12.7003 s]
/proc/loadavg: 2.02 2.05 2.03 3/187 6504
/proc/meminfo: memFree=24283240/32770624 swapFree=6792/949940
[pid=6442] ppid=6439 vsize=6963544 CPUtime=12.68 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 1003111 0 0 0 1099 169 0 0 20 0 1 0 17388769 7130669056 1670066 33554432000 4194304 5970956 140727795672000 140727795668824 139753384164325 0 0 4096 8404994 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 1740886 1670066 780 434 0 1734250 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 6963544

[startup+25.5004 s]
/proc/loadavg: 2.01 2.05 2.03 3/187 6504
/proc/meminfo: memFree=22702996/32770624 swapFree=6792/949956
[pid=6442] ppid=6439 vsize=9320848 CPUtime=25.47 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 1240846 0 0 0 2338 209 0 0 20 0 1 0 17388769 9544548352 1987823 33554432000 4194304 5970956 140727795672000 140727795668744 5038721 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2330212 1987823 802 434 0 2323576 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 9320848

[startup+51.1004 s]
/proc/loadavg: 2.01 2.04 2.03 3/188 6512
/proc/meminfo: memFree=22698764/32770624 swapFree=6792/949972
[pid=6442] ppid=6439 vsize=9324180 CPUtime=51.06 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 1289074 0 0 0 4894 212 0 0 20 0 1 0 17388769 9547960320 1988677 33554432000 4194304 5970956 140727795672000 140727795668728 5038725 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988677 802 434 0 2324409 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 9324180

[startup+102.3 s]
/proc/loadavg: 2.00 2.04 2.03 3/188 6513
/proc/meminfo: memFree=22698788/32770624 swapFree=6792/950008
[pid=6442] ppid=6439 vsize=9324180 CPUtime=102.25 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 1348941 0 0 0 10010 215 0 0 20 0 1 0 17388769 9547960320 1988677 33554432000 4194304 5970956 140727795672000 140727795668728 5038183 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988677 802 434 0 2324409 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 9324180

[startup+162.3 s]
/proc/loadavg: 2.05 2.05 2.04 3/188 6514
/proc/meminfo: memFree=22699044/32770624 swapFree=6792/950032
[pid=6442] ppid=6439 vsize=9324180 CPUtime=162.23 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 1401262 0 0 0 16005 218 0 0 20 0 1 0 17388769 9547960320 1988677 33554432000 4194304 5970956 140727795672000 140727795668728 5038640 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988677 802 434 0 2324409 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 9324180

[startup+222.306 s]
/proc/loadavg: 2.02 2.04 2.04 3/188 6515
/proc/meminfo: memFree=22699252/32770624 swapFree=6792/950056
[pid=6442] ppid=6439 vsize=9324180 CPUtime=222.22 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 1451167 0 0 0 22001 221 0 0 20 0 1 0 17388769 9547960320 1988677 33554432000 4194304 5970956 140727795672000 140727795668728 5040476 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988677 802 434 0 2324409 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 9324180

[startup+282.3 s]
/proc/loadavg: 2.01 2.03 2.04 3/187 6516
/proc/meminfo: memFree=22700092/32770624 swapFree=6792/950076
[pid=6442] ppid=6439 vsize=9324180 CPUtime=282.2 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 1497355 0 0 0 27996 224 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5098896 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 282.2
Current children cumulated vsize (KiB) 9324180

[startup+342.3 s]
/proc/loadavg: 2.00 2.03 2.04 3/188 6518
/proc/meminfo: memFree=22699296/32770624 swapFree=6792/950096
[pid=6442] ppid=6439 vsize=9324180 CPUtime=342.19 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 1542417 0 0 0 33993 226 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5039190 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 9324180

[startup+402.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/187 6520
/proc/meminfo: memFree=22699160/32770624 swapFree=6792/950128
[pid=6442] ppid=6439 vsize=9324180 CPUtime=402.18 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 1591001 0 0 0 39988 230 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5038354 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 9324180

[startup+462.3 s]
/proc/loadavg: 2.00 2.02 2.04 3/187 6521
/proc/meminfo: memFree=22697440/32770624 swapFree=6792/950156
[pid=6442] ppid=6439 vsize=9324180 CPUtime=462.16 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 1637880 0 0 0 45984 232 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5038188 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 9324180

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 6522
/proc/meminfo: memFree=22697048/32770624 swapFree=6792/950184
[pid=6442] ppid=6439 vsize=9324180 CPUtime=522.14 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 1684235 0 0 0 51979 235 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5098896 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 9324180

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/187 6524
/proc/meminfo: memFree=22697432/32770624 swapFree=6792/950212
[pid=6442] ppid=6439 vsize=9324180 CPUtime=582.13 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 1758062 0 0 0 57973 240 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5098896 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 9324180


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 6555
/proc/meminfo: memFree=22696676/32770624 swapFree=6792/950608
[pid=6442] ppid=6439 vsize=9324180 CPUtime=1541.92 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 2544580 0 0 0 153904 288 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5337497 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 1541.92
Current children cumulated vsize (KiB) 9324180

[startup+1602.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6556
/proc/meminfo: memFree=22697028/32770624 swapFree=6792/950632
[pid=6442] ppid=6439 vsize=9324180 CPUtime=1601.91 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 2592050 0 0 0 159900 291 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5337497 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 1601.91
Current children cumulated vsize (KiB) 9324180

[startup+1662.3 s]
/proc/loadavg: 2.13 2.05 2.05 3/187 6557
/proc/meminfo: memFree=22696696/32770624 swapFree=6792/950660
[pid=6442] ppid=6439 vsize=9324180 CPUtime=1661.9 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 2638616 0 0 0 165897 293 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5038725 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 1661.9
Current children cumulated vsize (KiB) 9324180

[startup+1722.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/187 6558
/proc/meminfo: memFree=22696900/32770624 swapFree=6792/950684
[pid=6442] ppid=6439 vsize=9324180 CPUtime=1721.88 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 2685733 0 0 0 171893 295 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5038721 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 1721.88
Current children cumulated vsize (KiB) 9324180

[startup+1782.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/187 6559
/proc/meminfo: memFree=22695864/32770624 swapFree=6792/950708
[pid=6442] ppid=6439 vsize=9324180 CPUtime=1781.86 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 2732537 0 0 0 177888 298 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5038183 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 1781.86
Current children cumulated vsize (KiB) 9324180

[startup+1842.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 6560
/proc/meminfo: memFree=22695900/32770624 swapFree=6792/950728
[pid=6442] ppid=6439 vsize=9324180 CPUtime=1841.86 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 2778798 0 0 0 183884 302 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5038163 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 1841.86
Current children cumulated vsize (KiB) 9324180

[startup+1902.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6568
/proc/meminfo: memFree=22696104/32770624 swapFree=6792/950764
[pid=6442] ppid=6439 vsize=9324180 CPUtime=1901.83 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 2828996 0 0 0 189878 305 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5038721 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 1901.83
Current children cumulated vsize (KiB) 9324180

[startup+1962.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 6569
/proc/meminfo: memFree=22696192/32770624 swapFree=6792/950788
[pid=6442] ppid=6439 vsize=9324180 CPUtime=1961.82 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 2875036 0 0 0 195874 308 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5250391 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 1961.82
Current children cumulated vsize (KiB) 9324180

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6570
/proc/meminfo: memFree=22696428/32770624 swapFree=6792/950812
[pid=6442] ppid=6439 vsize=9324180 CPUtime=2021.81 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 2919690 0 0 0 201870 311 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5108512 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 2021.81
Current children cumulated vsize (KiB) 9324180

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 6571
/proc/meminfo: memFree=22695988/32770624 swapFree=6792/950832
[pid=6442] ppid=6439 vsize=9324180 CPUtime=2081.8 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 2965624 0 0 0 207866 314 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5038163 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 2081.8
Current children cumulated vsize (KiB) 9324180

[startup+2142.3 s]
/proc/loadavg: 2.06 2.03 2.05 3/187 6572
/proc/meminfo: memFree=22695924/32770624 swapFree=6792/950852
[pid=6442] ppid=6439 vsize=9324180 CPUtime=2141.78 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 3011548 0 0 0 213861 317 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5098896 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 2141.78
Current children cumulated vsize (KiB) 9324180

[startup+2202.31 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 6574
/proc/meminfo: memFree=22696332/32770624 swapFree=6792/950884
[pid=6442] ppid=6439 vsize=9324180 CPUtime=2201.76 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 3056670 0 0 0 219856 320 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5039457 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 2201.76
Current children cumulated vsize (KiB) 9324180

[startup+2262.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 6575
/proc/meminfo: memFree=22696460/32770624 swapFree=6792/950908
[pid=6442] ppid=6439 vsize=9324180 CPUtime=2261.75 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 3100710 0 0 0 225852 323 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5038183 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 2261.75
Current children cumulated vsize (KiB) 9324180

[startup+2322.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/187 6576
/proc/meminfo: memFree=22695924/32770624 swapFree=6792/950932
[pid=6442] ppid=6439 vsize=9324180 CPUtime=2321.73 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 3156645 0 0 0 231847 326 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5038640 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 2321.73
Current children cumulated vsize (KiB) 9324180

[startup+2382.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/187 6578
/proc/meminfo: memFree=22696264/32770624 swapFree=6792/950964
[pid=6442] ppid=6439 vsize=9324180 CPUtime=2381.72 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 3215010 0 0 0 237843 329 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5039186 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 2381.72
Current children cumulated vsize (KiB) 9324180



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.6 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 6578
/proc/meminfo: memFree=22696356/32770624 swapFree=6792/950972
[pid=6442] ppid=6439 vsize=9324180 CPUtime=2400.01 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202496 3222001 0 0 0 239672 329 0 0 20 0 1 0 17388769 9547960320 1988678 33554432000 4194304 5970956 140727795672000 140727795668728 5038188 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 10985472 140727795680444 140727795680579 140727795680579 140727795683278 0
/proc/6442/statm: 2331045 1988678 802 434 0 2324409 0
Current children cumulated CPU time (s) 2400.01
Current children cumulated vsize (KiB) 9324180

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

[startup+2400.7 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 6578
/proc/meminfo: memFree=22696356/32770624 swapFree=6792/950972
[pid=6442] ppid=6439 vsize=0 CPUtime=2400.11 cores=1,3,5,7
/proc/6442/stat : 6442 (cosoco) R 6439 6442 3400 0 -1 4202500 3222022 0 0 0 239672 339 0 0 20 0 1 0 17388769 0 0 33554432000 0 0 0 0 0 0 16384 4096 8405026 18446744073709551615 0 0 17 1 0 0 0 0 0 0 0 0 0 0 0 0 0
/proc/6442/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2400.11
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 2400.8
CPU time (s): 2400.22
CPU user time (s): 2396.73
CPU system time (s): 3.49628
CPU usage (%): 99.976
Max. virtual memory (cumulated for all children) (KiB): 9324180

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2396.73
system time used= 3.49628
maximum resident set size= 7954752
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 3222022
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= 170
involuntary context switches= 120660

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.29102 second user time and 10.9447 second system time

The end

Launcher Data

Begin job on node143 at 2017-07-21 14:19:13
IDJOB=4240824
IDBENCH=124210
IDSOLVER=2621
FILE ID=node143/4240824-1500639553
RUNJOBID= node143-1500634750-5914
PBS_JOBID= 20622991
Free space on /tmp= 61996 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t16-5.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4240824-1500639553/watcher-4240824-1500639553 -o /tmp/evaluation-result-4240824-1500639553/solver-4240824-1500639553 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node143-1500634750-5914 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4240824-1500639553.xml

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

MD5SUM BENCH= 519aab078b15cc65d0c3ff53b01638da
RANDOM SEED=1101182454

node143.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		: 1867.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.14
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		: 1867.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.14
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.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		: 2400.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.14
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.14
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:        30957804 kB
MemAvailable:   31997920 kB
Buffers:          161812 kB
Cached:          1165344 kB
SwapCached:            0 kB
Active:           422460 kB
Inactive:         967056 kB
Active(anon):      65100 kB
Inactive(anon):    16952 kB
Active(file):     357360 kB
Inactive(file):   950104 kB
Unevictable:        6792 kB
Mlocked:            6800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4876 kB
Writeback:             0 kB
AnonPages:        143628 kB
Mapped:            34440 kB
Shmem:             17044 kB
Slab:             121700 kB
SReclaimable:      96972 kB
SUnreclaim:        24728 kB
KernelStack:        3360 kB
PageTables:         5328 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     346476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     83968 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

Free space on /tmp at the end= 61992 MiB
End job on node143 at 2017-07-21 14:59:14