Trace number 4267524

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.77 2520

General information on the benchmark

NameBinPacking/BinPacking-sum-skj1/
BinPacking-sum-n1c3w4r.xml
MD5SUMa67d0fa6b826179476c8a9ead60c2ec9
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark1984.32
Satisfiable
(Un)Satisfiability was proved
Number of variables117
Number of constraints61
Number of domains2
Minimum domain size30
Maximum domain size39
Distribution of domain sizes[{"size":30,"count":1},{"size":39,"count":116}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":1},{"degree":4,"count":87},{"degree":5,"count":29}]
Minimum constraint arity4
Maximum constraint arity116
Distribution of constraint arities[{"arity":4,"count":58},{"arity":30,"count":1},{"arity":116,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"ordered","count":29},{"type":"lex","count":1},{"type":"sum","count":29},{"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 116 Exactly/AtMost.. constraint 
0.00/0.06	c
0.00/0.07	c best=?? lower=0 upper=29 
2519.76/2520.00	c
2519.76/2520.00	c This is cosoco 1.12 --  
2519.76/2520.00	c
2519.76/2520.00	c command line: cosoco -lc -model -restarts HOME/instance-4267524-1502554672.xml 
2519.76/2520.00	c enable optimization
2519.76/2520.00	c ========================================[ Problem Statistics ]===========================================
2519.76/2520.00	c |                                                                                                       
2519.76/2520.00	c |  Parse time        :         0.00 s 
2519.76/2520.00	c |
2519.76/2520.00	c |               Variables: 117
2519.76/2520.00	c |            Domain Sizes: 30..39
2519.76/2520.00	c |
2519.76/2520.00	c |             Constraints: 185
2519.76/2520.00	c |                   Arity: 1..116  -- Unary: 1  -- Binary: 87
2519.76/2520.00	c | 
2519.76/2520.00	c |                   Types: 
2519.76/2520.00	c |                          (X -Y <= k): 87
2519.76/2520.00	c |                          Exactly K: 39
2519.76/2520.00	c |                          Exactly K variable: 1
2519.76/2520.00	c |                          Intension: 1
2519.76/2520.00	c |                          Lex: 28
2519.76/2520.00	c |                          Sum: 29
2519.76/2520.00	c |                          
2519.76/2520.00	c =========================================================================================================
2519.76/2520.00	
2519.76/2520.00	c *** INTERRUPTED ***
2519.76/2520.00	c restarts              : 77          
2519.76/2520.00	c conflicts             : 1568001      (622 /sec)
2519.76/2520.00	c decisions             : 9554652      (3792 /sec)
2519.76/2520.00	c propagations          : 232548632   (92290 /sec)
2519.76/2520.00	c root propagations     : 0           
2519.76/2520.00	c filter calls          : 849286308      (337051 /sec)
2519.76/2520.00	c useless filter calls  : 828367196      (97 %)
2519.76/2520.00	c Memory used           : 27.01 MB
2519.76/2520.00	c CPU time              : 2519.76 s
2519.76/2520.00	
2519.76/2520.00	c No Bound found!
2519.76/2520.00	
2519.76/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-4267524-1502554672/watcher-4267524-1502554672 -o /tmp/evaluation-result-4267524-1502554672/solver-4267524-1502554672 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502500306-27513 --watchdog 2580 cosoco -lc -model -restarts HOME/instance-4267524-1502554672.xml 

pid=6193
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: 1.99 2.00 2.04 3/186 6196
/proc/meminfo: memFree=31084800/32770624 swapFree=0/475372
[pid=6196] ppid=6193 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/6196/stat : 6196 (runsolver) D 6193 6196 27450 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 155119979 24240128 107 18446744073709551615 4194304 4338465 140732499930368 140732499928008 140233473299159 0 0 1 24578 18446744071580418449 0 0 17 0 0 0 0 0 0 6438912 6441760 6881280 140732499931329 140732499931721 140732499931721 140732499935178 0
/proc/6196/statm: 5918 107 54 36 0 2156 0

[startup+0.1002 s]
/proc/loadavg: 1.99 2.00 2.04 3/186 6196
/proc/meminfo: memFree=31084800/32770624 swapFree=0/475372
[pid=6196] ppid=6193 vsize=27652 CPUtime=0.03 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 1267 0 0 0 3 0 0 0 20 0 1 0 155119979 28315648 1102 18446744073709551615 4194304 5972588 140726401038400 140726401035048 5032455 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1102 845 435 0 276 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27652

[startup+0.200336 s]
/proc/loadavg: 1.99 2.00 2.04 3/186 6196
/proc/meminfo: memFree=31084800/32770624 swapFree=0/475372
[pid=6196] ppid=6193 vsize=27652 CPUtime=0.13 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 1267 0 0 0 13 0 0 0 20 0 1 0 155119979 28315648 1102 18446744073709551615 4194304 5972588 140726401038400 140726401035048 5139329 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1102 845 435 0 276 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 27652

[startup+0.300313 s]
/proc/loadavg: 1.99 2.00 2.04 3/186 6196
/proc/meminfo: memFree=31084800/32770624 swapFree=0/475372
[pid=6196] ppid=6193 vsize=27652 CPUtime=0.23 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 1267 0 0 0 23 0 0 0 20 0 1 0 155119979 28315648 1102 18446744073709551615 4194304 5972588 140726401038400 140726401035048 5032455 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1102 845 435 0 276 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 27652

[startup+0.700277 s]
/proc/loadavg: 1.99 2.00 2.04 3/186 6196
/proc/meminfo: memFree=31084800/32770624 swapFree=0/475372
[pid=6196] ppid=6193 vsize=27652 CPUtime=0.63 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 1268 0 0 0 63 0 0 0 20 0 1 0 155119979 28315648 1102 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139329 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1102 845 435 0 276 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 27652

[startup+1.50027 s]
/proc/loadavg: 1.99 2.00 2.04 3/187 6197
/proc/meminfo: memFree=31083440/32770624 swapFree=0/475368
[pid=6196] ppid=6193 vsize=27652 CPUtime=1.43 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 1268 0 0 0 143 0 0 0 20 0 1 0 155119979 28315648 1102 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139327 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1102 845 435 0 276 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 27652

[startup+3.10028 s]
/proc/loadavg: 1.99 2.00 2.04 3/187 6197
/proc/meminfo: memFree=31083192/32770624 swapFree=0/475368
[pid=6196] ppid=6193 vsize=27652 CPUtime=3.03 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 1455 0 0 0 303 0 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5032427 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 27652

[startup+6.30027 s]
/proc/loadavg: 1.99 2.00 2.04 3/187 6197
/proc/meminfo: memFree=31082876/32770624 swapFree=0/475364
[pid=6196] ppid=6193 vsize=27652 CPUtime=6.23 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 1645 0 0 0 623 0 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139329 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 27652

[startup+12.7003 s]
/proc/loadavg: 1.99 2.00 2.04 3/187 6197
/proc/meminfo: memFree=31082756/32770624 swapFree=0/475364
[pid=6196] ppid=6193 vsize=27652 CPUtime=12.63 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 1833 0 0 0 1263 0 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139329 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 27652

[startup+25.5003 s]
/proc/loadavg: 1.99 2.00 2.04 3/187 6197
/proc/meminfo: memFree=31082632/32770624 swapFree=0/475364
[pid=6196] ppid=6193 vsize=27652 CPUtime=25.43 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 2201 0 0 0 2543 0 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139312 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 27652

[startup+51.1003 s]
/proc/loadavg: 1.99 2.00 2.04 3/187 6198
/proc/meminfo: memFree=31082768/32770624 swapFree=0/475352
[pid=6196] ppid=6193 vsize=27652 CPUtime=51.03 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 2389 0 0 0 5103 0 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139324 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 27652

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/186 6200
/proc/meminfo: memFree=31083156/32770624 swapFree=0/475364
[pid=6196] ppid=6193 vsize=27652 CPUtime=102.23 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 2585 0 0 0 10223 0 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139312 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 27652

[startup+162.3 s]
/proc/loadavg: 2.04 2.01 2.05 3/184 6202
/proc/meminfo: memFree=31083144/32770624 swapFree=0/475376
[pid=6196] ppid=6193 vsize=27652 CPUtime=162.22 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 2774 0 0 0 16222 0 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139327 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 27652

[startup+222.306 s]
/proc/loadavg: 2.02 2.01 2.05 3/184 6204
/proc/meminfo: memFree=31083140/32770624 swapFree=0/475396
[pid=6196] ppid=6193 vsize=27652 CPUtime=222.22 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 2963 0 0 0 22222 0 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5032427 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 27652

[startup+282.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/184 6206
/proc/meminfo: memFree=31083604/32770624 swapFree=0/475400
[pid=6196] ppid=6193 vsize=27652 CPUtime=282.21 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 3153 0 0 0 28221 0 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139312 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 27652

[startup+342.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/184 6208
/proc/meminfo: memFree=31083484/32770624 swapFree=0/475416
[pid=6196] ppid=6193 vsize=27652 CPUtime=342.2 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 3338 0 0 0 34220 0 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139327 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 342.2
Current children cumulated vsize (KiB) 27652

[startup+402.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 6223
/proc/meminfo: memFree=31078992/32770624 swapFree=0/475444
[pid=6196] ppid=6193 vsize=27652 CPUtime=402.2 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 3523 0 0 0 40220 0 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139281 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 27652

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 6227
/proc/meminfo: memFree=31079276/32770624 swapFree=0/475452
[pid=6196] ppid=6193 vsize=27652 CPUtime=462.2 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 3712 0 0 0 46220 0 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5032400 0 0 1 8405026 0 0 0 17 0 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 27652

[startup+522.3 s]
/proc/loadavg: 1.96 2.00 2.04 3/185 6228
/proc/meminfo: memFree=31082476/32770624 swapFree=0/475460
[pid=6196] ppid=6193 vsize=27652 CPUtime=522.19 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 3896 0 0 0 52219 0 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139327 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 27652

[startup+582.3 s]
/proc/loadavg: 1.95 1.99 2.03 3/185 6230
/proc/meminfo: memFree=31082728/32770624 swapFree=0/475480
[pid=6196] ppid=6193 vsize=27652 CPUtime=582.19 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 4081 0 0 0 58219 0 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139319 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 27652


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


[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 2.02 3/189 6361
/proc/meminfo: memFree=30736488/32770624 swapFree=0/475684
[pid=6196] ppid=6193 vsize=27652 CPUtime=1602.12 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 7226 0 0 0 160211 1 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139274 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 1602.12
Current children cumulated vsize (KiB) 27652

[startup+1662.3 s]
/proc/loadavg: 1.96 1.97 2.02 3/189 6363
/proc/meminfo: memFree=30736652/32770624 swapFree=0/475692
[pid=6196] ppid=6193 vsize=27652 CPUtime=1662.12 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 7411 0 0 0 166211 1 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139329 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 1662.12
Current children cumulated vsize (KiB) 27652

[startup+1722.3 s]
/proc/loadavg: 1.98 1.98 2.02 3/186 6365
/proc/meminfo: memFree=30739460/32770624 swapFree=0/475712
[pid=6196] ppid=6193 vsize=27652 CPUtime=1722.11 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 7596 0 0 0 172210 1 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5032400 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 1722.11
Current children cumulated vsize (KiB) 27652

[startup+1782.3 s]
/proc/loadavg: 2.06 2.00 2.02 3/185 6367
/proc/meminfo: memFree=30739812/32770624 swapFree=0/475724
[pid=6196] ppid=6193 vsize=27652 CPUtime=1782.11 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 7781 0 0 0 178210 1 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139312 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 1782.11
Current children cumulated vsize (KiB) 27652

[startup+1842.3 s]
/proc/loadavg: 2.09 2.02 2.03 3/185 6369
/proc/meminfo: memFree=30739832/32770624 swapFree=0/475740
[pid=6196] ppid=6193 vsize=27652 CPUtime=1842.11 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 7966 0 0 0 184210 1 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5032464 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 1842.11
Current children cumulated vsize (KiB) 27652

[startup+1902.3 s]
/proc/loadavg: 2.03 2.01 2.03 3/184 6371
/proc/meminfo: memFree=30739940/32770624 swapFree=0/475752
[pid=6196] ppid=6193 vsize=27652 CPUtime=1902.1 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 8151 0 0 0 190209 1 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139264 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 1902.1
Current children cumulated vsize (KiB) 27652

[startup+1962.3 s]
/proc/loadavg: 2.01 2.01 2.03 3/185 6374
/proc/meminfo: memFree=30740052/32770624 swapFree=0/475756
[pid=6196] ppid=6193 vsize=27652 CPUtime=1962.1 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 8336 0 0 0 196209 1 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139312 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 1962.1
Current children cumulated vsize (KiB) 27652

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.03 3/185 6376
/proc/meminfo: memFree=30740020/32770624 swapFree=0/475768
[pid=6196] ppid=6193 vsize=27652 CPUtime=2022.09 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 8521 0 0 0 202208 1 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5032400 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 2022.09
Current children cumulated vsize (KiB) 27652

[startup+2082.3 s]
/proc/loadavg: 1.96 2.00 2.02 3/185 6378
/proc/meminfo: memFree=30740520/32770624 swapFree=0/475776
[pid=6196] ppid=6193 vsize=27652 CPUtime=2082.09 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 8706 0 0 0 208208 1 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139315 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 2082.09
Current children cumulated vsize (KiB) 27652

[startup+2142.3 s]
/proc/loadavg: 2.04 2.01 2.03 3/185 6380
/proc/meminfo: memFree=30740488/32770624 swapFree=0/475780
[pid=6196] ppid=6193 vsize=27652 CPUtime=2142.09 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 8878 0 0 0 214208 1 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139329 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 2142.09
Current children cumulated vsize (KiB) 27652

[startup+2202.31 s]
/proc/loadavg: 2.02 2.01 2.03 3/189 6397
/proc/meminfo: memFree=30735988/32770624 swapFree=0/475776
[pid=6196] ppid=6193 vsize=27652 CPUtime=2202.09 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 9051 0 0 0 220208 1 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139327 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 2202.09
Current children cumulated vsize (KiB) 27652

[startup+2262.3 s]
/proc/loadavg: 2.08 2.03 2.03 3/188 6399
/proc/meminfo: memFree=30736804/32770624 swapFree=0/475788
[pid=6196] ppid=6193 vsize=27652 CPUtime=2262.08 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 9212 0 0 0 226207 1 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139329 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 2262.08
Current children cumulated vsize (KiB) 27652

[startup+2322.3 s]
/proc/loadavg: 2.03 2.02 2.03 3/185 6401
/proc/meminfo: memFree=30740576/32770624 swapFree=0/475792
[pid=6196] ppid=6193 vsize=27652 CPUtime=2322.07 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 9420 0 0 0 232206 1 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139312 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 2322.07
Current children cumulated vsize (KiB) 27652

[startup+2382.3 s]
/proc/loadavg: 1.97 2.01 2.03 3/185 6403
/proc/meminfo: memFree=30740552/32770624 swapFree=0/475804
[pid=6196] ppid=6193 vsize=27652 CPUtime=2382.07 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 9578 0 0 0 238206 1 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139324 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 2382.07
Current children cumulated vsize (KiB) 27652

[startup+2442.3 s]
/proc/loadavg: 1.95 1.99 2.02 3/185 6405
/proc/meminfo: memFree=30740184/32770624 swapFree=0/475820
[pid=6196] ppid=6193 vsize=27652 CPUtime=2442.07 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 9762 0 0 0 244206 1 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5032436 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 2442.07
Current children cumulated vsize (KiB) 27652

[startup+2502.3 s]
/proc/loadavg: 1.98 1.99 2.02 3/185 6408
/proc/meminfo: memFree=30740240/32770624 swapFree=0/475828
[pid=6196] ppid=6193 vsize=27652 CPUtime=2502.06 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 9948 0 0 0 250205 1 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5139312 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 2502.06
Current children cumulated vsize (KiB) 27652



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]
/proc/loadavg: 2.07 2.01 2.03 3/185 6409
/proc/meminfo: memFree=30740364/32770624 swapFree=0/475824
[pid=6196] ppid=6193 vsize=27652 CPUtime=2519.76 cores=0,2,4,6
/proc/6196/stat : 6196 (cosoco) R 6193 6196 27450 0 -1 4202496 10105 0 0 0 251975 1 0 0 20 0 1 0 155119979 28315648 1110 18446744073709551615 4194304 5972588 140726401038400 140726401025608 5032400 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 18944000 140726401040878 140726401040973 140726401040973 140726401044430 0
/proc/6196/statm: 6913 1110 851 435 0 276 0
Current children cumulated CPU time (s) 2519.76
Current children cumulated vsize (KiB) 27652

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 6196 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.77
CPU user time (s): 2519.76
CPU system time (s): 0.012999
CPU usage (%): 99.9909
Max. virtual memory (cumulated for all children) (KiB): 27652

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.76
system time used= 0.012999
maximum resident set size= 4512
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 10158
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= 4203

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.85778 second user time and 8.90287 second system time

The end

Launcher Data

Begin job on node132 at 2017-08-12 18:03:27
IDJOB=4267524
IDBENCH=136396
IDSOLVER=2658
FILE ID=node132/4267524-1502554672
RUNJOBID= node132-1502500306-27513
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP17/BinPacking/BinPacking-sum-skj1/BinPacking-sum-n1c3w4r.xml
COMMAND LINE= cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4267524-1502554672/watcher-4267524-1502554672 -o /tmp/evaluation-result-4267524-1502554672/solver-4267524-1502554672 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1502500306-27513 --watchdog 2580  cosoco -lc -model -restarts HOME/instance-4267524-1502554672.xml

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

MD5SUM BENCH= a67d0fa6b826179476c8a9ead60c2ec9
RANDOM SEED=1990040304

node132.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.74
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.74
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.74
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.74
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:        31085328 kB
MemAvailable:   31961632 kB
Buffers:          309580 kB
Cached:           875804 kB
SwapCached:            0 kB
Active:           722772 kB
Inactive:         524384 kB
Active(anon):      62596 kB
Inactive(anon):    49012 kB
Active(file):     660176 kB
Inactive(file):   475372 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2144 kB
Writeback:             8 kB
AnonPages:         61776 kB
Mapped:            64248 kB
Shmem:             49852 kB
Slab:             140064 kB
SReclaimable:     113184 kB
SUnreclaim:        26880 kB
KernelStack:        3280 kB
PageTables:         4952 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     345872 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 62024 MiB
End job on node132 at 2017-08-12 18:45:27