Trace number 4242240

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.1 2400.6

General information on the benchmark

NameBusScheduling/BusScheduling-cnt-s1/
BusScheduling-cnt-r5.xml
MD5SUM13c07461cd5d6cd59c34e2b3a9f24c58
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables2202
Number of constraints241
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":2202}]
Minimum variable degree5
Maximum variable degree15
Distribution of variable degrees[{"degree":5,"count":19},{"degree":6,"count":72},{"degree":7,"count":142},{"degree":8,"count":315},{"degree":9,"count":566},{"degree":10,"count":547},{"degree":11,"count":320},{"degree":12,"count":138},{"degree":13,"count":49},{"degree":14,"count":27},{"degree":15,"count":7}]
Minimum constraint arity38
Maximum constraint arity188
Distribution of constraint arities[{"arity":38,"count":5},{"arity":43,"count":2},{"arity":44,"count":2},{"arity":49,"count":2},{"arity":50,"count":9},{"arity":51,"count":3},{"arity":52,"count":3},{"arity":53,"count":7},{"arity":54,"count":4},{"arity":55,"count":9},{"arity":56,"count":1},{"arity":57,"count":5},{"arity":58,"count":1},{"arity":59,"count":2},{"arity":60,"count":2},{"arity":61,"count":2},{"arity":62,"count":7},{"arity":63,"count":5},{"arity":64,"count":9},{"arity":65,"count":2},{"arity":66,"count":3},{"arity":67,"count":2},{"arity":68,"count":6},{"arity":69,"count":2},{"arity":70,"count":9},"...",{"arity":108,"count":2}, {"arity":109,"count":2}, {"arity":110,"count":1}, {"arity":114,"count":1}, {"arity":115,"count":2}, {"arity":116,"count":1}, {"arity":119,"count":1}, {"arity":122,"count":2}, {"arity":123,"count":1}, {"arity":125,"count":1}, {"arity":126,"count":1}, {"arity":127,"count":1}, {"arity":128,"count":1}, {"arity":129,"count":1}, {"arity":130,"count":1}, {"arity":135,"count":1}, {"arity":136,"count":1}, {"arity":137,"count":1}, {"arity":139,"count":1}, {"arity":140,"count":1}, {"arity":141,"count":1}, {"arity":145,"count":1}, {"arity":149,"count":1}, {"arity":171,"count":1}, {"arity":188,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"count","count":241}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

0.09/0.16	c SAT : Variables: 4404 -- Clauses: 4404
0.09/0.16	c best=?? lower=0 upper=2202 
19.28/19.32	c
19.28/19.32	c This is cosoco 1.0 --  
19.28/19.32	c
19.28/19.32	c enable optimization
19.28/19.32	c ========================================[ Problem Statistics ]===========================================
19.28/19.32	c |                                                                                                       
19.28/19.32	c |  Parse time        :         0.15 s 
19.28/19.32	c |
19.28/19.32	c |               Variables: 2202
19.28/19.32	c |            Domain Sizes: 2..2
19.28/19.32	c |
19.28/19.32	c |             Constraints: 242
19.28/19.32	c |                   Arity: 38..2202
19.28/19.32	c | 
19.28/19.32	c |                   Types: 
19.28/19.32	c |                          Exactly K: 241
19.28/19.32	c |                          Sum: 1
19.28/19.32	c |                          
19.28/19.32	c =========================================================================================================
19.28/19.32	conflict 245lvl : 250 bt250-3185:0(641)X174537

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-4242240-1500655800/watcher-4242240-1500655800 -o /tmp/evaluation-result-4242240-1500655800/solver-4242240-1500655800 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500648174-9861 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4242240-1500655800.xml 

pid=10902
running on 8 cores: 1,3,5,7,9,11,13,15

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/242 10905
/proc/meminfo: memFree=32035028/32770624 swapFree=5760/196068
[pid=10905] ppid=10902 vsize=27248 CPUtime=0.01 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 1019 0 0 0 1 0 0 0 20 0 1 0 845356 27901952 832 33554432000 4194304 5970956 140727670590048 140727670586696 140426596928485 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 6812 832 698 434 0 176 0

[startup+0.100149 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 10905
/proc/meminfo: memFree=32035028/32770624 swapFree=5760/196068
[pid=10905] ppid=10902 vsize=31280 CPUtime=0.09 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 2047 0 0 0 9 0 0 0 20 0 1 0 845356 32030720 1880 33554432000 4194304 5970956 140727670590048 140727670584296 5472328 0 0 4096 0 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 7820 1880 737 434 0 1184 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 31280

[startup+0.200322 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 10905
/proc/meminfo: memFree=32035028/32770624 swapFree=5760/196068
[pid=10905] ppid=10902 vsize=36884 CPUtime=0.19 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 2413 0 0 0 19 0 0 0 20 0 1 0 845356 37769216 2209 33554432000 4194304 5970956 140727670590048 140727670577368 140426596928485 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 9221 2209 767 434 0 2585 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 36884

[startup+0.300254 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 10905
/proc/meminfo: memFree=32035028/32770624 swapFree=5760/196068
[pid=10905] ppid=10902 vsize=40056 CPUtime=0.29 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 3228 0 0 0 29 0 0 0 20 0 1 0 845356 41017344 3038 33554432000 4194304 5970956 140727670590048 140727670587320 140426596928485 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 10014 3038 787 434 0 3378 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 40056

[startup+0.700232 s]
/proc/loadavg: 2.00 2.01 2.05 3/242 10905
/proc/meminfo: memFree=32035028/32770624 swapFree=5760/196068
[pid=10905] ppid=10902 vsize=48720 CPUtime=0.69 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 5383 0 0 0 68 1 0 0 20 0 1 0 845356 49889280 5215 33554432000 4194304 5970956 140727670590048 140727670586984 5337492 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12180 5215 787 434 0 5544 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 48720

[startup+1.50021 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10906
/proc/meminfo: memFree=32016700/32770624 swapFree=5760/196116
[pid=10905] ppid=10902 vsize=49388 CPUtime=1.49 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 5568 0 0 0 148 1 0 0 20 0 1 0 845356 50573312 5347 33554432000 4194304 5970956 140727670590048 140727670586824 5136629 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12347 5347 787 434 0 5711 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 49388

[startup+3.1002 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10913
/proc/meminfo: memFree=32013820/32770624 swapFree=5760/196116
[pid=10905] ppid=10902 vsize=49388 CPUtime=3.09 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 9425 0 0 0 308 1 0 0 20 0 1 0 845356 50573312 5424 33554432000 4194304 5970956 140727670590048 140727670586824 5093168 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12347 5424 787 434 0 5711 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 49388

[startup+6.3002 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10913
/proc/meminfo: memFree=32013844/32770624 swapFree=5760/196116
[pid=10905] ppid=10902 vsize=49512 CPUtime=6.29 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 13314 0 0 0 628 1 0 0 20 0 1 0 845356 50700288 5456 33554432000 4194304 5970956 140727670590048 140727670587384 5136608 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12378 5456 787 434 0 5742 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 49512

[startup+12.7002 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 10913
/proc/meminfo: memFree=32011424/32770624 swapFree=5760/196128
[pid=10905] ppid=10902 vsize=49512 CPUtime=12.69 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 16847 0 0 0 1268 1 0 0 20 0 1 0 845356 50700288 5985 33554432000 4194304 5970956 140727670590048 140727670587384 5045648 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12378 5985 787 434 0 5742 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 49512

[startup+25.5003 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 10913
/proc/meminfo: memFree=32011548/32770624 swapFree=5760/196140
[pid=10905] ppid=10902 vsize=49512 CPUtime=25.48 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 24091 0 0 0 2547 1 0 0 20 0 1 0 845356 50700288 5995 33554432000 4194304 5970956 140727670590048 140727670587384 5136803 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12378 5995 792 434 0 5742 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 49512

[startup+51.1003 s]
/proc/loadavg: 2.05 2.03 2.05 3/243 10913
/proc/meminfo: memFree=32011028/32770624 swapFree=5760/196152
[pid=10905] ppid=10902 vsize=49512 CPUtime=51.07 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 24882 0 0 0 5106 1 0 0 20 0 1 0 845356 50700288 5998 33554432000 4194304 5970956 140727670590048 140727670587384 5045736 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12378 5998 792 434 0 5742 0
Current children cumulated CPU time (s) 51.07
Current children cumulated vsize (KiB) 49512

[startup+102.3 s]
/proc/loadavg: 2.07 2.04 2.05 3/243 10914
/proc/meminfo: memFree=32010972/32770624 swapFree=5760/196192
[pid=10905] ppid=10902 vsize=49512 CPUtime=102.27 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 25357 0 0 0 10226 1 0 0 20 0 1 0 845356 50700288 6002 33554432000 4194304 5970956 140727670590048 140727670587384 5136797 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12378 6002 792 434 0 5742 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 49512

[startup+162.3 s]
/proc/loadavg: 2.06 2.05 2.05 3/243 10915
/proc/meminfo: memFree=32010960/32770624 swapFree=5760/196236
[pid=10905] ppid=10902 vsize=49512 CPUtime=162.25 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 25823 0 0 0 16224 1 0 0 20 0 1 0 845356 50700288 6002 33554432000 4194304 5970956 140727670590048 140727670587384 5320396 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12378 6002 792 434 0 5742 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 49512

[startup+222.308 s]
/proc/loadavg: 2.08 2.05 2.05 3/243 10916
/proc/meminfo: memFree=32011144/32770624 swapFree=5760/196276
[pid=10905] ppid=10902 vsize=49512 CPUtime=222.24 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 26303 0 0 0 22223 1 0 0 20 0 1 0 845356 50700288 6002 33554432000 4194304 5970956 140727670590048 140727670587384 5337497 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12378 6002 792 434 0 5742 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 49512

[startup+282.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/243 10983
/proc/meminfo: memFree=31970004/32770624 swapFree=5760/196384
[pid=10905] ppid=10902 vsize=49512 CPUtime=282.22 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 26778 0 0 0 28221 1 0 0 20 0 1 0 845356 50700288 6004 33554432000 4194304 5970956 140727670590048 140727670587384 5136608 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12378 6004 792 434 0 5742 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 49512

[startup+342.3 s]
/proc/loadavg: 2.01 2.04 2.05 3/243 10985
/proc/meminfo: memFree=31967940/32770624 swapFree=5760/196444
[pid=10905] ppid=10902 vsize=49512 CPUtime=342.21 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 27254 0 0 0 34220 1 0 0 20 0 1 0 845356 50700288 6004 33554432000 4194304 5970956 140727670590048 140727670587384 5136608 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12378 6004 792 434 0 5742 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 49512

[startup+402.3 s]
/proc/loadavg: 2.08 2.05 2.05 3/243 10986
/proc/meminfo: memFree=31966944/32770624 swapFree=5760/196488
[pid=10905] ppid=10902 vsize=49512 CPUtime=402.19 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 27732 0 0 0 40218 1 0 0 20 0 1 0 845356 50700288 6005 33554432000 4194304 5970956 140727670590048 140727670587384 5093186 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12378 6005 792 434 0 5742 0
Current children cumulated CPU time (s) 402.19
Current children cumulated vsize (KiB) 49512

[startup+462.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/243 10987
/proc/meminfo: memFree=31965008/32770624 swapFree=5760/196520
[pid=10905] ppid=10902 vsize=49512 CPUtime=462.18 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 28212 0 0 0 46217 1 0 0 20 0 1 0 845356 50700288 6005 33554432000 4194304 5970956 140727670590048 140727670587384 5031424 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12378 6005 792 434 0 5742 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 49512

[startup+522.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/243 10989
/proc/meminfo: memFree=31964376/32770624 swapFree=5760/196564
[pid=10905] ppid=10902 vsize=49512 CPUtime=522.17 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 28691 0 0 0 52216 1 0 0 20 0 1 0 845356 50700288 6005 33554432000 4194304 5970956 140727670590048 140727670587384 5031424 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12378 6005 792 434 0 5742 0
Current children cumulated CPU time (s) 522.17
Current children cumulated vsize (KiB) 49512

[startup+582.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/243 10990
/proc/meminfo: memFree=31963484/32770624 swapFree=5760/196592
[pid=10905] ppid=10902 vsize=49512 CPUtime=582.16 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 29170 0 0 0 58215 1 0 0 20 0 1 0 845356 50700288 6006 33554432000 4194304 5970956 140727670590048 140727670587384 5136608 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12378 6006 792 434 0 5742 0
Current children cumulated CPU time (s) 582.16
Current children cumulated vsize (KiB) 49512


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


[startup+1482.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/243 11041
/proc/meminfo: memFree=31954892/32770624 swapFree=5760/197152
[pid=10905] ppid=10902 vsize=49632 CPUtime=1481.98 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 36321 0 0 0 148196 2 0 0 20 0 1 0 845356 50823168 6011 33554432000 4194304 5970956 140727670590048 140727670587384 5045736 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12408 6011 792 434 0 5772 0
Current children cumulated CPU time (s) 1481.98
Current children cumulated vsize (KiB) 49632

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11042
/proc/meminfo: memFree=31954928/32770624 swapFree=5760/197192
[pid=10905] ppid=10902 vsize=49632 CPUtime=1541.98 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 36789 0 0 0 154196 2 0 0 20 0 1 0 845356 50823168 6011 33554432000 4194304 5970956 140727670590048 140727670587384 5098954 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12408 6011 792 434 0 5772 0
Current children cumulated CPU time (s) 1541.98
Current children cumulated vsize (KiB) 49632

[startup+1602.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/243 11043
/proc/meminfo: memFree=31955488/32770624 swapFree=5760/197232
[pid=10905] ppid=10902 vsize=49632 CPUtime=1601.96 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 37240 0 0 0 160194 2 0 0 20 0 1 0 845356 50823168 6011 33554432000 4194304 5970956 140727670590048 140727670587384 5136615 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12408 6011 792 434 0 5772 0
Current children cumulated CPU time (s) 1601.96
Current children cumulated vsize (KiB) 49632

[startup+1662.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/244 11045
/proc/meminfo: memFree=31955284/32770624 swapFree=5756/197260
[pid=10905] ppid=10902 vsize=49632 CPUtime=1661.94 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 37721 0 0 0 166192 2 0 0 20 0 1 0 845356 50823168 6011 33554432000 4194304 5970956 140727670590048 140727670587384 5136587 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12408 6011 792 434 0 5772 0
Current children cumulated CPU time (s) 1661.94
Current children cumulated vsize (KiB) 49632

[startup+1722.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/244 11046
/proc/meminfo: memFree=31955348/32770624 swapFree=5756/197300
[pid=10905] ppid=10902 vsize=49632 CPUtime=1721.93 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 38171 0 0 0 172191 2 0 0 20 0 1 0 845356 50823168 6011 33554432000 4194304 5970956 140727670590048 140727670587384 5136795 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12408 6011 792 434 0 5772 0
Current children cumulated CPU time (s) 1721.93
Current children cumulated vsize (KiB) 49632

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11047
/proc/meminfo: memFree=31955304/32770624 swapFree=5756/197328
[pid=10905] ppid=10902 vsize=49632 CPUtime=1781.92 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 38647 0 0 0 178190 2 0 0 20 0 1 0 845356 50823168 6011 33554432000 4194304 5970956 140727670590048 140727670587384 5136608 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12408 6011 792 434 0 5772 0
Current children cumulated CPU time (s) 1781.92
Current children cumulated vsize (KiB) 49632

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11055
/proc/meminfo: memFree=31955548/32770624 swapFree=5756/197380
[pid=10905] ppid=10902 vsize=49632 CPUtime=1841.91 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 39115 0 0 0 184189 2 0 0 20 0 1 0 845356 50823168 6011 33554432000 4194304 5970956 140727670590048 140727670587384 5045624 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12408 6011 792 434 0 5772 0
Current children cumulated CPU time (s) 1841.91
Current children cumulated vsize (KiB) 49632

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/244 11056
/proc/meminfo: memFree=31955500/32770624 swapFree=5756/197420
[pid=10905] ppid=10902 vsize=49632 CPUtime=1901.89 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 39584 0 0 0 190187 2 0 0 20 0 1 0 845356 50823168 6011 33554432000 4194304 5970956 140727670590048 140727670587384 5136560 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12408 6011 792 434 0 5772 0
Current children cumulated CPU time (s) 1901.89
Current children cumulated vsize (KiB) 49632

[startup+1962.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 11057
/proc/meminfo: memFree=31953984/32770624 swapFree=5756/197460
[pid=10905] ppid=10902 vsize=49632 CPUtime=1961.88 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 40071 0 0 0 196186 2 0 0 20 0 1 0 845356 50823168 6011 33554432000 4194304 5970956 140727670590048 140727670587384 5045736 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12408 6011 792 434 0 5772 0
Current children cumulated CPU time (s) 1961.88
Current children cumulated vsize (KiB) 49632

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11058
/proc/meminfo: memFree=31954200/32770624 swapFree=5756/197496
[pid=10905] ppid=10902 vsize=49632 CPUtime=2021.87 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 40553 0 0 0 202185 2 0 0 20 0 1 0 845356 50823168 6011 33554432000 4194304 5970956 140727670590048 140727670587384 5136560 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12408 6011 792 434 0 5772 0
Current children cumulated CPU time (s) 2021.87
Current children cumulated vsize (KiB) 49632

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11059
/proc/meminfo: memFree=31954320/32770624 swapFree=5756/197516
[pid=10905] ppid=10902 vsize=49632 CPUtime=2081.86 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 40997 0 0 0 208184 2 0 0 20 0 1 0 845356 50823168 6011 33554432000 4194304 5970956 140727670590048 140727670587384 5045448 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12408 6011 792 434 0 5772 0
Current children cumulated CPU time (s) 2081.86
Current children cumulated vsize (KiB) 49632

[startup+2142.3 s]
/proc/loadavg: 2.04 2.03 2.05 3/243 11061
/proc/meminfo: memFree=31954160/32770624 swapFree=5756/197564
[pid=10905] ppid=10902 vsize=49632 CPUtime=2141.84 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 41446 0 0 0 214182 2 0 0 20 0 1 0 845356 50823168 6011 33554432000 4194304 5970956 140727670590048 140727670587384 5136608 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12408 6011 792 434 0 5772 0
Current children cumulated CPU time (s) 2141.84
Current children cumulated vsize (KiB) 49632

[startup+2202.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/243 11062
/proc/meminfo: memFree=31954460/32770624 swapFree=5756/197596
[pid=10905] ppid=10902 vsize=49632 CPUtime=2201.84 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 41936 0 0 0 220182 2 0 0 20 0 1 0 845356 50823168 6015 33554432000 4194304 5970956 140727670590048 140727670587384 5136608 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12408 6015 792 434 0 5772 0
Current children cumulated CPU time (s) 2201.84
Current children cumulated vsize (KiB) 49632

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11063
/proc/meminfo: memFree=31954716/32770624 swapFree=5756/197632
[pid=10905] ppid=10902 vsize=49632 CPUtime=2261.82 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 42366 0 0 0 226180 2 0 0 20 0 1 0 845356 50823168 6015 33554432000 4194304 5970956 140727670590048 140727670587384 5136634 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12408 6015 792 434 0 5772 0
Current children cumulated CPU time (s) 2261.82
Current children cumulated vsize (KiB) 49632

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11065
/proc/meminfo: memFree=31954220/32770624 swapFree=5756/197680
[pid=10905] ppid=10902 vsize=49632 CPUtime=2321.81 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 42800 0 0 0 232179 2 0 0 20 0 1 0 845356 50823168 6015 33554432000 4194304 5970956 140727670590048 140727670587384 5045308 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12408 6015 792 434 0 5772 0
Current children cumulated CPU time (s) 2321.81
Current children cumulated vsize (KiB) 49632

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/243 11066
/proc/meminfo: memFree=31954752/32770624 swapFree=5756/197708
[pid=10905] ppid=10902 vsize=49632 CPUtime=2381.79 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 43248 0 0 0 238177 2 0 0 20 0 1 0 845356 50823168 6015 33554432000 4194304 5970956 140727670590048 140727670587384 5031455 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12408 6015 792 434 0 5772 0
Current children cumulated CPU time (s) 2381.79
Current children cumulated vsize (KiB) 49632



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.6 s]
/proc/loadavg: 2.08 2.03 2.05 3/243 11066
/proc/meminfo: memFree=31954440/32770624 swapFree=5756/197724
[pid=10905] ppid=10902 vsize=49632 CPUtime=2400.09 cores=1,3,5,7,9,11,13,15
/proc/10905/stat : 10905 (cosoco) R 10902 10905 9829 0 -1 4202496 43665 0 0 0 240007 2 0 0 20 0 1 0 845356 50823168 6015 33554432000 4194304 5970956 140727670590048 140727670587384 5337501 0 0 4096 8405026 0 0 0 17 9 0 0 0 0 0 8070896 8075904 25899008 140727670592700 140727670592835 140727670592835 140727670595534 0
/proc/10905/statm: 12408 6015 792 434 0 5772 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 49632

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 10905 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

Child status: 1
Real time (s): 2400.6
CPU time (s): 2400.1
CPU user time (s): 2400.08
CPU system time (s): 0.023995
CPU usage (%): 99.9791
Max. virtual memory (cumulated for all children) (KiB): 49632

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.08
system time used= 0.023995
maximum resident set size= 24104
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 43691
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= 20
involuntary context switches= 123032

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.9675 second user time and 9.91042 second system time

The end

Launcher Data

Begin job on node146 at 2017-07-21 18:50:00
IDJOB=4242240
IDBENCH=133712
IDSOLVER=2621
FILE ID=node146/4242240-1500655800
RUNJOBID= node146-1500648174-9861
PBS_JOBID= 20623275
Free space on /tmp= 61792 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/BusScheduling/BusScheduling-cnt-s1/BusScheduling-cnt-r5.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242240-1500655800/watcher-4242240-1500655800 -o /tmp/evaluation-result-4242240-1500655800/solver-4242240-1500655800 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node146-1500648174-9861 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4242240-1500655800.xml

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

MD5SUM BENCH= 13c07461cd5d6cd59c34e2b3a9f24c58
RANDOM SEED=2029947784

node146.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.96
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.96
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		: 1600.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.96
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		: 2133.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.96
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.96
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		: 1600.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.96
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		: 2668.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.96
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.96
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:        32034840 kB
MemAvailable:   32029560 kB
Buffers:           39652 kB
Cached:           265476 kB
SwapCached:            0 kB
Active:           159876 kB
Inactive:         204920 kB
Active(anon):      62300 kB
Inactive(anon):     8852 kB
Active(file):      97576 kB
Inactive(file):   196068 kB
Unevictable:        5760 kB
Mlocked:            5792 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2428 kB
Writeback:             0 kB
AnonPages:         64780 kB
Mapped:            31036 kB
Shmem:              8852 kB
Slab:              65828 kB
SReclaimable:      33824 kB
SUnreclaim:        32004 kB
KernelStack:        4256 kB
PageTables:         5196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332472 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      122240 kB
DirectMap2M:    33423360 kB

Free space on /tmp at the end= 61788 MiB
End job on node146 at 2017-07-21 19:30:01