Trace number 4265619

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.04 2519.8999

General information on the benchmark

NameBinPacking/BinPacking-tab-sw100/
BinPacking-tab-sw100-74.xml
MD5SUM748f42f61d3aaac6f60870392cb688ba
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark1
Best CPU time to get the best result obtained on this benchmark2400.06
Satisfiable
(Un)Satisfiability was proved
Number of variables115
Number of constraints22
Number of domains2
Minimum domain size20
Maximum domain size42
Distribution of domain sizes[{"size":20,"count":1},{"size":42,"count":114}]
Minimum variable degree2
Maximum variable degree4
Distribution of variable degrees[{"degree":2,"count":1},{"degree":3,"count":95},{"degree":4,"count":19}]
Minimum constraint arity6
Maximum constraint arity114
Distribution of constraint arities[{"arity":6,"count":19},{"arity":20,"count":1},{"arity":114,"count":2}]
Number of extensional constraints19
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":19},{"type":"lex","count":1},{"type":"count","count":1},{"type":"cardinality","count":1}]
Optimization problemYES
Type of objectivemax VAR

Solver Data

12.40/12.43	c Create Cardinality(vars,values,occurs) constraint using 114 Exactly/AtMost.. constraint 
12.40/12.43	c
12.49/12.59	c SAT : Variables: 4808 -- Clauses: 98459
12.49/12.59	c best=?? lower=0 upper=19 
612.13/612.12	c
612.13/612.12	c This is cosoco 1.12 --  
612.13/612.12	c
612.13/612.12	c command line: cosoco -lc -model -restarts -sat HOME/instance-4265619-1502589725.xml 
612.13/612.12	c enable optimization
612.13/612.12	c ========================================[ Problem Statistics ]===========================================
612.13/612.12	c |                                                                                                       
612.13/612.12	c |  Parse time        :        12.49 s 
612.13/612.12	c |
612.13/612.12	c |               Variables: 115
612.13/612.12	c |            Domain Sizes: 20..42
612.13/612.12	c |
612.13/612.12	c |             Constraints: 81
612.13/612.12	c |                   Arity: 1..114  -- Unary: 1
612.13/612.12	c | 
612.13/612.12	c |                   Types: 
612.13/612.12	c |                          Exactly K: 42
612.13/612.12	c |                          Exactly K variable: 1
612.13/612.12	c |                          Extension: 19  (nb tuples: 1670666..1670666) -- (shared: 18)
612.13/612.12	c |                          Intension: 1
612.13/612.12	c |                          Lex: 18
612.13/612.12	c |                          
612.13/612.12	c =========================================================================================================
612.13/612.12	o 0
612.13/612.12	c    1 calls to solver: best=0 lower=1 upper=19 
2520.03/2519.90	
2520.03/2519.90	c *** INTERRUPTED ***
2520.03/2519.90	c restarts              : 181         
2520.03/2519.90	c conflicts             : 1710         (1 /sec)
2520.03/2519.90	c decisions             : 12366        (5 /sec)
2520.03/2519.90	c propagations          : 915010      (363 /sec)
2520.03/2519.90	c root propagations     : 703         
2520.03/2519.90	c filter calls          : 2280484        (905 /sec)
2520.03/2519.90	c useless filter calls  : 2198954        (96 %)
2520.03/2519.90	c
2520.03/2519.90	c clauses               : 99552
2520.03/2519.90	c SAT propagations      : 666
2520.03/2519.90	c SAT conflicts         : 0 (0 learnts)
2520.03/2519.90	c Memory used           : 365.07 MB
2520.03/2519.90	c CPU time              : 2519.81 s
2520.03/2519.90	
2520.03/2519.90	c nb Solutions = 1
2520.03/2519.90	s SATISFIABLE
2520.03/2519.90	c Best value found: 0
2520.03/2519.90	
2520.03/2519.90	
2520.03/2519.90	v <instantiation type='solution' cost='0'>
2520.03/2519.90	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[1][0] b[1][1] b[1][2] b[1][3] b[1][4] b[1][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>
2520.03/2519.90	v <values>200 199 199 198 198 0 186 172 166 159 156 151 185 172 171 158 156 151 184 183 181 180 174 0 183 182 181 174 173 0 182 182 181 180 173 0 182 182 181 179 173 0 181 181 180 174 173 0 179 179 178 174 173 0 178 176 175 175 173 0 198 196 196 196 195 0 198 195 195 194 194 0 191 174 164 161 154 154 191 172 168 161 154 152 190 190 0 0 0 0 189 171 170 158 156 151 188 172 171 157 155 151 187 171 169 161 154 153 186 180 164 159 156 151 0 </values>
2520.03/2519.90	v </instantiation>
2520.03/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 (12819 MiB free)
  memory of node 1: 16384 MiB (14987 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4265619-1502589725/watcher-4265619-1502589725 -o /tmp/evaluation-result-4265619-1502589725/solver-4265619-1502589725 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502567255-24592 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4265619-1502589725.xml 

running on 4 cores: 1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
Current StackSize limit: 8192 KiB

solver pid=27175, runsolver pid=27172

[startup+0.100152 s]*
/proc/loadavg: 1.95 2.07 2.07 3/187 27176
/proc/meminfo: memFree=28472564/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=28132 memory=4264 CPUtime=0.1 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 1296 0 0 0 10 0 0 0 20 0 1 0 92060492 28807168 1066 33554432000 4194304 5972588 140729400329856 140729400326504 140699549864528 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 7033 1066 715 435 0 396 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28132 KiB
Current children cumulated memory: 4264 KiB

[startup+0.209359 s]*
/proc/loadavg: 1.95 2.07 2.07 3/187 27176
/proc/meminfo: memFree=28471820/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=29044 memory=4976 CPUtime=0.21 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 1599 0 0 0 21 0 0 0 20 0 1 0 92060492 29741056 1244 33554432000 4194304 5972588 140729400329856 140729400326504 140699537148901 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 7261 1244 715 435 0 624 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 29044 KiB
Current children cumulated memory: 4976 KiB

[startup+0.308843 s]*
/proc/loadavg: 1.95 2.07 2.07 3/187 27176
/proc/meminfo: memFree=28470704/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=30208 memory=5872 CPUtime=0.31 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 1976 0 0 0 31 0 0 0 20 0 1 0 92060492 30932992 1468 33554432000 4194304 5972588 140729400329856 140729400326504 5380104 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 7552 1468 715 435 0 915 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 30208 KiB
Current children cumulated memory: 5872 KiB

[startup+0.700281 s]
/proc/loadavg: 1.95 2.07 2.07 3/187 27176
/proc/meminfo: memFree=28468072/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=33460 memory=8924 CPUtime=0.69 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 2644 0 0 0 69 0 0 0 20 0 1 0 92060492 34263040 2231 33554432000 4194304 5972588 140729400329856 140729400326504 140699537148901 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 8365 2231 715 435 0 1728 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 33460 KiB
Current children cumulated memory: 8924 KiB

[startup+1.50029 s]
/proc/loadavg: 1.95 2.07 2.07 3/187 27176
/proc/meminfo: memFree=28463768/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=39964 memory=14608 CPUtime=1.49 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 3826 0 0 0 149 0 0 0 20 0 1 0 92060492 40923136 3652 33554432000 4194304 5972588 140729400329856 140729400326504 140699537148901 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 9991 3652 715 435 0 3354 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 39964 KiB
Current children cumulated memory: 14608 KiB

[startup+3.10937 s]
/proc/loadavg: 1.95 2.07 2.07 3/187 27176
/proc/meminfo: memFree=28449800/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=53104 memory=27624 CPUtime=3.1 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 6060 0 0 0 309 1 0 0 20 0 1 0 92060492 54378496 6906 33554432000 4194304 5972588 140729400329856 140729400326504 140699537148901 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 13276 6906 715 435 0 6639 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 53104 KiB
Current children cumulated memory: 27624 KiB

[startup+6.30027 s]
/proc/loadavg: 1.95 2.07 2.07 3/187 27176
/proc/meminfo: memFree=28425292/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=79252 memory=51860 CPUtime=6.29 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 10232 0 0 0 627 2 0 0 20 0 1 0 92060492 81154048 12965 33554432000 4194304 5972588 140729400329856 140729400326424 5351408 0 0 4096 0 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 19813 12965 715 435 0 13176 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 79252 KiB
Current children cumulated memory: 51860 KiB

[startup+12.7004 s]
/proc/loadavg: 1.96 2.07 2.07 3/187 27176
/proc/meminfo: memFree=28342428/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344732 CPUtime=12.69 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 54360 0 0 0 1259 10 0 0 20 0 1 0 92060492 382795776 86183 33554432000 4194304 5972588 140729400329856 140729400326424 4935596 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86183 814 435 0 86819 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344732 KiB

[startup+25.5004 s]
/proc/loadavg: 1.97 2.07 2.07 3/187 27176
/proc/meminfo: memFree=28131224/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344908 CPUtime=25.49 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 91196 0 0 0 2538 11 0 0 20 0 1 0 92060492 382795776 86227 33554432000 4194304 5972588 140729400329856 140729400317064 4935463 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86227 857 435 0 86819 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344908 KiB

[startup+51.1096 s]
/proc/loadavg: 2.04 2.08 2.07 3/187 27176
/proc/meminfo: memFree=28131132/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344908 CPUtime=51.1 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 129404 0 0 0 5097 13 0 0 20 0 1 0 92060492 382795776 86227 33554432000 4194304 5972588 140729400329856 140729400317064 4935454 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86227 857 435 0 86819 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344908 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.07 2.06 3/187 27177
/proc/meminfo: memFree=28131140/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344908 CPUtime=102.29 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 195051 0 0 0 10212 17 0 0 20 0 1 0 92060492 382795776 86227 33554432000 4194304 5972588 140729400329856 140729400317064 4935408 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86227 857 435 0 86819 0
Current children cumulated CPU time: 102.29 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344908 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.06 2.06 3/188 27186
/proc/meminfo: memFree=28130400/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344908 CPUtime=162.3 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 226952 0 0 0 16211 19 0 0 20 0 1 0 92060492 382795776 86227 33554432000 4194304 5972588 140729400329856 140729400317064 4935463 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86227 857 435 0 86819 0
Current children cumulated CPU time: 162.3 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344908 KiB

[startup+222.3 s]
/proc/loadavg: 2.08 2.06 2.06 3/188 27187
/proc/meminfo: memFree=28129908/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344908 CPUtime=222.3 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 237784 0 0 0 22211 19 0 0 20 0 1 0 92060492 382795776 86227 33554432000 4194304 5972588 140729400329856 140729400317064 4935463 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86227 857 435 0 86819 0
Current children cumulated CPU time: 222.3 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344908 KiB

[startup+282.3 s]
/proc/loadavg: 2.03 2.05 2.05 3/188 27188
/proc/meminfo: memFree=28130324/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344908 CPUtime=282.3 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 244263 0 0 0 28210 20 0 0 20 0 1 0 92060492 382795776 86227 33554432000 4194304 5972588 140729400329856 140729400317064 4935463 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86227 857 435 0 86819 0
Current children cumulated CPU time: 282.3 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344908 KiB

[startup+342.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/188 27189
/proc/meminfo: memFree=28128448/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344908 CPUtime=342.3 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 247439 0 0 0 34210 20 0 0 20 0 1 0 92060492 382795776 86227 33554432000 4194304 5972588 140729400329856 140729400317064 4935454 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86227 857 435 0 86819 0
Current children cumulated CPU time: 342.3 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344908 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/188 27190
/proc/meminfo: memFree=28128548/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344908 CPUtime=402.31 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 248284 0 0 0 40211 20 0 0 20 0 1 0 92060492 382795776 86227 33554432000 4194304 5972588 140729400329856 140729400317064 4934247 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86227 857 435 0 86819 0
Current children cumulated CPU time: 402.31 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344908 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 27192
/proc/meminfo: memFree=28128052/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344908 CPUtime=462.31 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 248859 0 0 0 46211 20 0 0 20 0 1 0 92060492 382795776 86227 33554432000 4194304 5972588 140729400329856 140729400317064 4935463 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86227 857 435 0 86819 0
Current children cumulated CPU time: 462.31 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344908 KiB


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

/proc/27175/statm: 93456 86229 859 435 0 86819 0
Current children cumulated CPU time: 1782.38 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344916 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 27316
/proc/meminfo: memFree=27179544/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344916 CPUtime=1842.4 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 262306 0 0 0 184218 22 0 0 20 0 1 0 92060492 382795776 86229 33554432000 4194304 5972588 140729400329856 140729400317048 4935454 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86229 859 435 0 86819 0
Current children cumulated CPU time: 1842.4 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344916 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 27317
/proc/meminfo: memFree=27174728/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344916 CPUtime=1902.4 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 262887 0 0 0 190218 22 0 0 20 0 1 0 92060492 382795776 86229 33554432000 4194304 5972588 140729400329856 140729400317048 4935463 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86229 859 435 0 86819 0
Current children cumulated CPU time: 1902.4 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344916 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 27326
/proc/meminfo: memFree=27171084/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344916 CPUtime=1962.4 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 263469 0 0 0 196218 22 0 0 20 0 1 0 92060492 382795776 86229 33554432000 4194304 5972588 140729400329856 140729400317048 4934287 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86229 859 435 0 86819 0
Current children cumulated CPU time: 1962.4 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344916 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 27327
/proc/meminfo: memFree=27167908/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344916 CPUtime=2022.41 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 264052 0 0 0 202219 22 0 0 20 0 1 0 92060492 382795776 86229 33554432000 4194304 5972588 140729400329856 140729400317048 4935463 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86229 859 435 0 86819 0
Current children cumulated CPU time: 2022.41 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344916 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 27328
/proc/meminfo: memFree=27165456/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344916 CPUtime=2082.41 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 264640 0 0 0 208219 22 0 0 20 0 1 0 92060492 382795776 86229 33554432000 4194304 5972588 140729400329856 140729400317048 4935463 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86229 859 435 0 86819 0
Current children cumulated CPU time: 2082.41 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344916 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 27329
/proc/meminfo: memFree=27163128/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344916 CPUtime=2142.41 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 265216 0 0 0 214219 22 0 0 20 0 1 0 92060492 382795776 86229 33554432000 4194304 5972588 140729400329856 140729400317048 4934322 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86229 859 435 0 86819 0
Current children cumulated CPU time: 2142.41 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344916 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/188 27330
/proc/meminfo: memFree=27160068/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344916 CPUtime=2202.41 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 265806 0 0 0 220219 22 0 0 20 0 1 0 92060492 382795776 86229 33554432000 4194304 5972588 140729400329856 140729400317048 4935456 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86229 859 435 0 86819 0
Current children cumulated CPU time: 2202.41 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344916 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 27332
/proc/meminfo: memFree=27157772/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344916 CPUtime=2262.42 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 266372 0 0 0 226220 22 0 0 20 0 1 0 92060492 382795776 86229 33554432000 4194304 5972588 140729400329856 140729400317048 4935463 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86229 859 435 0 86819 0
Current children cumulated CPU time: 2262.42 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344916 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 27333
/proc/meminfo: memFree=27154668/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344916 CPUtime=2322.42 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 266956 0 0 0 232220 22 0 0 20 0 1 0 92060492 382795776 86229 33554432000 4194304 5972588 140729400329856 140729400317048 4935463 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86229 859 435 0 86819 0
Current children cumulated CPU time: 2322.42 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344916 KiB

[startup+2382.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 27334
/proc/meminfo: memFree=27153304/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344916 CPUtime=2382.42 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 267554 0 0 0 238220 22 0 0 20 0 1 0 92060492 382795776 86229 33554432000 4194304 5972588 140729400329856 140729400317048 4935454 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86229 859 435 0 86819 0
Current children cumulated CPU time: 2382.42 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344916 KiB

[startup+2442.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 27336
/proc/meminfo: memFree=27151032/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344916 CPUtime=2442.42 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 268122 0 0 0 244220 22 0 0 20 0 1 0 92060492 382795776 86229 33554432000 4194304 5972588 140729400329856 140729400317048 4935454 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86229 859 435 0 86819 0
Current children cumulated CPU time: 2442.42 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344916 KiB

[startup+2502.3 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 27337
/proc/meminfo: memFree=27149536/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344916 CPUtime=2502.43 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 268705 0 0 0 250221 22 0 0 20 0 1 0 92060492 382795776 86229 33554432000 4194304 5972588 140729400329856 140729400317048 4935454 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86229 859 435 0 86819 0
Current children cumulated CPU time: 2502.43 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344916 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 27338
/proc/meminfo: memFree=27148948/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344916 CPUtime=2520.03 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 268723 0 0 0 251981 22 0 0 20 0 1 0 92060492 382795776 86229 33554432000 4194304 5972588 140729400329856 140729400317048 4935463 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86229 859 435 0 86819 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344916 KiB

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

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

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

[startup+2519.9 s]
/proc/loadavg: 2.00 2.00 2.04 3/187 27338
/proc/meminfo: memFree=27148948/32770624 swapFree=67108860/67108860
[pid=27175] ppid=27172 vsize=373824 memory=344916 CPUtime=2520.03 cores=1,3,5,7
/proc/27175/stat : 27175 (cosoco) R 27172 27175 24508 0 -1 4202496 268723 0 0 0 251981 22 0 0 20 0 1 0 92060492 382795776 86229 33554432000 4194304 5972588 140729400329856 140729400317048 4935463 0 0 4096 8405026 0 0 0 17 3 0 0 0 0 0 8070896 8075904 10956800 140729400337594 140729400337694 140729400337694 140729400340430 0
/proc/27175/statm: 93456 86229 859 435 0 86819 0
Current children cumulated CPU time: 2520.03 s
Current children cumulated vsize: 373824 KiB
Current children cumulated memory: 344916 KiB

Child status: 1
Real time (s): 2519.9
CPU time (s): 2520.04
CPU user time (s): 2519.81
CPU system time (s): 0.226012
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 373824
Max. memory (cumulated for all children) (KiB): 344916

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2519.81
system time used= 0.226012
maximum resident set size= 344980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 268767
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= 17
involuntary context switches= 643


# summary of solver processes directly reported to runsolver:
#   pid: 27175
#   total CPU time (s): 2520.04
#   total CPU user time (s): 2519.81
#   total CPU system time (s): 0.226012

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.96344 second user time and 19.9204 second system time

The end

Launcher Data

Begin job on node104 at 2017-08-13 03:47:47
IDJOB=4265619
IDBENCH=137964
IDSOLVER=2655
FILE ID=node104/4265619-1502589725
RUNJOBID= node104-1502567255-24592
PBS_JOBID= 20628287
Free space on /tmp= 61824 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/BinPacking/BinPacking-tab-sw100/BinPacking-tab-sw100-74.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4265619-1502589725/watcher-4265619-1502589725 -o /tmp/evaluation-result-4265619-1502589725/solver-4265619-1502589725 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node104-1502567255-24592 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4265619-1502589725.xml

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

MD5SUM BENCH= 748f42f61d3aaac6f60870392cb688ba
RANDOM SEED=861948461

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28474140 kB
MemAvailable:   31766952 kB
Buffers:          133584 kB
Cached:          3454080 kB
SwapCached:            0 kB
Active:           593076 kB
Inactive:        3279116 kB
Active(anon):     287352 kB
Inactive(anon):    25028 kB
Active(file):     305724 kB
Inactive(file):  3254088 kB
Unevictable:        6528 kB
Mlocked:            6528 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:             40372 kB
Writeback:             0 kB
AnonPages:        370328 kB
Mapped:            44600 kB
Shmem:             25228 kB
Slab:             123300 kB
SReclaimable:      97668 kB
SUnreclaim:        25632 kB
KernelStack:        3376 kB
PageTables:         5684 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     590228 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    309248 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61820 MiB
End job on node104 at 2017-08-13 04:29:48