Trace number 4242593

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 2400.1

General information on the benchmark

NamePseudoBoolean/PseudoBoolean-opt-mps/
Pb-mps-v2-20-10-l152lav.xml
MD5SUMe295f86f2e8232e9b7c8210bbc53418f
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables1989
Number of constraints97
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":1989}]
Minimum variable degree3
Maximum variable degree8
Distribution of variable degrees[{"degree":3,"count":3},{"degree":4,"count":193},{"degree":5,"count":403},{"degree":6,"count":674},{"degree":7,"count":657},{"degree":8,"count":59}]
Minimum constraint arity3
Maximum constraint arity1989
Distribution of constraint arities[{"arity":3,"count":1},{"arity":5,"count":1},{"arity":10,"count":1},{"arity":14,"count":1},{"arity":19,"count":1},{"arity":21,"count":1},{"arity":22,"count":1},{"arity":24,"count":1},{"arity":26,"count":1},{"arity":27,"count":1},{"arity":31,"count":2},{"arity":32,"count":2},{"arity":35,"count":2},{"arity":37,"count":3},{"arity":40,"count":1},{"arity":42,"count":3},{"arity":43,"count":1},{"arity":44,"count":3},{"arity":45,"count":1},{"arity":46,"count":1},{"arity":47,"count":1},{"arity":48,"count":3},{"arity":49,"count":1},{"arity":50,"count":1},{"arity":52,"count":2},"...",{"arity":93,"count":1}, {"arity":94,"count":1}, {"arity":96,"count":3}, {"arity":97,"count":1}, {"arity":102,"count":2}, {"arity":103,"count":1}, {"arity":104,"count":1}, {"arity":106,"count":1}, {"arity":108,"count":2}, {"arity":112,"count":2}, {"arity":114,"count":1}, {"arity":118,"count":1}, {"arity":121,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":137,"count":1}, {"arity":152,"count":1}, {"arity":160,"count":1}, {"arity":163,"count":1}, {"arity":171,"count":1}, {"arity":218,"count":1}, {"arity":1011,"count":1}, {"arity":1989,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"sum","count":97}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.09/0.14	c SAT : Variables: 3978 -- Clauses: 3978
0.09/0.14	c best=?? lower=0 upper=382524 

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-4242593-1500659103/watcher-4242593-1500659103 -o /tmp/evaluation-result-4242593-1500659103/solver-4242593-1500659103 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500648176-9862 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4242593-1500659103.xml 

pid=11680
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.03 2.03 2.05 3/242 11683
/proc/meminfo: memFree=32024056/32770624 swapFree=5952/194648
[pid=11683] ppid=11680 vsize=27252 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 1021 0 0 0 0 0 0 0 20 0 1 0 1180013 27906048 801 33554432000 4194304 5970956 140735085613280 140735085609928 140213344672741 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 6813 801 698 434 0 177 0

[startup+0.10012 s]
/proc/loadavg: 2.03 2.03 2.05 3/242 11683
/proc/meminfo: memFree=32024056/32770624 swapFree=5952/194648
[pid=11683] ppid=11680 vsize=29612 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 1629 0 0 0 9 0 0 0 20 0 1 0 1180013 30322688 1463 33554432000 4194304 5970956 140735085613280 140735085607656 140213344672741 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 7403 1463 736 434 0 767 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29612

[startup+0.200243 s]
/proc/loadavg: 2.03 2.03 2.05 3/242 11683
/proc/meminfo: memFree=32024056/32770624 swapFree=5952/194648
[pid=11683] ppid=11680 vsize=35392 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 2031 0 0 0 19 0 0 0 20 0 1 0 1180013 36241408 1864 33554432000 4194304 5970956 140735085613280 140735085600600 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 8848 1864 777 434 0 2212 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 35392

[startup+0.300194 s]
/proc/loadavg: 2.03 2.03 2.05 3/242 11683
/proc/meminfo: memFree=32024056/32770624 swapFree=5952/194648
[pid=11683] ppid=11680 vsize=35524 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 2069 0 0 0 29 0 0 0 20 0 1 0 1180013 36376576 1864 33554432000 4194304 5970956 140735085613280 140735085610312 140213344672741 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 8881 1864 777 434 0 2245 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 35524

[startup+0.700214 s]
/proc/loadavg: 2.03 2.03 2.05 3/242 11683
/proc/meminfo: memFree=32024056/32770624 swapFree=5952/194648
[pid=11683] ppid=11680 vsize=42680 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 3855 0 0 0 69 0 0 0 20 0 1 0 1180013 43704320 3646 33554432000 4194304 5970956 140735085613280 140735085610008 5045304 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 10670 3646 785 434 0 4034 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 42680

[startup+1.50019 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 11684
/proc/meminfo: memFree=32012260/32770624 swapFree=5952/194628
[pid=11683] ppid=11680 vsize=47112 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 4987 0 0 0 148 1 0 0 20 0 1 0 1180013 48242688 4768 33554432000 4194304 5970956 140735085613280 140735085610152 5038552 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 11778 4768 785 434 0 5142 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 47112

[startup+3.10017 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 11684
/proc/meminfo: memFree=32007228/32770624 swapFree=5952/194660
[pid=11683] ppid=11680 vsize=49372 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 9353 0 0 0 308 1 0 0 20 0 1 0 1180013 50556928 5406 33554432000 4194304 5970956 140735085613280 140735085610616 5045308 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 12343 5406 785 434 0 5707 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49372

[startup+6.30023 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 11684
/proc/meminfo: memFree=32004336/32770624 swapFree=5952/194716
[pid=11683] ppid=11680 vsize=50300 CPUtime=6.29 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 13546 0 0 0 628 1 0 0 20 0 1 0 1180013 51507200 5626 33554432000 4194304 5970956 140735085613280 140735085610616 5136629 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 12575 5626 785 434 0 5939 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 50300

[startup+12.7002 s]
/proc/loadavg: 2.02 2.03 2.05 3/243 11684
/proc/meminfo: memFree=32003964/32770624 swapFree=5952/194716
[pid=11683] ppid=11680 vsize=50436 CPUtime=12.69 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 17804 0 0 0 1268 1 0 0 20 0 1 0 1180013 51646464 5683 33554432000 4194304 5970956 140735085613280 140735085610152 5038191 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 12609 5683 785 434 0 5973 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 50436

[startup+25.5003 s]
/proc/loadavg: 2.02 2.03 2.05 3/243 11684
/proc/meminfo: memFree=32003508/32770624 swapFree=5952/194700
[pid=11683] ppid=11680 vsize=50700 CPUtime=25.49 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 25252 0 0 0 2547 2 0 0 20 0 1 0 1180013 51916800 5816 33554432000 4194304 5970956 140735085613280 140735085610008 5045304 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 12675 5816 785 434 0 6039 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 50700

[startup+51.1003 s]
/proc/loadavg: 2.01 2.03 2.05 3/243 11684
/proc/meminfo: memFree=32001160/32770624 swapFree=5952/194720
[pid=11683] ppid=11680 vsize=50812 CPUtime=51.09 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 29715 0 0 0 5107 2 0 0 20 0 1 0 1180013 52031488 5978 33554432000 4194304 5970956 140735085613280 140735085610616 5045486 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 12703 5978 785 434 0 6067 0
Current children cumulated CPU time (s) 51.09
Current children cumulated vsize (KiB) 50812

[startup+102.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 11685
/proc/meminfo: memFree=31997852/32770624 swapFree=5952/194776
[pid=11683] ppid=11680 vsize=51052 CPUtime=102.29 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 30923 0 0 0 10227 2 0 0 20 0 1 0 1180013 52277248 6663 33554432000 4194304 5970956 140735085613280 140735085610616 5311659 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 12763 6663 785 434 0 6127 0
Current children cumulated CPU time (s) 102.29
Current children cumulated vsize (KiB) 51052

[startup+162.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 11686
/proc/meminfo: memFree=31998448/32770624 swapFree=5952/194812
[pid=11683] ppid=11680 vsize=51176 CPUtime=162.28 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 32068 0 0 0 16226 2 0 0 20 0 1 0 1180013 52404224 6737 33554432000 4194304 5970956 140735085613280 140735085610616 5039637 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 12794 6737 785 434 0 6158 0
Current children cumulated CPU time (s) 162.28
Current children cumulated vsize (KiB) 51176

[startup+222.308 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 11687
/proc/meminfo: memFree=31996696/32770624 swapFree=5952/194672
[pid=11683] ppid=11680 vsize=53896 CPUtime=222.28 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 33878 0 0 0 22226 2 0 0 20 0 1 0 1180013 55189504 7427 33554432000 4194304 5970956 140735085613280 140735085610552 5136577 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 13474 7427 785 434 0 6838 0
Current children cumulated CPU time (s) 222.28
Current children cumulated vsize (KiB) 53896

[startup+282.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 11689
/proc/meminfo: memFree=31995256/32770624 swapFree=5952/194712
[pid=11683] ppid=11680 vsize=53896 CPUtime=282.27 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 34647 0 0 0 28225 2 0 0 20 0 1 0 1180013 55189504 7440 33554432000 4194304 5970956 140735085613280 140735085610552 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 13474 7440 785 434 0 6838 0
Current children cumulated CPU time (s) 282.27
Current children cumulated vsize (KiB) 53896

[startup+342.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/244 11698
/proc/meminfo: memFree=31995388/32770624 swapFree=5952/194764
[pid=11683] ppid=11680 vsize=53896 CPUtime=342.27 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 35408 0 0 0 34225 2 0 0 20 0 1 0 1180013 55189504 7449 33554432000 4194304 5970956 140735085613280 140735085610552 5039178 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 13474 7449 785 434 0 6838 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 53896

[startup+402.3 s]
/proc/loadavg: 2.11 2.05 2.05 3/244 11699
/proc/meminfo: memFree=31994876/32770624 swapFree=5952/194808
[pid=11683] ppid=11680 vsize=54412 CPUtime=402.27 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 36343 0 0 0 40224 3 0 0 20 0 1 0 1180013 55717888 7591 33554432000 4194304 5970956 140735085613280 140735085610616 5038624 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 13603 7591 785 434 0 6967 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 54412

[startup+462.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/244 11700
/proc/meminfo: memFree=31995692/32770624 swapFree=5952/194840
[pid=11683] ppid=11680 vsize=54412 CPUtime=462.27 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 37296 0 0 0 46224 3 0 0 20 0 1 0 1180013 55717888 7612 33554432000 4194304 5970956 140735085613280 140735085610616 5045308 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 13603 7612 785 434 0 6967 0
Current children cumulated CPU time (s) 462.27
Current children cumulated vsize (KiB) 54412

[startup+522.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/244 11701
/proc/meminfo: memFree=31995688/32770624 swapFree=5952/194868
[pid=11683] ppid=11680 vsize=54412 CPUtime=522.27 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 38187 0 0 0 52224 3 0 0 20 0 1 0 1180013 55717888 7620 33554432000 4194304 5970956 140735085613280 140735085610616 5047066 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 13603 7620 785 434 0 6967 0
Current children cumulated CPU time (s) 522.27
Current children cumulated vsize (KiB) 54412

[startup+582.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/244 11702
/proc/meminfo: memFree=31993764/32770624 swapFree=5952/194916
[pid=11683] ppid=11680 vsize=54684 CPUtime=582.27 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 39159 0 0 0 58224 3 0 0 20 0 1 0 1180013 55996416 7641 33554432000 4194304 5970956 140735085613280 140735085610152 5038183 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 13671 7641 785 434 0 7035 0
Current children cumulated CPU time (s) 582.27
Current children cumulated vsize (KiB) 54684


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 2.04 3/243 11895
/proc/meminfo: memFree=31996824/32770624 swapFree=5952/195512
[pid=11683] ppid=11680 vsize=59368 CPUtime=1542.23 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 51331 0 0 0 154220 3 0 0 20 0 1 0 1180013 60792832 8023 33554432000 4194304 5970956 140735085613280 140735085610552 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 14842 8023 785 434 0 8206 0
Current children cumulated CPU time (s) 1542.23
Current children cumulated vsize (KiB) 59368

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/243 11896
/proc/meminfo: memFree=31996092/32770624 swapFree=5952/195544
[pid=11683] ppid=11680 vsize=59368 CPUtime=1602.22 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 52173 0 0 0 160219 3 0 0 20 0 1 0 1180013 60792832 8025 33554432000 4194304 5970956 140735085613280 140735085610552 5045308 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 14842 8025 785 434 0 8206 0
Current children cumulated CPU time (s) 1602.22
Current children cumulated vsize (KiB) 59368

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 2.05 3/243 11897
/proc/meminfo: memFree=31996464/32770624 swapFree=5952/195572
[pid=11683] ppid=11680 vsize=59368 CPUtime=1662.22 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 52690 0 0 0 166219 3 0 0 20 0 1 0 1180013 60792832 8025 33554432000 4194304 5970956 140735085613280 140735085610552 5136789 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 14842 8025 785 434 0 8206 0
Current children cumulated CPU time (s) 1662.22
Current children cumulated vsize (KiB) 59368

[startup+1722.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 11898
/proc/meminfo: memFree=31995948/32770624 swapFree=5952/195612
[pid=11683] ppid=11680 vsize=59368 CPUtime=1722.21 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 53524 0 0 0 172218 3 0 0 20 0 1 0 1180013 60792832 8031 33554432000 4194304 5970956 140735085613280 140735085610552 5045311 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 14842 8031 785 434 0 8206 0
Current children cumulated CPU time (s) 1722.21
Current children cumulated vsize (KiB) 59368

[startup+1782.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/243 11899
/proc/meminfo: memFree=31995512/32770624 swapFree=5952/195652
[pid=11683] ppid=11680 vsize=59368 CPUtime=1782.21 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 54032 0 0 0 178218 3 0 0 20 0 1 0 1180013 60792832 8031 33554432000 4194304 5970956 140735085613280 140735085610552 5045311 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 14842 8031 785 434 0 8206 0
Current children cumulated CPU time (s) 1782.21
Current children cumulated vsize (KiB) 59368

[startup+1842.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/243 11900
/proc/meminfo: memFree=31995940/32770624 swapFree=5952/195684
[pid=11683] ppid=11680 vsize=59368 CPUtime=1842.21 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 54829 0 0 0 184218 3 0 0 20 0 1 0 1180013 60792832 8031 33554432000 4194304 5970956 140735085613280 140735085610552 5136560 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 14842 8031 785 434 0 8206 0
Current children cumulated CPU time (s) 1842.21
Current children cumulated vsize (KiB) 59368

[startup+1902.3 s]
/proc/loadavg: 2.09 2.05 2.05 3/243 11901
/proc/meminfo: memFree=31995748/32770624 swapFree=5952/195720
[pid=11683] ppid=11680 vsize=59368 CPUtime=1902.21 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 55372 0 0 0 190217 4 0 0 20 0 1 0 1180013 60792832 8031 33554432000 4194304 5970956 140735085613280 140735085610552 5337509 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 14842 8031 785 434 0 8206 0
Current children cumulated CPU time (s) 1902.21
Current children cumulated vsize (KiB) 59368

[startup+1962.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/243 11902
/proc/meminfo: memFree=31994740/32770624 swapFree=5952/195756
[pid=11683] ppid=11680 vsize=59368 CPUtime=1962.21 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 56159 0 0 0 196217 4 0 0 20 0 1 0 1180013 60792832 8031 33554432000 4194304 5970956 140735085613280 140735085610552 5045308 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 14842 8031 785 434 0 8206 0
Current children cumulated CPU time (s) 1962.21
Current children cumulated vsize (KiB) 59368

[startup+2022.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/243 11903
/proc/meminfo: memFree=31995432/32770624 swapFree=5952/195784
[pid=11683] ppid=11680 vsize=59368 CPUtime=2022.21 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 56705 0 0 0 202217 4 0 0 20 0 1 0 1180013 60792832 8031 33554432000 4194304 5970956 140735085613280 140735085610552 5136570 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 14842 8031 785 434 0 8206 0
Current children cumulated CPU time (s) 2022.21
Current children cumulated vsize (KiB) 59368

[startup+2082.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/243 11904
/proc/meminfo: memFree=31995560/32770624 swapFree=5952/195836
[pid=11683] ppid=11680 vsize=59368 CPUtime=2082.21 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 57241 0 0 0 208217 4 0 0 20 0 1 0 1180013 60792832 8031 33554432000 4194304 5970956 140735085613280 140735085610552 5038750 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 14842 8031 785 434 0 8206 0
Current children cumulated CPU time (s) 2082.21
Current children cumulated vsize (KiB) 59368

[startup+2142.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 11912
/proc/meminfo: memFree=31996124/32770624 swapFree=5952/195892
[pid=11683] ppid=11680 vsize=59368 CPUtime=2142.2 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 58029 0 0 0 214216 4 0 0 20 0 1 0 1180013 60792832 8031 33554432000 4194304 5970956 140735085613280 140735085610552 5045736 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 14842 8031 785 434 0 8206 0
Current children cumulated CPU time (s) 2142.2
Current children cumulated vsize (KiB) 59368

[startup+2202.31 s]
/proc/loadavg: 2.00 2.02 2.05 3/243 11913
/proc/meminfo: memFree=31995604/32770624 swapFree=5952/195920
[pid=11683] ppid=11680 vsize=59368 CPUtime=2202.21 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 58494 0 0 0 220217 4 0 0 20 0 1 0 1180013 60792832 8031 33554432000 4194304 5970956 140735085613280 140735085610552 5328021 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 14842 8031 785 434 0 8206 0
Current children cumulated CPU time (s) 2202.21
Current children cumulated vsize (KiB) 59368

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11914
/proc/meminfo: memFree=31994972/32770624 swapFree=5952/195952
[pid=11683] ppid=11680 vsize=59368 CPUtime=2262.2 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 59274 0 0 0 226216 4 0 0 20 0 1 0 1180013 60792832 8031 33554432000 4194304 5970956 140735085613280 140735085610552 5038334 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 14842 8031 785 434 0 8206 0
Current children cumulated CPU time (s) 2262.2
Current children cumulated vsize (KiB) 59368

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11915
/proc/meminfo: memFree=31995792/32770624 swapFree=5952/195992
[pid=11683] ppid=11680 vsize=59368 CPUtime=2322.2 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 59801 0 0 0 232216 4 0 0 20 0 1 0 1180013 60792832 8031 33554432000 4194304 5970956 140735085613280 140735085610552 5045736 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 14842 8031 785 434 0 8206 0
Current children cumulated CPU time (s) 2322.2
Current children cumulated vsize (KiB) 59368

[startup+2382.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 11916
/proc/meminfo: memFree=31994688/32770624 swapFree=5952/196048
[pid=11683] ppid=11680 vsize=59368 CPUtime=2382.2 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 60303 0 0 0 238216 4 0 0 20 0 1 0 1180013 60792832 8031 33554432000 4194304 5970956 140735085613280 140735085610552 5136608 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 14842 8031 785 434 0 8206 0
Current children cumulated CPU time (s) 2382.2
Current children cumulated vsize (KiB) 59368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.1 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 11917
/proc/meminfo: memFree=31995268/32770624 swapFree=5952/196068
[pid=11683] ppid=11680 vsize=59368 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 60755 0 0 0 239996 4 0 0 20 0 1 0 1180013 60792832 8031 33554432000 4194304 5970956 140735085613280 140735085610552 5038188 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 14842 8031 785 434 0 8206 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 59368

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

[startup+2400.1 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 11917
/proc/meminfo: memFree=31995268/32770624 swapFree=5952/196068
[pid=11683] ppid=11680 vsize=59368 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/11683/stat : 11683 (cosoco) R 11680 11683 9830 0 -1 4202496 60755 0 0 0 239996 4 0 0 20 0 1 0 1180013 60792832 8031 33554432000 4194304 5970956 140735085613280 140735085610552 5038188 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 37957632 140735085618364 140735085618499 140735085618499 140735085621198 0
/proc/11683/statm: 14842 8031 785 434 0 8206 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 59368

Child status: 1
Real time (s): 2400.1
CPU time (s): 2400
CPU user time (s): 2399.96
CPU system time (s): 0.040998
CPU usage (%): 99.9959
Max. virtual memory (cumulated for all children) (KiB): 59368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.96
system time used= 0.040998
maximum resident set size= 32168
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 60781
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= 10
involuntary context switches= 120614

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.53505 second user time and 11.4251 second system time

The end

Launcher Data

Begin job on node106 at 2017-07-21 19:45:03
IDJOB=4242593
IDBENCH=135432
IDSOLVER=2621
FILE ID=node106/4242593-1500659103
RUNJOBID= node106-1500648176-9862
PBS_JOBID= 20623308
Free space on /tmp= 61960 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/PseudoBoolean/PseudoBoolean-opt-mps/Pb-mps-v2-20-10-l152lav.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242593-1500659103/watcher-4242593-1500659103 -o /tmp/evaluation-result-4242593-1500659103/solver-4242593-1500659103 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1500648176-9862 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4242593-1500659103.xml

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

MD5SUM BENCH= e295f86f2e8232e9b7c8210bbc53418f
RANDOM SEED=257727133

node106.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	: 5333.15
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.15
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		: 2667.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.15
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.15
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		: 1867.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.15
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.15
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		: 2400.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.15
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.15
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:        32024468 kB
MemAvailable:   32021356 kB
Buffers:           35280 kB
Cached:           271256 kB
SwapCached:            0 kB
Active:           168608 kB
Inactive:         203188 kB
Active(anon):      68264 kB
Inactive(anon):     8540 kB
Active(file):     100344 kB
Inactive(file):   194648 kB
Unevictable:        5952 kB
Mlocked:            5952 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2472 kB
Writeback:             0 kB
AnonPages:         71664 kB
Mapped:            30724 kB
Shmem:              8852 kB
Slab:              67368 kB
SReclaimable:      35460 kB
SUnreclaim:        31908 kB
KernelStack:        4208 kB
PageTables:         5544 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     337372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 61956 MiB
End job on node106 at 2017-07-21 20:25:04