Trace number 4241329

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.0601 2400.3101

General information on the benchmark

NameOpenStacks/OpenStacks-m2c-s1/
OpenStacks-m2c-wbp-10-20-1.xml
MD5SUM9259b7dd3f7335d1c64b8332bd6645a5
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark6
Best CPU time to get the best result obtained on this benchmark39.3181
Satisfiable
(Un)Satisfiability was proved
Number of variables260
Number of constraints241
Number of domains3
Minimum domain size2
Maximum domain size21
Distribution of domain sizes[{"size":2,"count":200},{"size":20,"count":40},{"size":21,"count":20}]
Minimum variable degree2
Maximum variable degree21
Distribution of variable degrees[{"degree":2,"count":220},{"degree":3,"count":6},{"degree":5,"count":10},{"degree":7,"count":2},{"degree":9,"count":2},{"degree":21,"count":20}]
Minimum constraint arity3
Maximum constraint arity20
Distribution of constraint arities[{"arity":3,"count":200},{"arity":5,"count":20},{"arity":11,"count":20},{"arity":20,"count":1}]
Number of extensional constraints200
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":200},{"type":"allDifferent","count":1},{"type":"sum","count":20},{"type":"minimum","count":10},{"type":"maximum","count":10}]
Optimization problemYES
Type of objectivemin MAXIMUM

Quality of the solution as a function of time


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

Solver Data

0.02/0.12	c SAT : Variables: 1620 -- Clauses: 12260
0.02/0.12	c best=?? lower=0 upper=20 
0.02/0.13	c
0.02/0.13	c This is cosoco 1.0 --  
0.02/0.13	c
0.02/0.13	c enable optimization
0.02/0.13	c ========================================[ Problem Statistics ]===========================================
0.02/0.13	c |                                                                                                       
0.02/0.13	c |  Parse time        :         0.04 s 
0.02/0.13	c |
0.02/0.13	c |               Variables: 260
0.02/0.13	c |            Domain Sizes: 2..21
0.02/0.13	c |
0.02/0.13	c |             Constraints: 242
0.02/0.13	c |                   Arity: 3..20  -- Ternary: 200
0.02/0.13	c | 
0.02/0.13	c |                   Types: 
0.02/0.13	c |                          All Different: 1
0.02/0.13	c |                          Extension: 200  (nb tuples: 400..490) -- (shared: 180)
0.02/0.13	c |                          Max constant: 1
0.02/0.13	c |                          Minimum Variable: 20
0.02/0.13	c |                          Sum: 20
0.02/0.13	c |                          
0.02/0.13	c =========================================================================================================
0.02/0.13	o 8
0.02/0.13	c    1 calls to solver: best=8 lower=0 upper=7 
0.02/0.15	o 7
5.01/5.19	o 6
5.01/5.19	c    3 calls to solver: best=6 lower=0 upper=5 

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-4241329-1502087911/watcher-4241329-1502087911 -o /tmp/evaluation-result-4241329-1502087911/solver-4241329-1502087911 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502042680-29186 --watchdog 2560 HOME/cosoco -lc -model -restarts -sat HOME/instance-4241329-1502087911.xml 

pid=3209
running on 4 cores: 0,2,4,6

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/181 3212
/proc/meminfo: memFree=31628280/32770624 swapFree=0/382248
[pid=3212] ppid=3209 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/3212/stat : 3212 (runsolver) D 3209 3212 21827 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 10986852 24240128 107 18446744073709551615 4194304 4338465 140735296835968 140735296833608 139873845469911 0 0 1 24578 18446744071580418449 0 0 17 2 0 0 0 0 0 6438912 6441760 22593536 140735296843930 140735296844362 140735296844362 140735296847818 0
/proc/3212/statm: 5918 107 54 36 0 2156 0

[startup+0.100492 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 3212
/proc/meminfo: memFree=31628280/32770624 swapFree=0/382248
[pid=3212] ppid=3209 vsize=27652 CPUtime=0.02 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 1191 0 0 0 2 0 0 0 20 0 1 0 10986852 28315648 1030 18446744073709551615 4194304 5970956 140721694465056 140721694461656 140498779679717 0 0 1 0 0 0 0 17 6 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 6913 1030 783 434 0 277 0
Current children cumulated CPU time (s) 0.02
Current children cumulated vsize (KiB) 27652

[startup+0.200505 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 3212
/proc/meminfo: memFree=31628280/32770624 swapFree=0/382248
[pid=3212] ppid=3209 vsize=34340 CPUtime=0.11 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 1876 0 0 0 11 0 0 0 20 0 1 0 10986852 35164160 1690 18446744073709551615 4194304 5970956 140721694465056 140721694462616 4933182 0 0 1 8405026 0 0 0 17 6 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8585 1690 845 434 0 1949 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 34340

[startup+0.300505 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 3212
/proc/meminfo: memFree=31628280/32770624 swapFree=0/382248
[pid=3212] ppid=3209 vsize=34340 CPUtime=0.21 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 1877 0 0 0 21 0 0 0 20 0 1 0 10986852 35164160 1690 18446744073709551615 4194304 5970956 140721694465056 140721694462616 4934477 0 0 1 8405026 0 0 0 17 6 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8585 1690 845 434 0 1949 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 34340

[startup+0.700173 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 3212
/proc/meminfo: memFree=31628280/32770624 swapFree=0/382248
[pid=3212] ppid=3209 vsize=34340 CPUtime=0.61 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 1890 0 0 0 61 0 0 0 20 0 1 0 10986852 35164160 1690 18446744073709551615 4194304 5970956 140721694465056 140721694462616 4934327 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8585 1690 845 434 0 1949 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 34340

[startup+1.50017 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 3213
/proc/meminfo: memFree=31625324/32770624 swapFree=0/382228
[pid=3212] ppid=3209 vsize=34340 CPUtime=1.41 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 1921 0 0 0 141 0 0 0 20 0 1 0 10986852 35164160 1756 18446744073709551615 4194304 5970956 140721694465056 140721694462616 5039178 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8585 1756 848 434 0 1949 0
Current children cumulated CPU time (s) 1.41
Current children cumulated vsize (KiB) 34340

[startup+3.10017 s]
/proc/loadavg: 2.00 2.01 2.05 4/182 3213
/proc/meminfo: memFree=31624952/32770624 swapFree=0/382228
[pid=3212] ppid=3209 vsize=34468 CPUtime=3.01 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 2801 0 0 0 301 0 0 0 20 0 1 0 10986852 35295232 1801 18446744073709551615 4194304 5970956 140721694465056 140721694462616 4934366 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8617 1801 848 434 0 1981 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 34468

[startup+6.30017 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 3213
/proc/meminfo: memFree=31625176/32770624 swapFree=0/382236
[pid=3212] ppid=3209 vsize=34468 CPUtime=6.21 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 3705 0 0 0 621 0 0 0 20 0 1 0 10986852 35295232 1851 18446744073709551615 4194304 5970956 140721694465056 140721694452360 4934864 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8617 1851 848 434 0 1981 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 34468

[startup+12.7002 s]
/proc/loadavg: 2.08 2.03 2.05 3/182 3213
/proc/meminfo: memFree=31624244/32770624 swapFree=0/382236
[pid=3212] ppid=3209 vsize=34468 CPUtime=12.61 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 4594 0 0 0 1261 0 0 0 20 0 1 0 10986852 35295232 1854 18446744073709551615 4194304 5970956 140721694465056 140721694452360 4934327 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8617 1854 848 434 0 1981 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 34468

[startup+25.5002 s]
/proc/loadavg: 2.14 2.05 2.05 3/182 3214
/proc/meminfo: memFree=31624244/32770624 swapFree=0/382232
[pid=3212] ppid=3209 vsize=34468 CPUtime=25.4 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 5365 0 0 0 2540 0 0 0 20 0 1 0 10986852 35295232 1863 18446744073709551615 4194304 5970956 140721694465056 140721694452360 4934477 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8617 1863 848 434 0 1981 0
Current children cumulated CPU time (s) 25.4
Current children cumulated vsize (KiB) 34468

[startup+51.1002 s]
/proc/loadavg: 2.09 2.04 2.05 3/181 3215
/proc/meminfo: memFree=31623968/32770624 swapFree=0/382232
[pid=3212] ppid=3209 vsize=34468 CPUtime=51 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 5772 0 0 0 5100 0 0 0 20 0 1 0 10986852 35295232 1874 18446744073709551615 4194304 5970956 140721694465056 140721694452360 5319903 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8617 1874 848 434 0 1981 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 34468

[startup+102.3 s]
/proc/loadavg: 2.04 2.04 2.05 3/181 3344
/proc/meminfo: memFree=31621160/32770624 swapFree=0/382308
[pid=3212] ppid=3209 vsize=34680 CPUtime=102.2 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 6227 0 0 0 10219 1 0 0 20 0 1 0 10986852 35512320 1896 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4934116 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1896 848 434 0 2034 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 34680

[startup+162.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/181 3346
/proc/meminfo: memFree=31620788/32770624 swapFree=0/382336
[pid=3212] ppid=3209 vsize=34680 CPUtime=162.19 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 6648 0 0 0 16218 1 0 0 20 0 1 0 10986852 35512320 1904 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4934342 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1904 848 434 0 2034 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 34680

[startup+222.305 s]
/proc/loadavg: 2.01 2.03 2.05 3/181 3349
/proc/meminfo: memFree=31620568/32770624 swapFree=0/382364
[pid=3212] ppid=3209 vsize=34680 CPUtime=222.18 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 7056 0 0 0 22217 1 0 0 20 0 1 0 10986852 35512320 1908 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4934292 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1908 848 434 0 2034 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 34680

[startup+282.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 3351
/proc/meminfo: memFree=31620188/32770624 swapFree=0/382388
[pid=3212] ppid=3209 vsize=34680 CPUtime=282.17 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 7477 0 0 0 28216 1 0 0 20 0 1 0 10986852 35512320 1909 18446744073709551615 4194304 5970956 140721694465056 140721694461800 5020993 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1909 848 434 0 2034 0
Current children cumulated CPU time (s) 282.17
Current children cumulated vsize (KiB) 34680

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3368
/proc/meminfo: memFree=31615984/32770624 swapFree=0/382456
[pid=3212] ppid=3209 vsize=34680 CPUtime=342.15 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 7898 0 0 0 34214 1 0 0 20 0 1 0 10986852 35512320 1911 18446744073709551615 4194304 5970956 140721694465056 140721694461800 5240208 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1911 848 434 0 2034 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 34680

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/185 3370
/proc/meminfo: memFree=31615524/32770624 swapFree=0/382484
[pid=3212] ppid=3209 vsize=34680 CPUtime=402.14 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 8327 0 0 0 40213 1 0 0 20 0 1 0 10986852 35512320 1915 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4971062 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1915 848 434 0 2034 0
Current children cumulated CPU time (s) 402.14
Current children cumulated vsize (KiB) 34680

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 3372
/proc/meminfo: memFree=31619308/32770624 swapFree=0/382504
[pid=3212] ppid=3209 vsize=34680 CPUtime=462.13 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 8757 0 0 0 46212 1 0 0 20 0 1 0 10986852 35512320 1916 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4934465 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1916 848 434 0 2034 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 34680

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 3374
/proc/meminfo: memFree=31619308/32770624 swapFree=0/382524
[pid=3212] ppid=3209 vsize=34680 CPUtime=522.12 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 9193 0 0 0 52211 1 0 0 20 0 1 0 10986852 35512320 1920 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4934366 0 0 1 8405026 0 0 0 17 0 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1920 848 434 0 2034 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 34680

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 3376
/proc/meminfo: memFree=31619556/32770624 swapFree=0/382548
[pid=3212] ppid=3209 vsize=34680 CPUtime=582.11 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 9545 0 0 0 58210 1 0 0 20 0 1 0 10986852 35512320 1921 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4934327 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1921 848 434 0 2034 0
Current children cumulated CPU time (s) 582.11
Current children cumulated vsize (KiB) 34680


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 3436
/proc/meminfo: memFree=31613672/32770624 swapFree=0/382908
[pid=3212] ppid=3209 vsize=34680 CPUtime=1542.08 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 15984 0 0 0 154207 1 0 0 20 0 1 0 10986852 35512320 1931 18446744073709551615 4194304 5970956 140721694465056 140721694461800 5009099 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1931 848 434 0 2034 0
Current children cumulated CPU time (s) 1542.08
Current children cumulated vsize (KiB) 34680

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/184 3438
/proc/meminfo: memFree=31614532/32770624 swapFree=0/382936
[pid=3212] ppid=3209 vsize=34680 CPUtime=1602.07 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 16429 0 0 0 160206 1 0 0 20 0 1 0 10986852 35512320 1931 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4934327 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1931 848 434 0 2034 0
Current children cumulated CPU time (s) 1602.07
Current children cumulated vsize (KiB) 34680

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 3440
/proc/meminfo: memFree=31617176/32770624 swapFree=0/382952
[pid=3212] ppid=3209 vsize=34680 CPUtime=1662.07 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 16786 0 0 0 166206 1 0 0 20 0 1 0 10986852 35512320 1931 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4934342 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1931 848 434 0 2034 0
Current children cumulated CPU time (s) 1662.07
Current children cumulated vsize (KiB) 34680

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 3442
/proc/meminfo: memFree=31617688/32770624 swapFree=0/382956
[pid=3212] ppid=3209 vsize=34680 CPUtime=1722.06 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 17225 0 0 0 172205 1 0 0 20 0 1 0 10986852 35512320 1931 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4933087 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1931 848 434 0 2034 0
Current children cumulated CPU time (s) 1722.06
Current children cumulated vsize (KiB) 34680

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 3444
/proc/meminfo: memFree=31617668/32770624 swapFree=0/382960
[pid=3212] ppid=3209 vsize=34680 CPUtime=1782.06 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 17644 0 0 0 178205 1 0 0 20 0 1 0 10986852 35512320 1931 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4970610 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1931 848 434 0 2034 0
Current children cumulated CPU time (s) 1782.06
Current children cumulated vsize (KiB) 34680

[startup+1842.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/181 3447
/proc/meminfo: memFree=31616888/32770624 swapFree=0/383000
[pid=3212] ppid=3209 vsize=34680 CPUtime=1842.06 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 17955 0 0 0 184205 1 0 0 20 0 1 0 10986852 35512320 1932 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4933072 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1932 848 434 0 2034 0
Current children cumulated CPU time (s) 1842.06
Current children cumulated vsize (KiB) 34680

[startup+1902.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/181 3449
/proc/meminfo: memFree=31617632/32770624 swapFree=0/383028
[pid=3212] ppid=3209 vsize=34680 CPUtime=1902.06 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 18453 0 0 0 190205 1 0 0 20 0 1 0 10986852 35512320 1933 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4934327 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1933 848 434 0 2034 0
Current children cumulated CPU time (s) 1902.06
Current children cumulated vsize (KiB) 34680

[startup+1962.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 3451
/proc/meminfo: memFree=31617512/32770624 swapFree=0/383036
[pid=3212] ppid=3209 vsize=34680 CPUtime=1962.06 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 18736 0 0 0 196205 1 0 0 20 0 1 0 10986852 35512320 1936 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4934318 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1936 848 434 0 2034 0
Current children cumulated CPU time (s) 1962.06
Current children cumulated vsize (KiB) 34680

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 3454
/proc/meminfo: memFree=31616520/32770624 swapFree=0/383048
[pid=3212] ppid=3209 vsize=34680 CPUtime=2022.05 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 19106 0 0 0 202204 1 0 0 20 0 1 0 10986852 35512320 1936 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4934357 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1936 848 434 0 2034 0
Current children cumulated CPU time (s) 2022.05
Current children cumulated vsize (KiB) 34680

[startup+2082.3 s]
/proc/loadavg: 2.07 2.03 2.05 3/181 3456
/proc/meminfo: memFree=31617424/32770624 swapFree=0/383064
[pid=3212] ppid=3209 vsize=34680 CPUtime=2082.06 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 19656 0 0 0 208205 1 0 0 20 0 1 0 10986852 35512320 1937 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4934538 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1937 848 434 0 2034 0
Current children cumulated CPU time (s) 2082.06
Current children cumulated vsize (KiB) 34680

[startup+2142.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/185 3473
/proc/meminfo: memFree=31613524/32770624 swapFree=0/383108
[pid=3212] ppid=3209 vsize=34680 CPUtime=2142.05 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 20112 0 0 0 214204 1 0 0 20 0 1 0 10986852 35512320 1938 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4934877 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1938 848 434 0 2034 0
Current children cumulated CPU time (s) 2142.05
Current children cumulated vsize (KiB) 34680

[startup+2202.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/185 3499
/proc/meminfo: memFree=31612088/32770624 swapFree=0/383164
[pid=3212] ppid=3209 vsize=34680 CPUtime=2202.05 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 20502 0 0 0 220204 1 0 0 20 0 1 0 10986852 35512320 1938 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4934318 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1938 848 434 0 2034 0
Current children cumulated CPU time (s) 2202.05
Current children cumulated vsize (KiB) 34680

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/189 3522
/proc/meminfo: memFree=31610684/32770624 swapFree=0/383188
[pid=3212] ppid=3209 vsize=34680 CPUtime=2262.04 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 20869 0 0 0 226203 1 0 0 20 0 1 0 10986852 35512320 1938 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4934327 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1938 848 434 0 2034 0
Current children cumulated CPU time (s) 2262.04
Current children cumulated vsize (KiB) 34680

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 3525
/proc/meminfo: memFree=31616056/32770624 swapFree=0/383228
[pid=3212] ppid=3209 vsize=34680 CPUtime=2322.04 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 21172 0 0 0 232203 1 0 0 20 0 1 0 10986852 35512320 1938 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4934366 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1938 848 434 0 2034 0
Current children cumulated CPU time (s) 2322.04
Current children cumulated vsize (KiB) 34680

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 3527
/proc/meminfo: memFree=31616428/32770624 swapFree=0/383248
[pid=3212] ppid=3209 vsize=34680 CPUtime=2382.04 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 21623 0 0 0 238203 1 0 0 20 0 1 0 10986852 35512320 1939 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4934350 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1939 848 434 0 2034 0
Current children cumulated CPU time (s) 2382.04
Current children cumulated vsize (KiB) 34680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 3527
/proc/meminfo: memFree=31616428/32770624 swapFree=0/383248
[pid=3212] ppid=3209 vsize=34680 CPUtime=2400.04 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 21854 0 0 0 240003 1 0 0 20 0 1 0 10986852 35512320 1939 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4934366 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1939 848 434 0 2034 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 34680

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 3212 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/182 3527
/proc/meminfo: memFree=31616428/32770624 swapFree=0/383248
[pid=3212] ppid=3209 vsize=34680 CPUtime=2400.04 cores=0,2,4,6
/proc/3212/stat : 3212 (cosoco) R 3209 3212 21827 0 -1 4202496 21854 0 0 0 240003 1 0 0 20 0 1 0 10986852 35512320 1939 18446744073709551615 4194304 5970956 140721694465056 140721694461800 4934366 0 0 1 8405026 0 0 0 17 4 0 0 7 0 0 8070896 8075904 26869760 140721694470599 140721694470734 140721694470734 140721694474190 0
/proc/3212/statm: 8670 1939 848 434 0 2034 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 34680

Child status: 1
Real time (s): 2400.31
CPU time (s): 2400.06
CPU user time (s): 2400.04
CPU system time (s): 0.018998
CPU usage (%): 99.9897
Max. virtual memory (cumulated for all children) (KiB): 34680

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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 4.99951 second user time and 8.83333 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-07 08:24:33
IDJOB=4241329
IDBENCH=140540
IDSOLVER=2621
FILE ID=node126/4241329-1502087911
RUNJOBID= node126-1502042680-29186
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/OpenStacks/OpenStacks-m2c-s1/OpenStacks-m2c-wbp-10-20-1.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241329-1502087911/watcher-4241329-1502087911 -o /tmp/evaluation-result-4241329-1502087911/solver-4241329-1502087911 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node126-1502042680-29186 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4241329-1502087911.xml

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

MD5SUM BENCH= 9259b7dd3f7335d1c64b8332bd6645a5
RANDOM SEED=173649319

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

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

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

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

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

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

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

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

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

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


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31628480 kB
MemAvailable:   32003552 kB
Buffers:          149408 kB
Cached:           513748 kB
SwapCached:            0 kB
Active:           333524 kB
Inactive:         398964 kB
Active(anon):      69928 kB
Inactive(anon):    16716 kB
Active(file):     263596 kB
Inactive(file):   382248 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2412 kB
Writeback:             0 kB
AnonPages:         73500 kB
Mapped:            33628 kB
Shmem:             17060 kB
Slab:             115084 kB
SReclaimable:      90124 kB
SUnreclaim:        24960 kB
KernelStack:        3456 kB
PageTables:         5384 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     321424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     22528 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      101760 kB
DirectMap2M:    33443840 kB

Free space on /tmp at the end= 62028 MiB
End job on node126 at 2017-08-07 09:04:33