Trace number 4267541

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) 2520.03 2520

General information on the benchmark

NameBinPacking/
BinPacking-tab-ft/BinPacking-tab-ft120-19.xml
MD5SUM90a7b6352cefaac33401a11faadaca46
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark2400.07
Satisfiable
(Un)Satisfiability was proved
Number of variables142
Number of constraints50
Number of domains2
Minimum domain size48
Maximum domain size88
Distribution of domain sizes[{"size":48,"count":1},{"size":88,"count":141}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":94},{"degree":4,"count":47}]
Minimum constraint arity3
Maximum constraint arity141
Distribution of constraint arities[{"arity":3,"count":47},{"arity":48,"count":1},{"arity":141,"count":2}]
Number of extensional constraints47
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":47},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.14/0.23	c Create Cardinality(vars,values,occurs) constraint using 141 Exactly/AtMost.. constraint 
0.14/0.23	c
0.14/0.25	c best=?? lower=0 upper=47 
2520.02/2520.00	c
2520.02/2520.00	c This is cosoco 1.12 --  
2520.02/2520.00	c
2520.02/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267541-1502552644.xml 
2520.02/2520.00	c enable optimization
2520.02/2520.00	c ========================================[ Problem Statistics ]===========================================
2520.02/2520.00	c |                                                                                                       
2520.02/2520.00	c |  Parse time        :         0.20 s 
2520.02/2520.00	c |
2520.02/2520.00	c |               Variables: 142
2520.02/2520.00	c |            Domain Sizes: 48..88
2520.02/2520.00	c |
2520.02/2520.00	c |             Constraints: 183
2520.02/2520.00	c |                   Arity: 1..141  -- Unary: 1  -- Ternary: 47
2520.02/2520.00	c | 
2520.02/2520.00	c |                   Types: 
2520.02/2520.00	c |                          Exactly K: 88
2520.02/2520.00	c |                          Exactly K variable: 1
2520.02/2520.00	c |                          Extension: 47  (nb tuples: 43256..43256) -- (shared: 46)
2520.02/2520.00	c |                          Intension: 1
2520.02/2520.00	c |                          Lex: 46
2520.02/2520.00	c |                          
2520.02/2520.00	c =========================================================================================================
2520.02/2520.00	
2520.02/2520.00	c *** INTERRUPTED ***
2520.02/2520.00	c restarts              : 60          
2520.02/2520.00	c conflicts             : 297499       (118 /sec)
2520.02/2520.00	c decisions             : 918486       (364 /sec)
2520.02/2520.00	c propagations          : 67202343    (26668 /sec)
2520.02/2520.00	c root propagations     : 2162        
2520.02/2520.00	c filter calls          : 242647504      (96289 /sec)
2520.02/2520.00	c useless filter calls  : 238500868      (98 %)
2520.02/2520.00	c Memory used           : 45.60 MB
2520.02/2520.00	c CPU time              : 2520 s
2520.02/2520.00	
2520.02/2520.00	c No Bound found!
2520.02/2520.00	
2520.02/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-4267541-1502552644/watcher-4267541-1502552644 -o /tmp/evaluation-result-4267541-1502552644/solver-4267541-1502552644 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502500343-24508 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267541-1502552644.xml 

pid=3473
running on 4 cores: 0,2,4,6

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.01 2.05 3/188 3476
/proc/meminfo: memFree=30964952/32770624 swapFree=0/598004
[pid=3476] ppid=3473 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/3476/stat : 3476 (runsolver) D 3473 3476 24445 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 102770812 24240128 108 18446744073709551615 4194304 4338465 140729775168864 140729775166504 140711319794391 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 11505664 140729775177921 140729775178313 140729775178313 140729775181770 0
/proc/3476/statm: 5918 108 54 36 0 2156 0

[startup+0.100675 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 3476
/proc/meminfo: memFree=30964952/32770624 swapFree=0/598004
[pid=3476] ppid=3473 vsize=28612 CPUtime=0.05 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 1378 0 0 0 5 0 0 0 20 0 1 0 102770812 29298688 1122 18446744073709551615 4194304 5972588 140732545427600 140732545424168 5385805 0 0 1 0 0 0 0 17 6 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 7153 1122 716 435 0 516 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28612

[startup+0.200675 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 3476
/proc/meminfo: memFree=30964952/32770624 swapFree=0/598004
[pid=3476] ppid=3473 vsize=30556 CPUtime=0.14 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 2001 0 0 0 14 0 0 0 20 0 1 0 102770812 31289344 1458 18446744073709551615 4194304 5972588 140732545427600 140732545422184 5673561 0 0 1 0 0 0 0 17 6 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 7639 1458 716 435 0 1002 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 30556

[startup+0.300194 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 3476
/proc/meminfo: memFree=30964952/32770624 swapFree=0/598004
[pid=3476] ppid=3473 vsize=46688 CPUtime=0.24 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 6551 0 0 0 24 0 0 0 20 0 1 0 102770812 47808512 5760 18446744073709551615 4194304 5972588 140732545427600 140732545414808 4935663 0 0 1 8405026 0 0 0 17 0 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5760 809 435 0 5035 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 46688

[startup+0.700308 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 3476
/proc/meminfo: memFree=30964952/32770624 swapFree=0/598004
[pid=3476] ppid=3473 vsize=46688 CPUtime=0.64 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 6558 0 0 0 64 0 0 0 20 0 1 0 102770812 47808512 5760 18446744073709551615 4194304 5972588 140732545427600 140732545414808 139696981432302 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5760 809 435 0 5035 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 46688

[startup+1.50028 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 3477
/proc/meminfo: memFree=30945836/32770624 swapFree=0/598004
[pid=3476] ppid=3473 vsize=46688 CPUtime=1.44 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 6564 0 0 0 144 0 0 0 20 0 1 0 102770812 47808512 5760 18446744073709551615 4194304 5972588 140732545427600 140732545414808 5320809 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5760 809 435 0 5035 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 46688

[startup+3.10029 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 3477
/proc/meminfo: memFree=30944004/32770624 swapFree=0/598004
[pid=3476] ppid=3473 vsize=46688 CPUtime=3.04 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 9938 0 0 0 304 0 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 5139264 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 46688

[startup+6.30031 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 3477
/proc/meminfo: memFree=30944156/32770624 swapFree=0/598008
[pid=3476] ppid=3473 vsize=46688 CPUtime=6.25 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 13301 0 0 0 624 1 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 5139333 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 46688

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 3477
/proc/meminfo: memFree=30943480/32770624 swapFree=0/598012
[pid=3476] ppid=3473 vsize=46688 CPUtime=12.64 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 16667 0 0 0 1263 1 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 5139312 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 46688

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 3478
/proc/meminfo: memFree=30943472/32770624 swapFree=0/598020
[pid=3476] ppid=3473 vsize=46688 CPUtime=25.44 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 17843 0 0 0 2543 1 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 4935456 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 46688

[startup+51.1004 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 3478
/proc/meminfo: memFree=30943968/32770624 swapFree=0/598024
[pid=3476] ppid=3473 vsize=46688 CPUtime=51.04 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 19102 0 0 0 5103 1 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 4935471 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 46688

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 3481
/proc/meminfo: memFree=30948068/32770624 swapFree=0/598040
[pid=3476] ppid=3473 vsize=46688 CPUtime=102.25 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 19914 0 0 0 10224 1 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 5139329 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 46688

[startup+162.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/187 3483
/proc/meminfo: memFree=30948516/32770624 swapFree=0/598056
[pid=3476] ppid=3473 vsize=46688 CPUtime=162.25 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 20719 0 0 0 16224 1 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 4935463 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 46688

[startup+222.306 s]
/proc/loadavg: 2.03 2.02 2.05 3/187 3485
/proc/meminfo: memFree=30948640/32770624 swapFree=0/598068
[pid=3476] ppid=3473 vsize=46688 CPUtime=222.25 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 21535 0 0 0 22224 1 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 5139327 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 46688

[startup+282.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/186 3487
/proc/meminfo: memFree=30948664/32770624 swapFree=0/598072
[pid=3476] ppid=3473 vsize=46688 CPUtime=282.25 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 22345 0 0 0 28224 1 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 4935454 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 282.25
Current children cumulated vsize (KiB) 46688

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3489
/proc/meminfo: memFree=30948680/32770624 swapFree=0/598084
[pid=3476] ppid=3473 vsize=46688 CPUtime=342.25 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 23150 0 0 0 34224 1 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 4934289 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 342.25
Current children cumulated vsize (KiB) 46688

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3492
/proc/meminfo: memFree=30948432/32770624 swapFree=0/598088
[pid=3476] ppid=3473 vsize=46688 CPUtime=402.25 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 23955 0 0 0 40224 1 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 5139329 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 402.25
Current children cumulated vsize (KiB) 46688

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3494
/proc/meminfo: memFree=30948432/32770624 swapFree=0/598104
[pid=3476] ppid=3473 vsize=46688 CPUtime=462.25 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 24766 0 0 0 46224 1 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 5139329 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 462.25
Current children cumulated vsize (KiB) 46688

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3496
/proc/meminfo: memFree=30948060/32770624 swapFree=0/598112
[pid=3476] ppid=3473 vsize=46688 CPUtime=522.25 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 25577 0 0 0 52224 1 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 4935478 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 522.25
Current children cumulated vsize (KiB) 46688

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/186 3499
/proc/meminfo: memFree=30948168/32770624 swapFree=0/598120
[pid=3476] ppid=3473 vsize=46688 CPUtime=582.26 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 26381 0 0 0 58225 1 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 4935408 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 582.26
Current children cumulated vsize (KiB) 46688


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


[startup+1602.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/186 3629
/proc/meminfo: memFree=30947088/32770624 swapFree=0/598284
[pid=3476] ppid=3473 vsize=46688 CPUtime=1602.29 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 37442 0 0 0 160227 2 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 5139333 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 1602.29
Current children cumulated vsize (KiB) 46688

[startup+1662.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/186 3631
/proc/meminfo: memFree=30947088/32770624 swapFree=0/598292
[pid=3476] ppid=3473 vsize=46688 CPUtime=1662.29 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 37802 0 0 0 166227 2 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 5139319 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 1662.29
Current children cumulated vsize (KiB) 46688

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 3634
/proc/meminfo: memFree=30947104/32770624 swapFree=0/598312
[pid=3476] ppid=3473 vsize=46688 CPUtime=1722.3 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 38162 0 0 0 172228 2 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 4935454 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 1722.3
Current children cumulated vsize (KiB) 46688

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3636
/proc/meminfo: memFree=30946980/32770624 swapFree=0/598328
[pid=3476] ppid=3473 vsize=46688 CPUtime=1782.3 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 38522 0 0 0 178228 2 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 4935463 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 1782.3
Current children cumulated vsize (KiB) 46688

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 3652
/proc/meminfo: memFree=30942724/32770624 swapFree=0/598372
[pid=3476] ppid=3473 vsize=46688 CPUtime=1842.3 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 38882 0 0 0 184228 2 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 4935454 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 1842.3
Current children cumulated vsize (KiB) 46688

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 3679
/proc/meminfo: memFree=30941716/32770624 swapFree=0/598392
[pid=3476] ppid=3473 vsize=46688 CPUtime=1902.3 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 39684 0 0 0 190228 2 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 5328649 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 1902.3
Current children cumulated vsize (KiB) 46688

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3681
/proc/meminfo: memFree=30945380/32770624 swapFree=0/598420
[pid=3476] ppid=3473 vsize=46688 CPUtime=1962.3 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 40027 0 0 0 196228 2 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 5139329 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 1962.3
Current children cumulated vsize (KiB) 46688

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 3683
/proc/meminfo: memFree=30946764/32770624 swapFree=0/598440
[pid=3476] ppid=3473 vsize=46688 CPUtime=2022.3 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 40833 0 0 0 202228 2 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 5139329 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 2022.3
Current children cumulated vsize (KiB) 46688

[startup+2082.3 s]
/proc/loadavg: 2.13 2.06 2.06 3/185 3686
/proc/meminfo: memFree=30946128/32770624 swapFree=0/598464
[pid=3476] ppid=3473 vsize=46688 CPUtime=2082.31 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 41194 0 0 0 208229 2 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 5139319 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 2082.31
Current children cumulated vsize (KiB) 46688

[startup+2142.3 s]
/proc/loadavg: 2.05 2.04 2.05 3/186 3689
/proc/meminfo: memFree=30946484/32770624 swapFree=0/598468
[pid=3476] ppid=3473 vsize=46688 CPUtime=2142.31 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 41555 0 0 0 214229 2 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 4909184 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 2142.31
Current children cumulated vsize (KiB) 46688

[startup+2202.31 s]
/proc/loadavg: 2.05 2.05 2.05 3/185 3691
/proc/meminfo: memFree=30946388/32770624 swapFree=0/598480
[pid=3476] ppid=3473 vsize=46688 CPUtime=2202.31 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 41915 0 0 0 220229 2 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 5139312 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 2202.31
Current children cumulated vsize (KiB) 46688

[startup+2262.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/185 3693
/proc/meminfo: memFree=30946512/32770624 swapFree=0/598488
[pid=3476] ppid=3473 vsize=46688 CPUtime=2262.31 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 42275 0 0 0 226229 2 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 5032431 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 2262.31
Current children cumulated vsize (KiB) 46688

[startup+2322.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/186 3696
/proc/meminfo: memFree=30946496/32770624 swapFree=0/598500
[pid=3476] ppid=3473 vsize=46688 CPUtime=2322.31 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 43085 0 0 0 232229 2 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 4908952 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 2322.31
Current children cumulated vsize (KiB) 46688

[startup+2382.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/186 3698
/proc/meminfo: memFree=30946124/32770624 swapFree=0/598508
[pid=3476] ppid=3473 vsize=46688 CPUtime=2382.31 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 43430 0 0 0 238229 2 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 5139333 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 2382.31
Current children cumulated vsize (KiB) 46688

[startup+2442.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/188 3714
/proc/meminfo: memFree=30941272/32770624 swapFree=0/598540
[pid=3476] ppid=3473 vsize=46688 CPUtime=2442.31 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 44237 0 0 0 244229 2 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 5139312 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 2442.31
Current children cumulated vsize (KiB) 46688

[startup+2502.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 3716
/proc/meminfo: memFree=30945148/32770624 swapFree=0/598552
[pid=3476] ppid=3473 vsize=46688 CPUtime=2502.32 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 44570 0 0 0 250230 2 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 4935463 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 2502.32
Current children cumulated vsize (KiB) 46688



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 3717
/proc/meminfo: memFree=30945204/32770624 swapFree=0/598564
[pid=3476] ppid=3473 vsize=46688 CPUtime=2520.02 cores=0,2,4,6
/proc/3476/stat : 3476 (cosoco) R 3473 3476 24445 0 -1 4202496 45379 0 0 0 252000 2 0 0 20 0 1 0 102770812 47808512 5823 18446744073709551615 4194304 5972588 140732545427600 140732545414808 5139312 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 26685440 140732545434094 140732545434189 140732545434189 140732545437646 0
/proc/3476/statm: 11672 5823 850 435 0 5035 0
Current children cumulated CPU time (s) 2520.02
Current children cumulated vsize (KiB) 46688

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

Child status: 1
Real time (s): 2520
CPU time (s): 2520.03
CPU user time (s): 2520
CPU system time (s): 0.024
CPU usage (%): 100.001
Max. virtual memory (cumulated for all children) (KiB): 46688

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520
system time used= 0.024
maximum resident set size= 23364
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 45431
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= 14
involuntary context switches= 638

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.73808 second user time and 10.6598 second system time

The end

Launcher Data

Begin job on node134 at 2017-08-12 17:30:09
IDJOB=4267541
IDBENCH=135990
IDSOLVER=2658
FILE ID=node134/4267541-1502552644
RUNJOBID= node134-1502500343-24508
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-ft/BinPacking-tab-ft120-19.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267541-1502552644/watcher-4267541-1502552644 -o /tmp/evaluation-result-4267541-1502552644/solver-4267541-1502552644 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node134-1502500343-24508 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267541-1502552644.xml

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

MD5SUM BENCH= 90a7b6352cefaac33401a11faadaca46
RANDOM SEED=1691227748

node134.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.43
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.43
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.43
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.43
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:        30965324 kB
MemAvailable:   31965440 kB
Buffers:          302776 kB
Cached:           997064 kB
SwapCached:            0 kB
Active:           727708 kB
Inactive:         637412 kB
Active(anon):      67136 kB
Inactive(anon):    39408 kB
Active(file):     660572 kB
Inactive(file):   598004 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2488 kB
Writeback:             4 kB
AnonPages:         65080 kB
Mapped:            56580 kB
Shmem:             41660 kB
Slab:             141340 kB
SReclaimable:     114748 kB
SUnreclaim:        26592 kB
KernelStack:        3328 kB
PageTables:         5932 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     341128 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62024 MiB
End job on node134 at 2017-08-12 18:12:10