Trace number 4242774

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.01 2400.4

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n4c3w4o.xml
MD5SUMee745fcf29eade3c7f55b7e84eebe45a
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark93
Best CPU time to get the best result obtained on this benchmark20067.6
Satisfiable
(Un)Satisfiability was proved
Number of variables1293
Number of constraints649
Number of domains2
Minimum domain size72
Maximum domain size324
Distribution of domain sizes[{"size":72,"count":1292},{"size":324,"count":1}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":969},{"degree":5,"count":323}]
Minimum constraint arity4
Maximum constraint arity1292
Distribution of constraint arities[{"arity":4,"count":646},{"arity":324,"count":1},{"arity":1292,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":323},{"type":"lex","count":1},{"type":"sum","count":323},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.06	c Create Cardinality(vars,values,occurs) constraint using 1292 Exactly/AtMost.. constraint 
0.00/0.06	c
0.28/0.36	c SAT : Variables: 93348 -- Clauses: 3355971
0.28/0.36	c best=?? lower=0 upper=323 
721.06/721.22	c
721.06/721.22	c This is cosoco 1.0 --  
721.06/721.22	c
721.06/721.22	c enable optimization
721.06/721.22	c ========================================[ Problem Statistics ]===========================================
721.06/721.22	c |                                                                                                       
721.06/721.22	c |  Parse time        :         0.31 s 
721.06/721.22	c |
721.06/721.22	c |               Variables: 1293
721.06/721.22	c |            Domain Sizes: 72..324
721.06/721.22	c |
721.06/721.22	c |             Constraints: 1688
721.06/721.22	c |                   Arity: 1..1292  -- Unary: 1  -- Binary: 969
721.06/721.22	c | 
721.06/721.22	c |                   Types: 
721.06/721.22	c |                          (X -Y <= k): 969
721.06/721.22	c |                          Exactly K: 72
721.06/721.22	c |                          Exactly K variable: 1
721.06/721.22	c |                          Intension: 1
721.06/721.22	c |                          Lex: 322
721.06/721.22	c |                          Sum: 323
721.06/721.22	c |                          
721.06/721.22	c =========================================================================================================
721.06/721.22	conflict 84lvl : 21 bt15-36685:0(55399)X13574168
948.83/949.08	conflict 99lvl : 35 bt35-37261:0(55149)X13614802
2122.65/2123.02	conflict 100lvl : 30 bt30-37261:0(55436)X13855526

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-4242774-1500662641/watcher-4242774-1500662641 -o /tmp/evaluation-result-4242774-1500662641/solver-4242774-1500662641 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1500648178-9867 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4242774-1500662641.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.05 2/242 11504
/proc/meminfo: memFree=31865708/32770624 swapFree=5924/195728
[pid=11504] ppid=11501 vsize=26912 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4194304 620 0 0 0 0 0 0 0 20 0 1 0 1533638 27557888 486 33554432000 4194304 5970956 140734383137280 140734383133928 140136594364128 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 6728 486 438 434 0 60 0

[startup+0.100147 s]
/proc/loadavg: 2.00 2.01 2.05 2/242 11504
/proc/meminfo: memFree=31865708/32770624 swapFree=5924/195728
[pid=11504] ppid=11501 vsize=51932 CPUtime=0.07 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 6546 0 0 0 7 0 0 0 20 0 1 0 1533638 53178368 6343 33554432000 4194304 5970956 140734383137280 140734383134184 140136578313189 0 0 4096 8404994 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 12983 6343 842 434 0 6347 0
Current children cumulated CPU time (s) 0.07
Current children cumulated vsize (KiB) 51932

[startup+0.200364 s]
/proc/loadavg: 2.00 2.01 2.05 2/242 11504
/proc/meminfo: memFree=31865708/32770624 swapFree=5924/195728
[pid=11504] ppid=11501 vsize=110268 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 16794 0 0 0 17 1 0 0 20 0 1 0 1533638 112914432 19158 33554432000 4194304 5970956 140734383137280 140734383134104 140136578313189 0 0 4096 8404994 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 27567 19158 842 434 0 20931 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 110268

[startup+0.300349 s]
/proc/loadavg: 2.00 2.01 2.05 2/242 11504
/proc/meminfo: memFree=31865708/32770624 swapFree=5924/195728
[pid=11504] ppid=11501 vsize=166096 CPUtime=0.28 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 25275 0 0 0 25 3 0 0 20 0 1 0 1533638 170082304 32773 33554432000 4194304 5970956 140734383137280 140734383134104 140136578313189 0 0 4096 8404994 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 41524 32773 842 434 0 34888 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 166096

[startup+0.700241 s]
/proc/loadavg: 2.00 2.01 2.05 2/242 11504
/proc/meminfo: memFree=31865708/32770624 swapFree=5924/195728
[pid=11504] ppid=11501 vsize=223848 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 30772 0 0 0 64 4 0 0 20 0 1 0 1533638 229220352 41335 33554432000 4194304 5970956 140734383137280 140734383124600 5136629 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 55962 41335 858 434 0 49326 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 223848

[startup+1.50026 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11505
/proc/meminfo: memFree=31703664/32770624 swapFree=5924/195728
[pid=11504] ppid=11501 vsize=224064 CPUtime=1.48 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 30831 0 0 0 144 4 0 0 20 0 1 0 1533638 229441536 41388 33554432000 4194304 5970956 140734383137280 140734383134552 5136625 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 56016 41388 858 434 0 49380 0
Current children cumulated CPU time (s) 1.48
Current children cumulated vsize (KiB) 224064

[startup+3.10024 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11505
/proc/meminfo: memFree=31702684/32770624 swapFree=5924/195644
[pid=11504] ppid=11501 vsize=224172 CPUtime=3.08 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 32783 0 0 0 304 4 0 0 20 0 1 0 1533638 229552128 41408 33554432000 4194304 5970956 140734383137280 140734383134552 5031479 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 56043 41408 858 434 0 49407 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 224172

[startup+6.30026 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11505
/proc/meminfo: memFree=31702432/32770624 swapFree=5924/195644
[pid=11504] ppid=11501 vsize=224332 CPUtime=6.28 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 37406 0 0 0 624 4 0 0 20 0 1 0 1533638 229715968 41440 33554432000 4194304 5970956 140734383137280 140734383134584 5136608 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 56083 41440 858 434 0 49447 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 224332

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11505
/proc/meminfo: memFree=31702120/32770624 swapFree=5924/195644
[pid=11504] ppid=11501 vsize=224332 CPUtime=12.67 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 42513 0 0 0 1263 4 0 0 20 0 1 0 1533638 229715968 41440 33554432000 4194304 5970956 140734383137280 140734383134584 5136629 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 56083 41440 858 434 0 49447 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 224332

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11505
/proc/meminfo: memFree=31701780/32770624 swapFree=5924/195644
[pid=11504] ppid=11501 vsize=224332 CPUtime=25.47 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 50037 0 0 0 2542 5 0 0 20 0 1 0 1533638 229715968 41440 33554432000 4194304 5970956 140734383137280 140734383134584 5136608 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 56083 41440 858 434 0 49447 0
Current children cumulated CPU time (s) 25.47
Current children cumulated vsize (KiB) 224332

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11505
/proc/meminfo: memFree=31701604/32770624 swapFree=5924/195644
[pid=11504] ppid=11501 vsize=224332 CPUtime=51.07 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 54529 0 0 0 5102 5 0 0 20 0 1 0 1533638 229715968 41440 33554432000 4194304 5970956 140734383137280 140734383134584 5136623 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 56083 41440 858 434 0 49447 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 224332

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11506
/proc/meminfo: memFree=31701508/32770624 swapFree=5924/195724
[pid=11504] ppid=11501 vsize=224332 CPUtime=102.27 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 58549 0 0 0 10221 6 0 0 20 0 1 0 1533638 229715968 41440 33554432000 4194304 5970956 140734383137280 140734383134584 5031479 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 56083 41440 858 434 0 49447 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 224332

[startup+162.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 11507
/proc/meminfo: memFree=31698300/32770624 swapFree=5924/195768
[pid=11504] ppid=11501 vsize=224332 CPUtime=162.25 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 61030 0 0 0 16219 6 0 0 20 0 1 0 1533638 229715968 41440 33554432000 4194304 5970956 140734383137280 140734383134584 5136608 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 56083 41440 858 434 0 49447 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 224332

[startup+222.308 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11508
/proc/meminfo: memFree=31698228/32770624 swapFree=5924/195796
[pid=11504] ppid=11501 vsize=224332 CPUtime=222.25 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 61160 0 0 0 22219 6 0 0 20 0 1 0 1533638 229715968 41468 33554432000 4194304 5970956 140734383137280 140734383134584 5136625 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 56083 41468 858 434 0 49447 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 224332

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11509
/proc/meminfo: memFree=31696308/32770624 swapFree=5924/195832
[pid=11504] ppid=11501 vsize=224332 CPUtime=282.23 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 61448 0 0 0 28217 6 0 0 20 0 1 0 1533638 229715968 42025 33554432000 4194304 5970956 140734383137280 140734383134584 5136608 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 56083 42025 858 434 0 49447 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 224332

[startup+342.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 11510
/proc/meminfo: memFree=31696424/32770624 swapFree=5924/195864
[pid=11504] ppid=11501 vsize=224332 CPUtime=342.22 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 61634 0 0 0 34216 6 0 0 20 0 1 0 1533638 229715968 42025 33554432000 4194304 5970956 140734383137280 140734383134584 5136608 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 56083 42025 858 434 0 49447 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 224332

[startup+402.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11518
/proc/meminfo: memFree=31696188/32770624 swapFree=5924/195892
[pid=11504] ppid=11501 vsize=224332 CPUtime=402.21 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 61795 0 0 0 40215 6 0 0 20 0 1 0 1533638 229715968 42025 33554432000 4194304 5970956 140734383137280 140734383134584 5136608 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 56083 42025 858 434 0 49447 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 224332

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11519
/proc/meminfo: memFree=31696048/32770624 swapFree=5924/195932
[pid=11504] ppid=11501 vsize=224332 CPUtime=462.21 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 61933 0 0 0 46215 6 0 0 20 0 1 0 1533638 229715968 42025 33554432000 4194304 5970956 140734383137280 140734383134584 5136615 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 56083 42025 858 434 0 49447 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 224332

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11520
/proc/meminfo: memFree=31689856/32770624 swapFree=5924/195964
[pid=11504] ppid=11501 vsize=231028 CPUtime=522.2 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 67161 0 0 0 52213 7 0 0 20 0 1 0 1533638 236572672 43656 33554432000 4194304 5970956 140734383137280 140734383134152 5136625 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 57757 43656 858 434 0 51121 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 231028

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11521
/proc/meminfo: memFree=31689276/32770624 swapFree=5924/196000
[pid=11504] ppid=11501 vsize=231688 CPUtime=582.18 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 70337 0 0 0 58211 7 0 0 20 0 1 0 1533638 237248512 43813 33554432000 4194304 5970956 140734383137280 140734383134056 5136629 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 57922 43813 858 434 0 51286 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 231688


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


[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11568
/proc/meminfo: memFree=31685372/32770624 swapFree=5924/196576
[pid=11504] ppid=11501 vsize=231952 CPUtime=1482.04 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 95569 0 0 0 148195 9 0 0 20 0 1 0 1533638 237518848 43894 33554432000 4194304 5970956 140734383137280 140734383134152 5136608 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 57988 43894 863 434 0 51352 0
Current children cumulated CPU time (s) 1482.04
Current children cumulated vsize (KiB) 231952

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11569
/proc/meminfo: memFree=31685684/32770624 swapFree=5924/196592
[pid=11504] ppid=11501 vsize=231952 CPUtime=1542.04 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 96952 0 0 0 154195 9 0 0 20 0 1 0 1533638 237518848 43904 33554432000 4194304 5970956 140734383137280 140734383134152 5136625 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 57988 43904 863 434 0 51352 0
Current children cumulated CPU time (s) 1542.04
Current children cumulated vsize (KiB) 231952

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11577
/proc/meminfo: memFree=31685108/32770624 swapFree=5924/196652
[pid=11504] ppid=11501 vsize=231952 CPUtime=1602.03 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 98382 0 0 0 160193 10 0 0 20 0 1 0 1533638 237518848 43916 33554432000 4194304 5970956 140734383137280 140734383134152 5031424 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 57988 43916 863 434 0 51352 0
Current children cumulated CPU time (s) 1602.03
Current children cumulated vsize (KiB) 231952

[startup+1662.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 11578
/proc/meminfo: memFree=31684640/32770624 swapFree=5924/196672
[pid=11504] ppid=11501 vsize=231952 CPUtime=1662.02 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 99803 0 0 0 166192 10 0 0 20 0 1 0 1533638 237518848 43918 33554432000 4194304 5970956 140734383137280 140734383134152 5031479 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 57988 43918 863 434 0 51352 0
Current children cumulated CPU time (s) 1662.02
Current children cumulated vsize (KiB) 231952

[startup+1722.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11579
/proc/meminfo: memFree=31683656/32770624 swapFree=5924/196724
[pid=11504] ppid=11501 vsize=231952 CPUtime=1722 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 101214 0 0 0 172190 10 0 0 20 0 1 0 1533638 237518848 43920 33554432000 4194304 5970956 140734383137280 140734383134152 5136625 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 57988 43920 863 434 0 51352 0
Current children cumulated CPU time (s) 1722
Current children cumulated vsize (KiB) 231952

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11580
/proc/meminfo: memFree=31684848/32770624 swapFree=5924/196764
[pid=11504] ppid=11501 vsize=231952 CPUtime=1781.99 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 102625 0 0 0 178189 10 0 0 20 0 1 0 1533638 237518848 43927 33554432000 4194304 5970956 140734383137280 140734383134152 5031424 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 57988 43927 863 434 0 51352 0
Current children cumulated CPU time (s) 1781.99
Current children cumulated vsize (KiB) 231952

[startup+1842.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 11581
/proc/meminfo: memFree=31685148/32770624 swapFree=5924/196772
[pid=11504] ppid=11501 vsize=231952 CPUtime=1841.98 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 104028 0 0 0 184188 10 0 0 20 0 1 0 1533638 237518848 43928 33554432000 4194304 5970956 140734383137280 140734383134152 5136625 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 57988 43928 863 434 0 51352 0
Current children cumulated CPU time (s) 1841.98
Current children cumulated vsize (KiB) 231952

[startup+1902.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11582
/proc/meminfo: memFree=31685260/32770624 swapFree=5924/196836
[pid=11504] ppid=11501 vsize=232068 CPUtime=1901.97 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 105455 0 0 0 190187 10 0 0 20 0 1 0 1533638 237637632 43939 33554432000 4194304 5970956 140734383137280 140734383134616 5136608 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 58017 43939 863 434 0 51381 0
Current children cumulated CPU time (s) 1901.97
Current children cumulated vsize (KiB) 232068

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11583
/proc/meminfo: memFree=31685384/32770624 swapFree=5924/196868
[pid=11504] ppid=11501 vsize=232068 CPUtime=1961.97 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 106904 0 0 0 196186 11 0 0 20 0 1 0 1533638 237637632 43950 33554432000 4194304 5970956 140734383137280 140734383134616 5136608 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 58017 43950 863 434 0 51381 0
Current children cumulated CPU time (s) 1961.97
Current children cumulated vsize (KiB) 232068

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11584
/proc/meminfo: memFree=31683912/32770624 swapFree=5924/196904
[pid=11504] ppid=11501 vsize=232068 CPUtime=2021.96 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 108290 0 0 0 202185 11 0 0 20 0 1 0 1533638 237637632 43956 33554432000 4194304 5970956 140734383137280 140734383134616 5136623 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 58017 43956 863 434 0 51381 0
Current children cumulated CPU time (s) 2021.96
Current children cumulated vsize (KiB) 232068

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11585
/proc/meminfo: memFree=31684756/32770624 swapFree=5924/196936
[pid=11504] ppid=11501 vsize=232068 CPUtime=2081.96 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 109806 0 0 0 208185 11 0 0 20 0 1 0 1533638 237637632 43963 33554432000 4194304 5970956 140734383137280 140734383134616 5136625 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 58017 43963 863 434 0 51381 0
Current children cumulated CPU time (s) 2081.96
Current children cumulated vsize (KiB) 232068

[startup+2142.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 11586
/proc/meminfo: memFree=31684840/32770624 swapFree=5924/196972
[pid=11504] ppid=11501 vsize=232200 CPUtime=2141.94 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 111292 0 0 0 214183 11 0 0 20 0 1 0 1533638 237772800 43972 33554432000 4194304 5970956 140734383137280 140734383134552 5136608 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 58050 43972 863 434 0 51414 0
Current children cumulated CPU time (s) 2141.94
Current children cumulated vsize (KiB) 232200

[startup+2202.31 s]
/proc/loadavg: 2.02 2.02 2.05 3/243 11594
/proc/meminfo: memFree=31684712/32770624 swapFree=5924/197012
[pid=11504] ppid=11501 vsize=232200 CPUtime=2201.93 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 112673 0 0 0 220182 11 0 0 20 0 1 0 1533638 237772800 43977 33554432000 4194304 5970956 140734383137280 140734383134552 5136608 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 58050 43977 863 434 0 51414 0
Current children cumulated CPU time (s) 2201.93
Current children cumulated vsize (KiB) 232200

[startup+2262.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11595
/proc/meminfo: memFree=31684976/32770624 swapFree=5924/197032
[pid=11504] ppid=11501 vsize=232200 CPUtime=2261.91 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 114128 0 0 0 226180 11 0 0 20 0 1 0 1533638 237772800 43990 33554432000 4194304 5970956 140734383137280 140734383134552 5031424 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 58050 43990 863 434 0 51414 0
Current children cumulated CPU time (s) 2261.91
Current children cumulated vsize (KiB) 232200

[startup+2322.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 11596
/proc/meminfo: memFree=31684428/32770624 swapFree=5924/197084
[pid=11504] ppid=11501 vsize=232332 CPUtime=2321.9 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 115615 0 0 0 232179 11 0 0 20 0 1 0 1533638 237907968 44008 33554432000 4194304 5970956 140734383137280 140734383134152 5136625 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 58083 44008 863 434 0 51447 0
Current children cumulated CPU time (s) 2321.9
Current children cumulated vsize (KiB) 232332

[startup+2382.3 s]
/proc/loadavg: 2.02 2.02 2.05 4/261 11631
/proc/meminfo: memFree=31848096/32770624 swapFree=5924/197160
[pid=11504] ppid=11501 vsize=232332 CPUtime=2381.9 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 117096 0 0 0 238178 12 0 0 20 0 1 0 1533638 237907968 44015 33554432000 4194304 5970956 140734383137280 140734383134152 5136608 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 58083 44015 863 434 0 51447 0
Current children cumulated CPU time (s) 2381.9
Current children cumulated vsize (KiB) 232332



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.4 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11663
/proc/meminfo: memFree=31847212/32770624 swapFree=5924/197200
[pid=11504] ppid=11501 vsize=232332 CPUtime=2400 cores=1,3,5,7,9,11,13,15
/proc/11504/stat : 11504 (cosoco) R 11501 11504 9834 0 -1 4202496 117667 0 0 0 239988 12 0 0 20 0 1 0 1533638 237907968 44017 33554432000 4194304 5970956 140734383137280 140734383134152 5136625 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 9986048 140734383142076 140734383142211 140734383142211 140734383144910 0
/proc/11504/statm: 58083 44017 863 434 0 51447 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 232332

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

Child status: 1
Real time (s): 2400.4
CPU time (s): 2400.01
CPU user time (s): 2399.88
CPU system time (s): 0.12398
CPU usage (%): 99.9835
Max. virtual memory (cumulated for all children) (KiB): 232332

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.88
system time used= 0.12398
maximum resident set size= 176112
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 117689
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= 11
involuntary context switches= 120700

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.22654 second user time and 11.2677 second system time

The end

Launcher Data

Begin job on node105 at 2017-07-21 20:44:01
IDJOB=4242774
IDBENCH=136341
IDSOLVER=2621
FILE ID=node105/4242774-1500662641
RUNJOBID= node105-1500648178-9867
PBS_JOBID= 20623309
Free space on /tmp= 62008 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n4c3w4o.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242774-1500662641/watcher-4242774-1500662641 -o /tmp/evaluation-result-4242774-1500662641/solver-4242774-1500662641 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node105-1500648178-9867 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4242774-1500662641.xml

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

MD5SUM BENCH= ee745fcf29eade3c7f55b7e84eebe45a
RANDOM SEED=1576342619

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

processor	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 22
initial apicid	: 22
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.33
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		: 2267.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.33
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		: 2533.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.33
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.33
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:        31865788 kB
MemAvailable:   31860488 kB
Buffers:           35304 kB
Cached:           269548 kB
SwapCached:            0 kB
Active:           324000 kB
Inactive:         204408 kB
Active(anon):     226352 kB
Inactive(anon):     8680 kB
Active(file):      97648 kB
Inactive(file):   195728 kB
Unevictable:        5924 kB
Mlocked:            5956 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2040 kB
Writeback:            48 kB
AnonPages:        230764 kB
Mapped:            32864 kB
Shmem:              8852 kB
Slab:              66924 kB
SReclaimable:      34316 kB
SUnreclaim:        32608 kB
KernelStack:        4016 kB
PageTables:         5604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     521472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     20480 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      138624 kB
DirectMap2M:    33406976 kB

Free space on /tmp at the end= 62004 MiB
End job on node105 at 2017-07-21 21:24:02