Trace number 4242873

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.08 2400.9

General information on the benchmark

NameBinPacking/BinPacking-tab-sw100/
BinPacking-tab-sw100-15.xml
MD5SUMafde4c54681b724bee939c95254967be
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.09
Satisfiable
(Un)Satisfiability was proved
Number of variables109
Number of constraints21
Number of domains2
Minimum domain size19
Maximum domain size43
Distribution of domain sizes[{"size":19,"count":1},{"size":43,"count":108}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":90},{"degree":4,"count":18}]
Minimum constraint arity6
Maximum constraint arity108
Distribution of constraint arities[{"arity":6,"count":18},{"arity":19,"count":1},{"arity":108,"count":2}]
Number of extensional constraints18
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":18},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

22.00/22.03	c Create Cardinality(vars,values,occurs) constraint using 108 Exactly/AtMost.. constraint 
22.00/22.03	c
22.28/22.30	c SAT : Variables: 4663 -- Clauses: 97804
22.28/22.30	c best=?? lower=0 upper=18 

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-4242873-1500665090/watcher-4242873-1500665090 -o /tmp/evaluation-result-4242873-1500665090/solver-4242873-1500665090 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1500648172-9858 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4242873-1500665090.xml 

pid=11832
running on 8 cores: 0,2,4,6,8,10,12,14

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.02 2.05 3/242 11835
/proc/meminfo: memFree=31680388/32770624 swapFree=6556/239420
[pid=11835] ppid=11832 vsize=27388 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 1044 0 0 0 0 0 0 0 20 0 1 0 1774014 28045312 832 33554432000 4194304 5970956 140728497296848 140728497293496 5674676 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 6847 832 703 434 0 211 0

[startup+0.100104 s]
/proc/loadavg: 2.02 2.02 2.05 3/242 11835
/proc/meminfo: memFree=31680388/32770624 swapFree=6556/239420
[pid=11835] ppid=11832 vsize=28120 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 1261 0 0 0 9 0 0 0 20 0 1 0 1774014 28794880 993 33554432000 4194304 5970956 140728497296848 140728497293448 5671223 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 7030 993 709 434 0 394 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28120

[startup+0.200218 s]
/proc/loadavg: 2.02 2.02 2.05 3/242 11835
/proc/meminfo: memFree=31680388/32770624 swapFree=6556/239420
[pid=11835] ppid=11832 vsize=28900 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 1546 0 0 0 19 0 0 0 20 0 1 0 1774014 29593600 1236 33554432000 4194304 5970956 140728497296848 140728497293448 5378246 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 7225 1236 709 434 0 589 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 28900

[startup+0.300198 s]
/proc/loadavg: 2.02 2.02 2.05 3/242 11835
/proc/meminfo: memFree=31680388/32770624 swapFree=6556/239420
[pid=11835] ppid=11832 vsize=30064 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 1924 0 0 0 29 0 0 0 20 0 1 0 1774014 30785536 1394 33554432000 4194304 5970956 140728497296848 140728497293448 5378285 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 7516 1394 709 434 0 880 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30064

[startup+0.700169 s]
/proc/loadavg: 2.02 2.02 2.05 3/242 11835
/proc/meminfo: memFree=31680388/32770624 swapFree=6556/239420
[pid=11835] ppid=11832 vsize=33316 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 2598 0 0 0 69 0 0 0 20 0 1 0 1774014 34115584 2196 33554432000 4194304 5970956 140728497296848 140728497293448 5674907 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 8329 2196 709 434 0 1693 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 33316

[startup+1.50026 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11836
/proc/meminfo: memFree=31646380/32770624 swapFree=6556/239364
[pid=11835] ppid=11832 vsize=39820 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 3787 0 0 0 149 0 0 0 20 0 1 0 1774014 40775680 3617 33554432000 4194304 5970956 140728497296848 140728497291400 5350829 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 9955 3617 709 434 0 3319 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 39820

[startup+3.10021 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11836
/proc/meminfo: memFree=31660120/32770624 swapFree=6556/239364
[pid=11835] ppid=11832 vsize=52828 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 5967 0 0 0 308 1 0 0 20 0 1 0 1774014 54095872 6805 33554432000 4194304 5970956 140728497296848 140728497293448 5674710 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 13207 6805 709 434 0 6571 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 52828

[startup+6.30022 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11836
/proc/meminfo: memFree=31636136/32770624 swapFree=6556/239364
[pid=11835] ppid=11832 vsize=78712 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 10037 0 0 0 627 2 0 0 20 0 1 0 1774014 80601088 12798 33554432000 4194304 5970956 140728497296848 140728497293448 140703756729317 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 19678 12798 709 434 0 13042 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 78712

[startup+12.7002 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11837
/proc/meminfo: memFree=31586756/32770624 swapFree=6556/239364
[pid=11835] ppid=11832 vsize=130876 CPUtime=12.68 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 17796 0 0 0 1264 4 0 0 20 0 1 0 1774014 134017024 24748 33554432000 4194304 5970956 140728497296848 140728497293448 5383954 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 32719 24748 709 434 0 26083 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 130876

[startup+25.5004 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11837
/proc/meminfo: memFree=31105088/32770624 swapFree=6556/239364
[pid=11835] ppid=11832 vsize=600768 CPUtime=25.48 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 136343 0 0 0 2527 21 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934357 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 600768

[startup+51.1004 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11837
/proc/meminfo: memFree=31105088/32770624 swapFree=6556/239364
[pid=11835] ppid=11832 vsize=600768 CPUtime=51.07 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 158354 0 0 0 5084 23 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 600768

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11838
/proc/meminfo: memFree=31105068/32770624 swapFree=6556/239432
[pid=11835] ppid=11832 vsize=600768 CPUtime=102.26 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 227588 0 0 0 10200 26 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934449 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 102.26
Current children cumulated vsize (KiB) 600768

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11839
/proc/meminfo: memFree=31101464/32770624 swapFree=6556/239432
[pid=11835] ppid=11832 vsize=600768 CPUtime=162.23 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 296324 0 0 0 16193 30 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934864 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 600768

[startup+222.308 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11841
/proc/meminfo: memFree=31101896/32770624 swapFree=6556/239484
[pid=11835] ppid=11832 vsize=600768 CPUtime=222.22 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 351921 0 0 0 22189 33 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934299 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 600768

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11842
/proc/meminfo: memFree=31102396/32770624 swapFree=6556/239520
[pid=11835] ppid=11832 vsize=600768 CPUtime=282.19 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 387489 0 0 0 28185 34 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 600768

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11851
/proc/meminfo: memFree=31102492/32770624 swapFree=6556/239584
[pid=11835] ppid=11832 vsize=600768 CPUtime=342.16 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 409284 0 0 0 34181 35 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 342.16
Current children cumulated vsize (KiB) 600768

[startup+402.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 11852
/proc/meminfo: memFree=31102760/32770624 swapFree=6556/239620
[pid=11835] ppid=11832 vsize=600768 CPUtime=402.13 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 422933 0 0 0 40178 35 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 600768

[startup+462.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/243 11853
/proc/meminfo: memFree=31102408/32770624 swapFree=6556/239652
[pid=11835] ppid=11832 vsize=600768 CPUtime=462.11 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 433294 0 0 0 46175 36 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 600768

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 12139
/proc/meminfo: memFree=31324716/32770624 swapFree=6556/239328
[pid=11835] ppid=11832 vsize=600768 CPUtime=522.08 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 433975 0 0 0 52172 36 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 522.08
Current children cumulated vsize (KiB) 600768

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 12140
/proc/meminfo: memFree=31325088/32770624 swapFree=6556/239716
[pid=11835] ppid=11832 vsize=600768 CPUtime=582.06 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 434637 0 0 0 58170 36 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934366 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 600768


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


[startup+1542.31 s]
/proc/loadavg: 2.05 2.03 2.05 3/244 12244
/proc/meminfo: memFree=31336652/32770624 swapFree=6556/240576
[pid=11835] ppid=11832 vsize=600768 CPUtime=1541.75 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 445247 0 0 0 154138 37 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 1541.75
Current children cumulated vsize (KiB) 600768

[startup+1602.3 s]
/proc/loadavg: 1.97 2.01 2.04 3/244 12310
/proc/meminfo: memFree=16858128/32770624 swapFree=6556/240576
[pid=11835] ppid=11832 vsize=600768 CPUtime=1601.72 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 445916 0 0 0 160135 37 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 1601.72
Current children cumulated vsize (KiB) 600768

[startup+1662.3 s]
/proc/loadavg: 3.76 2.50 2.20 3/246 12313
/proc/meminfo: memFree=12163348/32770624 swapFree=6556/3642420
[pid=11835] ppid=11832 vsize=600768 CPUtime=1661.7 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 446579 0 0 0 166133 37 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934318 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 1661.7
Current children cumulated vsize (KiB) 600768

[startup+1722.3 s]
/proc/loadavg: 4.54 2.95 2.38 2/246 12314
/proc/meminfo: memFree=8852484/32770624 swapFree=6556/6843464
[pid=11835] ppid=11832 vsize=600768 CPUtime=1721.68 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 447236 0 0 0 172131 37 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934318 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 1721.68
Current children cumulated vsize (KiB) 600768

[startup+1782.3 s]
/proc/loadavg: 4.83 3.33 2.54 2/246 12315
/proc/meminfo: memFree=5824740/32770624 swapFree=6556/9795164
[pid=11835] ppid=11832 vsize=600768 CPUtime=1781.67 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 447906 0 0 0 178129 38 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934318 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 1781.67
Current children cumulated vsize (KiB) 600768

[startup+1842.3 s]
/proc/loadavg: 4.94 3.63 2.70 2/245 12317
/proc/meminfo: memFree=2451940/32770624 swapFree=6556/13030772
[pid=11835] ppid=11832 vsize=600768 CPUtime=1841.65 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 448573 0 0 0 184127 38 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 1841.65
Current children cumulated vsize (KiB) 600768

[startup+1902.3 s]
/proc/loadavg: 5.13 3.93 2.86 3/245 12318
/proc/meminfo: memFree=1243400/32770624 swapFree=6556/14222168
[pid=11835] ppid=11832 vsize=600768 CPUtime=1901.63 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 449235 0 0 0 190125 38 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934366 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 1901.63
Current children cumulated vsize (KiB) 600768

[startup+1962.3 s]
/proc/loadavg: 5.05 4.12 2.99 4/245 12319
/proc/meminfo: memFree=446212/32770624 swapFree=6556/14941368
[pid=11835] ppid=11832 vsize=600768 CPUtime=1961.61 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 449899 0 0 0 196123 38 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 1961.61
Current children cumulated vsize (KiB) 600768

[startup+2022.3 s]
/proc/loadavg: 5.07 4.30 3.12 2/245 12321
/proc/meminfo: memFree=206464/32770624 swapFree=6556/15174144
[pid=11835] ppid=11832 vsize=600768 CPUtime=2021.59 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 450569 0 0 0 202121 38 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 2021.59
Current children cumulated vsize (KiB) 600768

[startup+2082.3 s]
/proc/loadavg: 5.13 4.45 3.25 3/245 12322
/proc/meminfo: memFree=208088/32770624 swapFree=6556/15197544
[pid=11835] ppid=11832 vsize=600768 CPUtime=2081.57 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 451235 0 0 0 208119 38 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 2081.57
Current children cumulated vsize (KiB) 600768

[startup+2142.31 s]
/proc/loadavg: 5.01 4.55 3.36 2/247 12327
/proc/meminfo: memFree=248564/32770624 swapFree=6556/15140632
[pid=11835] ppid=11832 vsize=600768 CPUtime=2141.55 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 451901 0 0 0 214117 38 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 2141.55
Current children cumulated vsize (KiB) 600768

[startup+2202.3 s]
/proc/loadavg: 5.01 4.63 3.46 2/248 12349
/proc/meminfo: memFree=251612/32770624 swapFree=6556/15140856
[pid=11835] ppid=11832 vsize=600768 CPUtime=2201.53 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 452563 0 0 0 220115 38 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 2201.53
Current children cumulated vsize (KiB) 600768

[startup+2262.3 s]
/proc/loadavg: 5.00 4.70 3.56 2/248 12350
/proc/meminfo: memFree=329536/32770624 swapFree=6556/15079152
[pid=11835] ppid=11832 vsize=600768 CPUtime=2261.51 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 453230 0 0 0 226113 38 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 2261.51
Current children cumulated vsize (KiB) 600768

[startup+2322.3 s]
/proc/loadavg: 5.29 4.82 3.67 2/248 12351
/proc/meminfo: memFree=378172/32770624 swapFree=6556/15031964
[pid=11835] ppid=11832 vsize=600768 CPUtime=2321.49 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 453897 0 0 0 232111 38 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 2321.49
Current children cumulated vsize (KiB) 600768

[startup+2382.3 s]
/proc/loadavg: 5.79 5.05 3.82 2/248 12352
/proc/meminfo: memFree=409868/32770624 swapFree=6556/15002264
[pid=11835] ppid=11832 vsize=600768 CPUtime=2381.48 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 454567 0 0 0 238109 39 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 2381.48
Current children cumulated vsize (KiB) 600768



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.9 s]
/proc/loadavg: 4.71 4.85 3.78 3/248 12426
/proc/meminfo: memFree=30342412/32770624 swapFree=6556/9024
[pid=11835] ppid=11832 vsize=600768 CPUtime=2400.08 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 454806 0 0 0 239969 39 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934318 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 600768

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

[startup+2400.9 s]
/proc/loadavg: 4.71 4.85 3.78 3/248 12426
/proc/meminfo: memFree=30342412/32770624 swapFree=6556/9024
[pid=11835] ppid=11832 vsize=600768 CPUtime=2400.08 cores=0,2,4,6,8,10,12,14
/proc/11835/stat : 11835 (cosoco) R 11832 11835 9825 0 -1 4202496 454806 0 0 0 239969 39 0 0 20 0 1 0 1774014 615186432 143960 33554432000 4194304 5970956 140728497296848 140728497284168 4934318 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 11403264 140728497304764 140728497304899 140728497304899 140728497307598 0
/proc/11835/statm: 150192 143960 855 434 0 143556 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 600768

Child status: 1
Real time (s): 2400.9
CPU time (s): 2400.08
CPU user time (s): 2399.69
CPU system time (s): 0.39287
CPU usage (%): 99.9659
Max. virtual memory (cumulated for all children) (KiB): 600768

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.69
system time used= 0.39287
maximum resident set size= 575880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 454827
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= 41
involuntary context switches= 120755

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.57418 second user time and 11.9071 second system time

The end

Launcher Data

Begin job on node148 at 2017-07-21 21:24:50
IDJOB=4242873
IDBENCH=137919
IDSOLVER=2621
FILE ID=node148/4242873-1500665090
RUNJOBID= node148-1500648172-9858
PBS_JOBID= 20623273
Free space on /tmp= 61960 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw100/BinPacking-tab-sw100-15.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242873-1500665090/watcher-4242873-1500665090 -o /tmp/evaluation-result-4242873-1500665090/solver-4242873-1500665090 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1500648172-9858 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4242873-1500665090.xml

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

MD5SUM BENCH= afde4c54681b724bee939c95254967be
RANDOM SEED=1474705692

node148.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		: 2668.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	: 5333.21
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	: 5333.21
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	: 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	: 5333.21
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	: 5333.21
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		: 2668.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	: 5333.21
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		: 1600.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	: 5333.21
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		: 1600.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		: 1867.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	: 5333.21
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	: 5333.21
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:        31681592 kB
MemAvailable:   31793088 kB
Buffers:           37352 kB
Cached:           382708 kB
SwapCached:            0 kB
Active:           461576 kB
Inactive:         248032 kB
Active(anon):     292212 kB
Inactive(anon):     8612 kB
Active(file):     169364 kB
Inactive(file):   239420 kB
Unevictable:        6556 kB
Mlocked:            6556 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             70420 kB
Writeback:             0 kB
AnonPages:        299200 kB
Mapped:            31672 kB
Shmem:              8848 kB
Slab:              69480 kB
SReclaimable:      37092 kB
SUnreclaim:        32388 kB
KernelStack:        4384 kB
PageTables:         5776 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     567316 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    237568 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= 61960 MiB
End job on node148 at 2017-07-21 22:04:51