Trace number 4242698

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.1101 2400

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s2/
ChessboardColoration-int-15-17.xml
MD5SUM5342dff7930c7d1c2bbf0c6436545580
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark4
Best CPU time to get the best result obtained on this benchmark2400.1001
Satisfiable
(Un)Satisfiability was proved
Number of variables255
Number of constraints14281
Number of domains1
Minimum domain size255
Maximum domain size255
Distribution of domain sizes[{"size":255,"count":255}]
Minimum variable degree226
Maximum variable degree226
Distribution of variable degrees[{"degree":226,"count":255}]
Minimum constraint arity4
Maximum constraint arity255
Distribution of constraint arities[{"arity":4,"count":14280},{"arity":255,"count":1}]
Number of extensional constraints0
Number of intensional constraints14280
Distribution of constraint types[{"type":"intension","count":14280},{"type":"lex","count":1}]
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

16.13/16.27	c best=?? lower=0 upper=254 
17.33/17.46	c
17.33/17.46	c This is cosoco 1.0 --  
17.33/17.46	c
17.33/17.46	c enable optimization
17.33/17.46	c ========================================[ Problem Statistics ]===========================================
17.33/17.46	c |                                                                                                       
17.33/17.46	c |  Parse time        :        16.10 s 
17.33/17.46	c |
17.33/17.46	c |               Variables: 255
17.33/17.46	c |            Domain Sizes: 255..255
17.33/17.46	c |
17.33/17.46	c |             Constraints: 14311
17.33/17.46	c |                   Arity: 4..255
17.33/17.46	c | 
17.33/17.46	c |                   Types: 
17.33/17.46	c |                          Intension: 14280
17.33/17.46	c |                          Lex: 30
17.33/17.46	c |                          Max constant: 1
17.33/17.46	c |                          
17.33/17.46	c =========================================================================================================
17.33/17.46	o 11
17.33/17.46	c    1 calls to solver: best=11 lower=0 upper=10 
17.83/17.90	o 10
18.33/18.42	o 8
18.33/18.42	c    3 calls to solver: best=8 lower=0 upper=7 
18.74/18.89	o 7
19.23/19.32	o 6
19.23/19.32	c    5 calls to solver: best=6 lower=0 upper=5 
20.13/20.27	o 5
23.43/23.57	o 4
23.43/23.57	c    7 calls to solver: best=4 lower=0 upper=3 

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-4242698-1502048435/watcher-4242698-1502048435 -o /tmp/evaluation-result-4242698-1502048435/solver-4242698-1502048435 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502042574-16652 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4242698-1502048435.xml 

pid=17476
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.34 2.10 2.07 3/180 17479
/proc/meminfo: memFree=31702032/32770624 swapFree=0/374888
[pid=17479] ppid=17476 vsize=23672 CPUtime=0 cores=0,2,4,6
/proc/17479/stat : 17479 (runsolver) D 17476 17479 9955 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 7064497 24240128 108 18446744073709551615 4194304 4338465 140729741393568 140729741391208 140633728889559 0 0 1 24578 18446744071580418449 0 0 17 4 0 0 0 0 0 6438912 6441760 27877376 140729741402271 140729741402698 140729741402698 140729741406154 0
/proc/17479/statm: 5918 108 54 36 0 2156 0

[startup+0.100106 s]
/proc/loadavg: 2.34 2.10 2.07 3/180 17479
/proc/meminfo: memFree=31702032/32770624 swapFree=0/374888
[pid=17479] ppid=17476 vsize=27808 CPUtime=0.03 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 1136 0 0 0 3 0 0 0 20 0 1 0 7064497 28475392 964 18446744073709551615 4194304 5970956 140734605233104 140734605229752 5382760 0 0 1 0 0 0 0 17 0 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 6952 964 710 434 0 316 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27808

[startup+0.200225 s]
/proc/loadavg: 2.34 2.10 2.07 3/180 17479
/proc/meminfo: memFree=31702032/32770624 swapFree=0/374888
[pid=17479] ppid=17476 vsize=28136 CPUtime=0.13 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 1216 0 0 0 13 0 0 0 20 0 1 0 7064497 28811264 1030 18446744073709551615 4194304 5970956 140734605233104 140734605229752 5408843 0 0 1 0 0 0 0 17 0 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 7034 1030 710 434 0 398 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 28136

[startup+0.300199 s]
/proc/loadavg: 2.34 2.10 2.07 3/180 17479
/proc/meminfo: memFree=31702032/32770624 swapFree=0/374888
[pid=17479] ppid=17476 vsize=28460 CPUtime=0.23 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 1344 0 0 0 23 0 0 0 20 0 1 0 7064497 29143040 1099 18446744073709551615 4194304 5970956 140734605233104 140734605229752 5401930 0 0 1 0 0 0 0 17 0 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 7115 1099 710 434 0 479 0
Current children cumulated CPU time (s) 0.23
Current children cumulated vsize (KiB) 28460

[startup+0.700174 s]
/proc/loadavg: 2.34 2.10 2.07 3/180 17479
/proc/meminfo: memFree=31702032/32770624 swapFree=0/374888
[pid=17479] ppid=17476 vsize=34532 CPUtime=0.63 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 2952 0 0 0 63 0 0 0 20 0 1 0 7064497 35360768 2748 18446744073709551615 4194304 5970956 140734605233104 140734605229752 140518495144672 0 0 1 0 0 0 0 17 0 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 8633 2748 782 434 0 1997 0
Current children cumulated CPU time (s) 0.63
Current children cumulated vsize (KiB) 34532

[startup+1.50017 s]
/proc/loadavg: 2.34 2.10 2.07 3/181 17480
/proc/meminfo: memFree=31687132/32770624 swapFree=0/374696
[pid=17479] ppid=17476 vsize=49184 CPUtime=1.43 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 6608 0 0 0 142 1 0 0 20 0 1 0 7064497 50364416 6378 18446744073709551615 4194304 5970956 140734605233104 140734605226696 140518501294935 0 0 1 0 0 0 0 17 0 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 12296 6378 782 434 0 5660 0
Current children cumulated CPU time (s) 1.43
Current children cumulated vsize (KiB) 49184

[startup+3.10028 s]
/proc/loadavg: 2.34 2.10 2.07 3/181 17480
/proc/meminfo: memFree=31666520/32770624 swapFree=0/374872
[pid=17479] ppid=17476 vsize=78496 CPUtime=3.03 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 14090 0 0 0 301 2 0 0 20 0 1 0 7064497 80379904 13672 18446744073709551615 4194304 5970956 140734605233104 140734605226696 140518491655141 0 0 1 0 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 19624 13672 782 434 0 12988 0
Current children cumulated CPU time (s) 3.03
Current children cumulated vsize (KiB) 78496

[startup+6.30027 s]
/proc/loadavg: 2.31 2.10 2.07 3/181 17480
/proc/meminfo: memFree=31606900/32770624 swapFree=0/374872
[pid=17479] ppid=17476 vsize=137108 CPUtime=6.23 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 29063 0 0 0 619 4 0 0 20 0 1 0 7064497 140398592 28353 18446744073709551615 4194304 5970956 140734605233104 140734605226696 140518491655141 0 0 1 0 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 34277 28353 782 434 0 27641 0
Current children cumulated CPU time (s) 6.23
Current children cumulated vsize (KiB) 137108

[startup+12.7003 s]
/proc/loadavg: 2.29 2.10 2.07 3/181 17480
/proc/meminfo: memFree=31485744/32770624 swapFree=0/374884
[pid=17479] ppid=17476 vsize=254512 CPUtime=12.63 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 58693 0 0 0 1255 8 0 0 20 0 1 0 7064497 260620288 57702 18446744073709551615 4194304 5970956 140734605233104 140734605226696 140518491655141 0 0 1 0 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 63628 57702 782 434 0 56992 0
Current children cumulated CPU time (s) 12.63
Current children cumulated vsize (KiB) 254512

[startup+25.5004 s]
/proc/loadavg: 2.22 2.10 2.06 3/181 17481
/proc/meminfo: memFree=31280508/32770624 swapFree=0/374904
[pid=17479] ppid=17476 vsize=448032 CPUtime=25.43 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 225988 0 0 0 2524 19 0 0 20 0 1 0 7064497 458784768 106170 18446744073709551615 4194304 5970956 140734605233104 140734605220408 5052093 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106170 833 434 0 105372 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 448032

[startup+51.1004 s]
/proc/loadavg: 2.15 2.09 2.06 3/181 17481
/proc/meminfo: memFree=31279896/32770624 swapFree=0/374912
[pid=17479] ppid=17476 vsize=448032 CPUtime=51.03 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 283711 0 0 0 5082 21 0 0 20 0 1 0 7064497 458784768 106170 18446744073709551615 4194304 5970956 140734605233104 140734605220408 4964768 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106170 833 434 0 105372 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 448032

[startup+102.3 s]
/proc/loadavg: 2.06 2.07 2.06 3/182 17485
/proc/meminfo: memFree=31279372/32770624 swapFree=0/374960
[pid=17479] ppid=17476 vsize=448032 CPUtime=102.23 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 356102 0 0 0 10198 25 0 0 20 0 1 0 7064497 458784768 106171 18446744073709551615 4194304 5970956 140734605233104 140734605220408 4964389 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106171 833 434 0 105372 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 448032

[startup+162.3 s]
/proc/loadavg: 2.02 2.06 2.05 3/182 17487
/proc/meminfo: memFree=31279132/32770624 swapFree=0/374992
[pid=17479] ppid=17476 vsize=448032 CPUtime=162.22 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 388332 0 0 0 16195 27 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 4964366 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 162.22
Current children cumulated vsize (KiB) 448032

[startup+222.306 s]
/proc/loadavg: 2.01 2.05 2.05 3/185 17503
/proc/meminfo: memFree=31274588/32770624 swapFree=0/375048
[pid=17479] ppid=17476 vsize=448032 CPUtime=222.21 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 407311 0 0 0 22193 28 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 4964389 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 222.21
Current children cumulated vsize (KiB) 448032

[startup+282.3 s]
/proc/loadavg: 1.92 2.01 2.03 3/185 17505
/proc/meminfo: memFree=31274084/32770624 swapFree=0/375076
[pid=17479] ppid=17476 vsize=448032 CPUtime=282.19 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 414150 0 0 0 28191 28 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 4964366 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 282.19
Current children cumulated vsize (KiB) 448032

[startup+342.3 s]
/proc/loadavg: 2.01 2.03 2.04 3/182 17507
/proc/meminfo: memFree=31277860/32770624 swapFree=0/375104
[pid=17479] ppid=17476 vsize=448032 CPUtime=342.19 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 414657 0 0 0 34191 28 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 5070976 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 448032

[startup+402.3 s]
/proc/loadavg: 2.06 2.04 2.05 3/181 17509
/proc/meminfo: memFree=31278208/32770624 swapFree=0/375140
[pid=17479] ppid=17476 vsize=448032 CPUtime=402.2 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 415158 0 0 0 40192 28 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 4964406 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 402.2
Current children cumulated vsize (KiB) 448032

[startup+462.3 s]
/proc/loadavg: 2.02 2.03 2.05 3/181 17511
/proc/meminfo: memFree=31278928/32770624 swapFree=0/375168
[pid=17479] ppid=17476 vsize=448032 CPUtime=462.2 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 415682 0 0 0 46192 28 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 5052114 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 448032

[startup+522.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/181 17513
/proc/meminfo: memFree=31278804/32770624 swapFree=0/375196
[pid=17479] ppid=17476 vsize=448032 CPUtime=522.21 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 416152 0 0 0 52193 28 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 5098928 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 522.21
Current children cumulated vsize (KiB) 448032

[startup+582.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/181 17515
/proc/meminfo: memFree=31279416/32770624 swapFree=0/375224
[pid=17479] ppid=17476 vsize=448032 CPUtime=582.21 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 416689 0 0 0 58193 28 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 4964758 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 582.21
Current children cumulated vsize (KiB) 448032


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


[startup+1482.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/185 17575
/proc/meminfo: memFree=31274928/32770624 swapFree=0/375760
[pid=17479] ppid=17476 vsize=448032 CPUtime=1482.31 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 424612 0 0 0 148202 29 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 4965055 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 1482.31
Current children cumulated vsize (KiB) 448032

[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 17577
/proc/meminfo: memFree=31279808/32770624 swapFree=0/375788
[pid=17479] ppid=17476 vsize=448032 CPUtime=1542.32 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 425013 0 0 0 154203 29 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 4968244 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 1542.32
Current children cumulated vsize (KiB) 448032

[startup+1602.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 17579
/proc/meminfo: memFree=31279752/32770624 swapFree=0/375820
[pid=17479] ppid=17476 vsize=448032 CPUtime=1602.32 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 425602 0 0 0 160203 29 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 4964389 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 1602.32
Current children cumulated vsize (KiB) 448032

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 17581
/proc/meminfo: memFree=31279976/32770624 swapFree=0/375852
[pid=17479] ppid=17476 vsize=448032 CPUtime=1662.32 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 426082 0 0 0 166203 29 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 4961194 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 1662.32
Current children cumulated vsize (KiB) 448032

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 17584
/proc/meminfo: memFree=31279720/32770624 swapFree=0/375892
[pid=17479] ppid=17476 vsize=448032 CPUtime=1722.33 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 426446 0 0 0 172204 29 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 4961411 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 1722.33
Current children cumulated vsize (KiB) 448032

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 17586
/proc/meminfo: memFree=31279492/32770624 swapFree=0/375916
[pid=17479] ppid=17476 vsize=448032 CPUtime=1782.33 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 426974 0 0 0 178204 29 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 4908912 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 1782.33
Current children cumulated vsize (KiB) 448032

[startup+1842.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/181 17588
/proc/meminfo: memFree=31279004/32770624 swapFree=0/375944
[pid=17479] ppid=17476 vsize=448032 CPUtime=1842.34 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 427573 0 0 0 184205 29 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 4968175 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 1842.34
Current children cumulated vsize (KiB) 448032

[startup+1902.3 s]
/proc/loadavg: 2.08 2.04 2.05 3/181 17591
/proc/meminfo: memFree=31279228/32770624 swapFree=0/375984
[pid=17479] ppid=17476 vsize=448032 CPUtime=1902.35 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 428023 0 0 0 190206 29 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 5071026 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 1902.35
Current children cumulated vsize (KiB) 448032

[startup+1962.3 s]
/proc/loadavg: 2.03 2.03 2.05 3/181 17593
/proc/meminfo: memFree=31278868/32770624 swapFree=0/376012
[pid=17479] ppid=17476 vsize=448032 CPUtime=1962.35 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 428522 0 0 0 196206 29 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 5098928 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 1962.35
Current children cumulated vsize (KiB) 448032

[startup+2022.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/184 17609
/proc/meminfo: memFree=31274876/32770624 swapFree=0/376068
[pid=17479] ppid=17476 vsize=448032 CPUtime=2022.36 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 428972 0 0 0 202207 29 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 5052093 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 2022.36
Current children cumulated vsize (KiB) 448032

[startup+2082.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 17636
/proc/meminfo: memFree=31274484/32770624 swapFree=0/376136
[pid=17479] ppid=17476 vsize=448032 CPUtime=2082.37 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 429459 0 0 0 208208 29 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 4964366 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 2082.37
Current children cumulated vsize (KiB) 448032

[startup+2142.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/185 17638
/proc/meminfo: memFree=31274476/32770624 swapFree=0/376176
[pid=17479] ppid=17476 vsize=448032 CPUtime=2142.37 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 429878 0 0 0 214208 29 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 4965148 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 2142.37
Current children cumulated vsize (KiB) 448032

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 17640
/proc/meminfo: memFree=31277884/32770624 swapFree=0/376204
[pid=17479] ppid=17476 vsize=448032 CPUtime=2202.38 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 430358 0 0 0 220209 29 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 4964452 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 2202.38
Current children cumulated vsize (KiB) 448032

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 17642
/proc/meminfo: memFree=31278408/32770624 swapFree=0/376232
[pid=17479] ppid=17476 vsize=448032 CPUtime=2262.38 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 430777 0 0 0 226209 29 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 5069728 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 2262.38
Current children cumulated vsize (KiB) 448032

[startup+2322.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/182 17644
/proc/meminfo: memFree=31278284/32770624 swapFree=0/376272
[pid=17479] ppid=17476 vsize=448032 CPUtime=2322.39 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 431273 0 0 0 232210 29 0 0 20 0 1 0 7064497 458784768 106174 18446744073709551615 4194304 5970956 140734605233104 140734605220408 4908963 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106174 833 434 0 105372 0
Current children cumulated CPU time (s) 2322.39
Current children cumulated vsize (KiB) 448032

[startup+2382.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 17708
/proc/meminfo: memFree=31087140/32770624 swapFree=0/376300
[pid=17479] ppid=17476 vsize=448032 CPUtime=2382.39 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 431815 0 0 0 238210 29 0 0 20 0 1 0 7064497 458784768 106175 18446744073709551615 4194304 5970956 140734605233104 140734605220408 5052114 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106175 833 434 0 105372 0
Current children cumulated CPU time (s) 2382.39
Current children cumulated vsize (KiB) 448032



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400 s]
/proc/loadavg: 2.02 2.02 2.05 3/182 17708
/proc/meminfo: memFree=30708420/32770624 swapFree=0/376320
[pid=17479] ppid=17476 vsize=448032 CPUtime=2400.09 cores=0,2,4,6
/proc/17479/stat : 17479 (cosoco) R 17476 17479 9955 0 -1 4202496 431815 0 0 0 239980 29 0 0 20 0 1 0 7064497 458784768 106175 18446744073709551615 4194304 5970956 140734605233104 140734605220408 5052121 0 0 1 8405026 0 0 0 17 2 0 0 5 0 0 8070896 8075904 31911936 140734605238732 140734605238862 140734605238862 140734605242318 0
/proc/17479/statm: 112008 106175 833 434 0 105372 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 448032

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

Child status: 1
Real time (s): 2400
CPU time (s): 2400.11
CPU user time (s): 2399.81
CPU system time (s): 0.300028
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 448032

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.81
system time used= 0.300028
maximum resident set size= 424740
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 431841
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= 114
involuntary context switches= 625

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.25695 second user time and 9.69474 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-06 21:26:32
IDJOB=4242698
IDBENCH=139752
IDSOLVER=2620
FILE ID=node125/4242698-1502048435
RUNJOBID= node125-1502042574-16652
PBS_JOBID= 
Free space on /tmp= 62028 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/ChessboardColoration/ChessboardColoration-int-s2/ChessboardColoration-int-15-17.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4242698-1502048435/watcher-4242698-1502048435 -o /tmp/evaluation-result-4242698-1502048435/solver-4242698-1502048435 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502042574-16652 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4242698-1502048435.xml

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

MD5SUM BENCH= 5342dff7930c7d1c2bbf0c6436545580
RANDOM SEED=1303787120

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:        31702032 kB
MemAvailable:   31995316 kB
Buffers:          121476 kB
Cached:           452652 kB
SwapCached:            0 kB
Active:           277208 kB
Inactive:         383420 kB
Active(anon):      86844 kB
Inactive(anon):     8532 kB
Active(file):     190364 kB
Inactive(file):   374888 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3056 kB
Writeback:             0 kB
AnonPages:         70040 kB
Mapped:            31872 kB
Shmem:              8868 kB
Slab:             111852 kB
SReclaimable:      87732 kB
SUnreclaim:        24120 kB
KernelStack:        3232 kB
PageTables:         4460 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     332388 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 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= 62024 MiB
End job on node125 at 2017-08-06 22:06:32