Trace number 4241164

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.16 2400.46

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-15-a3.xml
MD5SUM0ccf44bf6198d309f3039e2504907429
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark161
Best CPU time to get the best result obtained on this benchmark20019.5
Satisfiable
(Un)Satisfiability was proved
Number of variables240
Number of constraints108
Number of domains2
Minimum domain size500
Maximum domain size501
Distribution of domain sizes[{"size":500,"count":105},{"size":501,"count":15}]
Minimum variable degree0
Maximum variable degree16
Distribution of variable degrees[{"degree":0,"count":120},{"degree":2,"count":105},{"degree":15,"count":13},{"degree":16,"count":2}]
Minimum constraint arity1
Maximum constraint arity105
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":105},{"arity":15,"count":1},{"arity":105,"count":1}]
Number of extensional constraints0
Number of intensional constraints106
Distribution of constraint types[{"type":"intension","count":106},{"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

2.15/2.29	c SAT : Variables: 120015 -- Clauses: 29947740
2.15/2.29	c best=?? lower=0 upper=500 
10.34/10.49	c
10.34/10.49	c This is cosoco 1.0 --  
10.34/10.49	c
10.34/10.49	c enable optimization
10.34/10.49	c ========================================[ Problem Statistics ]===========================================
10.34/10.49	c |                                                                                                       
10.34/10.49	c |  Parse time        :         1.94 s 
10.34/10.49	c |
10.34/10.49	c |               Variables: 240
10.34/10.49	c |            Domain Sizes: 500..501
10.34/10.49	c |
10.34/10.49	c |             Constraints: 122
10.34/10.49	c |                   Arity: 1..105  -- Unary: 2  -- Binary: 14  -- Ternary: 105
10.34/10.49	c | 
10.34/10.49	c |                   Types: 
10.34/10.49	c |                          (X - Y < k): 14
10.34/10.49	c |                          All Different: 1
10.34/10.49	c |                          Intension: 107
10.34/10.49	c |                          
10.34/10.49	c =========================================================================================================
10.34/10.49	conflict 498lvl : 9 bt7-10537:0(2514)X119925957
38.45/38.55	conflict 506lvl : 15 bt15-1008:0(11883)X120096035
46.25/46.36	conflict 505lvl : 15 bt15-504:0(11856)X120101331
292.21/292.34	o 220
292.21/292.34	c    1 calls to solver: best=220 lower=0 upper=219 
293.91/294.00	o 219
487.80/487.95	conflict 497lvl : 7 bt6-25528:0(2080)X120654217
974.35/974.60	o 218
974.35/974.60	c    3 calls to solver: best=218 lower=0 upper=217 
1013.14/1013.37	o 208
1183.12/1183.31	o 206
1183.12/1183.31	c    5 calls to solver: best=206 lower=0 upper=205 

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

pid=9887
running on 8 cores: 1,3,5,7,9,11,13,15

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: 0.08 0.05 0.06 4/246 9895
/proc/meminfo: memFree=32082224/32770624 swapFree=6064/171984
[pid=9894] ppid=9887 vsize=5512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4194304 157 0 0 0 0 0 0 0 20 0 1 0 82135 5644288 1 33554432000 4194304 5970956 140723403332288 140723403329528 140577800816682 0 0 4096 0 0 0 0 17 13 0 0 0 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 1378 1 0 434 0 39 0

[startup+0.100184 s]
/proc/loadavg: 0.08 0.05 0.06 4/246 9895
/proc/meminfo: memFree=32082224/32770624 swapFree=6064/171984
[pid=9894] ppid=9887 vsize=28572 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 1426 0 3 0 5 0 0 0 20 0 1 0 82135 29257728 1215 33554432000 4194304 5970956 140723403332288 140723403325880 140577784712165 0 0 4096 0 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 7143 1215 782 434 0 507 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28572

[startup+0.200385 s]
/proc/loadavg: 0.08 0.05 0.06 4/246 9895
/proc/meminfo: memFree=32082224/32770624 swapFree=6064/171984
[pid=9894] ppid=9887 vsize=30160 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 1830 0 3 0 15 0 0 0 20 0 1 0 82135 30883840 1612 33554432000 4194304 5970956 140723403332288 140723403325880 4966541 0 0 4096 0 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 7540 1612 782 434 0 904 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 30160

[startup+0.300263 s]
/proc/loadavg: 0.08 0.05 0.06 4/246 9895
/proc/meminfo: memFree=32082224/32770624 swapFree=6064/171984
[pid=9894] ppid=9887 vsize=72268 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 9939 0 3 0 24 1 0 0 20 0 1 0 82135 74002432 11264 33554432000 4194304 5970956 140723403332288 140723403329112 140577784781355 0 0 4096 8404994 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 18067 11264 825 434 0 11431 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 72268

[startup+0.700294 s]
/proc/loadavg: 0.08 0.05 0.06 4/246 9895
/proc/meminfo: memFree=32082224/32770624 swapFree=6064/171984
[pid=9894] ppid=9887 vsize=330296 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 44501 0 3 0 58 6 0 0 20 0 1 0 82135 338223104 70891 33554432000 4194304 5970956 140723403332288 140723403329112 140577784781355 0 0 4096 8404994 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 82574 70891 825 434 0 75938 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 330296

[startup+1.50031 s]
/proc/loadavg: 0.08 0.05 0.06 4/249 9898
/proc/meminfo: memFree=31081588/32770624 swapFree=6064/172900
[pid=9894] ppid=9887 vsize=847548 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 106262 0 3 0 127 18 0 0 20 0 1 0 82135 867889152 187304 33554432000 4194304 5970956 140723403332288 140723403329112 140577784781355 0 0 4096 8404994 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 211887 187304 825 434 0 205251 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 847548

[startup+3.10027 s]
/proc/loadavg: 0.08 0.05 0.06 4/249 9898
/proc/meminfo: memFree=29802884/32770624 swapFree=6064/172900
[pid=9894] ppid=9887 vsize=1341556 CPUtime=3.05 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 167732 0 3 0 275 30 0 0 20 0 1 0 82135 1373753344 301195 33554432000 4194304 5970956 140723403332288 140723403329112 5272832 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 335389 301195 840 434 0 328753 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 1341556

[startup+6.30027 s]
/proc/loadavg: 0.24 0.08 0.07 4/249 9898
/proc/meminfo: memFree=27872352/32770624 swapFree=6064/172888
[pid=9894] ppid=9887 vsize=1341776 CPUtime=6.24 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 170708 0 3 0 594 30 0 0 20 0 1 0 82135 1373978624 301219 33554432000 4194304 5970956 140723403332288 140723403329112 4967797 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 335444 301219 840 434 0 328808 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 1341776

[startup+12.7003 s]
/proc/loadavg: 0.46 0.13 0.08 3/249 9898
/proc/meminfo: memFree=24198596/32770624 swapFree=6064/172888
[pid=9894] ppid=9887 vsize=1341776 CPUtime=12.64 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 175754 0 3 0 1234 30 0 0 20 0 1 0 82135 1373978624 301236 33554432000 4194304 5970956 140723403332288 140723403329624 5098928 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 335444 301236 844 434 0 328808 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 1341776

[startup+25.5003 s]
/proc/loadavg: 0.80 0.22 0.11 4/249 9898
/proc/meminfo: memFree=21128380/32770624 swapFree=6064/172772
[pid=9894] ppid=9887 vsize=1341920 CPUtime=25.44 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 182257 0 3 0 2513 31 0 0 20 0 1 0 82135 1374126080 301271 33554432000 4194304 5970956 140723403332288 140723403328936 4967778 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 335480 301271 844 434 0 328844 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 1341920

[startup+51.1003 s]
/proc/loadavg: 1.21 0.36 0.16 4/249 9898
/proc/meminfo: memFree=21126376/32770624 swapFree=6064/172772
[pid=9894] ppid=9887 vsize=1342052 CPUtime=51.04 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 195902 0 3 0 5072 32 0 0 20 0 1 0 82135 1374261248 301311 33554432000 4194304 5970956 140723403332288 140723403329624 5098928 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 335513 301311 845 434 0 328877 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 1342052

[startup+102.3 s]
/proc/loadavg: 1.66 0.62 0.26 4/248 9899
/proc/meminfo: memFree=21121752/32770624 swapFree=6064/173036
[pid=9894] ppid=9887 vsize=1343004 CPUtime=102.24 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 217317 0 3 0 10191 33 0 0 20 0 1 0 82135 1375236096 301536 33554432000 4194304 5970956 140723403332288 140723403329256 5070437 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 335751 301536 845 434 0 329115 0
Current children cumulated CPU time (s) 102.24
Current children cumulated vsize (KiB) 1343004

[startup+162.3 s]
/proc/loadavg: 1.87 0.87 0.37 4/248 9903
/proc/meminfo: memFree=21116856/32770624 swapFree=6064/173868
[pid=9894] ppid=9887 vsize=1343664 CPUtime=162.23 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 239762 0 3 0 16189 34 0 0 20 0 1 0 82135 1375911936 302214 33554432000 4194304 5970956 140723403332288 140723403329256 4908985 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 335916 302214 845 434 0 329280 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 1343664

[startup+222.308 s]
/proc/loadavg: 1.95 1.07 0.47 4/248 9904
/proc/meminfo: memFree=21117084/32770624 swapFree=6064/173900
[pid=9894] ppid=9887 vsize=1344192 CPUtime=222.22 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 269808 0 3 0 22187 35 0 0 20 0 1 0 82135 1376452608 302364 33554432000 4194304 5970956 140723403332288 140723403329256 4964552 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336048 302364 845 434 0 329412 0
Current children cumulated CPU time (s) 222.22
Current children cumulated vsize (KiB) 1344192

[startup+282.3 s]
/proc/loadavg: 1.98 1.24 0.57 4/248 9905
/proc/meminfo: memFree=21114344/32770624 swapFree=6064/173900
[pid=9894] ppid=9887 vsize=1344348 CPUtime=282.21 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 285984 0 3 0 28185 36 0 0 20 0 1 0 82135 1376612352 302408 33554432000 4194304 5970956 140723403332288 140723403328968 5070112 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336087 302408 845 434 0 329451 0
Current children cumulated CPU time (s) 282.21
Current children cumulated vsize (KiB) 1344348

[startup+342.3 s]
/proc/loadavg: 1.99 1.38 0.66 4/245 9906
/proc/meminfo: memFree=21113524/32770624 swapFree=6064/173900
[pid=9894] ppid=9887 vsize=1344912 CPUtime=342.21 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 308577 0 3 0 34184 37 0 0 20 0 1 0 82135 1377189888 302504 33554432000 4194304 5970956 140723403332288 140723403329848 4908922 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336228 302504 845 434 0 329592 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 1344912

[startup+402.3 s]
/proc/loadavg: 2.00 1.49 0.74 4/244 9907
/proc/meminfo: memFree=21114184/32770624 swapFree=6064/173988
[pid=9894] ppid=9887 vsize=1344912 CPUtime=402.21 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 313014 0 3 0 40183 38 0 0 20 0 1 0 82135 1377189888 302504 33554432000 4194304 5970956 140723403332288 140723403329848 4961411 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336228 302504 845 434 0 329592 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 1344912

[startup+462.3 s]
/proc/loadavg: 2.00 1.59 0.82 4/243 9915
/proc/meminfo: memFree=21113520/32770624 swapFree=6064/174024
[pid=9894] ppid=9887 vsize=1344912 CPUtime=462.2 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 318246 0 3 0 46182 38 0 0 20 0 1 0 82135 1377189888 302504 33554432000 4194304 5970956 140723403332288 140723403329848 4967744 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336228 302504 845 434 0 329592 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 1344912

[startup+522.3 s]
/proc/loadavg: 2.10 1.69 0.90 4/243 9916
/proc/meminfo: memFree=21113812/32770624 swapFree=6064/174024
[pid=9894] ppid=9887 vsize=1344912 CPUtime=522.19 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 337417 0 3 0 52180 39 0 0 20 0 1 0 82135 1377189888 302520 33554432000 4194304 5970956 140723403332288 140723403329624 4967831 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336228 302520 845 434 0 329592 0
Current children cumulated CPU time (s) 522.19
Current children cumulated vsize (KiB) 1344912

[startup+582.3 s]
/proc/loadavg: 2.04 1.75 0.97 4/243 9917
/proc/meminfo: memFree=21111752/32770624 swapFree=6064/174096
[pid=9894] ppid=9887 vsize=1345064 CPUtime=582.18 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 349122 0 3 0 58179 39 0 0 20 0 1 0 82135 1377345536 303064 33554432000 4194304 5970956 140723403332288 140723403328968 5052121 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336266 303064 845 434 0 329630 0
Current children cumulated CPU time (s) 582.18
Current children cumulated vsize (KiB) 1345064


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


[startup+1482.3 s]
/proc/loadavg: 2.00 1.99 1.62 4/243 9964
/proc/meminfo: memFree=21108100/32770624 swapFree=6064/174488
[pid=9894] ppid=9887 vsize=1345260 CPUtime=1482.09 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 487838 0 3 0 148161 48 0 0 20 0 1 0 82135 1377546240 303149 33554432000 4194304 5970956 140723403332288 140723403319592 5098928 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336315 303149 845 434 0 329679 0
Current children cumulated CPU time (s) 1482.09
Current children cumulated vsize (KiB) 1345260

[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.64 4/243 9965
/proc/meminfo: memFree=21108352/32770624 swapFree=6064/174488
[pid=9894] ppid=9887 vsize=1345260 CPUtime=1542.09 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 491789 0 3 0 154161 48 0 0 20 0 1 0 82135 1377546240 303149 33554432000 4194304 5970956 140723403332288 140723403319592 4968249 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336315 303149 845 434 0 329679 0
Current children cumulated CPU time (s) 1542.09
Current children cumulated vsize (KiB) 1345260

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.66 4/243 9966
/proc/meminfo: memFree=21108768/32770624 swapFree=6064/174632
[pid=9894] ppid=9887 vsize=1345260 CPUtime=1602.07 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 495911 0 3 0 160159 48 0 0 20 0 1 0 82135 1377546240 303149 33554432000 4194304 5970956 140723403332288 140723403319592 5319896 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336315 303149 845 434 0 329679 0
Current children cumulated CPU time (s) 1602.07
Current children cumulated vsize (KiB) 1345260

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.68 4/243 9974
/proc/meminfo: memFree=21108552/32770624 swapFree=6064/174660
[pid=9894] ppid=9887 vsize=1345260 CPUtime=1662.07 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 499070 0 3 0 166159 48 0 0 20 0 1 0 82135 1377546240 303149 33554432000 4194304 5970956 140723403332288 140723403319592 5052048 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336315 303149 845 434 0 329679 0
Current children cumulated CPU time (s) 1662.07
Current children cumulated vsize (KiB) 1345260

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.70 4/243 9975
/proc/meminfo: memFree=21108456/32770624 swapFree=6064/174660
[pid=9894] ppid=9887 vsize=1345260 CPUtime=1722.07 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 502844 0 3 0 172158 49 0 0 20 0 1 0 82135 1377546240 303149 33554432000 4194304 5970956 140723403332288 140723403319592 5052121 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336315 303149 845 434 0 329679 0
Current children cumulated CPU time (s) 1722.07
Current children cumulated vsize (KiB) 1345260

[startup+1782.3 s]
/proc/loadavg: 2.05 2.00 1.73 4/243 9976
/proc/meminfo: memFree=21107744/32770624 swapFree=6064/174728
[pid=9894] ppid=9887 vsize=1345260 CPUtime=1782.05 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 506614 0 3 0 178156 49 0 0 20 0 1 0 82135 1377546240 303149 33554432000 4194304 5970956 140723403332288 140723403319592 4908912 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336315 303149 845 434 0 329679 0
Current children cumulated CPU time (s) 1782.05
Current children cumulated vsize (KiB) 1345260

[startup+1842.3 s]
/proc/loadavg: 2.02 2.00 1.74 4/243 9977
/proc/meminfo: memFree=21108796/32770624 swapFree=6064/174756
[pid=9894] ppid=9887 vsize=1345260 CPUtime=1842.05 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 510322 0 3 0 184155 50 0 0 20 0 1 0 82135 1377546240 303150 33554432000 4194304 5970956 140723403332288 140723403319592 4961400 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336315 303150 845 434 0 329679 0
Current children cumulated CPU time (s) 1842.05
Current children cumulated vsize (KiB) 1345260

[startup+1902.3 s]
/proc/loadavg: 2.01 2.00 1.76 4/243 9978
/proc/meminfo: memFree=21109304/32770624 swapFree=6064/174788
[pid=9894] ppid=9887 vsize=1345260 CPUtime=1902.04 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 513982 0 3 0 190154 50 0 0 20 0 1 0 82135 1377546240 303150 33554432000 4194304 5970956 140723403332288 140723403319592 5052118 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336315 303150 845 434 0 329679 0
Current children cumulated CPU time (s) 1902.04
Current children cumulated vsize (KiB) 1345260

[startup+1962.3 s]
/proc/loadavg: 2.00 2.00 1.78 4/243 9979
/proc/meminfo: memFree=21108928/32770624 swapFree=6064/174788
[pid=9894] ppid=9887 vsize=1345260 CPUtime=1962.04 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 517218 0 3 0 196154 50 0 0 20 0 1 0 82135 1377546240 303150 33554432000 4194304 5970956 140723403332288 140723403319592 4967825 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336315 303150 845 434 0 329679 0
Current children cumulated CPU time (s) 1962.04
Current children cumulated vsize (KiB) 1345260

[startup+2022.3 s]
/proc/loadavg: 2.13 2.03 1.80 4/243 9980
/proc/meminfo: memFree=21109020/32770624 swapFree=6064/174828
[pid=9894] ppid=9887 vsize=1345260 CPUtime=2022.03 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 521008 0 3 0 202153 50 0 0 20 0 1 0 82135 1377546240 303150 33554432000 4194304 5970956 140723403332288 140723403319592 5070424 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336315 303150 845 434 0 329679 0
Current children cumulated CPU time (s) 2022.03
Current children cumulated vsize (KiB) 1345260

[startup+2082.3 s]
/proc/loadavg: 2.05 2.03 1.81 3/243 9981
/proc/meminfo: memFree=21109232/32770624 swapFree=6064/174828
[pid=9894] ppid=9887 vsize=1345260 CPUtime=2082.03 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 524718 0 3 0 208152 51 0 0 20 0 1 0 82135 1377546240 303151 33554432000 4194304 5970956 140723403332288 140723403319592 5098928 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336315 303151 845 434 0 329679 0
Current children cumulated CPU time (s) 2082.03
Current children cumulated vsize (KiB) 1345260

[startup+2142.3 s]
/proc/loadavg: 2.02 2.02 1.82 4/243 9982
/proc/meminfo: memFree=21109276/32770624 swapFree=6064/174880
[pid=9894] ppid=9887 vsize=1345260 CPUtime=2142.02 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 528413 0 3 0 214151 51 0 0 20 0 1 0 82135 1377546240 303151 33554432000 4194304 5970956 140723403332288 140723403319592 5098928 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336315 303151 845 434 0 329679 0
Current children cumulated CPU time (s) 2142.02
Current children cumulated vsize (KiB) 1345260

[startup+2202.31 s]
/proc/loadavg: 2.01 2.02 1.83 4/243 9983
/proc/meminfo: memFree=21109004/32770624 swapFree=6064/174912
[pid=9894] ppid=9887 vsize=1345260 CPUtime=2202.02 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 531581 0 3 0 220151 51 0 0 20 0 1 0 82135 1377546240 303151 33554432000 4194304 5970956 140723403332288 140723403319592 5070768 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336315 303151 845 434 0 329679 0
Current children cumulated CPU time (s) 2202.02
Current children cumulated vsize (KiB) 1345260

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.85 4/243 9991
/proc/meminfo: memFree=21107816/32770624 swapFree=6064/174944
[pid=9894] ppid=9887 vsize=1345260 CPUtime=2262 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 535578 0 3 0 226149 51 0 0 20 0 1 0 82135 1377546240 303151 33554432000 4194304 5970956 140723403332288 140723403319592 4964552 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336315 303151 845 434 0 329679 0
Current children cumulated CPU time (s) 2262
Current children cumulated vsize (KiB) 1345260

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.86 4/243 9992
/proc/meminfo: memFree=21108408/32770624 swapFree=6064/174944
[pid=9894] ppid=9887 vsize=1345260 CPUtime=2322 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 539271 0 3 0 232149 51 0 0 20 0 1 0 82135 1377546240 303151 33554432000 4194304 5970956 140723403332288 140723403319592 4964586 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336315 303151 845 434 0 329679 0
Current children cumulated CPU time (s) 2322
Current children cumulated vsize (KiB) 1345260

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.87 4/243 9993
/proc/meminfo: memFree=21107624/32770624 swapFree=6064/174944
[pid=9894] ppid=9887 vsize=1345260 CPUtime=2381.99 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 542363 0 3 0 238148 51 0 0 20 0 1 0 82135 1377546240 303152 33554432000 4194304 5970956 140723403332288 140723403319592 4961400 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336315 303152 845 434 0 329679 0
Current children cumulated CPU time (s) 2381.99
Current children cumulated vsize (KiB) 1345260



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.4 s]
/proc/loadavg: 2.00 2.01 1.87 4/243 9993
/proc/meminfo: memFree=21107604/32770624 swapFree=6064/174944
[pid=9894] ppid=9887 vsize=1345260 CPUtime=2400.09 cores=1,3,5,7,9,11,13,15
/proc/9894/stat : 9894 (cosoco) R 9887 9894 9830 0 -1 4202496 544437 0 3 0 239958 51 0 0 20 0 1 0 82135 1377546240 303152 33554432000 4194304 5970956 140723403332288 140723403319592 4961271 0 0 4096 8405026 0 0 0 17 13 0 0 1 0 0 8070896 8075904 35123200 140723403338940 140723403339075 140723403339075 140723403341774 0
/proc/9894/statm: 336315 303152 845 434 0 329679 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 1345260

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

Child status: 1
Real time (s): 2400.46
CPU time (s): 2400.16
CPU user time (s): 2399.58
CPU system time (s): 0.575937
CPU usage (%): 99.9876
Max. virtual memory (cumulated for all children) (KiB): 1345260

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.58
system time used= 0.575937
maximum resident set size= 1212656
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 544572
page faults= 3
swaps= 0
block input operations= 2736
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 23
involuntary context switches= 120679

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 6.96031 second user time and 11.4364 second system time

The end

Launcher Data

Begin job on node151 at 2017-07-21 16:42:52
IDJOB=4241164
IDBENCH=126221
IDSOLVER=2621
FILE ID=node151/4241164-1500648172
RUNJOBID= node151-1500648172-9863
PBS_JOBID= 20623270
Free space on /tmp= 62024 MiB

SOLVER NAME= cosoco-sat 1.1
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a3-s1/GolombRuler-15-a3.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts -sat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241164-1500648172/watcher-4241164-1500648172 -o /tmp/evaluation-result-4241164-1500648172/solver-4241164-1500648172 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node151-1500648172-9863 --watchdog 2560  HOME/cosoco -lc -model -restarts -sat HOME/instance-4241164-1500648172.xml

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

MD5SUM BENCH= 0ccf44bf6198d309f3039e2504907429
RANDOM SEED=35350229

node151.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	: 8
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.49
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	: 8
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	: 5342.81
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	: 8
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.49
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	: 8
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	: 5342.81
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		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
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.49
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	: 8
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	: 5342.81
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	: 8
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.49
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		: 1600.000
cache size	: 8192 KB
physical id	: 1
siblings	: 8
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	: 5342.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 8
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 1
initial apicid	: 1
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 9
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	: 8
core id		: 0
cpu cores	: 4
apicid		: 17
initial apicid	: 17
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	: 5342.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 10
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
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	: 8
core id		: 1
cpu cores	: 4
apicid		: 19
initial apicid	: 19
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	: 5342.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 12
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 13
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	: 8
core id		: 2
cpu cores	: 4
apicid		: 21
initial apicid	: 21
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	: 5342.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 14
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 15
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	: 8
core id		: 3
cpu cores	: 4
apicid		: 23
initial apicid	: 23
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	: 5342.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32084932 kB
MemAvailable:   32027828 kB
Buffers:           29804 kB
Cached:           224004 kB
SwapCached:            0 kB
Active:           128800 kB
Inactive:         178264 kB
Active(anon):      56128 kB
Inactive(anon):     8548 kB
Active(file):      72672 kB
Inactive(file):   169716 kB
Unevictable:        6064 kB
Mlocked:            6096 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4744 kB
Writeback:             0 kB
AnonPages:         59468 kB
Mapped:            29008 kB
Shmem:              8848 kB
Slab:              63420 kB
SReclaimable:      32688 kB
SUnreclaim:        30732 kB
KernelStack:        4080 kB
PageTables:         4768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     310760 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62020 MiB
End job on node151 at 2017-07-21 17:22:53