Trace number 4242658

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
R1: cosoco-sat 1.1? (TO) 2400.07 2400.31

General information on the benchmark

NameTravellingSalesman/TravellingSalesman-m1-n150/
TravellingSalesman-150-50-15.xml
MD5SUM97b5a288822c02a27c7c951fc8651369
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark524
Best CPU time to get the best result obtained on this benchmark2520.1201
Satisfiable
(Un)Satisfiability was proved
Number of variables300
Number of constraints151
Number of domains2
Minimum domain size63
Maximum domain size150
Distribution of domain sizes[{"size":63,"count":150},{"size":150,"count":150}]
Minimum variable degree2
Maximum variable degree3
Distribution of variable degrees[{"degree":2,"count":150},{"degree":3,"count":150}]
Minimum constraint arity3
Maximum constraint arity150
Distribution of constraint arities[{"arity":3,"count":150},{"arity":150,"count":1}]
Number of extensional constraints150
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":150},{"type":"allDifferent","count":1}]
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.29/0.32	c SAT : Variables: 31950 -- Clauses: 1969500
0.29/0.32	c best=?? lower=150 upper=9600 
1.99/2.08	c
1.99/2.08	c This is cosoco 1.0 --  
1.99/2.08	c
1.99/2.08	c enable optimization
1.99/2.08	c ========================================[ Problem Statistics ]===========================================
1.99/2.08	c |                                                                                                       
1.99/2.08	c |  Parse time        :         0.28 s 
1.99/2.08	c |
1.99/2.08	c |               Variables: 300
1.99/2.08	c |            Domain Sizes: 63..150
1.99/2.08	c |
1.99/2.08	c |             Constraints: 152
1.99/2.08	c |                   Arity: 3..150  -- Ternary: 150
1.99/2.08	c | 
1.99/2.08	c |                   Types: 
1.99/2.08	c |                          All Different: 1
1.99/2.08	c |                          Extension: 150  (nb tuples: 22350..22350) -- (shared: 149)
1.99/2.08	c |                          Sum: 1
1.99/2.08	c |                          
1.99/2.08	c =========================================================================================================
1.99/2.08	o 2518
1.99/2.08	c    1 calls to solver: best=2518 lower=150 upper=2517 
482.51/482.68	o 591
483.10/483.20	o 590
483.10/483.20	c    3 calls to solver: best=590 lower=150 upper=589 
483.60/483.72	o 587
1255.23/1255.48	o 586
1255.23/1255.48	c    5 calls to solver: best=586 lower=150 upper=585 

Verifier Data

One s line expected

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4242658-1500660288/watcher-4242658-1500660288 -o /tmp/evaluation-result-4242658-1500660288/solver-4242658-1500660288 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1500648172-9858 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4242658-1500660288.xml 

pid=11405
running on 8 cores: 0,2,4,6,8,10,12,14

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11408
/proc/meminfo: memFree=31962240/32770624 swapFree=6556/234828
[pid=11408] ppid=11405 vsize=27916 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 1195 0 0 0 0 0 0 0 20 0 1 0 1293799 28585984 1030 33554432000 4194304 5970956 140721939115936 140721939111224 5674673 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 6979 1030 715 434 0 343 0

[startup+0.10018 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11408
/proc/meminfo: memFree=31962240/32770624 swapFree=6556/234828
[pid=11408] ppid=11405 vsize=28732 CPUtime=0.09 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 1451 0 0 0 9 0 0 0 20 0 1 0 1293799 29421568 1209 33554432000 4194304 5970956 140721939115936 140721939112536 5674673 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 7183 1209 715 434 0 547 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 28732

[startup+0.200306 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11408
/proc/meminfo: memFree=31962240/32770624 swapFree=6556/234828
[pid=11408] ppid=11405 vsize=74996 CPUtime=0.19 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 12428 0 0 0 17 2 0 0 20 0 1 0 1293799 76795904 12484 33554432000 4194304 5970956 140721939115936 140721939112840 5279679 0 0 4096 8404994 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 18749 12484 762 434 0 12113 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 74996

[startup+0.30032 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11408
/proc/meminfo: memFree=31962240/32770624 swapFree=6556/234828
[pid=11408] ppid=11405 vsize=132044 CPUtime=0.29 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 22418 0 0 0 26 3 0 0 20 0 1 0 1293799 135213056 26010 33554432000 4194304 5970956 140721939115936 140721939112760 140702476348389 0 0 4096 8404994 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 33011 26010 762 434 0 26375 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 132044

[startup+0.700266 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11408
/proc/meminfo: memFree=31962240/32770624 swapFree=6556/234828
[pid=11408] ppid=11405 vsize=158156 CPUtime=0.69 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 24527 0 0 0 65 4 0 0 20 0 1 0 1293799 161951744 28682 33554432000 4194304 5970956 140721939115936 140721939112760 4934460 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 39539 28682 784 434 0 32903 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 158156

[startup+1.50026 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11409
/proc/meminfo: memFree=31850412/32770624 swapFree=6556/234924
[pid=11408] ppid=11405 vsize=158568 CPUtime=1.49 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 24626 0 0 0 145 4 0 0 20 0 1 0 1293799 162373632 28748 33554432000 4194304 5970956 140721939115936 140721939112856 4934538 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 39642 28748 784 434 0 33006 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 158568

[startup+3.10027 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11409
/proc/meminfo: memFree=31849380/32770624 swapFree=6556/234924
[pid=11408] ppid=11405 vsize=159212 CPUtime=3.09 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 33480 0 0 0 305 4 0 0 20 0 1 0 1293799 163033088 28975 33554432000 4194304 5970956 140721939115936 140721939103240 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 39803 28975 786 434 0 33167 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 159212

[startup+6.30029 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11409
/proc/meminfo: memFree=31849008/32770624 swapFree=6556/234924
[pid=11408] ppid=11405 vsize=159468 CPUtime=6.28 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 43560 0 0 0 624 4 0 0 20 0 1 0 1293799 163295232 29018 33554432000 4194304 5970956 140721939115936 140721939112616 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 39867 29018 786 434 0 33231 0
Current children cumulated CPU time (s) 6.28
Current children cumulated vsize (KiB) 159468

[startup+12.7003 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11409
/proc/meminfo: memFree=31847716/32770624 swapFree=6556/234924
[pid=11408] ppid=11405 vsize=159600 CPUtime=12.69 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 53677 0 0 0 1264 5 0 0 20 0 1 0 1293799 163430400 29051 33554432000 4194304 5970956 140721939115936 140721939112536 4934366 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 39900 29051 786 434 0 33264 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 159600

[startup+25.5004 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11409
/proc/meminfo: memFree=31847324/32770624 swapFree=6556/234924
[pid=11408] ppid=11405 vsize=159732 CPUtime=25.49 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 69573 0 0 0 2543 6 0 0 20 0 1 0 1293799 163565568 29103 33554432000 4194304 5970956 140721939115936 140721939112792 4934656 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 39933 29103 786 434 0 33297 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 159732

[startup+51.1003 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11409
/proc/meminfo: memFree=31846496/32770624 swapFree=6556/235236
[pid=11408] ppid=11405 vsize=159864 CPUtime=51.07 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 77705 0 0 0 5101 6 0 0 20 0 1 0 1293799 163700736 29194 33554432000 4194304 5970956 140721939115936 140721939112536 4934320 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 39966 29194 786 434 0 33330 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 159864

[startup+102.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11410
/proc/meminfo: memFree=31845244/32770624 swapFree=6556/235236
[pid=11408] ppid=11405 vsize=159864 CPUtime=102.27 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 79378 0 0 0 10221 6 0 0 20 0 1 0 1293799 163700736 29256 33554432000 4194304 5970956 140721939115936 140721939112536 4934318 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 39966 29256 786 434 0 33330 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 159864

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11411
/proc/meminfo: memFree=31844228/32770624 swapFree=6556/235304
[pid=11408] ppid=11405 vsize=159864 CPUtime=162.25 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 80815 0 0 0 16219 6 0 0 20 0 1 0 1293799 163700736 29325 33554432000 4194304 5970956 140721939115936 140721939112536 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 39966 29325 786 434 0 33330 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 159864

[startup+222.308 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11412
/proc/meminfo: memFree=31844916/32770624 swapFree=6556/235304
[pid=11408] ppid=11405 vsize=159864 CPUtime=222.25 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 82343 0 0 0 22219 6 0 0 20 0 1 0 1293799 163700736 29415 33554432000 4194304 5970956 140721939115936 140721939112536 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 39966 29415 786 434 0 33330 0
Current children cumulated CPU time (s) 222.25
Current children cumulated vsize (KiB) 159864

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11413
/proc/meminfo: memFree=31843132/32770624 swapFree=6556/235380
[pid=11408] ppid=11405 vsize=159864 CPUtime=282.23 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 83844 0 0 0 28217 6 0 0 20 0 1 0 1293799 163700736 29955 33554432000 4194304 5970956 140721939115936 140721939112536 4934465 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 39966 29955 786 434 0 33330 0
Current children cumulated CPU time (s) 282.23
Current children cumulated vsize (KiB) 159864

[startup+342.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/244 11422
/proc/meminfo: memFree=31842204/32770624 swapFree=6556/235424
[pid=11408] ppid=11405 vsize=159996 CPUtime=342.22 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 85339 0 0 0 34216 6 0 0 20 0 1 0 1293799 163835904 29961 33554432000 4194304 5970956 140721939115936 140721939112792 4934320 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 39999 29961 786 434 0 33363 0
Current children cumulated CPU time (s) 342.22
Current children cumulated vsize (KiB) 159996

[startup+402.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/244 11423
/proc/meminfo: memFree=31843036/32770624 swapFree=6556/235460
[pid=11408] ppid=11405 vsize=159996 CPUtime=402.22 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 86728 0 0 0 40215 7 0 0 20 0 1 0 1293799 163835904 29968 33554432000 4194304 5970956 140721939115936 140721939112792 4934318 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 39999 29968 786 434 0 33363 0
Current children cumulated CPU time (s) 402.22
Current children cumulated vsize (KiB) 159996

[startup+462.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/244 11424
/proc/meminfo: memFree=31843228/32770624 swapFree=6556/235460
[pid=11408] ppid=11405 vsize=159996 CPUtime=462.21 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 87957 0 0 0 46214 7 0 0 20 0 1 0 1293799 163835904 29972 33554432000 4194304 5970956 140721939115936 140721939112792 4934366 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 39999 29972 786 434 0 33363 0
Current children cumulated CPU time (s) 462.21
Current children cumulated vsize (KiB) 159996

[startup+522.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/244 11491
/proc/meminfo: memFree=31826092/32770624 swapFree=6556/235620
[pid=11408] ppid=11405 vsize=160344 CPUtime=522.2 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 89248 0 0 0 52213 7 0 0 20 0 1 0 1293799 164192256 30543 33554432000 4194304 5970956 140721939115936 140721939113496 4934318 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 40086 30543 786 434 0 33450 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 160344

[startup+582.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/244 11492
/proc/meminfo: memFree=31823412/32770624 swapFree=6556/235660
[pid=11408] ppid=11405 vsize=160344 CPUtime=582.19 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 90558 0 0 0 58212 7 0 0 20 0 1 0 1293799 164192256 30553 33554432000 4194304 5970956 140721939115936 140721939113496 4934864 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 40086 30553 786 434 0 33450 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 160344


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11525
/proc/meminfo: memFree=31816284/32770624 swapFree=6556/236224
[pid=11408] ppid=11405 vsize=160476 CPUtime=1542.12 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 103903 0 0 0 154204 8 0 0 20 0 1 0 1293799 164327424 31139 33554432000 4194304 5970956 140721939115936 140721939103240 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 40119 31139 786 434 0 33483 0
Current children cumulated CPU time (s) 1542.12
Current children cumulated vsize (KiB) 160476

[startup+1602.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/244 11526
/proc/meminfo: memFree=31816884/32770624 swapFree=6556/236224
[pid=11408] ppid=11405 vsize=160476 CPUtime=1602.11 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 104040 0 0 0 160203 8 0 0 20 0 1 0 1293799 164327424 31139 33554432000 4194304 5970956 140721939115936 140721939103240 4933196 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 40119 31139 786 434 0 33483 0
Current children cumulated CPU time (s) 1602.11
Current children cumulated vsize (KiB) 160476

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/244 11527
/proc/meminfo: memFree=31815916/32770624 swapFree=6556/236300
[pid=11408] ppid=11405 vsize=160476 CPUtime=1662.1 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 104702 0 0 0 166202 8 0 0 20 0 1 0 1293799 164327424 31141 33554432000 4194304 5970956 140721939115936 140721939103240 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 40119 31141 786 434 0 33483 0
Current children cumulated CPU time (s) 1662.1
Current children cumulated vsize (KiB) 160476

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11528
/proc/meminfo: memFree=31815456/32770624 swapFree=6556/236300
[pid=11408] ppid=11405 vsize=160476 CPUtime=1722.1 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 105010 0 0 0 172202 8 0 0 20 0 1 0 1293799 164327424 31141 33554432000 4194304 5970956 140721939115936 140721939103240 4934320 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 40119 31141 786 434 0 33483 0
Current children cumulated CPU time (s) 1722.1
Current children cumulated vsize (KiB) 160476

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11529
/proc/meminfo: memFree=31816884/32770624 swapFree=6556/236404
[pid=11408] ppid=11405 vsize=160476 CPUtime=1782.09 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 105676 0 0 0 178201 8 0 0 20 0 1 0 1293799 164327424 31141 33554432000 4194304 5970956 140721939115936 140721939103240 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 40119 31141 786 434 0 33483 0
Current children cumulated CPU time (s) 1782.09
Current children cumulated vsize (KiB) 160476

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11530
/proc/meminfo: memFree=31815904/32770624 swapFree=6556/236404
[pid=11408] ppid=11405 vsize=160476 CPUtime=1842.09 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 105801 0 0 0 184201 8 0 0 20 0 1 0 1293799 164327424 31141 33554432000 4194304 5970956 140721939115936 140721939103240 4934366 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 40119 31141 786 434 0 33483 0
Current children cumulated CPU time (s) 1842.09
Current children cumulated vsize (KiB) 160476

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11531
/proc/meminfo: memFree=31816408/32770624 swapFree=6556/236448
[pid=11408] ppid=11405 vsize=160476 CPUtime=1902.08 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 105935 0 0 0 190200 8 0 0 20 0 1 0 1293799 164327424 31141 33554432000 4194304 5970956 140721939115936 140721939103240 4934335 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 40119 31141 786 434 0 33483 0
Current children cumulated CPU time (s) 1902.08
Current children cumulated vsize (KiB) 160476

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11532
/proc/meminfo: memFree=31816224/32770624 swapFree=6556/236448
[pid=11408] ppid=11405 vsize=160476 CPUtime=1962.08 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 106596 0 0 0 196200 8 0 0 20 0 1 0 1293799 164327424 31143 33554432000 4194304 5970956 140721939115936 140721939103240 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 40119 31143 786 434 0 33483 0
Current children cumulated CPU time (s) 1962.08
Current children cumulated vsize (KiB) 160476

[startup+2022.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 11533
/proc/meminfo: memFree=31815568/32770624 swapFree=6556/236516
[pid=11408] ppid=11405 vsize=160476 CPUtime=2022.07 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 107260 0 0 0 202199 8 0 0 20 0 1 0 1293799 164327424 31145 33554432000 4194304 5970956 140721939115936 140721939103240 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 40119 31145 786 434 0 33483 0
Current children cumulated CPU time (s) 2022.07
Current children cumulated vsize (KiB) 160476

[startup+2082.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/243 11534
/proc/meminfo: memFree=31815452/32770624 swapFree=6556/236588
[pid=11408] ppid=11405 vsize=160476 CPUtime=2082.08 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 107462 0 0 0 208200 8 0 0 20 0 1 0 1293799 164327424 31145 33554432000 4194304 5970956 140721939115936 140721939103240 4934318 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 40119 31145 786 434 0 33483 0
Current children cumulated CPU time (s) 2082.08
Current children cumulated vsize (KiB) 160476

[startup+2142.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11542
/proc/meminfo: memFree=31815500/32770624 swapFree=6556/236600
[pid=11408] ppid=11405 vsize=160476 CPUtime=2142.06 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 107664 0 0 0 214198 8 0 0 20 0 1 0 1293799 164327424 31145 33554432000 4194304 5970956 140721939115936 140721939103240 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 40119 31145 786 434 0 33483 0
Current children cumulated CPU time (s) 2142.06
Current children cumulated vsize (KiB) 160476

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11543
/proc/meminfo: memFree=31814896/32770624 swapFree=6556/236600
[pid=11408] ppid=11405 vsize=160476 CPUtime=2202.07 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 107855 0 0 0 220199 8 0 0 20 0 1 0 1293799 164327424 31145 33554432000 4194304 5970956 140721939115936 140721939103240 4933072 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 40119 31145 786 434 0 33483 0
Current children cumulated CPU time (s) 2202.07
Current children cumulated vsize (KiB) 160476

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11544
/proc/meminfo: memFree=31815500/32770624 swapFree=6556/236668
[pid=11408] ppid=11405 vsize=160476 CPUtime=2262.06 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 108441 0 0 0 226198 8 0 0 20 0 1 0 1293799 164327424 31145 33554432000 4194304 5970956 140721939115936 140721939103240 4934357 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 40119 31145 786 434 0 33483 0
Current children cumulated CPU time (s) 2262.06
Current children cumulated vsize (KiB) 160476

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11545
/proc/meminfo: memFree=31815268/32770624 swapFree=6556/236668
[pid=11408] ppid=11405 vsize=160476 CPUtime=2322.05 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 108562 0 0 0 232197 8 0 0 20 0 1 0 1293799 164327424 31145 33554432000 4194304 5970956 140721939115936 140721939103240 4934318 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 40119 31145 786 434 0 33483 0
Current children cumulated CPU time (s) 2322.05
Current children cumulated vsize (KiB) 160476

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11546
/proc/meminfo: memFree=31816300/32770624 swapFree=6556/236768
[pid=11408] ppid=11405 vsize=160476 CPUtime=2382.05 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 108682 0 0 0 238197 8 0 0 20 0 1 0 1293799 164327424 31145 33554432000 4194304 5970956 140721939115936 140721939103240 4934366 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 40119 31145 786 434 0 33483 0
Current children cumulated CPU time (s) 2382.05
Current children cumulated vsize (KiB) 160476



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11546
/proc/meminfo: memFree=31816300/32770624 swapFree=6556/236768
[pid=11408] ppid=11405 vsize=160476 CPUtime=2400.05 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 108795 0 0 0 239997 8 0 0 20 0 1 0 1293799 164327424 31145 33554432000 4194304 5970956 140721939115936 140721939103240 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 40119 31145 786 434 0 33483 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 160476

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

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 11408 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+2400.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11546
/proc/meminfo: memFree=31816300/32770624 swapFree=6556/236768
[pid=11408] ppid=11405 vsize=160476 CPUtime=2400.05 cores=0,2,4,6,8,10,12,14
/proc/11408/stat : 11408 (cosoco) R 11405 11408 9825 0 -1 4202496 108795 0 0 0 239997 8 0 0 20 0 1 0 1293799 164327424 31145 33554432000 4194304 5970956 140721939115936 140721939103240 4934327 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 29052928 140721939121340 140721939121475 140721939121475 140721939124174 0
/proc/11408/statm: 40119 31145 786 434 0 33483 0
Current children cumulated CPU time (s) 2400.05
Current children cumulated vsize (KiB) 160476

Child status: 1
Real time (s): 2400.31
CPU time (s): 2400.07
CPU user time (s): 2399.98
CPU system time (s): 0.087991
CPU usage (%): 99.9899
Max. virtual memory (cumulated for all children) (KiB): 160476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.98
system time used= 0.087991
maximum resident set size= 124628
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 108828
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= 26
involuntary context switches= 120662

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.88841 second user time and 10.9329 second system time

The end

Launcher Data

Begin job on node148 at 2017-07-21 20:04:48
IDJOB=4242658
IDBENCH=135794
IDSOLVER=2621
FILE ID=node148/4242658-1500660288
RUNJOBID= node148-1500648172-9858
PBS_JOBID= 20623273
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/TravellingSalesman/TravellingSalesman-m1-n150/TravellingSalesman-150-50-15.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242658-1500660288/watcher-4242658-1500660288 -o /tmp/evaluation-result-4242658-1500660288/solver-4242658-1500660288 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node148-1500648172-9858 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4242658-1500660288.xml

TIME LIMIT= 2400 seconds
MEMORY LIMIT= 15500 MiB
NBCORE= 8

MD5SUM BENCH= 97b5a288822c02a27c7c951fc8651369
RANDOM SEED=1302660220

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

/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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.21
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.21
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 2400.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.21
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.21
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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:

processor	: 8
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 10
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 12
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 2000.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 14
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.21
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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:        31962792 kB
MemAvailable:   31999712 kB
Buffers:           35420 kB
Cached:           310148 kB
SwapCached:            0 kB
Active:           183524 kB
Inactive:         243440 kB
Active(anon):      83876 kB
Inactive(anon):     8612 kB
Active(file):      99648 kB
Inactive(file):   234828 kB
Unevictable:        6556 kB
Mlocked:            6556 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2380 kB
Writeback:             0 kB
AnonPages:         89048 kB
Mapped:            31348 kB
Shmem:              8848 kB
Slab:              69040 kB
SReclaimable:      36560 kB
SUnreclaim:        32480 kB
KernelStack:        4416 kB
PageTables:         5392 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     354788 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:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 62028 MiB
End job on node148 at 2017-07-21 20:44:49