Trace number 4242699

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

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.61/16.78	c SAT : Variables: 65025 -- Clauses: 8258430
16.61/16.78	c best=?? lower=0 upper=254 
18.02/18.15	c
18.02/18.15	c This is cosoco 1.0 --  
18.02/18.15	c
18.02/18.15	c enable optimization
18.02/18.15	c ========================================[ Problem Statistics ]===========================================
18.02/18.15	c |                                                                                                       
18.02/18.15	c |  Parse time        :        16.50 s 
18.02/18.15	c |
18.02/18.15	c |               Variables: 255
18.02/18.15	c |            Domain Sizes: 255..255
18.02/18.15	c |
18.02/18.15	c |             Constraints: 14311
18.02/18.15	c |                   Arity: 4..255
18.02/18.15	c | 
18.02/18.15	c |                   Types: 
18.02/18.15	c |                          Intension: 14280
18.02/18.15	c |                          Lex: 30
18.02/18.15	c |                          Max constant: 1
18.02/18.15	c |                          
18.02/18.15	c =========================================================================================================
18.02/18.15	o 9
18.02/18.15	c    1 calls to solver: best=9 lower=0 upper=8 
19.22/19.30	o 8
19.62/19.78	o 7
19.62/19.78	c    3 calls to solver: best=7 lower=0 upper=6 
20.12/20.20	o 6
21.72/21.81	o 5
21.72/21.81	c    5 calls to solver: best=5 lower=0 upper=4 
77.20/77.34	o 4

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

pid=30012
running on 4 cores: 1,3,5,7

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.94 1.99 2.01 4/180 30015
/proc/meminfo: memFree=31624164/32770624 swapFree=0/359404
[pid=30015] ppid=30012 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/30015/stat : 30015 (runsolver) D 30012 30015 21827 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 7052246 24240128 108 18446744073709551615 4194304 4338465 140730595401024 140730595398664 140255600837335 0 0 1 24578 18446744071580418449 0 0 17 5 0 0 0 0 0 6438912 6441760 34557952 140730595410074 140730595410506 140730595410506 140730595413962 0
/proc/30015/statm: 5918 108 54 36 0 2156 0

[startup+0.100551 s]
/proc/loadavg: 1.94 1.99 2.01 4/180 30015
/proc/meminfo: memFree=31624164/32770624 swapFree=0/359404
[pid=30015] ppid=30012 vsize=27808 CPUtime=0.03 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 1134 0 0 0 3 0 0 0 20 0 1 0 7052246 28475392 964 18446744073709551615 4194304 5970956 140723687125088 140723687121688 5369077 0 0 1 0 0 0 0 17 7 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 6952 964 710 434 0 316 0
Current children cumulated CPU time (s) 0.03
Current children cumulated vsize (KiB) 27808

[startup+0.200551 s]
/proc/loadavg: 1.94 1.99 2.01 4/180 30015
/proc/meminfo: memFree=31624164/32770624 swapFree=0/359404
[pid=30015] ppid=30012 vsize=28136 CPUtime=0.13 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 1214 0 0 0 13 0 0 0 20 0 1 0 7052246 28811264 1030 18446744073709551615 4194304 5970956 140723687125088 140723687121688 5674140 0 0 1 0 0 0 0 17 7 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 7034 1030 710 434 0 398 0
Current children cumulated CPU time (s) 0.13
Current children cumulated vsize (KiB) 28136

[startup+0.300551 s]
/proc/loadavg: 1.94 1.99 2.01 4/180 30015
/proc/meminfo: memFree=31624164/32770624 swapFree=0/359404
[pid=30015] ppid=30012 vsize=28460 CPUtime=0.22 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 1341 0 0 0 22 0 0 0 20 0 1 0 7052246 29143040 1100 18446744073709551615 4194304 5970956 140723687125088 140723687121688 5380089 0 0 1 0 0 0 0 17 7 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 7115 1100 710 434 0 479 0
Current children cumulated CPU time (s) 0.22
Current children cumulated vsize (KiB) 28460

[startup+0.700219 s]
/proc/loadavg: 1.94 1.99 2.01 4/180 30015
/proc/meminfo: memFree=31624164/32770624 swapFree=0/359404
[pid=30015] ppid=30012 vsize=34532 CPUtime=0.62 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 2936 0 0 0 62 0 0 0 20 0 1 0 7052246 35360768 2683 18446744073709551615 4194304 5970956 140723687125088 140723687121688 140111700921317 0 0 1 0 0 0 0 17 5 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 8633 2683 782 434 0 1997 0
Current children cumulated CPU time (s) 0.62
Current children cumulated vsize (KiB) 34532

[startup+1.50022 s]
/proc/loadavg: 1.94 1.99 2.01 3/181 30016
/proc/meminfo: memFree=31609020/32770624 swapFree=0/359404
[pid=30015] ppid=30012 vsize=49184 CPUtime=1.42 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 6619 0 0 0 141 1 0 0 20 0 1 0 7052246 50364416 6379 18446744073709551615 4194304 5970956 140723687125088 140723687118680 140111700921317 0 0 1 0 0 0 0 17 5 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 12296 6379 782 434 0 5660 0
Current children cumulated CPU time (s) 1.42
Current children cumulated vsize (KiB) 49184

[startup+3.10022 s]
/proc/loadavg: 1.87 1.98 2.01 3/181 30016
/proc/meminfo: memFree=31588560/32770624 swapFree=0/359404
[pid=30015] ppid=30012 vsize=78628 CPUtime=3.02 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 14158 0 0 0 300 2 0 0 20 0 1 0 7052246 80515072 13734 18446744073709551615 4194304 5970956 140723687125088 140723687116648 140111700921317 0 0 1 0 0 0 0 17 5 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 19690 13734 782 434 0 13054 0
Current children cumulated CPU time (s) 3.02
Current children cumulated vsize (KiB) 78628

[startup+6.30022 s]
/proc/loadavg: 1.87 1.98 2.01 3/181 30016
/proc/meminfo: memFree=31526080/32770624 swapFree=0/359404
[pid=30015] ppid=30012 vsize=137504 CPUtime=6.22 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 29164 0 0 0 618 4 0 0 20 0 1 0 7052246 140804096 28482 18446744073709551615 4194304 5970956 140723687125088 140723687116696 140111700921317 0 0 1 0 0 0 0 17 5 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 34376 28482 782 434 0 27740 0
Current children cumulated CPU time (s) 6.22
Current children cumulated vsize (KiB) 137504

[startup+12.7002 s]
/proc/loadavg: 1.89 1.98 2.01 3/181 30016
/proc/meminfo: memFree=31405320/32770624 swapFree=0/359404
[pid=30015] ppid=30012 vsize=255304 CPUtime=12.62 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 58876 0 0 0 1253 9 0 0 20 0 1 0 7052246 261431296 57898 18446744073709551615 4194304 5970956 140723687125088 140723687118680 140111700921317 0 0 1 0 0 0 0 17 5 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 63826 57898 782 434 0 57190 0
Current children cumulated CPU time (s) 12.62
Current children cumulated vsize (KiB) 255304

[startup+25.5004 s]
/proc/loadavg: 1.98 2.00 2.01 3/181 30017
/proc/meminfo: memFree=30863924/32770624 swapFree=0/359416
[pid=30015] ppid=30012 vsize=796596 CPUtime=25.42 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 283100 0 0 0 2511 31 0 0 20 0 1 0 7052246 815714304 190180 18446744073709551615 4194304 5970956 140723687125088 140723687112392 4964366 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 199149 190180 839 434 0 192513 0
Current children cumulated CPU time (s) 25.42
Current children cumulated vsize (KiB) 796596

[startup+51.1004 s]
/proc/loadavg: 1.99 2.00 2.01 3/181 30017
/proc/meminfo: memFree=30864404/32770624 swapFree=0/359440
[pid=30015] ppid=30012 vsize=796596 CPUtime=51.01 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 313917 0 0 0 5069 32 0 0 20 0 1 0 7052246 815714304 190284 18446744073709551615 4194304 5970956 140723687125088 140723687122056 4964701 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 199149 190284 839 434 0 192513 0
Current children cumulated CPU time (s) 51.01
Current children cumulated vsize (KiB) 796596

[startup+102.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/184 30033
/proc/meminfo: memFree=30859844/32770624 swapFree=0/359504
[pid=30015] ppid=30012 vsize=878116 CPUtime=102.2 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 398283 0 0 0 10184 36 0 0 20 0 1 0 7052246 899190784 190454 18446744073709551615 4194304 5970956 140723687125088 140723687122360 4964841 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190454 839 434 0 212893 0
Current children cumulated CPU time (s) 102.2
Current children cumulated vsize (KiB) 878116

[startup+162.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/184 30035
/proc/meminfo: memFree=30859760/32770624 swapFree=0/359540
[pid=30015] ppid=30012 vsize=878116 CPUtime=162.18 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 460133 0 0 0 16179 39 0 0 20 0 1 0 7052246 899190784 190481 18446744073709551615 4194304 5970956 140723687125088 140723687122360 4964389 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190481 839 434 0 212893 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 878116

[startup+222.306 s]
/proc/loadavg: 2.00 2.00 2.01 3/181 30037
/proc/meminfo: memFree=30862112/32770624 swapFree=0/359560
[pid=30015] ppid=30012 vsize=878116 CPUtime=222.17 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 468756 0 0 0 22178 39 0 0 20 0 1 0 7052246 899190784 190489 18446744073709551615 4194304 5970956 140723687125088 140723687122360 4968264 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190489 839 434 0 212893 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 878116

[startup+282.3 s]
/proc/loadavg: 2.00 2.00 2.01 3/181 30039
/proc/meminfo: memFree=30862164/32770624 swapFree=0/359580
[pid=30015] ppid=30012 vsize=878116 CPUtime=282.16 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 484307 0 0 0 28176 40 0 0 20 0 1 0 7052246 899190784 190493 18446744073709551615 4194304 5970956 140723687125088 140723687122360 4964389 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190493 839 434 0 212893 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 878116

[startup+342.3 s]
/proc/loadavg: 2.06 2.01 2.02 3/181 30041
/proc/meminfo: memFree=30862072/32770624 swapFree=0/359608
[pid=30015] ppid=30012 vsize=878116 CPUtime=342.15 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 505509 0 0 0 34173 42 0 0 20 0 1 0 7052246 899190784 190595 18446744073709551615 4194304 5970956 140723687125088 140723687122360 4968285 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190595 839 434 0 212893 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 878116

[startup+402.3 s]
/proc/loadavg: 2.02 2.01 2.02 3/181 30043
/proc/meminfo: memFree=30861704/32770624 swapFree=0/359632
[pid=30015] ppid=30012 vsize=878116 CPUtime=402.13 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 507195 0 0 0 40171 42 0 0 20 0 1 0 7052246 899190784 190617 18446744073709551615 4194304 5970956 140723687125088 140723687122360 5070320 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190617 839 434 0 212893 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 878116

[startup+462.3 s]
/proc/loadavg: 2.04 2.02 2.02 3/181 30045
/proc/meminfo: memFree=30861672/32770624 swapFree=0/359652
[pid=30015] ppid=30012 vsize=878116 CPUtime=462.13 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 508464 0 0 0 46171 42 0 0 20 0 1 0 7052246 899190784 190621 18446744073709551615 4194304 5970956 140723687125088 140723687122360 5052080 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190621 839 434 0 212893 0
Current children cumulated CPU time (s) 462.13
Current children cumulated vsize (KiB) 878116

[startup+522.3 s]
/proc/loadavg: 2.02 2.02 2.02 3/181 30047
/proc/meminfo: memFree=30861996/32770624 swapFree=0/359672
[pid=30015] ppid=30012 vsize=878116 CPUtime=522.12 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 509891 0 0 0 52170 42 0 0 20 0 1 0 7052246 899190784 190626 18446744073709551615 4194304 5970956 140723687125088 140723687122360 4965055 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190626 839 434 0 212893 0
Current children cumulated CPU time (s) 522.12
Current children cumulated vsize (KiB) 878116

[startup+582.3 s]
/proc/loadavg: 2.01 2.01 2.02 3/181 30049
/proc/meminfo: memFree=30861424/32770624 swapFree=0/359696
[pid=30015] ppid=30012 vsize=878116 CPUtime=582.12 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 510869 0 0 0 58170 42 0 0 20 0 1 0 7052246 899190784 190808 18446744073709551615 4194304 5970956 140723687125088 140723687122360 5069728 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190808 839 434 0 212893 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 878116


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


[startup+1542.31 s]
/proc/loadavg: 2.01 2.02 2.04 3/181 30109
/proc/meminfo: memFree=30860032/32770624 swapFree=0/360136
[pid=30015] ppid=30012 vsize=878116 CPUtime=1542.08 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 524862 0 0 0 154165 43 0 0 20 0 1 0 7052246 899190784 190983 18446744073709551615 4194304 5970956 140723687125088 140723687122360 4964406 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190983 839 434 0 212893 0
Current children cumulated CPU time (s) 1542.08
Current children cumulated vsize (KiB) 878116

[startup+1602.3 s]
/proc/loadavg: 2.01 2.02 2.04 3/181 30112
/proc/meminfo: memFree=30859112/32770624 swapFree=0/360168
[pid=30015] ppid=30012 vsize=878116 CPUtime=1602.07 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 526004 0 0 0 160164 43 0 0 20 0 1 0 7052246 899190784 190983 18446744073709551615 4194304 5970956 140723687125088 140723687122360 5070317 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190983 839 434 0 212893 0
Current children cumulated CPU time (s) 1602.07
Current children cumulated vsize (KiB) 878116

[startup+1662.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 30114
/proc/meminfo: memFree=30859488/32770624 swapFree=0/360188
[pid=30015] ppid=30012 vsize=878116 CPUtime=1662.07 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 526578 0 0 0 166163 44 0 0 20 0 1 0 7052246 899190784 190983 18446744073709551615 4194304 5970956 140723687125088 140723687122360 4964366 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190983 839 434 0 212893 0
Current children cumulated CPU time (s) 1662.07
Current children cumulated vsize (KiB) 878116

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 30116
/proc/meminfo: memFree=30859116/32770624 swapFree=0/360212
[pid=30015] ppid=30012 vsize=878116 CPUtime=1722.07 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 527342 0 0 0 172163 44 0 0 20 0 1 0 7052246 899190784 190983 18446744073709551615 4194304 5970956 140723687125088 140723687122360 4964389 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190983 839 434 0 212893 0
Current children cumulated CPU time (s) 1722.07
Current children cumulated vsize (KiB) 878116

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 30119
/proc/meminfo: memFree=30859116/32770624 swapFree=0/360236
[pid=30015] ppid=30012 vsize=878116 CPUtime=1782.07 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 528024 0 0 0 178163 44 0 0 20 0 1 0 7052246 899190784 190983 18446744073709551615 4194304 5970956 140723687125088 140723687122360 4908539 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190983 839 434 0 212893 0
Current children cumulated CPU time (s) 1782.07
Current children cumulated vsize (KiB) 878116

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/181 30121
/proc/meminfo: memFree=30859116/32770624 swapFree=0/360260
[pid=30015] ppid=30012 vsize=878116 CPUtime=1842.06 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 528864 0 0 0 184162 44 0 0 20 0 1 0 7052246 899190784 190983 18446744073709551615 4194304 5970956 140723687125088 140723687122360 4964389 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190983 839 434 0 212893 0
Current children cumulated CPU time (s) 1842.06
Current children cumulated vsize (KiB) 878116

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.04 3/184 30137
/proc/meminfo: memFree=30854636/32770624 swapFree=0/360304
[pid=30015] ppid=30012 vsize=878116 CPUtime=1902.06 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 529545 0 0 0 190162 44 0 0 20 0 1 0 7052246 899190784 190983 18446744073709551615 4194304 5970956 140723687125088 140723687122360 5098928 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190983 839 434 0 212893 0
Current children cumulated CPU time (s) 1902.06
Current children cumulated vsize (KiB) 878116

[startup+1962.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/185 30164
/proc/meminfo: memFree=30853268/32770624 swapFree=0/360340
[pid=30015] ppid=30012 vsize=878116 CPUtime=1962.06 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 530222 0 0 0 196162 44 0 0 20 0 1 0 7052246 899190784 190983 18446744073709551615 4194304 5970956 140723687125088 140723687122360 5070322 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190983 839 434 0 212893 0
Current children cumulated CPU time (s) 1962.06
Current children cumulated vsize (KiB) 878116

[startup+2022.3 s]
/proc/loadavg: 2.02 2.02 2.05 3/185 30166
/proc/meminfo: memFree=30855044/32770624 swapFree=0/360400
[pid=30015] ppid=30012 vsize=878116 CPUtime=2022.05 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 531086 0 0 0 202161 44 0 0 20 0 1 0 7052246 899190784 190984 18446744073709551615 4194304 5970956 140723687125088 140723687122360 5052121 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190984 839 434 0 212893 0
Current children cumulated CPU time (s) 2022.05
Current children cumulated vsize (KiB) 878116

[startup+2082.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/182 30168
/proc/meminfo: memFree=30858892/32770624 swapFree=0/360420
[pid=30015] ppid=30012 vsize=878116 CPUtime=2082.06 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 531855 0 0 0 208162 44 0 0 20 0 1 0 7052246 899190784 190984 18446744073709551615 4194304 5970956 140723687125088 140723687122360 5070976 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190984 839 434 0 212893 0
Current children cumulated CPU time (s) 2082.06
Current children cumulated vsize (KiB) 878116

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 30170
/proc/meminfo: memFree=30859560/32770624 swapFree=0/360452
[pid=30015] ppid=30012 vsize=878116 CPUtime=2142.05 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 532614 0 0 0 214161 44 0 0 20 0 1 0 7052246 899190784 190984 18446744073709551615 4194304 5970956 140723687125088 140723687122360 4964366 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190984 839 434 0 212893 0
Current children cumulated CPU time (s) 2142.05
Current children cumulated vsize (KiB) 878116

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 2.05 3/182 30172
/proc/meminfo: memFree=30859536/32770624 swapFree=0/360472
[pid=30015] ppid=30012 vsize=878116 CPUtime=2202.05 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 533531 0 0 0 220161 44 0 0 20 0 1 0 7052246 899190784 190984 18446744073709551615 4194304 5970956 140723687125088 140723687122360 4964355 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190984 839 434 0 212893 0
Current children cumulated CPU time (s) 2202.05
Current children cumulated vsize (KiB) 878116

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 30174
/proc/meminfo: memFree=30859804/32770624 swapFree=0/360492
[pid=30015] ppid=30012 vsize=878116 CPUtime=2262.04 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 534124 0 0 0 226160 44 0 0 20 0 1 0 7052246 899190784 190984 18446744073709551615 4194304 5970956 140723687125088 140723687122360 5052121 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190984 839 434 0 212893 0
Current children cumulated CPU time (s) 2262.04
Current children cumulated vsize (KiB) 878116

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/181 30176
/proc/meminfo: memFree=30859332/32770624 swapFree=0/360516
[pid=30015] ppid=30012 vsize=878116 CPUtime=2322.04 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 534798 0 0 0 232160 44 0 0 20 0 1 0 7052246 899190784 190984 18446744073709551615 4194304 5970956 140723687125088 140723687122360 5052121 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190984 839 434 0 212893 0
Current children cumulated CPU time (s) 2322.04
Current children cumulated vsize (KiB) 878116

[startup+2382.3 s]
/proc/loadavg: 1.99 2.01 2.04 3/181 30238
/proc/meminfo: memFree=29708136/32770624 swapFree=0/360580
[pid=30015] ppid=30012 vsize=878116 CPUtime=2382.03 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 535833 0 0 0 238159 44 0 0 20 0 1 0 7052246 899190784 190985 18446744073709551615 4194304 5970956 140723687125088 140723687122360 5052048 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190985 839 434 0 212893 0
Current children cumulated CPU time (s) 2382.03
Current children cumulated vsize (KiB) 878116



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.31 s]
/proc/loadavg: 1.99 2.01 2.04 3/181 30238
/proc/meminfo: memFree=29708104/32770624 swapFree=0/360596
[pid=30015] ppid=30012 vsize=878116 CPUtime=2400.04 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 536073 0 0 0 239960 44 0 0 20 0 1 0 7052246 899190784 190985 18446744073709551615 4194304 5970956 140723687125088 140723687122360 4964363 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190985 839 434 0 212893 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 878116

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

[startup+2400.31 s]
/proc/loadavg: 1.99 2.01 2.04 3/181 30238
/proc/meminfo: memFree=29708104/32770624 swapFree=0/360596
[pid=30015] ppid=30012 vsize=878116 CPUtime=2400.04 cores=1,3,5,7
/proc/30015/stat : 30015 (cosoco) R 30012 30015 21827 0 -1 4202496 536073 0 0 0 239960 44 0 0 20 0 1 0 7052246 899190784 190985 18446744073709551615 4194304 5970956 140723687125088 140723687122360 4964363 0 0 1 8405026 0 0 0 17 1 0 0 6 0 0 8070896 8075904 9412608 140723687129543 140723687129678 140723687129678 140723687133134 0
/proc/30015/statm: 219529 190985 839 434 0 212893 0
Current children cumulated CPU time (s) 2400.04
Current children cumulated vsize (KiB) 878116

Child status: 1
Real time (s): 2400.31
CPU time (s): 2400.05
CPU user time (s): 2399.6
CPU system time (s): 0.451976
CPU usage (%): 99.9894
Max. virtual memory (cumulated for all children) (KiB): 878116

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.6
system time used= 0.451976
maximum resident set size= 763980
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 536100
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= 144
involuntary context switches= 734

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.15525 second user time and 10.0864 second system time

The end

Launcher Data

Begin job on node126 at 2017-08-06 21:28:47
IDJOB=4242699
IDBENCH=139752
IDSOLVER=2621
FILE ID=node126/4242699-1502048564
RUNJOBID= node126-1502042680-29187
PBS_JOBID= 
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 5342dff7930c7d1c2bbf0c6436545580
RANDOM SEED=1323858950

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:        31624164 kB
MemAvailable:   31967616 kB
Buffers:          132484 kB
Cached:           491300 kB
SwapCached:            0 kB
Active:           371416 kB
Inactive:         368188 kB
Active(anon):     116000 kB
Inactive(anon):     8524 kB
Active(file):     255416 kB
Inactive(file):   359664 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3172 kB
Writeback:             4 kB
AnonPages:        117948 kB
Mapped:            31940 kB
Shmem:              8868 kB
Slab:             113316 kB
SReclaimable:      88416 kB
SUnreclaim:        24900 kB
KernelStack:        3216 kB
PageTables:         4812 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     362480 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     12288 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= 62024 MiB
End job on node126 at 2017-08-06 22:08:47