Trace number 4241328

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 1.1? (TO) 2400.0801 2399.8999

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.00/0.09	c best=?? lower=0 upper=20 
0.04/0.11	c
0.04/0.11	c This is cosoco 1.0 --  
0.04/0.11	c
0.04/0.11	c enable optimization
0.04/0.11	c ========================================[ Problem Statistics ]===========================================
0.04/0.11	c |                                                                                                       
0.04/0.11	c |  Parse time        :         0.04 s 
0.04/0.11	c |
0.04/0.11	c |               Variables: 260
0.04/0.11	c |            Domain Sizes: 2..21
0.04/0.11	c |
0.04/0.11	c |             Constraints: 242
0.04/0.11	c |                   Arity: 3..20  -- Ternary: 200
0.04/0.11	c | 
0.04/0.11	c |                   Types: 
0.04/0.11	c |                          All Different: 1
0.04/0.11	c |                          Extension: 200  (nb tuples: 400..490) -- (shared: 180)
0.04/0.11	c |                          Max constant: 1
0.04/0.11	c |                          Minimum Variable: 20
0.04/0.11	c |                          Sum: 20
0.04/0.11	c |                          
0.04/0.11	c =========================================================================================================
0.04/0.11	o 8
0.04/0.11	c    1 calls to solver: best=8 lower=0 upper=7 
0.04/0.13	o 7
8.74/8.85	o 6
8.74/8.85	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-4241328-1502088795/watcher-4241328-1502088795 -o /tmp/evaluation-result-4241328-1502088795/solver-4241328-1502088795 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502042574-16652 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4241328-1502088795.xml 

pid=23124
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: 1.93 2.01 2.04 3/180 23127
/proc/meminfo: memFree=31690996/32770624 swapFree=0/400460
[pid=23127] ppid=23124 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/23127/stat : 23127 (runsolver) D 23124 23127 9955 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 11100403 24240128 108 18446744073709551615 4194304 4338465 140731281690592 140731281688232 140184284037847 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 21958656 140731281694879 140731281695306 140731281695306 140731281698762 0
/proc/23127/statm: 5918 108 54 36 0 2156 0

[startup+0.100107 s]
/proc/loadavg: 1.93 2.01 2.04 3/180 23127
/proc/meminfo: memFree=31690996/32770624 swapFree=0/400460
[pid=23127] ppid=23124 vsize=28972 CPUtime=0.04 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 1564 0 0 0 4 0 0 0 20 0 1 0 11100403 29667328 1375 18446744073709551615 4194304 5970956 140721704158528 140721704153128 4934318 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7243 1375 804 434 0 607 0
Current children cumulated CPU time (s) 0.04
Current children cumulated vsize (KiB) 28972

[startup+0.200225 s]
/proc/loadavg: 1.93 2.01 2.04 3/180 23127
/proc/meminfo: memFree=31690996/32770624 swapFree=0/400460
[pid=23127] ppid=23124 vsize=29236 CPUtime=0.14 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 1656 0 0 0 14 0 0 0 20 0 1 0 11100403 29937664 1441 18446744073709551615 4194304 5970956 140721704158528 140721704153128 4934449 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7309 1441 839 434 0 673 0
Current children cumulated CPU time (s) 0.14
Current children cumulated vsize (KiB) 29236

[startup+0.3002 s]
/proc/loadavg: 1.93 2.01 2.04 3/180 23127
/proc/meminfo: memFree=31690996/32770624 swapFree=0/400460
[pid=23127] ppid=23124 vsize=29236 CPUtime=0.24 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 1656 0 0 0 24 0 0 0 20 0 1 0 11100403 29937664 1441 18446744073709551615 4194304 5970956 140721704158528 140721704153128 4934327 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7309 1441 839 434 0 673 0
Current children cumulated CPU time (s) 0.24
Current children cumulated vsize (KiB) 29236

[startup+0.700176 s]
/proc/loadavg: 1.93 2.01 2.04 3/180 23127
/proc/meminfo: memFree=31690996/32770624 swapFree=0/400460
[pid=23127] ppid=23124 vsize=29236 CPUtime=0.64 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 1656 0 0 0 64 0 0 0 20 0 1 0 11100403 29937664 1441 18446744073709551615 4194304 5970956 140721704158528 140721704156088 5098908 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7309 1441 839 434 0 673 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 29236

[startup+1.50017 s]
/proc/loadavg: 1.93 2.01 2.04 3/181 23128
/proc/meminfo: memFree=31688696/32770624 swapFree=0/400412
[pid=23127] ppid=23124 vsize=29236 CPUtime=1.44 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 1656 0 0 0 144 0 0 0 20 0 1 0 11100403 29937664 1441 18446744073709551615 4194304 5970956 140721704158528 140721704156088 4934366 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7309 1441 839 434 0 673 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 29236

[startup+3.10017 s]
/proc/loadavg: 1.93 2.01 2.04 3/181 23128
/proc/meminfo: memFree=31688656/32770624 swapFree=0/400452
[pid=23127] ppid=23124 vsize=29236 CPUtime=3.04 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 2240 0 0 0 304 0 0 0 20 0 1 0 11100403 29937664 1504 18446744073709551615 4194304 5970956 140721704158528 140721704156088 4933196 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7309 1504 842 434 0 673 0
Current children cumulated CPU time (s) 3.04
Current children cumulated vsize (KiB) 29236

[startup+6.30017 s]
/proc/loadavg: 1.93 2.01 2.04 3/181 23128
/proc/meminfo: memFree=31688080/32770624 swapFree=0/400452
[pid=23127] ppid=23124 vsize=29236 CPUtime=6.24 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 2827 0 0 0 624 0 0 0 20 0 1 0 11100403 29937664 1504 18446744073709551615 4194304 5970956 140721704158528 140721704156088 4934327 0 0 1 8405026 0 0 0 17 0 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7309 1504 842 434 0 673 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 29236

[startup+12.7003 s]
/proc/loadavg: 1.94 2.01 2.04 3/181 23128
/proc/meminfo: memFree=31687988/32770624 swapFree=0/400464
[pid=23127] ppid=23124 vsize=29368 CPUtime=12.64 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 3437 0 0 0 1264 0 0 0 20 0 1 0 11100403 30072832 1504 18446744073709551615 4194304 5970956 140721704158528 140721704145832 5008873 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1504 842 434 0 706 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 29368

[startup+25.5003 s]
/proc/loadavg: 1.95 2.01 2.04 3/181 23129
/proc/meminfo: memFree=31687668/32770624 swapFree=0/400476
[pid=23127] ppid=23124 vsize=29368 CPUtime=25.44 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 4615 0 0 0 2544 0 0 0 20 0 1 0 11100403 30072832 1510 18446744073709551615 4194304 5970956 140721704158528 140721704145832 4933087 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1510 842 434 0 706 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 29368

[startup+51.1003 s]
/proc/loadavg: 1.97 2.01 2.04 3/184 23143
/proc/meminfo: memFree=31681392/32770624 swapFree=0/400488
[pid=23127] ppid=23124 vsize=29368 CPUtime=51.04 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 4718 0 0 0 5104 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 4934327 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 29368

[startup+102.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/184 23145
/proc/meminfo: memFree=31680832/32770624 swapFree=0/400560
[pid=23127] ppid=23124 vsize=29368 CPUtime=102.25 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 4820 0 0 0 10225 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 4933078 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 29368

[startup+162.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/181 23147
/proc/meminfo: memFree=31684608/32770624 swapFree=0/400600
[pid=23127] ppid=23124 vsize=29368 CPUtime=162.25 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 4922 0 0 0 16225 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 5319216 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 162.25
Current children cumulated vsize (KiB) 29368

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 23149
/proc/meminfo: memFree=31685732/32770624 swapFree=0/400628
[pid=23127] ppid=23124 vsize=29368 CPUtime=222.26 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 5024 0 0 0 22226 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 4933169 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 222.26
Current children cumulated vsize (KiB) 29368

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 23151
/proc/meminfo: memFree=31685492/32770624 swapFree=0/400656
[pid=23127] ppid=23124 vsize=29368 CPUtime=282.26 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 5024 0 0 0 28226 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 4934366 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 282.26
Current children cumulated vsize (KiB) 29368

[startup+342.3 s]
/proc/loadavg: 2.08 2.03 2.05 3/181 23153
/proc/meminfo: memFree=31685696/32770624 swapFree=0/400688
[pid=23127] ppid=23124 vsize=29368 CPUtime=342.27 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 5126 0 0 0 34227 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 4933186 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 342.27
Current children cumulated vsize (KiB) 29368

[startup+402.3 s]
/proc/loadavg: 2.03 2.02 2.05 3/181 23155
/proc/meminfo: memFree=31685496/32770624 swapFree=0/400724
[pid=23127] ppid=23124 vsize=29368 CPUtime=402.27 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 5126 0 0 0 40227 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 4934318 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 402.27
Current children cumulated vsize (KiB) 29368

[startup+462.3 s]
/proc/loadavg: 2.01 2.01 2.05 3/181 23157
/proc/meminfo: memFree=31685876/32770624 swapFree=0/400752
[pid=23127] ppid=23124 vsize=29368 CPUtime=462.28 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 5228 0 0 0 46228 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 5327999 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 462.28
Current children cumulated vsize (KiB) 29368

[startup+522.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23159
/proc/meminfo: memFree=31685388/32770624 swapFree=0/400780
[pid=23127] ppid=23124 vsize=29368 CPUtime=522.28 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 5228 0 0 0 52228 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 4934370 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 522.28
Current children cumulated vsize (KiB) 29368

[startup+582.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23161
/proc/meminfo: memFree=31685288/32770624 swapFree=0/400812
[pid=23127] ppid=23124 vsize=29368 CPUtime=582.29 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 5330 0 0 0 58229 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 4934318 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 582.29
Current children cumulated vsize (KiB) 29368


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


[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23375
/proc/meminfo: memFree=31679460/32770624 swapFree=0/401476
[pid=23127] ppid=23124 vsize=29368 CPUtime=1542.39 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 6142 0 0 0 154239 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 4934477 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 1542.39
Current children cumulated vsize (KiB) 29368

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23377
/proc/meminfo: memFree=31680080/32770624 swapFree=0/401512
[pid=23127] ppid=23124 vsize=29368 CPUtime=1602.39 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 6142 0 0 0 160239 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 4934327 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 1602.39
Current children cumulated vsize (KiB) 29368

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23379
/proc/meminfo: memFree=31680204/32770624 swapFree=0/401540
[pid=23127] ppid=23124 vsize=29368 CPUtime=1662.39 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 6243 0 0 0 166239 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 5322040 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 1662.39
Current children cumulated vsize (KiB) 29368

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23381
/proc/meminfo: memFree=31680800/32770624 swapFree=0/401572
[pid=23127] ppid=23124 vsize=29368 CPUtime=1722.4 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 6244 0 0 0 172240 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 4978194 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 1722.4
Current children cumulated vsize (KiB) 29368

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23383
/proc/meminfo: memFree=31680580/32770624 swapFree=0/401600
[pid=23127] ppid=23124 vsize=29368 CPUtime=1782.4 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 6346 0 0 0 178240 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 5038193 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 1782.4
Current children cumulated vsize (KiB) 29368

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23385
/proc/meminfo: memFree=31681000/32770624 swapFree=0/401628
[pid=23127] ppid=23124 vsize=29368 CPUtime=1842.41 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 6346 0 0 0 184241 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 4930611 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 1842.41
Current children cumulated vsize (KiB) 29368

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/183 23401
/proc/meminfo: memFree=31677028/32770624 swapFree=0/401704
[pid=23127] ppid=23124 vsize=29368 CPUtime=1902.42 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 6444 0 0 0 190242 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 5038640 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 1902.42
Current children cumulated vsize (KiB) 29368

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23404
/proc/meminfo: memFree=31680248/32770624 swapFree=0/401744
[pid=23127] ppid=23124 vsize=29368 CPUtime=1962.42 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 6444 0 0 0 196242 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 4934320 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 1962.42
Current children cumulated vsize (KiB) 29368

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23406
/proc/meminfo: memFree=31680000/32770624 swapFree=0/401772
[pid=23127] ppid=23124 vsize=29368 CPUtime=2022.43 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 6546 0 0 0 202243 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 4908171 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 2022.43
Current children cumulated vsize (KiB) 29368

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23408
/proc/meminfo: memFree=31680388/32770624 swapFree=0/401800
[pid=23127] ppid=23124 vsize=29368 CPUtime=2082.44 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 6550 0 0 0 208244 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 5337501 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 2082.44
Current children cumulated vsize (KiB) 29368

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23410
/proc/meminfo: memFree=31680760/32770624 swapFree=0/401832
[pid=23127] ppid=23124 vsize=29368 CPUtime=2142.44 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 6651 0 0 0 214244 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 4934342 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 2142.44
Current children cumulated vsize (KiB) 29368

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23412
/proc/meminfo: memFree=31680636/32770624 swapFree=0/401868
[pid=23127] ppid=23124 vsize=29368 CPUtime=2202.45 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 6651 0 0 0 220245 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 4934366 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 2202.45
Current children cumulated vsize (KiB) 29368

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23414
/proc/meminfo: memFree=31681132/32770624 swapFree=0/401896
[pid=23127] ppid=23124 vsize=29368 CPUtime=2262.45 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 6752 0 0 0 226245 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 5098928 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 2262.45
Current children cumulated vsize (KiB) 29368

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23416
/proc/meminfo: memFree=31680884/32770624 swapFree=0/401924
[pid=23127] ppid=23124 vsize=29368 CPUtime=2322.46 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 6753 0 0 0 232246 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 5040624 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 2322.46
Current children cumulated vsize (KiB) 29368

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23418
/proc/meminfo: memFree=31680636/32770624 swapFree=0/401956
[pid=23127] ppid=23124 vsize=29368 CPUtime=2382.46 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 6853 0 0 0 238246 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 4977082 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 2382.46
Current children cumulated vsize (KiB) 29368



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2399.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23418
/proc/meminfo: memFree=31680636/32770624 swapFree=0/401964
[pid=23127] ppid=23124 vsize=29368 CPUtime=2400.06 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 6854 0 0 0 240006 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 4934366 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 29368

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

[startup+2399.9 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 23418
/proc/meminfo: memFree=31680636/32770624 swapFree=0/401964
[pid=23127] ppid=23124 vsize=29368 CPUtime=2400.06 cores=0,2,4,6
/proc/23127/stat : 23127 (cosoco) R 23124 23127 9955 0 -1 4202496 6854 0 0 0 240006 0 0 0 20 0 1 0 11100403 30072832 1526 18446744073709551615 4194304 5970956 140721704158528 140721704145832 4934366 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 8388608 140721704161740 140721704161870 140721704161870 140721704165326 0
/proc/23127/statm: 7342 1526 842 434 0 706 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 29368

Child status: 1
Real time (s): 2399.9
CPU time (s): 2400.08
CPU user time (s): 2400.07
CPU system time (s): 0.006
CPU usage (%): 100.007
Max. virtual memory (cumulated for all children) (KiB): 29368

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.07
system time used= 0.006
maximum resident set size= 6152
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 6888
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= 623

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.11026 second user time and 7.62954 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-07 08:39:11
IDJOB=4241328
IDBENCH=140540
IDSOLVER=2620
FILE ID=node125/4241328-1502088795
RUNJOBID= node125-1502042574-16652
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 9259b7dd3f7335d1c64b8332bd6645a5
RANDOM SEED=1163298870

node125.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.07
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.07
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.07
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.07
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:        31691076 kB
MemAvailable:   32015148 kB
Buffers:          138900 kB
Cached:           474352 kB
SwapCached:            0 kB
Active:           256860 kB
Inactive:         417184 kB
Active(anon):      61380 kB
Inactive(anon):    16724 kB
Active(file):     195480 kB
Inactive(file):   400460 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2380 kB
Writeback:             4 kB
AnonPages:         60840 kB
Mapped:            33088 kB
Shmem:             17060 kB
Slab:             111924 kB
SReclaimable:      87932 kB
SUnreclaim:        23992 kB
KernelStack:        3200 kB
PageTables:         4728 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     314856 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:      118144 kB
DirectMap2M:    33427456 kB

Free space on /tmp at the end= 62028 MiB
End job on node125 at 2017-08-07 09:19:11