Trace number 4242734

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

General information on the benchmark

NameChessboardColoration/ChessboardColoration-int-s1/
ChessboardColoration-int-15-15.xml
MD5SUM31b93d68041edb8c4e758991fee87633
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.05
Satisfiable
(Un)Satisfiability was proved
Number of variables225
Number of constraints11026
Number of domains1
Minimum domain size225
Maximum domain size225
Distribution of domain sizes[{"size":225,"count":225}]
Minimum variable degree198
Maximum variable degree198
Distribution of variable degrees[{"degree":198,"count":225}]
Minimum constraint arity4
Maximum constraint arity225
Distribution of constraint arities[{"arity":4,"count":11025},{"arity":225,"count":1}]
Number of extensional constraints0
Number of intensional constraints11025
Distribution of constraint types[{"type":"intension","count":11025},{"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

12.81/12.97	c best=?? lower=0 upper=224 
13.70/13.80	c
13.70/13.80	c This is cosoco 1.0 --  
13.70/13.80	c
13.70/13.80	c enable optimization
13.70/13.80	c ========================================[ Problem Statistics ]===========================================
13.70/13.80	c |                                                                                                       
13.70/13.80	c |  Parse time        :        12.80 s 
13.70/13.80	c |
13.70/13.80	c |               Variables: 225
13.70/13.80	c |            Domain Sizes: 225..225
13.70/13.80	c |
13.70/13.80	c |             Constraints: 11054
13.70/13.80	c |                   Arity: 4..225
13.70/13.80	c | 
13.70/13.80	c |                   Types: 
13.70/13.80	c |                          Intension: 11025
13.70/13.80	c |                          Lex: 28
13.70/13.80	c |                          Max constant: 1
13.70/13.80	c |                          
13.70/13.80	c =========================================================================================================
13.70/13.80	o 9
13.70/13.80	c    1 calls to solver: best=9 lower=0 upper=8 
14.11/14.20	o 8
14.41/14.55	o 7
14.41/14.55	c    3 calls to solver: best=7 lower=0 upper=6 
14.71/14.84	o 6
15.01/15.11	o 5
15.01/15.11	c    5 calls to solver: best=5 lower=0 upper=4 
15.41/15.52	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-4242734-1502043418/watcher-4242734-1502043418 -o /tmp/evaluation-result-4242734-1502043418/solver-4242734-1502043418 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node125-1502042574-16653 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4242734-1502043418.xml 

pid=16673
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.11 1.65 1.91 4/176 16678
/proc/meminfo: memFree=31740056/32770624 swapFree=0/373376
[pid=16678] ppid=16673 vsize=23672 CPUtime=0 cores=1,3,5,7
/proc/16678/stat : 16678 (runsolver) D 16673 16678 9955 0 -1 4202560 107 0 0 0 0 0 0 0 20 0 1 0 6562745 24240128 107 18446744073709551615 4194304 4338465 140725345870528 140725345868168 140189810979543 0 0 1 24578 18446744071580418449 0 0 17 1 0 0 0 0 0 6438912 6441760 35348480 140725345878175 140725345878602 140725345878602 140725345882058 0
/proc/16678/statm: 5918 107 54 36 0 2156 0

[startup+0.100137 s]
/proc/loadavg: 1.11 1.65 1.91 4/176 16678
/proc/meminfo: memFree=31740056/32770624 swapFree=0/373376
[pid=16678] ppid=16673 vsize=27520 CPUtime=0.01 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 1088 0 0 0 1 0 0 0 20 0 1 0 6562745 28180480 898 18446744073709551615 4194304 5970956 140729024665472 140729024662120 139855519620096 0 0 1 0 0 0 0 17 1 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 6880 898 702 434 0 244 0
Current children cumulated CPU time (s) 0.01
Current children cumulated vsize (KiB) 27520

[startup+0.200268 s]
/proc/loadavg: 1.11 1.65 1.91 4/176 16678
/proc/meminfo: memFree=31740056/32770624 swapFree=0/373376
[pid=16678] ppid=16673 vsize=28008 CPUtime=0.11 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 1177 0 0 0 11 0 0 0 20 0 1 0 6562745 28680192 964 18446744073709551615 4194304 5970956 140729024665472 140729024662120 5670704 0 0 1 0 0 0 0 17 1 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 7002 964 710 434 0 366 0
Current children cumulated CPU time (s) 0.11
Current children cumulated vsize (KiB) 28008

[startup+0.300255 s]
/proc/loadavg: 1.11 1.65 1.91 4/176 16678
/proc/meminfo: memFree=31740056/32770624 swapFree=0/373376
[pid=16678] ppid=16673 vsize=28332 CPUtime=0.21 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 1293 0 0 0 21 0 0 0 20 0 1 0 6562745 29011968 1068 18446744073709551615 4194304 5970956 140729024665472 140729024662120 5496079 0 0 1 0 0 0 0 17 1 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 7083 1068 710 434 0 447 0
Current children cumulated CPU time (s) 0.21
Current children cumulated vsize (KiB) 28332

[startup+0.70023 s]
/proc/loadavg: 1.11 1.65 1.91 4/176 16678
/proc/meminfo: memFree=31740056/32770624 swapFree=0/373376
[pid=16678] ppid=16673 vsize=34272 CPUtime=0.61 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 2854 0 0 0 61 0 0 0 20 0 1 0 6562745 35094528 2651 18446744073709551615 4194304 5970956 140729024665472 140729024657032 139855519181797 0 0 1 0 0 0 0 17 1 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 8568 2651 782 434 0 1932 0
Current children cumulated CPU time (s) 0.61
Current children cumulated vsize (KiB) 34272

[startup+1.50023 s]
/proc/loadavg: 1.18 1.65 1.91 3/181 16683
/proc/meminfo: memFree=31714888/32770624 swapFree=0/373376
[pid=16678] ppid=16673 vsize=46944 CPUtime=1.4 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 6037 0 0 0 140 0 0 0 20 0 1 0 6562745 48070656 5819 18446744073709551615 4194304 5970956 140729024665472 140729024657080 139855519181797 0 0 1 0 0 0 0 17 1 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 11736 5819 782 434 0 5100 0
Current children cumulated CPU time (s) 1.4
Current children cumulated vsize (KiB) 46944

[startup+3.10022 s]
/proc/loadavg: 1.18 1.65 1.91 3/181 16683
/proc/meminfo: memFree=31681992/32770624 swapFree=0/373096
[pid=16678] ppid=16673 vsize=72420 CPUtime=3.01 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 12554 0 0 0 300 1 0 0 20 0 1 0 6562745 74158080 12139 18446744073709551615 4194304 5970956 140729024665472 140729024657080 139855519181797 0 0 1 0 0 0 0 17 1 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 18105 12139 782 434 0 11469 0
Current children cumulated CPU time (s) 3.01
Current children cumulated vsize (KiB) 72420

[startup+6.30022 s]
/proc/loadavg: 1.18 1.65 1.91 3/181 16683
/proc/meminfo: memFree=31587060/32770624 swapFree=0/373104
[pid=16678] ppid=16673 vsize=123424 CPUtime=6.21 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 25514 0 0 0 618 3 0 0 20 0 1 0 6562745 126386176 24908 18446744073709551615 4194304 5970956 140729024665472 140729024656856 139855519181797 0 0 1 0 0 0 0 17 1 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 30856 24908 782 434 0 24220 0
Current children cumulated CPU time (s) 6.21
Current children cumulated vsize (KiB) 123424

[startup+12.7002 s]
/proc/loadavg: 1.30 1.66 1.91 3/181 16683
/proc/meminfo: memFree=31425256/32770624 swapFree=0/373104
[pid=16678] ppid=16673 vsize=225240 CPUtime=12.61 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 51217 0 0 0 1253 8 0 0 20 0 1 0 6562745 230645760 50334 18446744073709551615 4194304 5970956 140729024665472 140729024657080 139855519181797 0 0 1 0 0 0 0 17 1 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 56310 50334 782 434 0 49674 0
Current children cumulated CPU time (s) 12.61
Current children cumulated vsize (KiB) 225240

[startup+25.5004 s]
/proc/loadavg: 1.41 1.67 1.91 3/181 16683
/proc/meminfo: memFree=31324552/32770624 swapFree=0/373120
[pid=16678] ppid=16673 vsize=316064 CPUtime=25.41 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 203159 0 0 0 2525 16 0 0 20 0 1 0 6562745 323649536 73192 18446744073709551615 4194304 5970956 140729024665472 140729024663032 4964366 0 0 1 8405026 0 0 0 17 1 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79016 73192 833 434 0 72380 0
Current children cumulated CPU time (s) 25.41
Current children cumulated vsize (KiB) 316064

[startup+51.1004 s]
/proc/loadavg: 1.54 1.68 1.90 3/181 16684
/proc/meminfo: memFree=31324292/32770624 swapFree=0/373136
[pid=16678] ppid=16673 vsize=316064 CPUtime=51 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 242875 0 0 0 5082 18 0 0 20 0 1 0 6562745 323649536 73192 18446744073709551615 4194304 5970956 140729024665472 140729024663032 5070345 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79016 73192 833 434 0 72380 0
Current children cumulated CPU time (s) 51
Current children cumulated vsize (KiB) 316064

[startup+102.3 s]
/proc/loadavg: 1.82 1.74 1.91 3/181 16686
/proc/meminfo: memFree=31323716/32770624 swapFree=0/373160
[pid=16678] ppid=16673 vsize=316064 CPUtime=102.22 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 330356 0 0 0 10200 22 0 0 20 0 1 0 6562745 323649536 73192 18446744073709551615 4194304 5970956 140729024665472 140729024663032 4908985 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79016 73192 833 434 0 72380 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 316064

[startup+162.3 s]
/proc/loadavg: 1.93 1.79 1.92 3/181 16688
/proc/meminfo: memFree=31322876/32770624 swapFree=0/373184
[pid=16678] ppid=16673 vsize=316064 CPUtime=162.19 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 374800 0 0 0 16196 23 0 0 20 0 1 0 6562745 323649536 73192 18446744073709551615 4194304 5970956 140729024665472 140729024663032 5052093 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79016 73192 833 434 0 72380 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 316064

[startup+222.306 s]
/proc/loadavg: 2.10 1.86 1.93 3/181 16690
/proc/meminfo: memFree=31322692/32770624 swapFree=0/373204
[pid=16678] ppid=16673 vsize=316064 CPUtime=222.19 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 405981 0 0 0 22194 25 0 0 20 0 1 0 6562745 323649536 73192 18446744073709551615 4194304 5970956 140729024665472 140729024663032 5098928 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79016 73192 833 434 0 72380 0
Current children cumulated CPU time (s) 222.19
Current children cumulated vsize (KiB) 316064

[startup+282.3 s]
/proc/loadavg: 2.04 1.88 1.94 3/181 16692
/proc/meminfo: memFree=31323340/32770624 swapFree=0/373224
[pid=16678] ppid=16673 vsize=316064 CPUtime=282.16 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 412725 0 0 0 28191 25 0 0 20 0 1 0 6562745 323649536 73202 18446744073709551615 4194304 5970956 140729024665472 140729024663032 4964363 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79016 73202 833 434 0 72380 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 316064

[startup+342.3 s]
/proc/loadavg: 2.01 1.90 1.94 3/181 16694
/proc/meminfo: memFree=31322828/32770624 swapFree=0/373244
[pid=16678] ppid=16673 vsize=316064 CPUtime=342.17 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 413218 0 0 0 34192 25 0 0 20 0 1 0 6562745 323649536 73202 18446744073709551615 4194304 5970956 140729024665472 140729024663032 5052095 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79016 73202 833 434 0 72380 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 316064

[startup+402.3 s]
/proc/loadavg: 2.05 1.93 1.95 3/181 16696
/proc/meminfo: memFree=31323324/32770624 swapFree=0/373268
[pid=16678] ppid=16673 vsize=316064 CPUtime=402.17 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 413520 0 0 0 40192 25 0 0 20 0 1 0 6562745 323649536 73202 18446744073709551615 4194304 5970956 140729024665472 140729024663032 5069735 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79016 73202 833 434 0 72380 0
Current children cumulated CPU time (s) 402.17
Current children cumulated vsize (KiB) 316064

[startup+462.3 s]
/proc/loadavg: 2.02 1.95 1.95 3/185 16713
/proc/meminfo: memFree=31318716/32770624 swapFree=0/373320
[pid=16678] ppid=16673 vsize=316196 CPUtime=462.18 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 414273 0 0 0 46193 25 0 0 20 0 1 0 6562745 323784704 73207 18446744073709551615 4194304 5970956 140729024665472 140729024662184 5052080 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79049 73207 833 434 0 72413 0
Current children cumulated CPU time (s) 462.18
Current children cumulated vsize (KiB) 316196

[startup+522.3 s]
/proc/loadavg: 2.01 1.96 1.95 3/185 16715
/proc/meminfo: memFree=31318328/32770624 swapFree=0/373356
[pid=16678] ppid=16673 vsize=316196 CPUtime=522.19 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 414679 0 0 0 52194 25 0 0 20 0 1 0 6562745 323784704 73210 18446744073709551615 4194304 5970956 140729024665472 140729024662184 5071026 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79049 73210 833 434 0 72413 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 316196

[startup+582.3 s]
/proc/loadavg: 2.00 1.96 1.95 3/182 16717
/proc/meminfo: memFree=31320836/32770624 swapFree=0/373376
[pid=16678] ppid=16673 vsize=316196 CPUtime=582.19 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 415014 0 0 0 58194 25 0 0 20 0 1 0 6562745 323784704 73210 18446744073709551615 4194304 5970956 140729024665472 140729024662184 5071026 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79049 73210 833 434 0 72413 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 316196


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


[startup+1482.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 16763
/proc/meminfo: memFree=31321060/32770624 swapFree=0/373748
[pid=16678] ppid=16673 vsize=316196 CPUtime=1482.28 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 420606 0 0 0 148203 25 0 0 20 0 1 0 6562745 323784704 73210 18446744073709551615 4194304 5970956 140729024665472 140729024662184 4908985 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79049 73210 833 434 0 72413 0
Current children cumulated CPU time (s) 1482.28
Current children cumulated vsize (KiB) 316196

[startup+1542.31 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 16766
/proc/meminfo: memFree=31321052/32770624 swapFree=0/373768
[pid=16678] ppid=16673 vsize=316196 CPUtime=1542.3 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 421023 0 0 0 154205 25 0 0 20 0 1 0 6562745 323784704 73210 18446744073709551615 4194304 5970956 140729024665472 140729024662184 4964406 0 0 1 8405026 0 0 0 17 5 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79049 73210 833 434 0 72413 0
Current children cumulated CPU time (s) 1542.3
Current children cumulated vsize (KiB) 316196

[startup+1602.3 s]
/proc/loadavg: 1.95 2.00 1.97 3/181 16768
/proc/meminfo: memFree=31321288/32770624 swapFree=0/373788
[pid=16678] ppid=16673 vsize=316196 CPUtime=1602.3 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 421403 0 0 0 160205 25 0 0 20 0 1 0 6562745 323784704 73210 18446744073709551615 4194304 5970956 140729024665472 140729024662184 5052118 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79049 73210 833 434 0 72413 0
Current children cumulated CPU time (s) 1602.3
Current children cumulated vsize (KiB) 316196

[startup+1662.3 s]
/proc/loadavg: 2.07 2.03 1.98 3/184 16784
/proc/meminfo: memFree=31316824/32770624 swapFree=0/373840
[pid=16678] ppid=16673 vsize=316196 CPUtime=1662.3 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 421787 0 0 0 166205 25 0 0 20 0 1 0 6562745 323784704 73210 18446744073709551615 4194304 5970956 140729024665472 140729024662184 4964836 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79049 73210 833 434 0 72413 0
Current children cumulated CPU time (s) 1662.3
Current children cumulated vsize (KiB) 316196

[startup+1722.3 s]
/proc/loadavg: 2.03 2.02 1.98 3/184 16786
/proc/meminfo: memFree=31316800/32770624 swapFree=0/373872
[pid=16678] ppid=16673 vsize=316196 CPUtime=1722.31 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 422233 0 0 0 172206 25 0 0 20 0 1 0 6562745 323784704 73210 18446744073709551615 4194304 5970956 140729024665472 140729024662184 5071026 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79049 73210 833 434 0 72413 0
Current children cumulated CPU time (s) 1722.31
Current children cumulated vsize (KiB) 316196

[startup+1782.3 s]
/proc/loadavg: 2.01 2.02 1.98 3/181 16788
/proc/meminfo: memFree=31319676/32770624 swapFree=0/373892
[pid=16678] ppid=16673 vsize=316196 CPUtime=1782.31 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 422535 0 0 0 178206 25 0 0 20 0 1 0 6562745 323784704 73210 18446744073709551615 4194304 5970956 140729024665472 140729024662184 4908208 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79049 73210 833 434 0 72413 0
Current children cumulated CPU time (s) 1782.31
Current children cumulated vsize (KiB) 316196

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 16789
/proc/meminfo: memFree=31319916/32770624 swapFree=0/373912
[pid=16678] ppid=16673 vsize=316196 CPUtime=1842.32 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 422996 0 0 0 184207 25 0 0 20 0 1 0 6562745 323784704 73210 18446744073709551615 4194304 5970956 140729024665472 140729024662184 4965043 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79049 73210 833 434 0 72413 0
Current children cumulated CPU time (s) 1842.32
Current children cumulated vsize (KiB) 316196

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 16792
/proc/meminfo: memFree=31319668/32770624 swapFree=0/373936
[pid=16678] ppid=16673 vsize=316196 CPUtime=1902.32 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 423201 0 0 0 190207 25 0 0 20 0 1 0 6562745 323784704 73210 18446744073709551615 4194304 5970956 140729024665472 140729024662184 4964452 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79049 73210 833 434 0 72413 0
Current children cumulated CPU time (s) 1902.32
Current children cumulated vsize (KiB) 316196

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 16793
/proc/meminfo: memFree=31319892/32770624 swapFree=0/373968
[pid=16678] ppid=16673 vsize=316196 CPUtime=1962.33 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 424047 0 0 0 196208 25 0 0 20 0 1 0 6562745 323784704 73210 18446744073709551615 4194304 5970956 140729024665472 140729024662184 4964271 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79049 73210 833 434 0 72413 0
Current children cumulated CPU time (s) 1962.33
Current children cumulated vsize (KiB) 316196

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 16795
/proc/meminfo: memFree=31319768/32770624 swapFree=0/373984
[pid=16678] ppid=16673 vsize=316196 CPUtime=2022.33 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 424466 0 0 0 202208 25 0 0 20 0 1 0 6562745 323784704 73210 18446744073709551615 4194304 5970956 140729024665472 140729024662184 4908930 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79049 73210 833 434 0 72413 0
Current children cumulated CPU time (s) 2022.33
Current children cumulated vsize (KiB) 316196

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 16798
/proc/meminfo: memFree=31320096/32770624 swapFree=0/374004
[pid=16678] ppid=16673 vsize=316196 CPUtime=2082.36 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 424800 0 0 0 208210 26 0 0 20 0 1 0 6562745 323784704 73210 18446744073709551615 4194304 5970956 140729024665472 140729024662184 4964389 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79049 73210 833 434 0 72413 0
Current children cumulated CPU time (s) 2082.36
Current children cumulated vsize (KiB) 316196

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.98 3/181 16799
/proc/meminfo: memFree=31319972/32770624 swapFree=0/374028
[pid=16678] ppid=16673 vsize=316196 CPUtime=2142.36 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 425259 0 0 0 214210 26 0 0 20 0 1 0 6562745 323784704 73210 18446744073709551615 4194304 5970956 140729024665472 140729024662184 5052118 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79049 73210 833 434 0 72413 0
Current children cumulated CPU time (s) 2142.36
Current children cumulated vsize (KiB) 316196

[startup+2202.31 s]
/proc/loadavg: 2.16 2.05 1.99 3/181 16801
/proc/meminfo: memFree=31320196/32770624 swapFree=0/374048
[pid=16678] ppid=16673 vsize=316196 CPUtime=2202.37 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 425549 0 0 0 220211 26 0 0 20 0 1 0 6562745 323784704 73210 18446744073709551615 4194304 5970956 140729024665472 140729024662184 4964389 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79049 73210 833 434 0 72413 0
Current children cumulated CPU time (s) 2202.37
Current children cumulated vsize (KiB) 316196

[startup+2262.3 s]
/proc/loadavg: 2.15 2.07 2.00 3/185 16818
/proc/meminfo: memFree=31316852/32770624 swapFree=0/374108
[pid=16678] ppid=16673 vsize=316196 CPUtime=2262.37 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 425990 0 0 0 226211 26 0 0 20 0 1 0 6562745 323784704 73210 18446744073709551615 4194304 5970956 140729024665472 140729024662184 5069728 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79049 73210 833 434 0 72413 0
Current children cumulated CPU time (s) 2262.37
Current children cumulated vsize (KiB) 316196

[startup+2322.3 s]
/proc/loadavg: 2.05 2.06 2.00 3/185 16820
/proc/meminfo: memFree=31316480/32770624 swapFree=0/374140
[pid=16678] ppid=16673 vsize=316196 CPUtime=2322.37 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 426306 0 0 0 232211 26 0 0 20 0 1 0 6562745 323784704 73210 18446744073709551615 4194304 5970956 140729024665472 140729024662184 4964904 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79049 73210 833 434 0 72413 0
Current children cumulated CPU time (s) 2322.37
Current children cumulated vsize (KiB) 316196

[startup+2382.3 s]
/proc/loadavg: 2.02 2.04 2.00 3/182 16822
/proc/meminfo: memFree=31319468/32770624 swapFree=0/374164
[pid=16678] ppid=16673 vsize=316196 CPUtime=2382.38 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 426720 0 0 0 238212 26 0 0 20 0 1 0 6562745 323784704 73210 18446744073709551615 4194304 5970956 140729024665472 140729024662184 5071007 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79049 73210 833 434 0 72413 0
Current children cumulated CPU time (s) 2382.38
Current children cumulated vsize (KiB) 316196



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400 s]
/proc/loadavg: 2.02 2.04 2.00 3/182 16823
/proc/meminfo: memFree=31319468/32770624 swapFree=0/374172
[pid=16678] ppid=16673 vsize=316196 CPUtime=2400.08 cores=1,3,5,7
/proc/16678/stat : 16678 (cosoco) R 16673 16678 9955 0 -1 4202496 426758 0 0 0 239982 26 0 0 20 0 1 0 6562745 323784704 73210 18446744073709551615 4194304 5970956 140729024665472 140729024662184 4964389 0 0 1 8405026 0 0 0 17 3 0 0 8 0 0 8070896 8075904 28536832 140729024672204 140729024672334 140729024672334 140729024675790 0
/proc/16678/statm: 79049 73210 833 434 0 72413 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 316196

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 16678 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.09
CPU user time (s): 2399.82
CPU system time (s): 0.263025
CPU usage (%): 100.004
Max. virtual memory (cumulated for all children) (KiB): 316196

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.82
system time used= 0.263025
maximum resident set size= 292880
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 426790
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= 118
involuntary context switches= 711

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.23674 second user time and 11.108 second system time

The end

Launcher Data

Begin job on node125 at 2017-08-06 20:02:55
IDJOB=4242734
IDBENCH=139730
IDSOLVER=2620
FILE ID=node125/4242734-1502043418
RUNJOBID= node125-1502042574-16653
PBS_JOBID= 
Free space on /tmp= 62032 MiB

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

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

MD5SUM BENCH= 31b93d68041edb8c4e758991fee87633
RANDOM SEED=1877388553

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:        31740168 kB
MemAvailable:   32029996 kB
Buffers:          119964 kB
Cached:           450796 kB
SwapCached:            0 kB
Active:           240940 kB
Inactive:         381908 kB
Active(anon):      52472 kB
Inactive(anon):     8532 kB
Active(file):     188468 kB
Inactive(file):   373376 kB
Unevictable:           0 kB
Mlocked:               0 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              5448 kB
Writeback:             0 kB
AnonPages:         52084 kB
Mapped:            30092 kB
Shmem:              8868 kB
Slab:             111896 kB
SReclaimable:      87640 kB
SUnreclaim:        24256 kB
KernelStack:        3056 kB
PageTables:         4324 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     283584 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 20:42:55