Trace number 4241136

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.04 2400.7

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-14-a3.xml
MD5SUMa5381fa3d98671549d41a8d043d26ba4
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark129
Best CPU time to get the best result obtained on this benchmark20028.4
Satisfiable
(Un)Satisfiability was proved
Number of variables210
Number of constraints94
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":91},{"size":501,"count":14}]
Minimum variable degree0
Maximum variable degree15
Distribution of variable degrees[{"degree":0,"count":105},{"degree":2,"count":91},{"degree":14,"count":12},{"degree":15,"count":2}]
Minimum constraint arity1
Maximum constraint arity91
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":91},{"arity":14,"count":1},{"arity":91,"count":1}]
Number of extensional constraints0
Number of intensional constraints92
Distribution of constraint types[{"type":"intension","count":92},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Quality of the solution as a function of time


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

Solver Data

0.09/0.16	c best=?? lower=0 upper=500 
246.02/246.18	c
246.02/246.18	c This is cosoco 1.0 --  
246.02/246.18	c
246.02/246.18	c enable optimization
246.02/246.18	c ========================================[ Problem Statistics ]===========================================
246.02/246.18	c |                                                                                                       
246.02/246.18	c |  Parse time        :         0.16 s 
246.02/246.18	c |
246.02/246.18	c |               Variables: 210
246.02/246.18	c |            Domain Sizes: 500..501
246.02/246.18	c |
246.02/246.18	c |             Constraints: 107
246.02/246.18	c |                   Arity: 1..91  -- Unary: 2  -- Binary: 13  -- Ternary: 91
246.02/246.18	c | 
246.02/246.18	c |                   Types: 
246.02/246.18	c |                          (X - Y < k): 13
246.02/246.18	c |                          All Different: 1
246.02/246.18	c |                          Intension: 93
246.02/246.18	c |                          
246.02/246.18	c =========================================================================================================
246.02/246.18	o 184
246.02/246.18	c    1 calls to solver: best=184 lower=0 upper=183 
258.32/258.41	o 179
279.32/279.42	o 174
279.32/279.42	c    3 calls to solver: best=174 lower=0 upper=173 
308.10/308.27	o 172
355.30/355.41	o 166
355.30/355.41	c    5 calls to solver: best=166 lower=0 upper=165 
1716.72/1717.23	o 165

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-4241136-1500641784/watcher-4241136-1500641784 -o /tmp/evaluation-result-4241136-1500641784/solver-4241136-1500641784 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1500623787-5215 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4241136-1500641784.xml 

pid=8570
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: 2.03 2.03 2.05 3/186 8573
/proc/meminfo: memFree=31095832/32770624 swapFree=6204/758924
[pid=8573] ppid=8570 vsize=27916 CPUtime=0 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 1183 0 0 0 0 0 0 0 20 0 1 0 18886155 28585984 964 33554432000 4194304 5970956 140734498859952 140734498856600 5672983 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 6979 964 702 434 0 343 0

[startup+0.100197 s]
/proc/loadavg: 2.03 2.03 2.05 3/186 8573
/proc/meminfo: memFree=31095832/32770624 swapFree=6204/758924
[pid=8573] ppid=8570 vsize=29244 CPUtime=0.09 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 1581 0 0 0 9 0 0 0 20 0 1 0 18886155 29945856 1380 33554432000 4194304 5970956 140734498859952 140734498853544 140090190512892 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 7311 1380 782 434 0 675 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 29244

[startup+0.200297 s]
/proc/loadavg: 2.03 2.03 2.05 3/186 8573
/proc/meminfo: memFree=31095832/32770624 swapFree=6204/758924
[pid=8573] ppid=8570 vsize=30436 CPUtime=0.19 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 1941 0 0 0 19 0 0 0 20 0 1 0 18886155 31166464 1749 33554432000 4194304 5970956 140734498859952 140734498847272 4967839 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 7609 1749 811 434 0 973 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 30436

[startup+0.300213 s]
/proc/loadavg: 2.03 2.03 2.05 3/186 8573
/proc/meminfo: memFree=31095832/32770624 swapFree=6204/758924
[pid=8573] ppid=8570 vsize=30436 CPUtime=0.29 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 1949 0 0 0 29 0 0 0 20 0 1 0 18886155 31166464 1749 33554432000 4194304 5970956 140734498859952 140734498847272 4961411 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 7609 1749 811 434 0 973 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 30436

[startup+0.700217 s]
/proc/loadavg: 2.03 2.03 2.05 3/186 8573
/proc/meminfo: memFree=31095832/32770624 swapFree=6204/758924
[pid=8573] ppid=8570 vsize=30568 CPUtime=0.69 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 1961 0 0 0 69 0 0 0 20 0 1 0 18886155 31301632 1749 33554432000 4194304 5970956 140734498859952 140734498856920 4908963 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 7642 1749 811 434 0 1006 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 30568

[startup+1.5002 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 8574
/proc/meminfo: memFree=31091916/32770624 swapFree=6204/758924
[pid=8573] ppid=8570 vsize=30568 CPUtime=1.49 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 1967 0 0 0 149 0 0 0 20 0 1 0 18886155 31301632 1749 33554432000 4194304 5970956 140734498859952 140734498856920 4961411 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 7642 1749 811 434 0 1006 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 30568

[startup+3.10018 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 8574
/proc/meminfo: memFree=31089652/32770624 swapFree=6204/758944
[pid=8573] ppid=8570 vsize=30700 CPUtime=3.09 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 2497 0 0 0 309 0 0 0 20 0 1 0 18886155 31436800 1830 33554432000 4194304 5970956 140734498859952 140734498856920 5093197 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 7675 1830 835 434 0 1039 0
Current children cumulated CPU time (s) 3.09
Current children cumulated vsize (KiB) 30700

[startup+6.3002 s]
/proc/loadavg: 2.03 2.03 2.05 3/187 8574
/proc/meminfo: memFree=31089556/32770624 swapFree=6204/758944
[pid=8573] ppid=8570 vsize=30700 CPUtime=6.29 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 3222 0 0 0 629 0 0 0 20 0 1 0 18886155 31436800 1853 33554432000 4194304 5970956 140734498859952 140734498856920 5069728 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 7675 1853 835 434 0 1039 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 30700

[startup+12.7002 s]
/proc/loadavg: 2.03 2.02 2.05 3/187 8574
/proc/meminfo: memFree=31089380/32770624 swapFree=6204/758956
[pid=8573] ppid=8570 vsize=30964 CPUtime=12.69 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 4050 0 0 0 1269 0 0 0 20 0 1 0 18886155 31707136 1897 33554432000 4194304 5970956 140734498859952 140734498856920 5070400 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 7741 1897 835 434 0 1105 0
Current children cumulated CPU time (s) 12.69
Current children cumulated vsize (KiB) 30964

[startup+25.5002 s]
/proc/loadavg: 2.02 2.02 2.05 3/187 8574
/proc/meminfo: memFree=31087240/32770624 swapFree=6204/758972
[pid=8573] ppid=8570 vsize=31492 CPUtime=25.48 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 5780 0 0 0 2548 0 0 0 20 0 1 0 18886155 32247808 2041 33554432000 4194304 5970956 140734498859952 140734498856920 5069712 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 7873 2041 835 434 0 1237 0
Current children cumulated CPU time (s) 25.48
Current children cumulated vsize (KiB) 31492

[startup+51.1002 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 8574
/proc/meminfo: memFree=31087896/32770624 swapFree=6204/758980
[pid=8573] ppid=8570 vsize=31888 CPUtime=51.08 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 6931 0 0 0 5108 0 0 0 20 0 1 0 18886155 32653312 2131 33554432000 4194304 5970956 140734498859952 140734498856920 5070400 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 7972 2131 835 434 0 1336 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 31888

[startup+102.3 s]
/proc/loadavg: 2.01 2.02 2.05 3/187 8576
/proc/meminfo: memFree=31087696/32770624 swapFree=6204/759012
[pid=8573] ppid=8570 vsize=32020 CPUtime=102.27 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 7269 0 0 0 10227 0 0 0 20 0 1 0 18886155 32788480 2178 33554432000 4194304 5970956 140734498859952 140734498856920 4974228 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8005 2178 835 434 0 1369 0
Current children cumulated CPU time (s) 102.27
Current children cumulated vsize (KiB) 32020

[startup+162.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8577
/proc/meminfo: memFree=31088440/32770624 swapFree=6204/759052
[pid=8573] ppid=8570 vsize=32152 CPUtime=162.24 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 7534 0 0 0 16224 0 0 0 20 0 1 0 18886155 32923648 2189 33554432000 4194304 5970956 140734498859952 140734498856920 5081487 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8038 2189 835 434 0 1402 0
Current children cumulated CPU time (s) 162.24
Current children cumulated vsize (KiB) 32152

[startup+222.306 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8586
/proc/meminfo: memFree=31087880/32770624 swapFree=6204/759088
[pid=8573] ppid=8570 vsize=32284 CPUtime=222.23 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 7843 0 0 0 22223 0 0 0 20 0 1 0 18886155 33058816 2209 33554432000 4194304 5970956 140734498859952 140734498856920 5052121 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8071 2209 835 434 0 1435 0
Current children cumulated CPU time (s) 222.23
Current children cumulated vsize (KiB) 32284

[startup+282.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8609
/proc/meminfo: memFree=31087732/32770624 swapFree=6204/759132
[pid=8573] ppid=8570 vsize=32416 CPUtime=282.21 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 8240 0 0 0 28221 0 0 0 20 0 1 0 18886155 33193984 2278 33554432000 4194304 5970956 140734498859952 140734498847256 4967849 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8104 2278 835 434 0 1468 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 32416

[startup+342.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8610
/proc/meminfo: memFree=31087780/32770624 swapFree=6204/759172
[pid=8573] ppid=8570 vsize=32548 CPUtime=342.19 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 8602 0 0 0 34219 0 0 0 20 0 1 0 18886155 33329152 2296 33554432000 4194304 5970956 140734498859952 140734498857512 5052062 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8137 2296 836 434 0 1501 0
Current children cumulated CPU time (s) 342.19
Current children cumulated vsize (KiB) 32548

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/188 8611
/proc/meminfo: memFree=31087796/32770624 swapFree=6204/759212
[pid=8573] ppid=8570 vsize=32548 CPUtime=402.18 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 8957 0 0 0 40218 0 0 0 20 0 1 0 18886155 33329152 2300 33554432000 4194304 5970956 140734498859952 140734498847256 5052085 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8137 2300 836 434 0 1501 0
Current children cumulated CPU time (s) 402.18
Current children cumulated vsize (KiB) 32548

[startup+462.3 s]
/proc/loadavg: 2.05 2.03 2.05 3/188 8612
/proc/meminfo: memFree=31088100/32770624 swapFree=6204/759240
[pid=8573] ppid=8570 vsize=32548 CPUtime=462.16 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 9319 0 0 0 46216 0 0 0 20 0 1 0 18886155 33329152 2303 33554432000 4194304 5970956 140734498859952 140734498847256 4967896 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8137 2303 836 434 0 1501 0
Current children cumulated CPU time (s) 462.16
Current children cumulated vsize (KiB) 32548

[startup+522.3 s]
/proc/loadavg: 2.09 2.05 2.05 3/187 8613
/proc/meminfo: memFree=31088348/32770624 swapFree=6204/759280
[pid=8573] ppid=8570 vsize=32548 CPUtime=522.14 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 9678 0 0 0 52214 0 0 0 20 0 1 0 18886155 33329152 2313 33554432000 4194304 5970956 140734498859952 140734498847256 5323119 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8137 2313 836 434 0 1501 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 32548

[startup+582.3 s]
/proc/loadavg: 2.03 2.04 2.05 3/187 8614
/proc/meminfo: memFree=31088548/32770624 swapFree=6204/759308
[pid=8573] ppid=8570 vsize=32548 CPUtime=582.13 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 10037 0 0 0 58213 0 0 0 20 0 1 0 18886155 33329152 2313 33554432000 4194304 5970956 140734498859952 140734498847256 4976687 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8137 2313 836 434 0 1501 0
Current children cumulated CPU time (s) 582.13
Current children cumulated vsize (KiB) 32548


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


[startup+1542.31 s]
/proc/loadavg: 2.06 2.05 2.05 3/187 8644
/proc/meminfo: memFree=31087216/32770624 swapFree=6204/759832
[pid=8573] ppid=8570 vsize=32548 CPUtime=1541.87 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 15671 0 0 0 154187 0 0 0 20 0 1 0 18886155 33329152 2316 33554432000 4194304 5970956 140734498859952 140734498847256 5069728 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8137 2316 836 434 0 1501 0
Current children cumulated CPU time (s) 1541.87
Current children cumulated vsize (KiB) 32548

[startup+1602.3 s]
/proc/loadavg: 2.02 2.04 2.05 3/187 8645
/proc/meminfo: memFree=31087216/32770624 swapFree=6204/759860
[pid=8573] ppid=8570 vsize=32548 CPUtime=1601.84 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 16024 0 0 0 160184 0 0 0 20 0 1 0 18886155 33329152 2316 33554432000 4194304 5970956 140734498859952 140734498847256 5052093 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8137 2316 836 434 0 1501 0
Current children cumulated CPU time (s) 1601.84
Current children cumulated vsize (KiB) 32548

[startup+1662.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/187 8646
/proc/meminfo: memFree=31087704/32770624 swapFree=6204/759892
[pid=8573] ppid=8570 vsize=32548 CPUtime=1661.83 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 16396 0 0 0 166183 0 0 0 20 0 1 0 18886155 33329152 2316 33554432000 4194304 5970956 140734498859952 140734498847256 4967828 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8137 2316 836 434 0 1501 0
Current children cumulated CPU time (s) 1661.83
Current children cumulated vsize (KiB) 32548

[startup+1722.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 8648
/proc/meminfo: memFree=31086972/32770624 swapFree=6204/759932
[pid=8573] ppid=8570 vsize=32680 CPUtime=1721.81 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 16793 0 0 0 172181 0 0 0 20 0 1 0 18886155 33464320 2319 33554432000 4194304 5970956 140734498859952 140734498857512 4908979 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8170 2319 836 434 0 1534 0
Current children cumulated CPU time (s) 1721.81
Current children cumulated vsize (KiB) 32680

[startup+1782.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 8649
/proc/meminfo: memFree=31087320/32770624 swapFree=6204/759960
[pid=8573] ppid=8570 vsize=32680 CPUtime=1781.79 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 17172 0 0 0 178179 0 0 0 20 0 1 0 18886155 33464320 2331 33554432000 4194304 5970956 140734498859952 140734498857512 4961388 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8170 2331 836 434 0 1534 0
Current children cumulated CPU time (s) 1781.79
Current children cumulated vsize (KiB) 32680

[startup+1842.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 8650
/proc/meminfo: memFree=31087624/32770624 swapFree=6204/759988
[pid=8573] ppid=8570 vsize=32680 CPUtime=1841.78 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 17543 0 0 0 184178 0 0 0 20 0 1 0 18886155 33464320 2331 33554432000 4194304 5970956 140734498859952 140734498857512 5070419 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8170 2331 836 434 0 1534 0
Current children cumulated CPU time (s) 1841.78
Current children cumulated vsize (KiB) 32680

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 2.05 3/187 8652
/proc/meminfo: memFree=31087264/32770624 swapFree=6204/760016
[pid=8573] ppid=8570 vsize=32680 CPUtime=1901.76 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 17915 0 0 0 190176 0 0 0 20 0 1 0 18886155 33464320 2331 33554432000 4194304 5970956 140734498859952 140734498857512 5070459 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8170 2331 836 434 0 1534 0
Current children cumulated CPU time (s) 1901.76
Current children cumulated vsize (KiB) 32680

[startup+1962.3 s]
/proc/loadavg: 2.13 2.04 2.05 3/187 8653
/proc/meminfo: memFree=31087384/32770624 swapFree=6204/760060
[pid=8573] ppid=8570 vsize=32680 CPUtime=1961.74 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 18285 0 0 0 196174 0 0 0 20 0 1 0 18886155 33464320 2331 33554432000 4194304 5970956 140734498859952 140734498857512 5098928 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8170 2331 836 434 0 1534 0
Current children cumulated CPU time (s) 1961.74
Current children cumulated vsize (KiB) 32680

[startup+2022.3 s]
/proc/loadavg: 2.08 2.05 2.05 3/188 8662
/proc/meminfo: memFree=31086260/32770624 swapFree=6204/760100
[pid=8573] ppid=8570 vsize=32680 CPUtime=2021.73 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 18653 0 0 0 202173 0 0 0 20 0 1 0 18886155 33464320 2331 33554432000 4194304 5970956 140734498859952 140734498857512 5052080 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8170 2331 836 434 0 1534 0
Current children cumulated CPU time (s) 2021.73
Current children cumulated vsize (KiB) 32680

[startup+2082.3 s]
/proc/loadavg: 2.10 2.06 2.05 3/188 8724
/proc/meminfo: memFree=31187168/32770624 swapFree=6204/760184
[pid=8573] ppid=8570 vsize=32680 CPUtime=2081.72 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 19029 0 0 0 208172 0 0 0 20 0 1 0 18886155 33464320 2331 33554432000 4194304 5970956 140734498859952 140734498857512 4964584 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8170 2331 836 434 0 1534 0
Current children cumulated CPU time (s) 2081.72
Current children cumulated vsize (KiB) 32680

[startup+2142.3 s]
/proc/loadavg: 2.04 2.05 2.05 3/188 8725
/proc/meminfo: memFree=31186928/32770624 swapFree=6204/760228
[pid=8573] ppid=8570 vsize=32680 CPUtime=2141.7 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 19402 0 0 0 214170 0 0 0 20 0 1 0 18886155 33464320 2331 33554432000 4194304 5970956 140734498859952 140734498857512 4967825 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8170 2331 836 434 0 1534 0
Current children cumulated CPU time (s) 2141.7
Current children cumulated vsize (KiB) 32680

[startup+2202.31 s]
/proc/loadavg: 2.01 2.04 2.05 3/188 8726
/proc/meminfo: memFree=31186812/32770624 swapFree=6204/760256
[pid=8573] ppid=8570 vsize=32680 CPUtime=2201.69 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 19774 0 0 0 220169 0 0 0 20 0 1 0 18886155 33464320 2331 33554432000 4194304 5970956 140734498859952 140734498857512 4908971 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8170 2331 836 434 0 1534 0
Current children cumulated CPU time (s) 2201.69
Current children cumulated vsize (KiB) 32680

[startup+2262.3 s]
/proc/loadavg: 2.01 2.03 2.05 3/188 8727
/proc/meminfo: memFree=31186936/32770624 swapFree=6204/760284
[pid=8573] ppid=8570 vsize=32680 CPUtime=2261.66 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 20147 0 0 0 226166 0 0 0 20 0 1 0 18886155 33464320 2331 33554432000 4194304 5970956 140734498859952 140734498857512 5052121 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8170 2331 836 434 0 1534 0
Current children cumulated CPU time (s) 2261.66
Current children cumulated vsize (KiB) 32680

[startup+2322.3 s]
/proc/loadavg: 2.00 2.03 2.05 3/187 8728
/proc/meminfo: memFree=31187060/32770624 swapFree=6204/760324
[pid=8573] ppid=8570 vsize=32680 CPUtime=2321.65 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 20519 0 0 0 232165 0 0 0 20 0 1 0 18886155 33464320 2331 33554432000 4194304 5970956 140734498859952 140734498857512 5098928 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8170 2331 836 434 0 1534 0
Current children cumulated CPU time (s) 2321.65
Current children cumulated vsize (KiB) 32680

[startup+2382.3 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 8729
/proc/meminfo: memFree=31186652/32770624 swapFree=6204/760352
[pid=8573] ppid=8570 vsize=32680 CPUtime=2381.63 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 20887 0 0 0 238163 0 0 0 20 0 1 0 18886155 33464320 2331 33554432000 4194304 5970956 140734498859952 140734498857512 4961429 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8170 2331 836 434 0 1534 0
Current children cumulated CPU time (s) 2381.63
Current children cumulated vsize (KiB) 32680



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.7 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 8729
/proc/meminfo: memFree=31186900/32770624 swapFree=6204/760360
[pid=8573] ppid=8570 vsize=32680 CPUtime=2400.03 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 21222 0 0 0 240003 0 0 0 20 0 1 0 18886155 33464320 2331 33554432000 4194304 5970956 140734498859952 140734498857512 5098928 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8170 2331 836 434 0 1534 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 32680

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

[startup+2400.7 s]
/proc/loadavg: 2.00 2.02 2.05 3/187 8729
/proc/meminfo: memFree=31186900/32770624 swapFree=6204/760360
[pid=8573] ppid=8570 vsize=32680 CPUtime=2400.03 cores=1,3,5,7
/proc/8573/stat : 8573 (cosoco) R 8570 8573 5183 0 -1 4202496 21222 0 0 0 240003 0 0 0 20 0 1 0 18886155 33464320 2331 33554432000 4194304 5970956 140734498859952 140734498857512 5098928 0 0 4096 8405026 0 0 0 17 1 0 0 0 0 0 8070896 8075904 18354176 140734498866369 140734498866499 140734498866499 140734498869198 0
/proc/8573/statm: 8170 2331 836 434 0 1534 0
Current children cumulated CPU time (s) 2400.03
Current children cumulated vsize (KiB) 32680

Child status: 1
Real time (s): 2400.7
CPU time (s): 2400.04
CPU user time (s): 2400.03
CPU system time (s): 0.008997
CPU usage (%): 99.9725
Max. virtual memory (cumulated for all children) (KiB): 32680

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.03
system time used= 0.008997
maximum resident set size= 9368
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 21263
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= 8
involuntary context switches= 120669

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.36622 second user time and 8.41859 second system time

The end

Launcher Data

Begin job on node103 at 2017-07-21 14:56:24
IDJOB=4241136
IDBENCH=126210
IDSOLVER=2620
FILE ID=node103/4241136-1500641784
RUNJOBID= node103-1500623787-5215
PBS_JOBID= 20623024
Free space on /tmp= 62016 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-14-a3.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241136-1500641784/watcher-4241136-1500641784 -o /tmp/evaluation-result-4241136-1500641784/solver-4241136-1500641784 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node103-1500623787-5215 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4241136-1500641784.xml

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

MD5SUM BENCH= a5381fa3d98671549d41a8d043d26ba4
RANDOM SEED=594668251

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

/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		: 1600.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.65
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		: 1600.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		: 1600.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.65
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		: 1600.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.65
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		: 1600.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		: 1600.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.65
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		: 2267.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:        31096196 kB
MemAvailable:   31902304 kB
Buffers:          165404 kB
Cached:           928864 kB
SwapCached:            0 kB
Active:           476564 kB
Inactive:         775968 kB
Active(anon):     160952 kB
Inactive(anon):    17044 kB
Active(file):     315612 kB
Inactive(file):   758924 kB
Unevictable:        6204 kB
Mlocked:            6204 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2436 kB
Writeback:             0 kB
AnonPages:        164008 kB
Mapped:            34916 kB
Shmem:             17044 kB
Slab:             120396 kB
SReclaimable:      94812 kB
SUnreclaim:        25584 kB
KernelStack:        3360 kB
PageTables:         5176 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     437216 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 62016 MiB
End job on node103 at 2017-07-21 15:36:25