Trace number 4265585

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 2519.8701 2520.01

General information on the benchmark

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

Solver Data

0.10/0.18	c Create Cardinality(vars,values,occurs) constraint using 132 Exactly/AtMost.. constraint 
0.10/0.18	c
0.10/0.20	c SAT : Variables: 5963 -- Clauses: 131066
0.10/0.20	c best=?? lower=0 upper=22 
1.59/1.66	c
1.59/1.66	c This is cosoco 1.12 --  
1.59/1.66	c
1.59/1.66	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265585-1502588666.xml 
1.59/1.66	c enable optimization
1.59/1.66	c ========================================[ Problem Statistics ]===========================================
1.59/1.66	c |                                                                                                       
1.59/1.66	c |  Parse time        :         0.19 s 
1.59/1.66	c |
1.59/1.66	c |               Variables: 133
1.59/1.66	c |            Domain Sizes: 23..45
1.59/1.66	c |
1.59/1.66	c |             Constraints: 90
1.59/1.66	c |                   Arity: 1..132  -- Unary: 1
1.59/1.66	c | 
1.59/1.66	c |                   Types: 
1.59/1.66	c |                          Exactly K: 45
1.59/1.66	c |                          Exactly K variable: 1
1.59/1.66	c |                          Intension: 1
1.59/1.66	c |                          Lex: 21
1.59/1.66	c |                          MDD: 22
1.59/1.66	c |                          
1.59/1.66	c =========================================================================================================
1.59/1.66	o 0
1.59/1.66	c    1 calls to solver: best=0 lower=1 upper=22 
2519.86/2520.00	
2519.86/2520.00	c *** INTERRUPTED ***
2519.86/2520.00	c restarts              : 574         
2519.86/2520.00	c conflicts             : 1253010      (497 /sec)
2519.86/2520.00	c decisions             : 3896722      (1546 /sec)
2519.86/2520.00	c propagations          : 190523938   (75609 /sec)
2519.86/2520.00	c root propagations     : 748         
2519.86/2520.00	c filter calls          : 412966491      (163885 /sec)
2519.86/2520.00	c useless filter calls  : 401031904      (97 %)
2519.86/2520.00	c
2519.86/2520.00	c clauses               : 137881
2519.86/2520.00	c SAT propagations      : 4895
2519.86/2520.00	c SAT conflicts         : 56 (0 learnts)
2519.86/2520.00	c Memory used           : 41.94 MB
2519.86/2520.00	c CPU time              : 2519.85 s
2519.86/2520.00	
2519.86/2520.00	c nb Solutions = 1
2519.86/2520.00	s SATISFIABLE
2519.86/2520.00	c Best value found: 0
2519.86/2520.00	
2519.86/2520.00	
2519.86/2520.00	v <instantiation type='solution' cost='0'>
2519.86/2520.00	v <list>b[0][0] b[0][1] b[0][2] b[0][3] b[0][4] b[0][5] b[10][0] b[10][1] b[10][2] b[10][3] b[10][4] b[10][5] b[11][0] b[11][1] b[11][2] b[11][3] b[11][4] b[11][5] b[12][0] b[12][1] b[12][2] b[12][3] b[12][4] b[12][5] b[13][0] b[13][1] b[13][2] b[13][3] b[13][4] b[13][5] b[14][0] b[14][1] b[14][2] b[14][3] b[14][4] b[14][5] b[15][0] b[15][1] b[15][2] b[15][3] b[15][4] b[15][5] b[16][0] b[16][1] b[16][2] b[16][3] b[16][4] b[16][5] b[17][0] b[17][1] b[17][2] b[17][3] b[17][4] b[17][5] b[18][0] b[18][1] b[18][2] b[18][3] b[18][4] b[18][5] b[19][0] b[19][1] b[19][2] b[19][3] b[19][4] b[19][5] b[1][0] b[1][1] b[1][2] b[1][3] b[1][4] b[1][5] b[20][0] b[20][1] b[20][2] b[20][3] b[20][4] b[20][5] b[21][0] b[21][1] b[21][2] b[21][3] b[21][4] b[21][5] b[2][0] b[2][1] b[2][2] b[2][3] b[2][4] b[2][5] b[3][0] b[3][1] b[3][2] b[3][3] b[3][4] b[3][5] b[4][0] b[4][1] b[4][2] b[4][3] b[4][4] b[4][5] b[5][0] b[5][1] b[5][2] b[5][3] b[5][4] b[5][5] b[6][0] b[6][1] b[6][2] b[6][3] b[6][4] b[6][5] b[7][0] b[7][1] b[7][2] b[7][3] b[7][4] b[7][5] b[8][0] b[8][1] b[8][2] b[8][3] b[8][4] b[8][5] b[9][0] b[9][1] b[9][2] b[9][3] b[9][4] b[9][5] x </list>
2519.86/2520.00	v <values>200 200 199 199 198 0 188 188 186 185 185 0 187 167 167 160 155 153 186 171 162 162 156 153 185 172 163 162 154 150 184 184 183 183 181 0 184 174 163 159 155 150 182 180 177 177 177 0 181 180 180 180 180 0 181 170 164 158 157 154 180 168 167 161 155 151 198 198 194 193 190 0 176 176 175 175 174 0 176 175 175 0 0 0 196 195 195 194 190 0 194 173 164 160 155 150 194 171 166 160 155 150 193 172 164 160 155 151 193 171 162 159 157 154 193 169 162 159 158 154 193 168 167 161 155 150 190 190 189 189 189 0 0 </values>
2519.86/2520.00	v </instantiation>
2519.86/2520.00	

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 (15449 MiB free)
  memory of node 1: 16384 MiB (15641 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265585-1502588666/watcher-4265585-1502588666 -o /tmp/evaluation-result-4265585-1502588666/solver-4265585-1502588666 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502567253-24060 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265585-1502588666.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=27438, runsolver pid=27435

[startup+0.100196 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 27439
/proc/meminfo: memFree=31835476/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=29796 memory=5452 CPUtime=0.1 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 2116 0 0 0 10 0 0 0 20 0 1 0 91954365 30511104 1363 33554432000 4194304 5972588 140730066072624 140730066069272 5671581 0 0 4096 0 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 7449 1363 717 435 0 812 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 29796 KiB
Current children cumulated memory: 5452 KiB

[startup+0.209571 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 27439
/proc/meminfo: memFree=31823388/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18224 CPUtime=0.21 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 5720 0 0 0 21 0 0 0 20 0 1 0 91954365 43974656 4556 33554432000 4194304 5972588 140730066072624 140730066069272 4919323 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4556 843 435 0 4099 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18224 KiB

[startup+0.309738 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 27439
/proc/meminfo: memFree=31823388/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18224 CPUtime=0.31 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 5720 0 0 0 31 0 0 0 20 0 1 0 91954365 43974656 4556 33554432000 4194304 5972588 140730066072624 140730066069272 4919402 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4556 843 435 0 4099 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18224 KiB

[startup+0.700334 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27439
/proc/meminfo: memFree=31823388/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18224 CPUtime=0.69 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 5720 0 0 0 69 0 0 0 20 0 1 0 91954365 43974656 4556 33554432000 4194304 5972588 140730066072624 140730066059832 4919406 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4556 843 435 0 4099 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18224 KiB

[startup+1.50034 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27439
/proc/meminfo: memFree=31823388/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18224 CPUtime=1.49 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 5720 0 0 0 149 0 0 0 20 0 1 0 91954365 43974656 4556 33554432000 4194304 5972588 140730066072624 140730066059832 4918956 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4556 843 435 0 4099 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18224 KiB

[startup+3.10908 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27439
/proc/meminfo: memFree=31822768/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18344 CPUtime=3.1 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 6473 0 0 0 310 0 0 0 20 0 1 0 91954365 43974656 4586 33554432000 4194304 5972588 140730066072624 140730066059816 4919083 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4586 861 435 0 4099 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18344 KiB

[startup+6.30034 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27439
/proc/meminfo: memFree=31822496/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18348 CPUtime=6.29 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 7464 0 0 0 629 0 0 0 20 0 1 0 91954365 43974656 4587 33554432000 4194304 5972588 140730066072624 140730066059816 5139324 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4587 861 435 0 4099 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18348 KiB

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27439
/proc/meminfo: memFree=31822744/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18348 CPUtime=12.69 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 8482 0 0 0 1269 0 0 0 20 0 1 0 91954365 43974656 4587 33554432000 4194304 5972588 140730066072624 140730066059816 4919301 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4587 861 435 0 4099 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18348 KiB

[startup+25.5003 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27439
/proc/meminfo: memFree=31822992/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18352 CPUtime=25.48 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 10452 0 0 0 2548 0 0 0 20 0 1 0 91954365 43974656 4588 33554432000 4194304 5972588 140730066072624 140730066059816 5139312 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4588 861 435 0 4099 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18352 KiB

[startup+51.1091 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27439
/proc/meminfo: memFree=31822852/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18504 CPUtime=51.09 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 10601 0 0 0 5109 0 0 0 20 0 1 0 91954365 43974656 4626 33554432000 4194304 5972588 140730066072624 140730066059816 4919097 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4626 861 435 0 4099 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18504 KiB

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27440
/proc/meminfo: memFree=31822636/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18508 CPUtime=102.28 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 10738 0 0 0 10228 0 0 0 20 0 1 0 91954365 43974656 4627 33554432000 4194304 5972588 140730066072624 140730066059816 4919301 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4627 861 435 0 4099 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18508 KiB

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27441
/proc/meminfo: memFree=31823008/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18512 CPUtime=162.28 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 10878 0 0 0 16228 0 0 0 20 0 1 0 91954365 43974656 4628 33554432000 4194304 5972588 140730066072624 140730066059816 4919301 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4628 861 435 0 4099 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18512 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27442
/proc/meminfo: memFree=31822752/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18512 CPUtime=222.27 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 11015 0 0 0 22227 0 0 0 20 0 1 0 91954365 43974656 4628 33554432000 4194304 5972588 140730066072624 140730066059816 5139329 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4628 861 435 0 4099 0
Current children cumulated CPU time: 222.27 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18512 KiB

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27443
/proc/meminfo: memFree=31823008/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18512 CPUtime=282.27 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 11149 0 0 0 28227 0 0 0 20 0 1 0 91954365 43974656 4628 33554432000 4194304 5972588 140730066072624 140730066059816 4919280 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4628 861 435 0 4099 0
Current children cumulated CPU time: 282.27 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18512 KiB

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27444
/proc/meminfo: memFree=31823132/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18512 CPUtime=342.27 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 11286 0 0 0 34227 0 0 0 20 0 1 0 91954365 43974656 4628 33554432000 4194304 5972588 140730066072624 140730066059816 5139338 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4628 861 435 0 4099 0
Current children cumulated CPU time: 342.27 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18512 KiB

[startup+402.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/188 27445
/proc/meminfo: memFree=31823188/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18512 CPUtime=402.26 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 11420 0 0 0 40226 0 0 0 20 0 1 0 91954365 43974656 4628 33554432000 4194304 5972588 140730066072624 140730066059816 4919406 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4628 861 435 0 4099 0
Current children cumulated CPU time: 402.26 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18512 KiB

[startup+462.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/188 27446
/proc/meminfo: memFree=31823404/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18512 CPUtime=462.26 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 11554 0 0 0 46226 0 0 0 20 0 1 0 91954365 43974656 4628 33554432000 4194304 5972588 140730066072624 140730066059816 5139327 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4628 861 435 0 4099 0
Current children cumulated CPU time: 462.26 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18512 KiB


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

/proc/27438/statm: 10736 4630 861 435 0 4099 0
Current children cumulated CPU time: 1722.19 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18520 KiB

[startup+1782.3 s]
/proc/loadavg: 2.02 2.08 2.07 3/187 27589
/proc/meminfo: memFree=30634268/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18520 CPUtime=1782.18 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 14471 0 0 0 178218 0 0 0 20 0 1 0 91954365 43974656 4630 33554432000 4194304 5972588 140730066072624 140730066059816 5032423 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4630 861 435 0 4099 0
Current children cumulated CPU time: 1782.18 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18520 KiB

[startup+1842.3 s]
/proc/loadavg: 2.01 2.07 2.07 3/188 27598
/proc/meminfo: memFree=30634428/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18520 CPUtime=1842.18 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 14614 0 0 0 184218 0 0 0 20 0 1 0 91954365 43974656 4630 33554432000 4194304 5972588 140730066072624 140730066059816 5139329 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4630 861 435 0 4099 0
Current children cumulated CPU time: 1842.18 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18520 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.06 2.06 3/188 27621
/proc/meminfo: memFree=30634132/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18520 CPUtime=1902.18 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 14745 0 0 0 190218 0 0 0 20 0 1 0 91954365 43974656 4630 33554432000 4194304 5972588 140730066072624 140730066059816 5032423 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4630 861 435 0 4099 0
Current children cumulated CPU time: 1902.18 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18520 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.04 2.06 3/188 27622
/proc/meminfo: memFree=30634264/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18520 CPUtime=1962.17 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 14875 0 0 0 196217 0 0 0 20 0 1 0 91954365 43974656 4630 33554432000 4194304 5972588 140730066072624 140730066059816 4919323 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4630 861 435 0 4099 0
Current children cumulated CPU time: 1962.17 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18520 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.04 2.05 3/188 27623
/proc/meminfo: memFree=30634412/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18520 CPUtime=2022.17 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 15004 0 0 0 202217 0 0 0 20 0 1 0 91954365 43974656 4630 33554432000 4194304 5972588 140730066072624 140730066059816 4919402 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4630 861 435 0 4099 0
Current children cumulated CPU time: 2022.17 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18520 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 27624
/proc/meminfo: memFree=30634668/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18520 CPUtime=2082.18 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 15141 0 0 0 208217 1 0 0 20 0 1 0 91954365 43974656 4630 33554432000 4194304 5972588 140730066072624 140730066059816 4919323 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4630 861 435 0 4099 0
Current children cumulated CPU time: 2082.18 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18520 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 27625
/proc/meminfo: memFree=30634436/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18520 CPUtime=2142.17 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 15268 0 0 0 214216 1 0 0 20 0 1 0 91954365 43974656 4630 33554432000 4194304 5972588 140730066072624 140730066059816 5139312 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4630 861 435 0 4099 0
Current children cumulated CPU time: 2142.17 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18520 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 27626
/proc/meminfo: memFree=30634272/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18520 CPUtime=2202.17 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 15395 0 0 0 220216 1 0 0 20 0 1 0 91954365 43974656 4630 33554432000 4194304 5972588 140730066072624 140730066059816 5139319 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4630 861 435 0 4099 0
Current children cumulated CPU time: 2202.17 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18520 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 27627
/proc/meminfo: memFree=30634396/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18520 CPUtime=2262.17 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 15522 0 0 0 226216 1 0 0 20 0 1 0 91954365 43974656 4630 33554432000 4194304 5972588 140730066072624 140730066059816 4919406 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4630 861 435 0 4099 0
Current children cumulated CPU time: 2262.17 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18520 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27628
/proc/meminfo: memFree=30634396/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18520 CPUtime=2322.16 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 15657 0 0 0 232215 1 0 0 20 0 1 0 91954365 43974656 4630 33554432000 4194304 5972588 140730066072624 140730066059816 5273474 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4630 861 435 0 4099 0
Current children cumulated CPU time: 2322.16 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18520 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 27629
/proc/meminfo: memFree=30634644/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18520 CPUtime=2382.16 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 15791 0 0 0 238215 1 0 0 20 0 1 0 91954365 43974656 4630 33554432000 4194304 5972588 140730066072624 140730066059816 5032400 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4630 861 435 0 4099 0
Current children cumulated CPU time: 2382.16 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18520 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27638
/proc/meminfo: memFree=30634724/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18520 CPUtime=2442.16 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 15918 0 0 0 244215 1 0 0 20 0 1 0 91954365 43974656 4630 33554432000 4194304 5972588 140730066072624 140730066059816 4918965 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4630 861 435 0 4099 0
Current children cumulated CPU time: 2442.16 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18520 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 27639
/proc/meminfo: memFree=30634552/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18520 CPUtime=2502.15 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 16054 0 0 0 250214 1 0 0 20 0 1 0 91954365 43974656 4630 33554432000 4194304 5972588 140730066072624 140730066059816 5139312 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4630 861 435 0 4099 0
Current children cumulated CPU time: 2502.15 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18520 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+2520 s]*
/proc/loadavg: 2.00 2.01 2.05 3/188 27639
/proc/meminfo: memFree=30634560/32770624 swapFree=67108860/67108860
[pid=27438] ppid=27435 vsize=42944 memory=18520 CPUtime=2519.86 cores=0,2,4,6
/proc/27438/stat : 27438 (cosoco) R 27435 27438 23976 0 -1 4202496 16180 0 0 0 251985 1 0 0 20 0 1 0 91954365 43974656 4630 33554432000 4194304 5972588 140730066072624 140730066059816 4919336 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8070896 8075904 39235584 140730066080954 140730066081054 140730066081054 140730066083790 0
/proc/27438/statm: 10736 4630 861 435 0 4099 0
Current children cumulated CPU time: 2519.86 s
Current children cumulated vsize: 42944 KiB
Current children cumulated memory: 18520 KiB

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

[startup+2520.01 s]
# the end of solver process 27438 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2519.86 s, system=0.012999 s

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

Child status: 1
Real time (s): 2520.01
CPU time (s): 2519.87
CPU user time (s): 2519.86
CPU system time (s): 0.012999
CPU usage (%): 99.9944
Max. virtual memory (cumulated for all children) (KiB): 42944
Max. memory (cumulated for all children) (KiB): 18520

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.86
system time used= 0.012999
maximum resident set size= 18560
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16629
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 11
involuntary context switches= 3158


# summary of solver processes directly reported to runsolver:
#   pid: 27438
#   total CPU time (s): 2519.87
#   total CPU user time (s): 2519.86
#   total CPU system time (s): 0.012999

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.17539 second user time and 19.1447 second system time

The end

Launcher Data

Begin job on node115 at 2017-08-13 03:30:08
IDJOB=4265585
IDBENCH=137104
IDSOLVER=2655
FILE ID=node115/4265585-1502588666
RUNJOBID= node115-1502567253-24060
PBS_JOBID= 20628280
Free space on /tmp= 61896 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/BinPacking/BinPacking-mdd-sw120/BinPacking-mdd-sw120-30.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265585-1502588666/watcher-4265585-1502588666 -o /tmp/evaluation-result-4265585-1502588666/solver-4265585-1502588666 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node115-1502567253-24060 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265585-1502588666.xml

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

MD5SUM BENCH= 1730b431530ce221acf4898e37ce65f9
RANDOM SEED=693955233

node115.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.69
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.69
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.69
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.69
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:        31837944 kB
MemAvailable:   31967580 kB
Buffers:           85024 kB
Cached:           340316 kB
SwapCached:            0 kB
Active:           378180 kB
Inactive:         133352 kB
Active(anon):      32924 kB
Inactive(anon):    81072 kB
Active(file):     345256 kB
Inactive(file):    52280 kB
Unevictable:        6212 kB
Mlocked:            6212 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2776 kB
Writeback:             0 kB
AnonPages:         91920 kB
Mapped:            44780 kB
Shmem:             25256 kB
Slab:             120704 kB
SReclaimable:      95872 kB
SUnreclaim:        24832 kB
KernelStack:        3296 kB
PageTables:         5244 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     383772 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     30720 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      105856 kB
DirectMap2M:    33439744 kB

Free space on /tmp at the end= 61892 MiB
End job on node115 at 2017-08-13 04:12:08