Trace number 4265574

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-sat 1.12SAT (TO)0 2520.0701 2519.8999

General information on the benchmark

NameBinPacking/
BinPacking-mdd-ft/BinPacking-mdd-ft120-13.xml
MD5SUMf538aabc6a41aa561e8cda6eca1a34a0
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark7
Best CPU time to get the best result obtained on this benchmark2400.03
Satisfiable
(Un)Satisfiability was proved
Number of variables145
Number of constraints51
Number of domains2
Minimum domain size49
Maximum domain size88
Distribution of domain sizes[{"size":49,"count":1},{"size":88,"count":144}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":96},{"degree":4,"count":48}]
Minimum constraint arity3
Maximum constraint arity144
Distribution of constraint arities[{"arity":3,"count":48},{"arity":49,"count":1},{"arity":144,"count":2}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"mdd","count":48},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

0.00/0.07	c Create Cardinality(vars,values,occurs) constraint using 144 Exactly/AtMost.. constraint 
0.00/0.07	c
0.05/0.12	c SAT : Variables: 12721 -- Clauses: 552553
0.05/0.12	c best=?? lower=0 upper=48 
750.12/750.13	c
750.12/750.13	c This is cosoco 1.12 --  
750.12/750.13	c
750.12/750.13	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265574-1502587199.xml 
750.12/750.13	c enable optimization
750.12/750.13	c ========================================[ Problem Statistics ]===========================================
750.12/750.13	c |                                                                                                       
750.12/750.13	c |  Parse time        :         0.07 s 
750.12/750.13	c |
750.12/750.13	c |               Variables: 145
750.12/750.13	c |            Domain Sizes: 49..88
750.12/750.13	c |
750.12/750.13	c |             Constraints: 185
750.12/750.13	c |                   Arity: 1..144  -- Unary: 1  -- Ternary: 48
750.12/750.13	c | 
750.12/750.13	c |                   Types: 
750.12/750.13	c |                          Exactly K: 88
750.12/750.13	c |                          Exactly K variable: 1
750.12/750.13	c |                          Intension: 1
750.12/750.13	c |                          Lex: 47
750.12/750.13	c |                          MDD: 48
750.12/750.13	c |                          
750.12/750.13	c =========================================================================================================
750.12/750.13	o 0
750.12/750.13	c    1 calls to solver: best=0 lower=1 upper=48 
2520.06/2519.90	
2520.06/2519.90	c *** INTERRUPTED ***
2520.06/2519.90	c restarts              : 562         
2520.06/2519.90	c conflicts             : 414649       (165 /sec)
2520.06/2519.90	c decisions             : 1248007      (495 /sec)
2520.06/2519.90	c propagations          : 91157142    (36173 /sec)
2520.06/2519.90	c root propagations     : 2160        
2520.06/2519.90	c filter calls          : 486289873      (192968 /sec)
2520.06/2519.90	c useless filter calls  : 478505634      (98 %)
2520.06/2519.90	c
2520.06/2519.90	c clauses               : 559466
2520.06/2519.90	c SAT propagations      : 2389
2520.06/2519.90	c SAT conflicts         : 186 (0 learnts)
2520.06/2519.90	c Memory used           : 57.19 MB
2520.06/2519.90	c CPU time              : 2520.05 s
2520.06/2519.90	
2520.06/2519.90	c nb Solutions = 1
2520.06/2519.90	s SATISFIABLE
2520.06/2519.90	c Best value found: 0
2520.06/2519.90	
2520.06/2519.90	
2520.06/2519.90	v <instantiation type='solution' cost='0'>
2520.06/2519.90	v <list>b[0][0] b[0][1] b[0][2] b[10][0] b[10][1] b[10][2] b[11][0] b[11][1] b[11][2] b[12][0] b[12][1] b[12][2] b[13][0] b[13][1] b[13][2] b[14][0] b[14][1] b[14][2] b[15][0] b[15][1] b[15][2] b[16][0] b[16][1] b[16][2] b[17][0] b[17][1] b[17][2] b[18][0] b[18][1] b[18][2] b[19][0] b[19][1] b[19][2] b[1][0] b[1][1] b[1][2] b[20][0] b[20][1] b[20][2] b[21][0] b[21][1] b[21][2] b[22][0] b[22][1] b[22][2] b[23][0] b[23][1] b[23][2] b[24][0] b[24][1] b[24][2] b[25][0] b[25][1] b[25][2] b[26][0] b[26][1] b[26][2] b[27][0] b[27][1] b[27][2] b[28][0] b[28][1] b[28][2] b[29][0] b[29][1] b[29][2] b[2][0] b[2][1] b[2][2] b[30][0] b[30][1] b[30][2] b[31][0] b[31][1] b[31][2] b[32][0] b[32][1] b[32][2] b[33][0] b[33][1] b[33][2] b[34][0] b[34][1] b[34][2] b[35][0] b[35][1] b[35][2] b[36][0] b[36][1] b[36][2] b[37][0] b[37][1] b[37][2] b[38][0] b[38][1] b[38][2] b[39][0] b[39][1] b[39][2] b[3][0] b[3][1] b[3][2] b[40][0] b[40][1] b[40][2] b[41][0] b[41][1] b[41][2] b[42][0] b[42][1] b[42][2] b[43][0] b[43][1] b[43][2] b[44][0] b[44][1] b[44][2] b[45][0] b[45][1] b[45][2] b[46][0] b[46][1] b[46][2] b[47][0] b[47][1] b[47][2] b[4][0] b[4][1] b[4][2] b[5][0] b[5][1] b[5][2] b[6][0] b[6][1] b[6][2] b[7][0] b[7][1] b[7][2] b[8][0] b[8][1] b[8][2] b[9][0] b[9][1] b[9][2] x </list>
2520.06/2519.90	v <values>491 477 0 440 417 0 426 290 258 423 283 255 414 408 0 413 384 0 407 378 0 406 270 263 404 267 261 400 267 259 399 268 261 473 472 0 397 272 263 391 269 263 387 290 253 384 291 250 378 356 0 375 356 0 375 291 250 375 278 255 372 287 256 370 273 264 467 464 0 361 278 265 360 273 265 359 278 254 356 355 0 356 354 0 350 341 0 337 297 0 334 295 0 330 297 0 329 324 0 461 273 266 329 323 0 323 322 0 321 317 0 318 315 0 314 309 0 313 305 0 305 299 0 302 290 256 459 275 266 459 274 251 458 267 261 454 280 255 448 283 255 444 416 0 0 </values>
2520.06/2519.90	v </instantiation>
2520.06/2519.90	

Verifier Data

OK	0

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (15011 MiB free)
  memory of node 1: 16384 MiB (15366 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265574-1502587199/watcher-4265574-1502587199 -o /tmp/evaluation-result-4265574-1502587199/solver-4265574-1502587199 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502565153-966 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265574-1502587199.xml 

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=5048, runsolver pid=5045

[startup+0.10012 s]*
/proc/loadavg: 2.00 2.04 2.05 3/182 5049
/proc/meminfo: memFree=31093440/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=47832 memory=22328 CPUtime=0.05 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 5566 0 0 0 5 0 0 0 20 0 1 0 60940626 48979968 5582 18446744073709551615 4194304 5972588 140728167015600 140728167012248 5280404 0 0 1 0 0 0 0 17 0 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 11958 5582 844 435 0 5321 0
Current children cumulated CPU time: 0.05 s
Current children cumulated vsize: 47832 KiB
Current children cumulated memory: 22328 KiB

[startup+0.209389 s]*
/proc/loadavg: 2.00 2.04 2.05 3/182 5049
/proc/meminfo: memFree=31080668/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58004 memory=30924 CPUtime=0.17 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 7738 0 0 0 16 1 0 0 20 0 1 0 60940626 59396096 7731 18446744073709551615 4194304 5972588 140728167015600 140728167012248 4908847 0 0 1 8405026 0 0 0 17 0 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14501 7731 844 435 0 7864 0
Current children cumulated CPU time: 0.17 s
Current children cumulated vsize: 58004 KiB
Current children cumulated memory: 30924 KiB

[startup+0.309134 s]*
/proc/loadavg: 2.00 2.04 2.05 3/182 5049
/proc/meminfo: memFree=31080668/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58144 memory=30924 CPUtime=0.27 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 7749 0 0 0 26 1 0 0 20 0 1 0 60940626 59539456 7731 18446744073709551615 4194304 5972588 140728167015600 140728167012248 5139329 0 0 1 8405026 0 0 0 17 0 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14536 7731 844 435 0 7899 0
Current children cumulated CPU time: 0.27 s
Current children cumulated vsize: 58144 KiB
Current children cumulated memory: 30924 KiB

[startup+0.700225 s]
/proc/loadavg: 2.00 2.04 2.05 3/182 5049
/proc/meminfo: memFree=31080524/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58276 memory=31188 CPUtime=0.65 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 7778 0 0 0 64 1 0 0 20 0 1 0 60940626 59674624 7797 18446744073709551615 4194304 5972588 140728167015600 140728167012312 5032723 0 0 1 8405026 0 0 0 17 0 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14569 7797 861 435 0 7932 0
Current children cumulated CPU time: 0.65 s
Current children cumulated vsize: 58276 KiB
Current children cumulated memory: 31188 KiB

[startup+1.50093 s]
/proc/loadavg: 2.00 2.04 2.05 3/182 5049
/proc/meminfo: memFree=31080524/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58276 memory=31188 CPUtime=1.45 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 7779 0 0 0 144 1 0 0 20 0 1 0 60940626 59674624 7797 18446744073709551615 4194304 5972588 140728167015600 140728167012312 4919230 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14569 7797 861 435 0 7932 0
Current children cumulated CPU time: 1.45 s
Current children cumulated vsize: 58276 KiB
Current children cumulated memory: 31188 KiB

[startup+3.1088 s]
/proc/loadavg: 2.00 2.04 2.05 3/182 5049
/proc/meminfo: memFree=31080828/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58276 memory=31332 CPUtime=3.06 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 8306 0 0 0 305 1 0 0 20 0 1 0 60940626 59674624 7833 18446744073709551615 4194304 5972588 140728167015600 140728167012312 5139333 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14569 7833 861 435 0 7932 0
Current children cumulated CPU time: 3.06 s
Current children cumulated vsize: 58276 KiB
Current children cumulated memory: 31332 KiB

[startup+6.30033 s]
/proc/loadavg: 2.00 2.04 2.05 3/182 5049
/proc/meminfo: memFree=31080764/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58276 memory=31416 CPUtime=6.25 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 10026 0 0 0 624 1 0 0 20 0 1 0 60940626 59674624 7854 18446744073709551615 4194304 5972588 140728167015600 140728167012312 5139319 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14569 7854 861 435 0 7932 0
Current children cumulated CPU time: 6.25 s
Current children cumulated vsize: 58276 KiB
Current children cumulated memory: 31416 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.04 2.05 3/182 5049
/proc/meminfo: memFree=31080764/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58276 memory=31432 CPUtime=12.65 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 11696 0 0 0 1264 1 0 0 20 0 1 0 60940626 59674624 7858 18446744073709551615 4194304 5972588 140728167015600 140728167012312 5032400 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14569 7858 861 435 0 7932 0
Current children cumulated CPU time: 12.65 s
Current children cumulated vsize: 58276 KiB
Current children cumulated memory: 31432 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.04 2.05 3/182 5049
/proc/meminfo: memFree=31080888/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58276 memory=31472 CPUtime=25.45 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 14490 0 0 0 2544 1 0 0 20 0 1 0 60940626 59674624 7868 18446744073709551615 4194304 5972588 140728167015600 140728167012312 5321128 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14569 7868 861 435 0 7932 0
Current children cumulated CPU time: 25.45 s
Current children cumulated vsize: 58276 KiB
Current children cumulated memory: 31472 KiB

[startup+51.1088 s]
/proc/loadavg: 2.00 2.04 2.05 3/182 5050
/proc/meminfo: memFree=31078716/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58276 memory=33540 CPUtime=51.06 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 16283 0 0 0 5105 1 0 0 20 0 1 0 60940626 59674624 8385 18446744073709551615 4194304 5972588 140728167015600 140728167012312 5139312 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14569 8385 861 435 0 7932 0
Current children cumulated CPU time: 51.06 s
Current children cumulated vsize: 58276 KiB
Current children cumulated memory: 33540 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/182 5051
/proc/meminfo: memFree=31077516/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58276 memory=33788 CPUtime=102.26 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 17049 0 0 0 10225 1 0 0 20 0 1 0 60940626 59674624 8447 18446744073709551615 4194304 5972588 140728167015600 140728167012312 5032400 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14569 8447 861 435 0 7932 0
Current children cumulated CPU time: 102.26 s
Current children cumulated vsize: 58276 KiB
Current children cumulated memory: 33788 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/182 5114
/proc/meminfo: memFree=30999900/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58408 memory=33800 CPUtime=162.26 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 17719 0 0 0 16225 1 0 0 20 0 1 0 60940626 59809792 8450 18446744073709551615 4194304 5972588 140728167015600 140728167012248 5032436 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14602 8450 861 435 0 7965 0
Current children cumulated CPU time: 162.26 s
Current children cumulated vsize: 58408 KiB
Current children cumulated memory: 33800 KiB

[startup+222.3 s]
/proc/loadavg: 1.97 2.01 2.04 3/182 5116
/proc/meminfo: memFree=30997336/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58408 memory=33832 CPUtime=222.26 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 18368 0 0 0 22225 1 0 0 20 0 1 0 60940626 59809792 8458 18446744073709551615 4194304 5972588 140728167015600 140728167012248 5139329 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14602 8458 861 435 0 7965 0
Current children cumulated CPU time: 222.26 s
Current children cumulated vsize: 58408 KiB
Current children cumulated memory: 33832 KiB

[startup+282.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/185 5131
/proc/meminfo: memFree=30991976/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58408 memory=33868 CPUtime=282.27 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 18392 0 0 0 28226 1 0 0 20 0 1 0 60940626 59809792 8467 18446744073709551615 4194304 5972588 140728167015600 140728167012248 5139300 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14602 8467 861 435 0 7965 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 58408 KiB
Current children cumulated memory: 33868 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/185 5133
/proc/meminfo: memFree=30991776/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58560 memory=33916 CPUtime=342.27 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 19084 0 0 0 34226 1 0 0 20 0 1 0 60940626 59965440 8479 18446744073709551615 4194304 5972588 140728167015600 140728167012344 5139329 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14640 8479 861 435 0 8003 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 58560 KiB
Current children cumulated memory: 33916 KiB

[startup+402.3 s]
/proc/loadavg: 2.04 2.02 2.05 3/182 5135
/proc/meminfo: memFree=30994868/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58560 memory=33916 CPUtime=402.28 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 19090 0 0 0 40227 1 0 0 20 0 1 0 60940626 59965440 8479 18446744073709551615 4194304 5972588 140728167015600 140728167012344 5139329 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14640 8479 861 435 0 8003 0
Current children cumulated CPU time: 402.28 s
Current children cumulated vsize: 58560 KiB
Current children cumulated memory: 33916 KiB

[startup+462.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 5137
/proc/meminfo: memFree=30995216/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58560 memory=33952 CPUtime=462.28 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 19765 0 0 0 46227 1 0 0 20 0 1 0 60940626 59965440 8488 18446744073709551615 4194304 5972588 140728167015600 140728167012344 5139300 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14640 8488 861 435 0 8003 0
Current children cumulated CPU time: 462.28 s
Current children cumulated vsize: 58560 KiB
Current children cumulated memory: 33952 KiB


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

/proc/5048/statm: 14640 8509 862 435 0 8003 0
Current children cumulated CPU time: 1782.39 s
Current children cumulated vsize: 58560 KiB
Current children cumulated memory: 34036 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 5211
/proc/meminfo: memFree=30993176/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58560 memory=34036 CPUtime=1842.4 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 27292 0 0 0 184238 2 0 0 20 0 1 0 60940626 59965440 8509 18446744073709551615 4194304 5972588 140728167015600 140728167002792 5139312 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14640 8509 862 435 0 8003 0
Current children cumulated CPU time: 1842.4 s
Current children cumulated vsize: 58560 KiB
Current children cumulated memory: 34036 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/182 5213
/proc/meminfo: memFree=30993632/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58560 memory=34036 CPUtime=1902.4 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 27860 0 0 0 190238 2 0 0 20 0 1 0 60940626 59965440 8509 18446744073709551615 4194304 5972588 140728167015600 140728167002792 5139264 0 0 1 8405026 0 0 0 17 2 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14640 8509 862 435 0 8003 0
Current children cumulated CPU time: 1902.4 s
Current children cumulated vsize: 58560 KiB
Current children cumulated memory: 34036 KiB

[startup+1962.3 s]
/proc/loadavg: 1.95 1.99 2.03 3/181 5259
/proc/meminfo: memFree=30990848/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58560 memory=34036 CPUtime=1962.41 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 27977 0 0 0 196239 2 0 0 20 0 1 0 60940626 59965440 8509 18446744073709551615 4194304 5972588 140728167015600 140728167002792 4909032 0 0 1 8405026 0 0 0 17 4 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14640 8509 862 435 0 8003 0
Current children cumulated CPU time: 1962.41 s
Current children cumulated vsize: 58560 KiB
Current children cumulated memory: 34036 KiB

[startup+2022.3 s]
/proc/loadavg: 1.98 1.99 2.03 3/181 5261
/proc/meminfo: memFree=30991432/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58560 memory=34036 CPUtime=2022.42 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 28505 0 0 0 202240 2 0 0 20 0 1 0 60940626 59965440 8509 18446744073709551615 4194304 5972588 140728167015600 140728167002792 5032400 0 0 1 8405026 0 0 0 17 4 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14640 8509 862 435 0 8003 0
Current children cumulated CPU time: 2022.42 s
Current children cumulated vsize: 58560 KiB
Current children cumulated memory: 34036 KiB

[startup+2082.3 s]
/proc/loadavg: 2.22 2.03 2.05 3/184 5277
/proc/meminfo: memFree=30987276/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58560 memory=34036 CPUtime=2082.42 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 28647 0 0 0 208240 2 0 0 20 0 1 0 60940626 59965440 8509 18446744073709551615 4194304 5972588 140728167015600 140728167002792 4919380 0 0 1 8405026 0 0 0 17 4 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14640 8509 862 435 0 8003 0
Current children cumulated CPU time: 2082.42 s
Current children cumulated vsize: 58560 KiB
Current children cumulated memory: 34036 KiB

[startup+2142.3 s]
/proc/loadavg: 2.37 2.13 2.08 3/184 5279
/proc/meminfo: memFree=30987648/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58560 memory=34036 CPUtime=2142.43 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 29207 0 0 0 214241 2 0 0 20 0 1 0 60940626 59965440 8509 18446744073709551615 4194304 5972588 140728167015600 140728167002792 5139329 0 0 1 8405026 0 0 0 17 4 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14640 8509 862 435 0 8003 0
Current children cumulated CPU time: 2142.43 s
Current children cumulated vsize: 58560 KiB
Current children cumulated memory: 34036 KiB

[startup+2202.3 s]
/proc/loadavg: 2.13 2.11 2.08 3/181 5281
/proc/meminfo: memFree=30991080/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58560 memory=34036 CPUtime=2202.43 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 29236 0 0 0 220241 2 0 0 20 0 1 0 60940626 59965440 8509 18446744073709551615 4194304 5972588 140728167015600 140728167002792 5139327 0 0 1 8405026 0 0 0 17 4 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14640 8509 862 435 0 8003 0
Current children cumulated CPU time: 2202.43 s
Current children cumulated vsize: 58560 KiB
Current children cumulated memory: 34036 KiB

[startup+2262.3 s]
/proc/loadavg: 2.05 2.09 2.07 3/181 5283
/proc/meminfo: memFree=30991328/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58560 memory=34040 CPUtime=2262.44 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 29929 0 0 0 226242 2 0 0 20 0 1 0 60940626 59965440 8510 18446744073709551615 4194304 5972588 140728167015600 140728167002792 5139490 0 0 1 8405026 0 0 0 17 4 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14640 8510 862 435 0 8003 0
Current children cumulated CPU time: 2262.44 s
Current children cumulated vsize: 58560 KiB
Current children cumulated memory: 34040 KiB

[startup+2322.3 s]
/proc/loadavg: 2.02 2.07 2.06 3/181 5285
/proc/meminfo: memFree=30991576/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58560 memory=34040 CPUtime=2322.44 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 29930 0 0 0 232242 2 0 0 20 0 1 0 60940626 59965440 8510 18446744073709551615 4194304 5972588 140728167015600 140728167002792 5139319 0 0 1 8405026 0 0 0 17 4 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14640 8510 862 435 0 8003 0
Current children cumulated CPU time: 2322.44 s
Current children cumulated vsize: 58560 KiB
Current children cumulated memory: 34040 KiB

[startup+2382.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/181 5287
/proc/meminfo: memFree=30992008/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58560 memory=34040 CPUtime=2382.45 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 30465 0 0 0 238243 2 0 0 20 0 1 0 60940626 59965440 8510 18446744073709551615 4194304 5972588 140728167015600 140728167002792 5139329 0 0 1 8405026 0 0 0 17 4 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14640 8510 862 435 0 8003 0
Current children cumulated CPU time: 2382.45 s
Current children cumulated vsize: 58560 KiB
Current children cumulated memory: 34040 KiB

[startup+2442.3 s]
/proc/loadavg: 2.05 2.06 2.06 3/181 5289
/proc/meminfo: memFree=30992180/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58560 memory=34040 CPUtime=2442.46 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 30586 0 0 0 244244 2 0 0 20 0 1 0 60940626 59965440 8510 18446744073709551615 4194304 5972588 140728167015600 140728167002792 5032455 0 0 1 8405026 0 0 0 17 4 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14640 8510 862 435 0 8003 0
Current children cumulated CPU time: 2442.46 s
Current children cumulated vsize: 58560 KiB
Current children cumulated memory: 34040 KiB

[startup+2502.3 s]
/proc/loadavg: 2.02 2.05 2.05 3/181 5291
/proc/meminfo: memFree=30992572/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58560 memory=34040 CPUtime=2502.46 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 31196 0 0 0 250244 2 0 0 20 0 1 0 60940626 59965440 8510 18446744073709551615 4194304 5972588 140728167015600 140728167002792 5139329 0 0 1 8405026 0 0 0 17 4 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14640 8510 862 435 0 8003 0
Current children cumulated CPU time: 2502.46 s
Current children cumulated vsize: 58560 KiB
Current children cumulated memory: 34040 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.01 2.05 2.05 3/181 5292
/proc/meminfo: memFree=30992572/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58560 memory=34040 CPUtime=2520.06 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 31237 0 0 0 252004 2 0 0 20 0 1 0 60940626 59965440 8510 18446744073709551615 4194304 5972588 140728167015600 140728167002792 5139312 0 0 1 8405026 0 0 0 17 4 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14640 8510 862 435 0 8003 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 58560 KiB
Current children cumulated memory: 34040 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

[startup+2519.9 s]
# the end of solver process 5048 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2520.05 s, system=0.025002 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2519.9 s]
/proc/loadavg: 2.01 2.05 2.05 3/181 5292
/proc/meminfo: memFree=30992572/32770624 swapFree=67108860/67108860
[pid=5048] ppid=5045 vsize=58560 memory=34040 CPUtime=2520.06 cores=0,2,4,6
/proc/5048/stat : 5048 (cosoco) R 5045 5048 897 0 -1 4202496 31237 0 0 0 252004 2 0 0 20 0 1 0 60940626 59965440 8510 18446744073709551615 4194304 5972588 140728167015600 140728167002792 5139312 0 0 1 8405026 0 0 0 17 4 0 0 4 0 0 8070896 8075904 29655040 140728167018948 140728167019048 140728167019048 140728167022542 0
/proc/5048/statm: 14640 8510 862 435 0 8003 0
Current children cumulated CPU time: 2520.06 s
Current children cumulated vsize: 58560 KiB
Current children cumulated memory: 34040 KiB

Child status: 1
Real time (s): 2519.9
CPU time (s): 2520.07
CPU user time (s): 2520.05
CPU system time (s): 0.025002
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 58560
Max. memory (cumulated for all children) (KiB): 34040

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.05
system time used= 0.025002
maximum resident set size= 34084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 31369
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= 1671


# summary of solver processes directly reported to runsolver:
#   pid: 5048
#   total CPU time (s): 2520.07
#   total CPU user time (s): 2520.05
#   total CPU system time (s): 0.025002

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.1654 second user time and 15.5159 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-13 03:05:54
IDJOB=4265574
IDBENCH=136085
IDSOLVER=2655
FILE ID=node125/4265574-1502587199
RUNJOBID= node125-1502565153-966
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-ft/BinPacking-mdd-ft120-13.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265574-1502587199/watcher-4265574-1502587199 -o /tmp/evaluation-result-4265574-1502587199/solver-4265574-1502587199 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502565153-966 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265574-1502587199.xml

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

MD5SUM BENCH= f538aabc6a41aa561e8cda6eca1a34a0
RANDOM SEED=452374760

node125.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.07
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.07
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.07
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.07
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:        31107424 kB
MemAvailable:   31906968 kB
Buffers:          277464 kB
Cached:           818932 kB
SwapCached:            0 kB
Active:           670864 kB
Inactive:         567372 kB
Active(anon):     141976 kB
Inactive(anon):    33112 kB
Active(file):     528888 kB
Inactive(file):   534260 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2380 kB
Writeback:             0 kB
AnonPages:        140964 kB
Mapped:            47268 kB
Shmem:             33476 kB
Slab:             129784 kB
SReclaimable:     104460 kB
SUnreclaim:        25324 kB
KernelStack:        3264 kB
PageTables:         5140 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     420584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     88064 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node125 at 2017-08-13 03:47:54