Trace number 4266504

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)1200 2520.03 2519.8999

General information on the benchmark

NameRack/
Rack-m1c-s1/Rack-m1c-r3.xml
MD5SUMbc26aaa932070946748b52cb6241d030
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark1200
Best CPU time to get the best result obtained on this benchmark2559.0901
Satisfiable
(Un)Satisfiability was proved
Number of variables120
Number of constraints68
Number of domains8
Minimum domain size2
Maximum domain size17
Distribution of domain sizes[{"size":2,"count":12},{"size":3,"count":60},{"size":5,"count":12},{"size":9,"count":12},{"size":11,"count":12},{"size":17,"count":12}]
Minimum variable degree2
Maximum variable degree5
Distribution of variable degrees[{"degree":2,"count":36},{"degree":3,"count":70},{"degree":4,"count":12},{"degree":5,"count":2}]
Minimum constraint arity2
Maximum constraint arity12
Distribution of constraint arities[{"arity":2,"count":36},{"arity":4,"count":1},{"arity":7,"count":24},{"arity":12,"count":7}]
Number of extensional constraints36
Number of intensional constraints1
Distribution of constraint types[{"type":"extension","count":36},{"type":"intension","count":1},{"type":"ordered","count":1},{"type":"sum","count":30}]
Optimization problemYES
Type of objectivemin SUM

Quality of the solution as a function of time


Download the above graph as a PDF file / as an EPS file

Solver Data

0.00/0.07	c SAT : Variables: 708 -- Clauses: 3156
0.00/0.07	c best=?? lower=-2400 upper=0 
0.00/0.08	c
0.00/0.08	c This is cosoco 1.12 --  
0.00/0.08	c
0.00/0.08	c command line: cosoco -lc -model -restarts -sat HOME/instance-4266504-1502595800.xml 
0.00/0.08	c enable optimization
0.00/0.08	c ========================================[ Problem Statistics ]===========================================
0.00/0.08	c |                                                                                                       
0.00/0.08	c |  Parse time        :         0.00 s 
0.00/0.08	c |
0.00/0.08	c |               Variables: 120
0.00/0.08	c |            Domain Sizes: 2..17
0.00/0.08	c |
0.00/0.08	c |             Constraints: 79
0.00/0.08	c |                   Arity: 2..12  -- Binary: 47
0.00/0.08	c | 
0.00/0.08	c |                   Types: 
0.00/0.08	c |                          (X -Y <= k): 11
0.00/0.08	c |                          Extension: 36  (nb tuples: 3..3) -- (shared: 33)
0.00/0.08	c |                          Intension: 1
0.00/0.08	c |                          Sum: 31
0.00/0.08	c |                          
0.00/0.08	c =========================================================================================================
0.00/0.08	o -1800
0.00/0.08	c    1 calls to solver: best=-1800 lower=-1799 upper=0 
0.00/0.08	o -1650
0.00/0.08	o -1500
0.00/0.08	c    3 calls to solver: best=-1500 lower=-1499 upper=0 
0.00/0.08	o -1350
0.00/0.09	o -1200
0.00/0.09	c    5 calls to solver: best=-1200 lower=-1199 upper=0 
2520.02/2519.90	
2520.02/2519.90	c *** INTERRUPTED ***
2520.02/2519.90	c restarts              : 619         
2520.02/2519.90	c conflicts             : 90646378     (35971 /sec)
2520.02/2519.90	c decisions             : 311902731    (123770 /sec)
2520.02/2519.90	c propagations          : 7376772860  (2927271 /sec)
2520.02/2519.90	c root propagations     : 36          
2520.02/2519.90	c filter calls          : 5326398533     (2113636 /sec)
2520.02/2519.90	c useless filter calls  : 2706777857     (50 %)
2520.02/2519.90	c
2520.02/2519.90	c clauses               : 7124
2520.02/2519.90	c SAT propagations      : 3376
2520.02/2519.90	c SAT conflicts         : 19 (0 learnts)
2520.02/2519.90	c Memory used           : 31.39 MB
2520.02/2519.90	c CPU time              : 2520.02 s
2520.02/2519.90	
2520.02/2519.90	c nb Solutions = 5
2520.02/2519.90	s SATISFIABLE
2520.02/2519.90	c Best value found: -1200
2520.02/2519.90	
2520.02/2519.90	
2520.02/2519.90	v <instantiation type='solution' cost='-1200'>
2520.02/2519.90	v <list>c[0][0] c[0][1] c[0][2] c[0][3] c[0][4] c[0][5] c[10][0] c[10][1] c[10][2] c[10][3] c[10][4] c[10][5] c[11][0] c[11][1] c[11][2] c[11][3] c[11][4] c[11][5] c[1][0] c[1][1] c[1][2] c[1][3] c[1][4] c[1][5] c[2][0] c[2][1] c[2][2] c[2][3] c[2][4] c[2][5] c[3][0] c[3][1] c[3][2] c[3][3] c[3][4] c[3][5] c[4][0] c[4][1] c[4][2] c[4][3] c[4][4] c[4][5] c[5][0] c[5][1] c[5][2] c[5][3] c[5][4] c[5][5] c[6][0] c[6][1] c[6][2] c[6][3] c[6][4] c[6][5] c[7][0] c[7][1] c[7][2] c[7][3] c[7][4] c[7][5] c[8][0] c[8][1] c[8][2] c[8][3] c[8][4] c[8][5] c[9][0] c[9][1] c[9][2] c[9][3] c[9][4] c[9][5] r[0] r[10] r[11] r[1] r[2] r[3] r[4] r[5] r[6] r[7] r[8] r[9] rcn[0] rcn[10] rcn[11] rcn[1] rcn[2] rcn[3] rcn[4] rcn[5] rcn[6] rcn[7] rcn[8] rcn[9] rpr[0] rpr[10] rpr[11] rpr[1] rpr[2] rpr[3] rpr[4] rpr[5] rpr[6] rpr[7] rpr[8] rpr[9] rpw[0] rpw[10] rpw[11] rpw[1] rpw[2] rpw[3] rpw[4] rpw[5] rpw[6] rpw[7] rpw[8] rpw[9] </list>
2520.02/2519.90	v <values>8 0 3 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 5 0 0 0 2 0 0 0 5 0 0 0 0 5 0 1 0 0 0 0 0 3 0 0 2 5 0 0 0 0 5 0 0 0 0 1 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 0 2 0 0 2 2 1 1 1 1 0 0 0 16 0 0 16 16 8 8 8 8 0 0 0 200 0 0 200 200 150 150 150 150 0 0 0 200 0 0 200 200 150 150 150 150 0 0 0 </values>
2520.02/2519.90	v </instantiation>
2520.02/2519.90	

Verifier Data

OK	1200

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4266504-1502595800/watcher-4266504-1502595800 -o /tmp/evaluation-result-4266504-1502595800/solver-4266504-1502595800 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502565190-8353 --watchdog 2580 cosoco -lc -model -restarts -sat HOME/instance-4266504-1502595800.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
solver pid=15433, runsolver pid=15430
Current StackSize limit: 8192 KiB


[startup+0.100198 s]*
/proc/loadavg: 2.02 2.05 2.05 3/186 15434
/proc/meminfo: memFree=31414508/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=31748 memory=4120 CPUtime=0.03 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 1245 0 0 0 3 0 0 0 20 0 1 0 107395202 32509952 1030 18446744073709551615 4194304 5972588 140721128046192 140721128043640 4913733 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 7937 1030 842 435 0 1300 0
Current children cumulated CPU time: 0.03 s
Current children cumulated vsize: 31748 KiB
Current children cumulated memory: 4120 KiB

[startup+0.209591 s]*
/proc/loadavg: 2.02 2.05 2.05 4/186 15434
/proc/meminfo: memFree=31414136/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=31876 memory=4372 CPUtime=0.14 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 1309 0 0 0 14 0 0 0 20 0 1 0 107395202 32641024 1093 18446744073709551615 4194304 5972588 140721128046192 140721128043416 5273687 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 7969 1093 856 435 0 1332 0
Current children cumulated CPU time: 0.14 s
Current children cumulated vsize: 31876 KiB
Current children cumulated memory: 4372 KiB

[startup+0.309184 s]*
/proc/loadavg: 2.02 2.05 2.05 3/186 15434
/proc/meminfo: memFree=31414136/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=31876 memory=4632 CPUtime=0.24 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 1370 0 0 0 24 0 0 0 20 0 1 0 107395202 32641024 1158 18446744073709551615 4194304 5972588 140721128046192 140721128043416 5139312 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 7969 1158 856 435 0 1332 0
Current children cumulated CPU time: 0.24 s
Current children cumulated vsize: 31876 KiB
Current children cumulated memory: 4632 KiB

[startup+0.700329 s]
/proc/loadavg: 2.02 2.05 2.05 3/186 15434
/proc/meminfo: memFree=31414136/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32008 memory=5044 CPUtime=0.62 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 1430 0 0 0 62 0 0 0 20 0 1 0 107395202 32776192 1261 18446744073709551615 4194304 5972588 140721128046192 140721128043144 5094162 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8002 1261 856 435 0 1365 0
Current children cumulated CPU time: 0.62 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5044 KiB

[startup+1.50033 s]
/proc/loadavg: 2.02 2.05 2.05 3/186 15434
/proc/meminfo: memFree=31413380/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32008 memory=5044 CPUtime=1.42 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 1440 0 0 0 142 0 0 0 20 0 1 0 107395202 32776192 1261 18446744073709551615 4194304 5972588 140721128046192 140721128043144 5046460 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8002 1261 856 435 0 1365 0
Current children cumulated CPU time: 1.42 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5044 KiB

[startup+3.10924 s]
/proc/loadavg: 2.02 2.04 2.05 3/186 15434
/proc/meminfo: memFree=31413404/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32008 memory=5124 CPUtime=3.03 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 1789 0 0 0 303 0 0 0 20 0 1 0 107395202 32776192 1281 18446744073709551615 4194304 5972588 140721128046192 140721128043144 5040459 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8002 1281 856 435 0 1365 0
Current children cumulated CPU time: 3.03 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5124 KiB

[startup+6.30032 s]
/proc/loadavg: 2.02 2.04 2.05 3/186 15434
/proc/meminfo: memFree=31413340/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32008 memory=5168 CPUtime=6.22 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 2150 0 0 0 622 0 0 0 20 0 1 0 107395202 32776192 1292 18446744073709551615 4194304 5972588 140721128046192 140721128043144 5039714 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8002 1292 856 435 0 1365 0
Current children cumulated CPU time: 6.22 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5168 KiB

[startup+12.7003 s]
/proc/loadavg: 2.02 2.04 2.05 3/186 15435
/proc/meminfo: memFree=31413344/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32008 memory=5188 CPUtime=12.62 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 2517 0 0 0 1262 0 0 0 20 0 1 0 107395202 32776192 1297 18446744073709551615 4194304 5972588 140721128046192 140721128043144 5046712 0 0 1 8405026 0 0 0 17 2 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8002 1297 856 435 0 1365 0
Current children cumulated CPU time: 12.62 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5188 KiB

[startup+25.5003 s]
/proc/loadavg: 1.93 2.03 2.04 3/186 15435
/proc/meminfo: memFree=31413640/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32008 memory=5240 CPUtime=25.42 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 3259 0 0 0 2542 0 0 0 20 0 1 0 107395202 32776192 1310 18446744073709551615 4194304 5972588 140721128046192 140721128043144 5048473 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8002 1310 856 435 0 1365 0
Current children cumulated CPU time: 25.42 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5240 KiB

[startup+51.1094 s]
/proc/loadavg: 1.96 2.02 2.04 3/189 15449
/proc/meminfo: memFree=31409436/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32008 memory=5268 CPUtime=51.03 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 3649 0 0 0 5103 0 0 0 20 0 1 0 107395202 32776192 1317 18446744073709551615 4194304 5972588 140721128046192 140721128043144 5046284 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8002 1317 856 435 0 1365 0
Current children cumulated CPU time: 51.03 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5268 KiB

[startup+102.3 s]
/proc/loadavg: 1.98 2.02 2.04 3/188 15451
/proc/meminfo: memFree=31408624/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32008 memory=5300 CPUtime=102.23 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 4043 0 0 0 10223 0 0 0 20 0 1 0 107395202 32776192 1325 18446744073709551615 4194304 5972588 140721128046192 140721128043144 5040152 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8002 1325 856 435 0 1365 0
Current children cumulated CPU time: 102.23 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5300 KiB

[startup+162.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/186 15455
/proc/meminfo: memFree=31412344/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32008 memory=5328 CPUtime=162.23 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 4442 0 0 0 16223 0 0 0 20 0 1 0 107395202 32776192 1332 18446744073709551615 4194304 5972588 140721128046192 140721128043144 5139312 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8002 1332 856 435 0 1365 0
Current children cumulated CPU time: 162.23 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5328 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/186 15457
/proc/meminfo: memFree=31412824/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32008 memory=5356 CPUtime=222.23 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 4850 0 0 0 22223 0 0 0 20 0 1 0 107395202 32776192 1339 18446744073709551615 4194304 5972588 140721128046192 140721128043144 5139490 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8002 1339 856 435 0 1365 0
Current children cumulated CPU time: 222.23 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5356 KiB

[startup+282.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/186 15459
/proc/meminfo: memFree=31413336/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32008 memory=5356 CPUtime=282.24 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 4853 0 0 0 28224 0 0 0 20 0 1 0 107395202 32776192 1339 18446744073709551615 4194304 5972588 140721128046192 140721128043144 5099616 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8002 1339 856 435 0 1365 0
Current children cumulated CPU time: 282.24 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5356 KiB

[startup+342.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/186 15461
/proc/meminfo: memFree=31413620/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32008 memory=5396 CPUtime=342.24 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 5259 0 0 0 34224 0 0 0 20 0 1 0 107395202 32776192 1349 18446744073709551615 4194304 5972588 140721128046192 140721128043144 5099651 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8002 1349 856 435 0 1365 0
Current children cumulated CPU time: 342.24 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5396 KiB

[startup+402.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/186 15463
/proc/meminfo: memFree=31413496/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32008 memory=5396 CPUtime=402.25 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 5264 0 0 0 40225 0 0 0 20 0 1 0 107395202 32776192 1349 18446744073709551615 4194304 5972588 140721128046192 140721128043144 5047464 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8002 1349 856 435 0 1365 0
Current children cumulated CPU time: 402.25 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5396 KiB

[startup+462.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/186 15467
/proc/meminfo: memFree=31413764/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32008 memory=5416 CPUtime=462.25 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 5677 0 0 0 46225 0 0 0 20 0 1 0 107395202 32776192 1354 18446744073709551615 4194304 5972588 140721128046192 140721128043144 5040189 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8002 1354 856 435 0 1365 0
Current children cumulated CPU time: 462.25 s
Current children cumulated vsize: 32008 KiB
Current children cumulated memory: 5416 KiB


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

/proc/15433/statm: 8036 1383 856 435 0 1399 0
Current children cumulated CPU time: 1782.37 s
Current children cumulated vsize: 32144 KiB
Current children cumulated memory: 5532 KiB

[startup+1842.3 s]
/proc/loadavg: 1.00 1.27 1.68 2/178 15601
/proc/meminfo: memFree=31423232/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32144 memory=5532 CPUtime=1842.37 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 10313 0 0 0 184236 1 0 0 20 0 1 0 107395202 32915456 1383 18446744073709551615 4194304 5972588 140721128046192 140721128042840 5139333 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8036 1383 856 435 0 1399 0
Current children cumulated CPU time: 1842.37 s
Current children cumulated vsize: 32144 KiB
Current children cumulated memory: 5532 KiB

[startup+1902.3 s]
/proc/loadavg: 1.00 1.22 1.64 2/181 15617
/proc/meminfo: memFree=31417564/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32144 memory=5532 CPUtime=1902.38 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 10615 0 0 0 190237 1 0 0 20 0 1 0 107395202 32915456 1383 18446744073709551615 4194304 5972588 140721128046192 140721128042840 5048569 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8036 1383 856 435 0 1399 0
Current children cumulated CPU time: 1902.38 s
Current children cumulated vsize: 32144 KiB
Current children cumulated memory: 5532 KiB

[startup+1962.3 s]
/proc/loadavg: 1.12 1.21 1.61 2/181 15643
/proc/meminfo: memFree=31416712/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32144 memory=5532 CPUtime=1962.38 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 10712 0 0 0 196237 1 0 0 20 0 1 0 107395202 32915456 1383 18446744073709551615 4194304 5972588 140721128046192 140721128042840 5273374 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8036 1383 856 435 0 1399 0
Current children cumulated CPU time: 1962.38 s
Current children cumulated vsize: 32144 KiB
Current children cumulated memory: 5532 KiB

[startup+2022.3 s]
/proc/loadavg: 1.04 1.17 1.57 2/179 15646
/proc/meminfo: memFree=31420704/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32144 memory=5532 CPUtime=2022.39 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 11118 0 0 0 202238 1 0 0 20 0 1 0 107395202 32915456 1383 18446744073709551615 4194304 5972588 140721128046192 140721128042840 5139490 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8036 1383 856 435 0 1399 0
Current children cumulated CPU time: 2022.39 s
Current children cumulated vsize: 32144 KiB
Current children cumulated memory: 5532 KiB

[startup+2082.3 s]
/proc/loadavg: 1.02 1.14 1.53 2/178 15648
/proc/meminfo: memFree=31421524/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32144 memory=5532 CPUtime=2082.39 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 11131 0 0 0 208238 1 0 0 20 0 1 0 107395202 32915456 1383 18446744073709551615 4194304 5972588 140721128046192 140721128042840 5099648 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8036 1383 856 435 0 1399 0
Current children cumulated CPU time: 2082.39 s
Current children cumulated vsize: 32144 KiB
Current children cumulated memory: 5532 KiB

[startup+2142.3 s]
/proc/loadavg: 1.07 1.13 1.50 2/178 15650
/proc/meminfo: memFree=31421852/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32144 memory=5540 CPUtime=2142.39 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 11561 0 0 0 214238 1 0 0 20 0 1 0 107395202 32915456 1385 18446744073709551615 4194304 5972588 140721128046192 140721128042840 5099648 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8036 1385 856 435 0 1399 0
Current children cumulated CPU time: 2142.39 s
Current children cumulated vsize: 32144 KiB
Current children cumulated memory: 5540 KiB

[startup+2202.3 s]
/proc/loadavg: 0.97 1.09 1.47 2/179 15653
/proc/meminfo: memFree=31422084/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32144 memory=5540 CPUtime=2202.4 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 11572 0 0 0 220239 1 0 0 20 0 1 0 107395202 32915456 1385 18446744073709551615 4194304 5972588 140721128046192 140721128042840 5328685 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8036 1385 856 435 0 1399 0
Current children cumulated CPU time: 2202.4 s
Current children cumulated vsize: 32144 KiB
Current children cumulated memory: 5540 KiB

[startup+2262.3 s]
/proc/loadavg: 0.99 1.08 1.44 2/179 15655
/proc/meminfo: memFree=31422288/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32144 memory=5540 CPUtime=2262.4 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 11985 0 0 0 226239 1 0 0 20 0 1 0 107395202 32915456 1385 18446744073709551615 4194304 5972588 140721128046192 140721128042840 5039616 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8036 1385 856 435 0 1399 0
Current children cumulated CPU time: 2262.4 s
Current children cumulated vsize: 32144 KiB
Current children cumulated memory: 5540 KiB

[startup+2322.3 s]
/proc/loadavg: 1.00 1.06 1.41 2/178 15657
/proc/meminfo: memFree=31422552/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32144 memory=5540 CPUtime=2322.41 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 12011 0 0 0 232240 1 0 0 20 0 1 0 107395202 32915456 1385 18446744073709551615 4194304 5972588 140721128046192 140721128042840 5048000 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8036 1385 856 435 0 1399 0
Current children cumulated CPU time: 2322.41 s
Current children cumulated vsize: 32144 KiB
Current children cumulated memory: 5540 KiB

[startup+2382.3 s]
/proc/loadavg: 1.00 1.05 1.39 2/178 15659
/proc/meminfo: memFree=31422508/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32144 memory=5544 CPUtime=2382.41 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 12431 0 0 0 238240 1 0 0 20 0 1 0 107395202 32915456 1386 18446744073709551615 4194304 5972588 140721128046192 140721128042840 5039714 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8036 1386 856 435 0 1399 0
Current children cumulated CPU time: 2382.41 s
Current children cumulated vsize: 32144 KiB
Current children cumulated memory: 5544 KiB

[startup+2442.3 s]
/proc/loadavg: 1.00 1.04 1.36 2/179 15662
/proc/meminfo: memFree=31422828/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32144 memory=5544 CPUtime=2442.42 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 12433 0 0 0 244241 1 0 0 20 0 1 0 107395202 32915456 1386 18446744073709551615 4194304 5972588 140721128046192 140721128042840 5099630 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8036 1386 856 435 0 1399 0
Current children cumulated CPU time: 2442.42 s
Current children cumulated vsize: 32144 KiB
Current children cumulated memory: 5544 KiB

[startup+2502.3 s]
/proc/loadavg: 1.00 1.04 1.34 2/181 15678
/proc/meminfo: memFree=31417356/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32144 memory=5548 CPUtime=2502.42 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 12872 0 0 0 250241 1 0 0 20 0 1 0 107395202 32915456 1387 18446744073709551615 4194304 5972588 140721128046192 140721128042840 5099648 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8036 1387 856 435 0 1399 0
Current children cumulated CPU time: 2502.42 s
Current children cumulated vsize: 32144 KiB
Current children cumulated memory: 5548 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.9 s]
/proc/loadavg: 1.00 1.03 1.33 2/181 15678
/proc/meminfo: memFree=31417356/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32144 memory=5548 CPUtime=2520.02 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 12874 0 0 0 252001 1 0 0 20 0 1 0 107395202 32915456 1387 18446744073709551615 4194304 5972588 140721128046192 140721128042840 5243865 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8036 1387 856 435 0 1399 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 32144 KiB
Current children cumulated memory: 5548 KiB

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

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

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

[startup+2519.9 s]
/proc/loadavg: 1.00 1.03 1.33 2/181 15678
/proc/meminfo: memFree=31417356/32770624 swapFree=67108860/67108860
[pid=15433] ppid=15430 vsize=32144 memory=5548 CPUtime=2520.02 cores=0,2,4,6
/proc/15433/stat : 15433 (cosoco) R 15430 15433 8289 0 -1 4202496 12874 0 0 0 252001 1 0 0 20 0 1 0 107395202 32915456 1387 18446744073709551615 4194304 5972588 140721128046192 140721128042840 5243865 0 0 1 8405026 0 0 0 17 4 0 0 6 0 0 8070896 8075904 8249344 140721128047044 140721128047144 140721128047144 140721128050638 0
/proc/15433/statm: 8036 1387 856 435 0 1399 0
Current children cumulated CPU time: 2520.02 s
Current children cumulated vsize: 32144 KiB
Current children cumulated memory: 5548 KiB

Child status: 1
Real time (s): 2519.9
CPU time (s): 2520.03
CPU user time (s): 2520.02
CPU system time (s): 0.011
CPU usage (%): 100.005
Max. virtual memory (cumulated for all children) (KiB): 32144
Max. memory (cumulated for all children) (KiB): 5548

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.02
system time used= 0.011
maximum resident set size= 5616
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 12919
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= 1927


# summary of solver processes directly reported to runsolver:
#   pid: 15433
#   total CPU time (s): 2520.03
#   total CPU user time (s): 2520.02
#   total CPU system time (s): 0.011

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.4054 second user time and 14.7291 second system time

The end

Launcher Data

Begin job on node133 at 2017-08-13 05:29:12
IDJOB=4266504
IDBENCH=140551
IDSOLVER=2655
FILE ID=node133/4266504-1502595800
RUNJOBID= node133-1502565190-8353
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-sat 1.12
BENCH NAME= XCSP17/Rack/Rack-m1c-s1/Rack-m1c-r3.xml
COMMAND LINE= cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4266504-1502595800/watcher-4266504-1502595800 -o /tmp/evaluation-result-4266504-1502595800/solver-4266504-1502595800 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node133-1502565190-8353 --watchdog 2580  cosoco -lc -model -restarts -sat HOME/instance-4266504-1502595800.xml

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

MD5SUM BENCH= bc26aaa932070946748b52cb6241d030
RANDOM SEED=53625785

node133.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.17
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.17
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.17
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.17
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:        31415680 kB
MemAvailable:   31958764 kB
Buffers:          224144 kB
Cached:           613856 kB
SwapCached:            0 kB
Active:           753932 kB
Inactive:         151572 kB
Active(anon):       7488 kB
Inactive(anon):   102000 kB
Active(file):     746444 kB
Inactive(file):    49572 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2584 kB
Writeback:             0 kB
AnonPages:         67884 kB
Mapped:            57112 kB
Shmem:             41660 kB
Slab:             153368 kB
SReclaimable:     125808 kB
SUnreclaim:        27560 kB
KernelStack:        3296 kB
PageTables:         4604 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     349612 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      354332 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62028 MiB
End job on node133 at 2017-08-13 06:11:12