Trace number 4267515

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
cosoco 1.12? (TO) 2519.6101 2520

General information on the benchmark

NameBinPacking/BinPacking-mdd-sw120/
BinPacking-mdd-sw120-20.xml
MD5SUM60ebd5c4fe4cf6d5772447ebf177dfde
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark0
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables133
Number of constraints25
Number of domains2
Minimum domain size23
Maximum domain size50
Distribution of domain sizes[{"size":23,"count":1},{"size":50,"count":132}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":110},{"degree":4,"count":22}]
Minimum constraint arity6
Maximum constraint arity132
Distribution of constraint arities[{"arity":6,"count":22},{"arity":23,"count":1},{"arity":132,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":22},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.19/0.30	c Create Cardinality(vars,values,occurs) constraint using 132 Exactly/AtMost.. constraint 
0.19/0.30	c
0.19/0.31	c best=?? lower=0 upper=22 
2519.59/2520.00	c
2519.59/2520.00	c This is cosoco 1.12 --  
2519.59/2520.00	c
2519.59/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267515-1502556479.xml 
2519.59/2520.00	c enable optimization
2519.59/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.59/2520.00	c |                                                                                                       
2519.59/2520.00	c |  Parse time        :         0.21 s 
2519.59/2520.00	c |
2519.59/2520.00	c |               Variables: 133
2519.59/2520.00	c |            Domain Sizes: 23..50
2519.59/2520.00	c |
2519.59/2520.00	c |             Constraints: 95
2519.59/2520.00	c |                   Arity: 1..132  -- Unary: 1
2519.59/2520.00	c | 
2519.59/2520.00	c |                   Types: 
2519.59/2520.00	c |                          Exactly K: 50
2519.59/2520.00	c |                          Exactly K variable: 1
2519.59/2520.00	c |                          Intension: 1
2519.59/2520.00	c |                          Lex: 21
2519.59/2520.00	c |                          MDD: 22
2519.59/2520.00	c |                          
2519.59/2520.00	c =========================================================================================================
2519.59/2520.00	
2519.59/2520.00	c *** INTERRUPTED ***
2519.59/2520.00	c restarts              : 62          
2519.59/2520.00	c conflicts             : 383667       (152 /sec)
2519.59/2520.00	c decisions             : 1081522      (429 /sec)
2519.59/2520.00	c propagations          : 122743679   (48716 /sec)
2519.59/2520.00	c root propagations     : 858         
2519.59/2520.00	c filter calls          : 358735000      (142378 /sec)
2519.59/2520.00	c useless filter calls  : 347115824      (96 %)
2519.59/2520.00	c Memory used           : 33.26 MB
2519.59/2520.00	c CPU time              : 2519.6 s
2519.59/2520.00	
2519.59/2520.00	c No Bound found!
2519.59/2520.00	
2519.59/2520.00	s UNKNOWN

Verifier Data


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-4267515-1502556479/watcher-4267515-1502556479 -o /tmp/evaluation-result-4267515-1502556479/solver-4267515-1502556479 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502500286-31839 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267515-1502556479.xml 

pid=10869
running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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.00 2.04 2/181 10872
/proc/meminfo: memFree=31486868/32770624 swapFree=0/472960
[pid=10872] ppid=10869 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/10872/stat : 10872 (runsolver) D 10869 10872 31775 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 43988553 24240128 107 18446744073709551615 4194304 4338465 140725571863472 140725571861112 140021439144663 0 0 1 24578 18446744071580418449 0 0 17 7 0 0 0 0 0 6438912 6441760 26206208 140725571866817 140725571867209 140725571867209 140725571870666 0
/proc/10872/statm: 5918 107 54 36 0 2156 0

[startup+0.100155 s]
/proc/loadavg: 2.00 2.00 2.04 2/181 10872
/proc/meminfo: memFree=31486868/32770624 swapFree=0/472960
[pid=10872] ppid=10869 vsize=27260 CPUtime=0 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 1020 0 0 0 0 0 0 0 20 0 1 0 43988553 27914240 832 18446744073709551615 4194304 5972588 140729316753488 140729316750136 139861619346405 0 0 1 0 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 6815 832 710 435 0 178 0
Current children cumulated CPU time (s) 0
Current children cumulated vsize (KiB) 27260

[startup+0.200232 s]
/proc/loadavg: 2.00 2.00 2.04 2/181 10872
/proc/meminfo: memFree=31486868/32770624 swapFree=0/472960
[pid=10872] ppid=10869 vsize=29832 CPUtime=0.1 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 1665 0 0 0 10 0 0 0 20 0 1 0 43988553 30547968 1474 18446744073709551615 4194304 5972588 140729316753488 140729316750056 5673578 0 0 1 0 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 7458 1474 717 435 0 821 0
Current children cumulated CPU time (s) 0.1
Current children cumulated vsize (KiB) 29832

[startup+0.300226 s]
/proc/loadavg: 2.00 2.00 2.04 2/181 10872
/proc/meminfo: memFree=31486868/32770624 swapFree=0/472960
[pid=10872] ppid=10869 vsize=37856 CPUtime=0.19 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 3541 0 0 0 19 0 0 0 20 0 1 0 43988553 38764544 2615 18446744073709551615 4194304 5972588 140729316753488 140729316750056 139861619346405 0 0 1 0 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 9464 2615 731 435 0 2827 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 37856

[startup+0.700175 s]
/proc/loadavg: 2.00 2.00 2.04 2/181 10872
/proc/meminfo: memFree=31486868/32770624 swapFree=0/472960
[pid=10872] ppid=10869 vsize=34052 CPUtime=0.59 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 3870 0 0 0 59 0 0 0 20 0 1 0 43988553 34869248 2281 18446744073709551615 4194304 5972588 140729316753488 140729316750056 5139312 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2281 822 435 0 1876 0
Current children cumulated CPU time (s) 0.59
Current children cumulated vsize (KiB) 34052

[startup+1.50017 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 10873
/proc/meminfo: memFree=31480968/32770624 swapFree=0/472828
[pid=10872] ppid=10869 vsize=34052 CPUtime=1.39 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 3870 0 0 0 139 0 0 0 20 0 1 0 43988553 34869248 2281 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5139312 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2281 822 435 0 1876 0
Current children cumulated CPU time (s) 1.39
Current children cumulated vsize (KiB) 34052

[startup+3.10017 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 10873
/proc/meminfo: memFree=31480660/32770624 swapFree=0/473016
[pid=10872] ppid=10869 vsize=34052 CPUtime=2.99 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 4478 0 0 0 299 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5320809 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 2.99
Current children cumulated vsize (KiB) 34052

[startup+6.30017 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 10873
/proc/meminfo: memFree=31480332/32770624 swapFree=0/473008
[pid=10872] ppid=10869 vsize=34052 CPUtime=6.19 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 5085 0 0 0 619 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5139327 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 6.19
Current children cumulated vsize (KiB) 34052

[startup+12.7002 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 10873
/proc/meminfo: memFree=31479968/32770624 swapFree=0/473008
[pid=10872] ppid=10869 vsize=34052 CPUtime=12.59 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 5688 0 0 0 1259 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 4919168 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 12.59
Current children cumulated vsize (KiB) 34052

[startup+25.5002 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 10873
/proc/meminfo: memFree=31479976/32770624 swapFree=0/473020
[pid=10872] ppid=10869 vsize=34052 CPUtime=25.39 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 6901 0 0 0 2539 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5139274 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 25.39
Current children cumulated vsize (KiB) 34052

[startup+51.1003 s]
/proc/loadavg: 1.93 1.99 2.03 3/182 10874
/proc/meminfo: memFree=31479988/32770624 swapFree=0/473016
[pid=10872] ppid=10869 vsize=34052 CPUtime=50.99 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 7508 0 0 0 5099 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 4919161 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 50.99
Current children cumulated vsize (KiB) 34052

[startup+102.3 s]
/proc/loadavg: 1.97 1.99 2.03 3/181 10876
/proc/meminfo: memFree=31480140/32770624 swapFree=0/473040
[pid=10872] ppid=10869 vsize=34052 CPUtime=102.19 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 8117 0 0 0 10219 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5139490 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 102.19
Current children cumulated vsize (KiB) 34052

[startup+162.3 s]
/proc/loadavg: 1.99 1.99 2.03 3/181 10878
/proc/meminfo: memFree=31479948/32770624 swapFree=0/473052
[pid=10872] ppid=10869 vsize=34052 CPUtime=162.17 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 8724 0 0 0 16217 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5032400 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 162.17
Current children cumulated vsize (KiB) 34052

[startup+222.306 s]
/proc/loadavg: 2.00 1.99 2.03 3/181 10880
/proc/meminfo: memFree=31480204/32770624 swapFree=0/473064
[pid=10872] ppid=10869 vsize=34052 CPUtime=222.17 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 9333 0 0 0 22217 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 4919069 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 34052

[startup+282.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/181 10882
/proc/meminfo: memFree=31480512/32770624 swapFree=0/473072
[pid=10872] ppid=10869 vsize=34052 CPUtime=282.16 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 9937 0 0 0 28216 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5139329 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 34052

[startup+342.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/181 10884
/proc/meminfo: memFree=31480272/32770624 swapFree=0/473096
[pid=10872] ppid=10869 vsize=34052 CPUtime=342.15 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 10541 0 0 0 34215 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5139329 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 34052

[startup+402.3 s]
/proc/loadavg: 2.00 1.99 2.03 3/185 10901
/proc/meminfo: memFree=31475756/32770624 swapFree=0/473104
[pid=10872] ppid=10869 vsize=34052 CPUtime=402.14 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 11145 0 0 0 40214 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5139312 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 34052

[startup+462.3 s]
/proc/loadavg: 2.04 2.00 2.04 3/185 10903
/proc/meminfo: memFree=31475508/32770624 swapFree=0/473120
[pid=10872] ppid=10869 vsize=34052 CPUtime=462.13 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 11746 0 0 0 46213 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 4919399 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 34052

[startup+522.3 s]
/proc/loadavg: 2.01 2.00 2.04 3/182 10905
/proc/meminfo: memFree=31479288/32770624 swapFree=0/473140
[pid=10872] ppid=10869 vsize=34052 CPUtime=522.12 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 12350 0 0 0 52212 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 4918953 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 34052

[startup+582.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 10907
/proc/meminfo: memFree=31479536/32770624 swapFree=0/473148
[pid=10872] ppid=10869 vsize=34052 CPUtime=582.11 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 12949 0 0 0 58211 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5032436 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 34052


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


[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/184 10972
/proc/meminfo: memFree=31475160/32770624 swapFree=0/473340
[pid=10872] ppid=10869 vsize=34052 CPUtime=1601.97 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 23183 0 0 0 160197 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 4919139 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 1601.97
Current children cumulated vsize (KiB) 34052

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 10999
/proc/meminfo: memFree=31473160/32770624 swapFree=0/473372
[pid=10872] ppid=10869 vsize=34052 CPUtime=1661.96 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 23787 0 0 0 166196 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5139327 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 1661.96
Current children cumulated vsize (KiB) 34052

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 11001
/proc/meminfo: memFree=31473780/32770624 swapFree=0/473396
[pid=10872] ppid=10869 vsize=34052 CPUtime=1721.96 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 24384 0 0 0 172196 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 4919301 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 1721.96
Current children cumulated vsize (KiB) 34052

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 11003
/proc/meminfo: memFree=31478300/32770624 swapFree=0/473412
[pid=10872] ppid=10869 vsize=34052 CPUtime=1781.95 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 24986 0 0 0 178195 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5139329 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 1781.95
Current children cumulated vsize (KiB) 34052

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 11005
/proc/meminfo: memFree=31478552/32770624 swapFree=0/473436
[pid=10872] ppid=10869 vsize=34052 CPUtime=1841.94 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 25589 0 0 0 184194 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 4919301 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 1841.94
Current children cumulated vsize (KiB) 34052

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 11007
/proc/meminfo: memFree=31479012/32770624 swapFree=0/473440
[pid=10872] ppid=10869 vsize=34052 CPUtime=1901.93 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 26178 0 0 0 190193 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5032464 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 1901.93
Current children cumulated vsize (KiB) 34052

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 11009
/proc/meminfo: memFree=31479228/32770624 swapFree=0/473448
[pid=10872] ppid=10869 vsize=34052 CPUtime=1961.92 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 26767 0 0 0 196192 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5139319 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 1961.92
Current children cumulated vsize (KiB) 34052

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 11011
/proc/meminfo: memFree=31479372/32770624 swapFree=0/473456
[pid=10872] ppid=10869 vsize=34052 CPUtime=2021.91 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 27382 0 0 0 202191 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5139327 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 2021.91
Current children cumulated vsize (KiB) 34052

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 11013
/proc/meminfo: memFree=31479416/32770624 swapFree=0/473460
[pid=10872] ppid=10869 vsize=34052 CPUtime=2081.91 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 27982 0 0 0 208191 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5139319 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 2081.91
Current children cumulated vsize (KiB) 34052

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 11015
/proc/meminfo: memFree=31479300/32770624 swapFree=0/473468
[pid=10872] ppid=10869 vsize=34052 CPUtime=2141.9 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 28582 0 0 0 214190 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 4919139 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 2141.9
Current children cumulated vsize (KiB) 34052

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 11032
/proc/meminfo: memFree=31475816/32770624 swapFree=0/473504
[pid=10872] ppid=10869 vsize=34052 CPUtime=2201.9 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 29182 0 0 0 220190 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5321128 0 0 1 8405026 0 0 0 17 1 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 2201.9
Current children cumulated vsize (KiB) 34052

[startup+2262.3 s]
/proc/loadavg: 1.94 2.00 2.04 3/185 11095
/proc/meminfo: memFree=31478984/32770624 swapFree=0/473512
[pid=10872] ppid=10869 vsize=34052 CPUtime=2261.89 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 29782 0 0 0 226189 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 4944720 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 2261.89
Current children cumulated vsize (KiB) 34052

[startup+2322.3 s]
/proc/loadavg: 1.98 2.00 2.04 3/182 11097
/proc/meminfo: memFree=31482140/32770624 swapFree=0/473528
[pid=10872] ppid=10869 vsize=34052 CPUtime=2321.89 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 30382 0 0 0 232189 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5139281 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 2321.89
Current children cumulated vsize (KiB) 34052

[startup+2382.3 s]
/proc/loadavg: 1.99 2.00 2.04 3/182 11099
/proc/meminfo: memFree=31481688/32770624 swapFree=0/473536
[pid=10872] ppid=10869 vsize=34052 CPUtime=2381.89 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 30982 0 0 0 238189 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5139312 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 2381.89
Current children cumulated vsize (KiB) 34052

[startup+2442.3 s]
/proc/loadavg: 2.05 2.01 2.05 3/182 11101
/proc/meminfo: memFree=31481972/32770624 swapFree=0/473548
[pid=10872] ppid=10869 vsize=34052 CPUtime=2441.89 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 31581 0 0 0 244189 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5139329 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 2441.89
Current children cumulated vsize (KiB) 34052

[startup+2502.3 s]
/proc/loadavg: 2.02 2.01 2.05 3/181 11103
/proc/meminfo: memFree=31482088/32770624 swapFree=0/473552
[pid=10872] ppid=10869 vsize=34052 CPUtime=2501.89 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 32185 0 0 0 250189 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5139333 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 2501.89
Current children cumulated vsize (KiB) 34052



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.01 2.01 2.05 3/181 11103
/proc/meminfo: memFree=31482088/32770624 swapFree=0/473552
[pid=10872] ppid=10869 vsize=34052 CPUtime=2519.59 cores=1,3,5,7
/proc/10872/stat : 10872 (cosoco) R 10869 10872 31775 0 -1 4202496 32784 0 0 0 251959 0 0 0 20 0 1 0 43988553 34869248 2319 18446744073709551615 4194304 5972588 140729316753488 140729316750232 5139329 0 0 1 8405026 0 0 0 17 5 0 0 9 0 0 8070896 8075904 25718784 140729316762094 140729316762189 140729316762189 140729316765646 0
/proc/10872/statm: 8513 2319 855 435 0 1876 0
Current children cumulated CPU time (s) 2519.59
Current children cumulated vsize (KiB) 34052

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

Child status: 1
Real time (s): 2520
CPU time (s): 2519.61
CPU user time (s): 2519.6
CPU system time (s): 0.008998
CPU usage (%): 99.9843
Max. virtual memory (cumulated for all children) (KiB): 37856

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.6
system time used= 0.008998
maximum resident set size= 13996
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 33104
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= 1793

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.97216 second user time and 8.0841 second system time

The end

Launcher Data

Begin job on node124 at 2017-08-12 18:33:43
IDJOB=4267515
IDBENCH=137152
IDSOLVER=2658
FILE ID=node124/4267515-1502556479
RUNJOBID= node124-1502500286-31839
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-20.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267515-1502556479/watcher-4267515-1502556479 -o /tmp/evaluation-result-4267515-1502556479/solver-4267515-1502556479 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node124-1502500286-31839 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267515-1502556479.xml

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

MD5SUM BENCH= 60ebd5c4fe4cf6d5772447ebf177dfde
RANDOM SEED=487241986

node124.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31487280 kB
MemAvailable:   31995676 kB
Buffers:          241324 kB
Cached:           560180 kB
SwapCached:            0 kB
Active:           364932 kB
Inactive:         497920 kB
Active(anon):      61828 kB
Inactive(anon):    24960 kB
Active(file):     303104 kB
Inactive(file):   472960 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2724 kB
Writeback:             0 kB
AnonPages:         79692 kB
Mapped:            42696 kB
Shmem:             25320 kB
Slab:             122324 kB
SReclaimable:      96332 kB
SUnreclaim:        25992 kB
KernelStack:        3280 kB
PageTables:         4656 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     326372 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     28672 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      116096 kB
DirectMap2M:    33429504 kB

Free space on /tmp at the end= 62024 MiB
End job on node124 at 2017-08-12 19:15:43