Trace number 4240803

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.05 2401.21

General information on the benchmark

NameCutstock/Cutstock-zinc-s1/
Cutstock-t04-1.xml
MD5SUMe916ba0c5634620e8924ec581ee284c9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark217
Best CPU time to get the best result obtained on this benchmark20087.1
Satisfiable
(Un)Satisfiability was proved
Number of variables5040
Number of constraints262
Number of domains17
Minimum domain size2
Maximum domain size195
Distribution of domain sizes[{"size":2,"count":240},{"size":4,"count":240},{"size":25,"count":480},{"size":44,"count":240},{"size":45,"count":240},{"size":73,"count":240},{"size":78,"count":240},{"size":87,"count":480},{"size":102,"count":240},{"size":107,"count":240},{"size":130,"count":240},{"size":131,"count":240},{"size":132,"count":480},{"size":139,"count":480},{"size":170,"count":240},{"size":175,"count":240},{"size":195,"count":240}]
Minimum variable degree3
Maximum variable degree3
Distribution of variable degrees[{"degree":3,"count":5040}]
Minimum constraint arity21
Maximum constraint arity4800
Distribution of constraint arities[{"arity":21,"count":240},{"arity":240,"count":21},{"arity":4800,"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":260}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

2.39/2.47	c SAT : Variables: 485280 -- Clauses: 30810720
2.39/2.47	c best=?? lower=0 upper=240 

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-4240803-1500639136/watcher-4240803-1500639136 -o /tmp/evaluation-result-4240803-1500639136/solver-4240803-1500639136 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node112-1500623784-17720 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4240803-1500639136.xml 

pid=21607
running on 8 cores: 1,3,5,7,9,11,13,15

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.17 2.05 2.06 3/242 21610
/proc/meminfo: memFree=31697988/32770624 swapFree=6792/314488
[pid=21610] ppid=21607 vsize=27380 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 1047 0 0 0 1 0 0 0 20 0 1 0 17327992 28037120 871 33554432000 4194304 5970956 140734096673888 140734096670536 140322901949413 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 6845 871 705 434 0 209 0

[startup+0.100156 s]
/proc/loadavg: 2.17 2.05 2.06 3/242 21610
/proc/meminfo: memFree=31697988/32770624 swapFree=6792/314488
[pid=21610] ppid=21607 vsize=46776 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 5917 0 0 0 9 0 0 0 20 0 1 0 17327992 47898624 5729 33554432000 4194304 5970956 140734096673888 140734096668760 140322901997472 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 11694 5729 744 434 0 5058 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 46776

[startup+0.200421 s]
/proc/loadavg: 2.17 2.05 2.06 3/242 21610
/proc/meminfo: memFree=31697988/32770624 swapFree=6792/314488
[pid=21610] ppid=21607 vsize=96048 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 15386 0 0 0 17 2 0 0 20 0 1 0 17327992 98353152 17232 33554432000 4194304 5970956 140734096673888 140734096670712 140322901949413 0 0 4096 8404994 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 24045 17232 780 434 0 17409 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 96048

[startup+0.300362 s]
/proc/loadavg: 2.17 2.05 2.06 3/242 21610
/proc/meminfo: memFree=31697988/32770624 swapFree=6792/314488
[pid=21610] ppid=21607 vsize=164672 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 25218 0 0 0 26 3 0 0 20 0 1 0 17327992 168624128 31641 33554432000 4194304 5970956 140734096673888 140734096671400 140322901949413 0 0 4096 8404994 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 41168 31641 780 434 0 34532 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 164672

[startup+0.700299 s]
/proc/loadavg: 2.17 2.05 2.06 3/242 21610
/proc/meminfo: memFree=31697988/32770624 swapFree=6792/314488
[pid=21610] ppid=21607 vsize=396556 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 58004 0 0 0 60 9 0 0 20 0 1 0 17327992 406073344 87983 33554432000 4194304 5970956 140734096673888 140734096670712 140322901949413 0 0 4096 8404994 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 99139 87983 780 434 0 92503 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 396556

[startup+1.50027 s]
/proc/loadavg: 2.17 2.05 2.06 3/243 21611
/proc/meminfo: memFree=31123652/32770624 swapFree=6792/314488
[pid=21610] ppid=21607 vsize=909236 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 119009 0 0 0 129 20 0 0 20 0 1 0 17327992 931057664 200097 33554432000 4194304 5970956 140734096673888 140734096670712 140322901949413 0 0 4096 8404994 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 227342 200097 780 434 0 220706 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 909236

[startup+3.10027 s]
/proc/loadavg: 2.17 2.05 2.06 3/243 21611
/proc/meminfo: memFree=30516252/32770624 swapFree=6792/314488
[pid=21610] ppid=21607 vsize=1486884 CPUtime=3.09 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 212866 0 0 0 273 36 0 0 20 0 1 0 17327992 1522569216 335907 33554432000 4194304 5970956 140734096673888 140734096670760 5272902 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 371721 335907 800 434 0 365085 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 1486884

[startup+6.30028 s]
/proc/loadavg: 2.07 2.03 2.05 3/243 21611
/proc/meminfo: memFree=30328776/32770624 swapFree=6792/314488
[pid=21610] ppid=21607 vsize=1512320 CPUtime=6.28 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 232281 0 0 0 591 37 0 0 20 0 1 0 17327992 1548615680 342282 33554432000 4194304 5970956 140734096673888 140734096670632 5039662 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378080 342282 800 434 0 371444 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 1512320

[startup+12.7003 s]
/proc/loadavg: 2.07 2.03 2.05 3/243 21611
/proc/meminfo: memFree=30328404/32770624 swapFree=6792/314488
[pid=21610] ppid=21607 vsize=1512320 CPUtime=12.68 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 250726 0 0 0 1230 38 0 0 20 0 1 0 17327992 1548615680 342282 33554432000 4194304 5970956 140734096673888 140734096670632 5039186 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378080 342282 800 434 0 371444 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 1512320

[startup+25.5004 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 21611
/proc/meminfo: memFree=30326232/32770624 swapFree=6792/314488
[pid=21610] ppid=21607 vsize=1512320 CPUtime=25.47 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 269695 0 0 0 2507 40 0 0 20 0 1 0 17327992 1548615680 342794 33554432000 4194304 5970956 140734096673888 140734096670632 5038197 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378080 342794 800 434 0 371444 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 1512320

[startup+51.1004 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 21611
/proc/meminfo: memFree=30326232/32770624 swapFree=6792/314488
[pid=21610] ppid=21607 vsize=1512320 CPUtime=51.06 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 297157 0 0 0 5064 42 0 0 20 0 1 0 17327992 1548615680 342794 33554432000 4194304 5970956 140734096673888 140734096670632 5040624 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378080 342794 800 434 0 371444 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 1512320

[startup+102.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 21612
/proc/meminfo: memFree=30324908/32770624 swapFree=6792/314488
[pid=21610] ppid=21607 vsize=1512584 CPUtime=102.23 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 323651 0 0 0 10180 43 0 0 20 0 1 0 17327992 1548886016 342863 33554432000 4194304 5970956 140734096673888 140734096670632 5327850 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378146 342863 800 434 0 371510 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 1512584

[startup+162.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 21613
/proc/meminfo: memFree=30325804/32770624 swapFree=6792/314632
[pid=21610] ppid=21607 vsize=1512584 CPUtime=162.2 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 339156 0 0 0 16176 44 0 0 20 0 1 0 17327992 1548886016 342863 33554432000 4194304 5970956 140734096673888 140734096670632 5327859 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378146 342863 800 434 0 371510 0
Current children cumulated CPU time (s) 162.2
Current children cumulated vsize (KiB) 1512584

[startup+222.308 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 21614
/proc/meminfo: memFree=30325812/32770624 swapFree=6792/314632
[pid=21610] ppid=21607 vsize=1512584 CPUtime=222.18 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 355127 0 0 0 22173 45 0 0 20 0 1 0 17327992 1548886016 342864 33554432000 4194304 5970956 140734096673888 140734096670632 5098910 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378146 342864 800 434 0 371510 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 1512584

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 21615
/proc/meminfo: memFree=30325256/32770624 swapFree=6792/314632
[pid=21610] ppid=21607 vsize=1512584 CPUtime=282.14 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 369722 0 0 0 28169 45 0 0 20 0 1 0 17327992 1548886016 342865 33554432000 4194304 5970956 140734096673888 140734096670632 5098928 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378146 342865 800 434 0 371510 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 1512584

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 21616
/proc/meminfo: memFree=30324964/32770624 swapFree=6792/314632
[pid=21610] ppid=21607 vsize=1512584 CPUtime=342.11 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 383774 0 0 0 34165 46 0 0 20 0 1 0 17327992 1548886016 342867 33554432000 4194304 5970956 140734096673888 140734096670632 5098910 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378146 342867 800 434 0 371510 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 1512584

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 21617
/proc/meminfo: memFree=30324740/32770624 swapFree=6792/314632
[pid=21610] ppid=21607 vsize=1512716 CPUtime=402.08 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 390803 0 0 0 40162 46 0 0 20 0 1 0 17327992 1549021184 342879 33554432000 4194304 5970956 140734096673888 140734096670696 5045356 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378179 342879 800 434 0 371543 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 1512716

[startup+462.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 21618
/proc/meminfo: memFree=30325816/32770624 swapFree=6792/314828
[pid=21610] ppid=21607 vsize=1512716 CPUtime=462.05 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 406508 0 0 0 46158 47 0 0 20 0 1 0 17327992 1549021184 342883 33554432000 4194304 5970956 140734096673888 140734096670696 5038624 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378179 342883 800 434 0 371543 0
Current children cumulated CPU time (s) 462.05
Current children cumulated vsize (KiB) 1512716

[startup+522.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/245 21630
/proc/meminfo: memFree=30327020/32770624 swapFree=6792/314844
[pid=21610] ppid=21607 vsize=1512716 CPUtime=522.02 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 412149 0 0 0 52155 47 0 0 20 0 1 0 17327992 1549021184 342883 33554432000 4194304 5970956 140734096673888 140734096670696 5039183 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378179 342883 800 434 0 371543 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 1512716

[startup+582.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/245 21631
/proc/meminfo: memFree=30328208/32770624 swapFree=6792/314924
[pid=21610] ppid=21607 vsize=1512716 CPUtime=581.99 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 420388 0 0 0 58151 48 0 0 20 0 1 0 17327992 1549021184 342883 33554432000 4194304 5970956 140734096673888 140734096670696 5098928 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378179 342883 800 434 0 371543 0
Current children cumulated CPU time (s) 581.99
Current children cumulated vsize (KiB) 1512716


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


[startup+1482.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 21657
/proc/meminfo: memFree=30321944/32770624 swapFree=6792/315380
[pid=21610] ppid=21607 vsize=1513112 CPUtime=1481.57 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 484396 0 0 0 148106 51 0 0 20 0 1 0 17327992 1549426688 344277 33554432000 4194304 5970956 140734096673888 140734096670632 5098928 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378278 344277 800 434 0 371642 0
Current children cumulated CPU time (s) 1481.57
Current children cumulated vsize (KiB) 1513112

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 21724
/proc/meminfo: memFree=30295464/32770624 swapFree=6792/315568
[pid=21610] ppid=21607 vsize=1513112 CPUtime=1541.55 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 487061 0 0 0 154104 51 0 0 20 0 1 0 17327992 1549426688 344278 33554432000 4194304 5970956 140734096673888 140734096670632 5098896 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378278 344278 800 434 0 371642 0
Current children cumulated CPU time (s) 1541.55
Current children cumulated vsize (KiB) 1513112

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 21725
/proc/meminfo: memFree=30292540/32770624 swapFree=6792/315580
[pid=21610] ppid=21607 vsize=1513112 CPUtime=1601.51 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 489469 0 0 0 160100 51 0 0 20 0 1 0 17327992 1549426688 344278 33554432000 4194304 5970956 140734096673888 140734096670632 5243600 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378278 344278 800 434 0 371642 0
Current children cumulated CPU time (s) 1601.51
Current children cumulated vsize (KiB) 1513112

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 21726
/proc/meminfo: memFree=30289084/32770624 swapFree=6792/315616
[pid=21610] ppid=21607 vsize=1513112 CPUtime=1661.49 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 492379 0 0 0 166097 52 0 0 20 0 1 0 17327992 1549426688 344278 33554432000 4194304 5970956 140734096673888 140734096670632 5038640 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378278 344278 800 434 0 371642 0
Current children cumulated CPU time (s) 1661.49
Current children cumulated vsize (KiB) 1513112

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 21734
/proc/meminfo: memFree=30289008/32770624 swapFree=6792/315668
[pid=21610] ppid=21607 vsize=1513112 CPUtime=1721.46 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 495471 0 0 0 172094 52 0 0 20 0 1 0 17327992 1549426688 344278 33554432000 4194304 5970956 140734096673888 140734096670632 5327985 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378278 344278 800 434 0 371642 0
Current children cumulated CPU time (s) 1721.46
Current children cumulated vsize (KiB) 1513112

[startup+1782.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 21735
/proc/meminfo: memFree=30287516/32770624 swapFree=6792/315704
[pid=21610] ppid=21607 vsize=1513112 CPUtime=1781.43 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 497456 0 0 0 178091 52 0 0 20 0 1 0 17327992 1549426688 344278 33554432000 4194304 5970956 140734096673888 140734096670632 5039473 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378278 344278 800 434 0 371642 0
Current children cumulated CPU time (s) 1781.43
Current children cumulated vsize (KiB) 1513112

[startup+1842.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 21736
/proc/meminfo: memFree=30287144/32770624 swapFree=6792/315736
[pid=21610] ppid=21607 vsize=1513112 CPUtime=1841.4 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 499667 0 0 0 184088 52 0 0 20 0 1 0 17327992 1549426688 344278 33554432000 4194304 5970956 140734096673888 140734096670632 5327847 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378278 344278 800 434 0 371642 0
Current children cumulated CPU time (s) 1841.4
Current children cumulated vsize (KiB) 1513112

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 21737
/proc/meminfo: memFree=30287460/32770624 swapFree=6792/315772
[pid=21610] ppid=21607 vsize=1513112 CPUtime=1901.37 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 502025 0 0 0 190085 52 0 0 20 0 1 0 17327992 1549426688 344278 33554432000 4194304 5970956 140734096673888 140734096670632 5039183 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378278 344278 800 434 0 371642 0
Current children cumulated CPU time (s) 1901.37
Current children cumulated vsize (KiB) 1513112

[startup+1962.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 21738
/proc/meminfo: memFree=30284092/32770624 swapFree=6792/315808
[pid=21610] ppid=21607 vsize=1513112 CPUtime=1961.34 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 504340 0 0 0 196082 52 0 0 20 0 1 0 17327992 1549426688 344278 33554432000 4194304 5970956 140734096673888 140734096670632 5039162 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378278 344278 800 434 0 371642 0
Current children cumulated CPU time (s) 1961.34
Current children cumulated vsize (KiB) 1513112

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 21739
/proc/meminfo: memFree=30283200/32770624 swapFree=6792/315852
[pid=21610] ppid=21607 vsize=1513112 CPUtime=2021.31 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 505917 0 0 0 202079 52 0 0 20 0 1 0 17327992 1549426688 344278 33554432000 4194304 5970956 140734096673888 140734096670632 5040624 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378278 344278 800 434 0 371642 0
Current children cumulated CPU time (s) 2021.31
Current children cumulated vsize (KiB) 1513112

[startup+2082.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 21740
/proc/meminfo: memFree=30283696/32770624 swapFree=6792/315892
[pid=21610] ppid=21607 vsize=1513112 CPUtime=2081.28 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 507883 0 0 0 208076 52 0 0 20 0 1 0 17327992 1549426688 344278 33554432000 4194304 5970956 140734096673888 140734096670632 5039478 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378278 344278 800 434 0 371642 0
Current children cumulated CPU time (s) 2081.28
Current children cumulated vsize (KiB) 1513112

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 21741
/proc/meminfo: memFree=30283688/32770624 swapFree=6792/315928
[pid=21610] ppid=21607 vsize=1513112 CPUtime=2141.25 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 511034 0 0 0 214073 52 0 0 20 0 1 0 17327992 1549426688 344278 33554432000 4194304 5970956 140734096673888 140734096670632 5047585 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378278 344278 800 434 0 371642 0
Current children cumulated CPU time (s) 2141.25
Current children cumulated vsize (KiB) 1513112

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 21742
/proc/meminfo: memFree=30283780/32770624 swapFree=6792/315968
[pid=21610] ppid=21607 vsize=1513112 CPUtime=2201.23 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 513319 0 0 0 220070 53 0 0 20 0 1 0 17327992 1549426688 344278 33554432000 4194304 5970956 140734096673888 140734096670632 5039178 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378278 344278 800 434 0 371642 0
Current children cumulated CPU time (s) 2201.23
Current children cumulated vsize (KiB) 1513112

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 21743
/proc/meminfo: memFree=30284104/32770624 swapFree=6792/316004
[pid=21610] ppid=21607 vsize=1513112 CPUtime=2261.2 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 514911 0 0 0 226067 53 0 0 20 0 1 0 17327992 1549426688 344278 33554432000 4194304 5970956 140734096673888 140734096670632 5040628 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378278 344278 800 434 0 371642 0
Current children cumulated CPU time (s) 2261.2
Current children cumulated vsize (KiB) 1513112

[startup+2322.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 21751
/proc/meminfo: memFree=30283760/32770624 swapFree=6792/316056
[pid=21610] ppid=21607 vsize=1513112 CPUtime=2321.17 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 517629 0 0 0 232064 53 0 0 20 0 1 0 17327992 1549426688 344280 33554432000 4194304 5970956 140734096673888 140734096670632 5038796 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378278 344280 800 434 0 371642 0
Current children cumulated CPU time (s) 2321.17
Current children cumulated vsize (KiB) 1513112

[startup+2382.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 21752
/proc/meminfo: memFree=30284588/32770624 swapFree=6792/316096
[pid=21610] ppid=21607 vsize=1513112 CPUtime=2381.14 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 518780 0 0 0 238061 53 0 0 20 0 1 0 17327992 1549426688 344280 33554432000 4194304 5970956 140734096673888 140734096670632 5039178 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378278 344280 800 434 0 371642 0
Current children cumulated CPU time (s) 2381.14
Current children cumulated vsize (KiB) 1513112



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.2 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 21752
/proc/meminfo: memFree=30284588/32770624 swapFree=6792/316104
[pid=21610] ppid=21607 vsize=1513112 CPUtime=2400.03 cores=1,3,5,7,9,11,13,15
/proc/21610/stat : 21610 (cosoco) R 21607 21610 17688 0 -1 4202496 518904 0 0 0 239950 53 0 0 20 0 1 0 17327992 1549426688 344280 33554432000 4194304 5970956 140734096673888 140734096670632 5038183 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 21770240 140734096680124 140734096680259 140734096680259 140734096682958 0
/proc/21610/statm: 378278 344280 800 434 0 371642 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 1513112

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

Child status: 1
Real time (s): 2401.21
CPU time (s): 2400.05
CPU user time (s): 2399.51
CPU system time (s): 0.540743
CPU usage (%): 99.9517
Max. virtual memory (cumulated for all children) (KiB): 1513112

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.51
system time used= 0.540743
maximum resident set size= 1377168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 518932
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= 29
involuntary context switches= 121887

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.8347 second user time and 11.3747 second system time

The end

Launcher Data

Begin job on node112 at 2017-07-21 14:12:16
IDJOB=4240803
IDBENCH=124177
IDSOLVER=2621
FILE ID=node112/4240803-1500639136
RUNJOBID= node112-1500623784-17720
PBS_JOBID= 20623019
Free space on /tmp= 62020 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/Cutstock/Cutstock-zinc-s1/Cutstock-t04-1.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4240803-1500639136/watcher-4240803-1500639136 -o /tmp/evaluation-result-4240803-1500639136/solver-4240803-1500639136 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node112-1500623784-17720 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4240803-1500639136.xml

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

MD5SUM BENCH= e916ba0c5634620e8924ec581ee284c9
RANDOM SEED=742378151

node112.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	: 8
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	: 5334.09
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	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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	: 5334.09
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		: 2267.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 8
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	: 5334.09
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	: 8
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	: 8
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	: 5334.09
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	: 8
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:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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	: 5334.09
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31698036 kB
MemAvailable:   31951944 kB
Buffers:          140680 kB
Cached:           400780 kB
SwapCached:            0 kB
Active:           298628 kB
Inactive:         331448 kB
Active(anon):      90900 kB
Inactive(anon):    16960 kB
Active(file):     207728 kB
Inactive(file):   314488 kB
Unevictable:        6792 kB
Mlocked:            6800 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              1972 kB
Writeback:             0 kB
AnonPages:        100312 kB
Mapped:            33220 kB
Shmem:             17040 kB
Slab:             128236 kB
SReclaimable:      95056 kB
SUnreclaim:        33180 kB
KernelStack:        4272 kB
PageTables:         5860 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     365024 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     38912 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 62020 MiB
End job on node112 at 2017-07-21 14:52:18