Trace number 4241181

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.09 2401.1

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-14-a4.xml
MD5SUM5aba8e5725f87f11766562fcd4055047
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark136
Best CPU time to get the best result obtained on this benchmark2400.1
Satisfiable
(Un)Satisfiability was proved
Number of variables14
Number of constraints3733
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":14}]
Minimum variable degree1015
Maximum variable degree1016
Distribution of variable degrees[{"degree":1015,"count":12},{"degree":1016,"count":2}]
Minimum constraint arity1
Maximum constraint arity14
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":728},{"arity":4,"count":3003},{"arity":14,"count":1}]
Number of extensional constraints0
Number of intensional constraints3732
Distribution of constraint types[{"type":"intension","count":3732},{"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

4.18/4.25	c best=?? lower=0 upper=500 
62.45/62.56	c
62.45/62.56	c This is cosoco 1.0 --  
62.45/62.56	c
62.45/62.56	c enable optimization
62.45/62.56	c ========================================[ Problem Statistics ]===========================================
62.45/62.56	c |                                                                                                       
62.45/62.56	c |  Parse time        :         4.19 s 
62.45/62.56	c |
62.45/62.56	c |               Variables: 14
62.45/62.56	c |            Domain Sizes: 501..501
62.45/62.56	c |
62.45/62.56	c |             Constraints: 3746
62.45/62.56	c |                   Arity: 1..4  -- Unary: 2  -- Binary: 13  -- Ternary: 728
62.45/62.56	c | 
62.45/62.56	c |                   Types: 
62.45/62.56	c |                          (X - Y < k): 13
62.45/62.56	c |                          Intension: 3733
62.45/62.56	c |                          
62.45/62.56	c =========================================================================================================
62.45/62.56	o 177
62.45/62.56	c    1 calls to solver: best=177 lower=0 upper=176 
67.43/67.58	o 175
68.34/68.42	o 162
68.34/68.42	c    3 calls to solver: best=162 lower=0 upper=161 
1004.05/1004.50	o 155

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-4241181-1500648175/watcher-4241181-1500648175 -o /tmp/evaluation-result-4241181-1500648175/solver-4241181-1500648175 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1500648174-9864 --watchdog 2560 HOME/cosoco -lc -model -restarts HOME/instance-4241181-1500648175.xml 

pid=9878
running on 8 cores: 0,2,4,6,8,10,12,14

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 1/239 9881
/proc/meminfo: memFree=32090840/32770624 swapFree=6060/171860
[pid=9881] ppid=9878 vsize=26912 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4194304 609 0 2 0 0 0 0 0 20 0 1 0 84335 27557888 420 33554432000 4194304 5970956 140720576616528 140720576616032 140703471974112 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 6728 420 379 434 0 60 0

[startup+0.100184 s]
/proc/loadavg: 0.08 0.05 0.06 1/239 9881
/proc/meminfo: memFree=32090840/32770624 swapFree=6060/171860
[pid=9881] ppid=9878 vsize=27348 CPUtime=0.08 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 1021 0 3 0 8 0 0 0 20 0 1 0 84335 28004352 829 33554432000 4194304 5970956 140720576616528 140720576613128 5668292 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 6837 829 710 434 0 201 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27348

[startup+0.200364 s]
/proc/loadavg: 0.08 0.05 0.06 1/239 9881
/proc/meminfo: memFree=32090840/32770624 swapFree=6060/171860
[pid=9881] ppid=9878 vsize=29352 CPUtime=0.17 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 1599 0 3 0 17 0 0 0 20 0 1 0 84335 30056448 1377 33554432000 4194304 5970956 140720576616528 140720576610120 140703465732689 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 7338 1443 783 434 0 702 0
Current children cumulated CPU time (s) 0.17
Current children cumulated vsize (KiB) 29352

[startup+0.300331 s]
/proc/loadavg: 0.08 0.05 0.06 1/239 9881
/proc/meminfo: memFree=32090840/32770624 swapFree=6060/171860
[pid=9881] ppid=9878 vsize=32240 CPUtime=0.28 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 2321 0 3 0 27 1 0 0 20 0 1 0 84335 33013760 2099 33554432000 4194304 5970956 140720576616528 140720576610120 4966541 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 8060 2165 783 434 0 1424 0
Current children cumulated CPU time (s) 0.28
Current children cumulated vsize (KiB) 32240

[startup+0.700307 s]
/proc/loadavg: 0.08 0.05 0.06 1/239 9881
/proc/meminfo: memFree=32090840/32770624 swapFree=6060/171860
[pid=9881] ppid=9878 vsize=43752 CPUtime=0.68 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 5225 0 3 0 67 1 0 0 20 0 1 0 84335 44802048 5045 33554432000 4194304 5970956 140720576616528 140720576610120 140703455923173 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 10938 5045 783 434 0 4302 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 43752

[startup+1.5003 s]
/proc/loadavg: 0.08 0.05 0.06 3/246 9897
/proc/meminfo: memFree=32037484/32770624 swapFree=6060/170800
[pid=9881] ppid=9878 vsize=66948 CPUtime=1.47 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 11012 0 3 0 146 1 0 0 20 0 1 0 84335 68554752 10809 33554432000 4194304 5970956 140720576616528 140720576610120 4966541 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 16737 10809 783 434 0 10101 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 66948

[startup+3.10029 s]
/proc/loadavg: 0.24 0.08 0.07 3/246 9897
/proc/meminfo: memFree=31971392/32770624 swapFree=6060/170800
[pid=9881] ppid=9878 vsize=113036 CPUtime=3.08 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 22597 0 3 0 305 3 0 0 20 0 1 0 84335 115748864 22332 33554432000 4194304 5970956 140720576616528 140720576610120 140703455918910 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 28259 22332 783 434 0 21623 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 113036

[startup+6.30036 s]
/proc/loadavg: 0.24 0.08 0.07 3/246 9897
/proc/meminfo: memFree=31770812/32770624 swapFree=6060/170796
[pid=9881] ppid=9878 vsize=188676 CPUtime=6.27 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 57411 0 3 0 621 6 0 0 20 0 1 0 84335 193204224 41334 33554432000 4194304 5970956 140720576616528 140720576613496 4964705 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 47169 41334 832 434 0 40533 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 188676

[startup+12.7004 s]
/proc/loadavg: 0.51 0.14 0.09 3/246 9897
/proc/meminfo: memFree=31535816/32770624 swapFree=6060/170800
[pid=9881] ppid=9878 vsize=228804 CPUtime=12.67 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 99127 0 3 0 1258 9 0 0 20 0 1 0 84335 234295296 51371 33554432000 4194304 5970956 140720576616528 140720576613496 4964366 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 57201 51371 832 434 0 50565 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 228804

[startup+25.5004 s]
/proc/loadavg: 0.74 0.20 0.11 3/246 9897
/proc/meminfo: memFree=31326368/32770624 swapFree=6060/170808
[pid=9881] ppid=9878 vsize=247812 CPUtime=25.46 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 157059 0 3 0 2535 11 0 0 20 0 1 0 84335 253759488 56129 33554432000 4194304 5970956 140720576616528 140720576613496 5070338 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 61953 56129 832 434 0 55317 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 247812

[startup+51.1005 s]
/proc/loadavg: 1.17 0.35 0.16 3/246 9897
/proc/meminfo: memFree=31264124/32770624 swapFree=6060/170816
[pid=9881] ppid=9878 vsize=264840 CPUtime=51.06 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 182754 0 3 0 5092 14 0 0 20 0 1 0 84335 271196160 60349 33554432000 4194304 5970956 140720576616528 140720576613496 4964371 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 66210 60349 832 434 0 59574 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 264840

[startup+102.3 s]
/proc/loadavg: 1.67 0.62 0.27 3/246 9898
/proc/meminfo: memFree=31190348/32770624 swapFree=6060/170872
[pid=9881] ppid=9878 vsize=282396 CPUtime=102.23 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 217330 0 3 0 10207 16 0 0 20 0 1 0 84335 289173504 64781 33554432000 4194304 5970956 140720576616528 140720576613496 4961264 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 70599 64781 833 434 0 63963 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 282396

[startup+162.3 s]
/proc/loadavg: 1.87 0.86 0.37 3/246 9902
/proc/meminfo: memFree=31138816/32770624 swapFree=6060/171704
[pid=9881] ppid=9878 vsize=283980 CPUtime=162.19 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 229046 0 3 0 16202 17 0 0 20 0 1 0 84335 290795520 65155 33554432000 4194304 5970956 140720576616528 140720576613496 4968239 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 70995 65155 833 434 0 64359 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 283980

[startup+222.308 s]
/proc/loadavg: 1.95 1.08 0.48 3/246 9903
/proc/meminfo: memFree=31088216/32770624 swapFree=6060/171736
[pid=9881] ppid=9878 vsize=284772 CPUtime=222.17 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 230145 0 3 0 22200 17 0 0 20 0 1 0 84335 291606528 65338 33554432000 4194304 5970956 140720576616528 140720576613496 4964389 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 71193 65338 833 434 0 64557 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 284772

[startup+282.3 s]
/proc/loadavg: 2.02 1.25 0.57 3/246 9904
/proc/meminfo: memFree=31054996/32770624 swapFree=6060/171752
[pid=9881] ppid=9878 vsize=285300 CPUtime=282.13 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 231159 0 3 0 28196 17 0 0 20 0 1 0 84335 292147200 65492 33554432000 4194304 5970956 140720576616528 140720576613496 4964389 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 71325 65492 833 434 0 64689 0
Current children cumulated CPU time (s) 282.13
Current children cumulated vsize (KiB) 285300

[startup+342.3 s]
/proc/loadavg: 2.01 1.40 0.67 3/244 9905
/proc/meminfo: memFree=31030340/32770624 swapFree=6060/171788
[pid=9881] ppid=9878 vsize=286752 CPUtime=342.11 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 232574 0 3 0 34194 17 0 0 20 0 1 0 84335 293634048 65847 33554432000 4194304 5970956 140720576616528 140720576613496 4964389 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 71688 65847 833 434 0 65052 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 286752

[startup+402.3 s]
/proc/loadavg: 2.00 1.50 0.75 3/244 9906
/proc/meminfo: memFree=30992916/32770624 swapFree=6060/171828
[pid=9881] ppid=9878 vsize=286884 CPUtime=402.08 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 233671 0 3 0 40191 17 0 0 20 0 1 0 84335 293769216 65891 33554432000 4194304 5970956 140720576616528 140720576613496 5070304 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 71721 65891 833 434 0 65085 0
Current children cumulated CPU time (s) 402.08
Current children cumulated vsize (KiB) 286884

[startup+462.3 s]
/proc/loadavg: 2.04 1.61 0.84 3/244 9915
/proc/meminfo: memFree=30992312/32770624 swapFree=6060/171868
[pid=9881] ppid=9878 vsize=286884 CPUtime=462.06 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 235103 0 3 0 46189 17 0 0 20 0 1 0 84335 293769216 65895 33554432000 4194304 5970956 140720576616528 140720576613496 4964904 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 71721 65895 833 434 0 65085 0
Current children cumulated CPU time (s) 462.06
Current children cumulated vsize (KiB) 286884

[startup+522.3 s]
/proc/loadavg: 2.02 1.68 0.90 3/244 9916
/proc/meminfo: memFree=30989800/32770624 swapFree=6060/171892
[pid=9881] ppid=9878 vsize=286884 CPUtime=522.04 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 236764 0 3 0 52187 17 0 0 20 0 1 0 84335 293769216 65896 33554432000 4194304 5970956 140720576616528 140720576613496 4964389 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 71721 65896 833 434 0 65085 0
Current children cumulated CPU time (s) 522.04
Current children cumulated vsize (KiB) 286884

[startup+582.3 s]
/proc/loadavg: 2.01 1.73 0.97 3/244 9917
/proc/meminfo: memFree=30987024/32770624 swapFree=6060/171924
[pid=9881] ppid=9878 vsize=286884 CPUtime=582.02 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 238705 0 3 0 58184 18 0 0 20 0 1 0 84335 293769216 65900 33554432000 4194304 5970956 140720576616528 140720576613496 4964389 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 71721 65900 833 434 0 65085 0
Current children cumulated CPU time (s) 582.02
Current children cumulated vsize (KiB) 286884


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


[startup+1542.31 s]
/proc/loadavg: 2.07 2.03 1.66 3/243 9964
/proc/meminfo: memFree=30978788/32770624 swapFree=6060/172392
[pid=9881] ppid=9878 vsize=288204 CPUtime=1541.64 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 258565 0 3 0 154144 20 0 0 20 0 1 0 84335 295120896 66239 33554432000 4194304 5970956 140720576616528 140720576613496 4964389 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 72051 66239 833 434 0 65415 0
Current children cumulated CPU time (s) 1541.64
Current children cumulated vsize (KiB) 288204

[startup+1602.3 s]
/proc/loadavg: 2.03 2.03 1.68 3/243 9965
/proc/meminfo: memFree=30979260/32770624 swapFree=6060/172428
[pid=9881] ppid=9878 vsize=288336 CPUtime=1601.61 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 259912 0 3 0 160141 20 0 0 20 0 1 0 84335 295256064 66244 33554432000 4194304 5970956 140720576616528 140720576613496 5070304 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 72084 66244 833 434 0 65448 0
Current children cumulated CPU time (s) 1601.61
Current children cumulated vsize (KiB) 288336

[startup+1662.3 s]
/proc/loadavg: 2.01 2.02 1.70 3/243 9973
/proc/meminfo: memFree=30978844/32770624 swapFree=6060/172460
[pid=9881] ppid=9878 vsize=288336 CPUtime=1661.59 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 260742 0 3 0 166139 20 0 0 20 0 1 0 84335 295256064 66247 33554432000 4194304 5970956 140720576616528 140720576613496 4964389 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 72084 66247 833 434 0 65448 0
Current children cumulated CPU time (s) 1661.59
Current children cumulated vsize (KiB) 288336

[startup+1722.3 s]
/proc/loadavg: 2.00 2.02 1.72 3/243 9974
/proc/meminfo: memFree=30979252/32770624 swapFree=6060/172488
[pid=9881] ppid=9878 vsize=288336 CPUtime=1721.56 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 261646 0 3 0 172136 20 0 0 20 0 1 0 84335 295256064 66247 33554432000 4194304 5970956 140720576616528 140720576613496 5069728 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 72084 66247 833 434 0 65448 0
Current children cumulated CPU time (s) 1721.56
Current children cumulated vsize (KiB) 288336

[startup+1782.3 s]
/proc/loadavg: 2.04 2.03 1.74 3/243 9975
/proc/meminfo: memFree=30978448/32770624 swapFree=6060/172512
[pid=9881] ppid=9878 vsize=288600 CPUtime=1781.54 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 262899 0 3 0 178134 20 0 0 20 0 1 0 84335 295526400 66291 33554432000 4194304 5970956 140720576616528 140720576613496 5069728 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 72150 66291 833 434 0 65514 0
Current children cumulated CPU time (s) 1781.54
Current children cumulated vsize (KiB) 288600

[startup+1842.3 s]
/proc/loadavg: 2.02 2.02 1.76 3/243 9976
/proc/meminfo: memFree=30978500/32770624 swapFree=6060/172540
[pid=9881] ppid=9878 vsize=288600 CPUtime=1841.51 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 264086 0 3 0 184131 20 0 0 20 0 1 0 84335 295526400 66337 33554432000 4194304 5970956 140720576616528 140720576613496 4964366 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 72150 66337 833 434 0 65514 0
Current children cumulated CPU time (s) 1841.51
Current children cumulated vsize (KiB) 288600

[startup+1902.3 s]
/proc/loadavg: 2.01 2.02 1.77 3/243 9977
/proc/meminfo: memFree=30979152/32770624 swapFree=6060/172580
[pid=9881] ppid=9878 vsize=288600 CPUtime=1901.49 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 265506 0 3 0 190129 20 0 0 20 0 1 0 84335 295526400 66337 33554432000 4194304 5970956 140720576616528 140720576613496 4968239 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 72150 66337 833 434 0 65514 0
Current children cumulated CPU time (s) 1901.49
Current children cumulated vsize (KiB) 288600

[startup+1962.3 s]
/proc/loadavg: 2.09 2.04 1.80 3/243 9978
/proc/meminfo: memFree=30979508/32770624 swapFree=6060/172604
[pid=9881] ppid=9878 vsize=288600 CPUtime=1961.46 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 266263 0 3 0 196126 20 0 0 20 0 1 0 84335 295526400 66338 33554432000 4194304 5970956 140720576616528 140720576613496 4964389 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 72150 66338 833 434 0 65514 0
Current children cumulated CPU time (s) 1961.46
Current children cumulated vsize (KiB) 288600

[startup+2022.3 s]
/proc/loadavg: 2.03 2.04 1.81 3/243 9979
/proc/meminfo: memFree=30979804/32770624 swapFree=6060/172632
[pid=9881] ppid=9878 vsize=288600 CPUtime=2021.43 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 267111 0 3 0 202123 20 0 0 20 0 1 0 84335 295526400 66338 33554432000 4194304 5970956 140720576616528 140720576613496 4964452 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 72150 66338 833 434 0 65514 0
Current children cumulated CPU time (s) 2021.43
Current children cumulated vsize (KiB) 288600

[startup+2082.3 s]
/proc/loadavg: 2.01 2.03 1.82 3/243 9980
/proc/meminfo: memFree=30979512/32770624 swapFree=6060/172660
[pid=9881] ppid=9878 vsize=288732 CPUtime=2081.42 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 268181 0 3 0 208122 20 0 0 20 0 1 0 84335 295661568 66338 33554432000 4194304 5970956 140720576616528 140720576613496 4967836 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 72183 66338 833 434 0 65547 0
Current children cumulated CPU time (s) 2081.42
Current children cumulated vsize (KiB) 288732

[startup+2142.3 s]
/proc/loadavg: 2.00 2.02 1.83 3/243 9981
/proc/meminfo: memFree=30979524/32770624 swapFree=6060/172684
[pid=9881] ppid=9878 vsize=288732 CPUtime=2141.39 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 269185 0 3 0 214119 20 0 0 20 0 1 0 84335 295661568 66340 33554432000 4194304 5970956 140720576616528 140720576613496 4964738 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 72183 66340 833 434 0 65547 0
Current children cumulated CPU time (s) 2141.39
Current children cumulated vsize (KiB) 288732

[startup+2202.31 s]
/proc/loadavg: 2.00 2.02 1.84 3/243 9982
/proc/meminfo: memFree=30974928/32770624 swapFree=6060/172716
[pid=9881] ppid=9878 vsize=288732 CPUtime=2201.37 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 270169 0 3 0 220117 20 0 0 20 0 1 0 84335 295661568 66340 33554432000 4194304 5970956 140720576616528 140720576613496 5336058 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 72183 66340 833 434 0 65547 0
Current children cumulated CPU time (s) 2201.37
Current children cumulated vsize (KiB) 288732

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.85 3/244 9991
/proc/meminfo: memFree=30975340/32770624 swapFree=6060/172748
[pid=9881] ppid=9878 vsize=288732 CPUtime=2261.34 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 271563 0 3 0 226114 20 0 0 20 0 1 0 84335 295661568 66340 33554432000 4194304 5970956 140720576616528 140720576613496 4967886 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 72183 66340 833 434 0 65547 0
Current children cumulated CPU time (s) 2261.34
Current children cumulated vsize (KiB) 288732

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/244 9992
/proc/meminfo: memFree=30975956/32770624 swapFree=6060/172776
[pid=9881] ppid=9878 vsize=288732 CPUtime=2321.31 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 272861 0 3 0 232111 20 0 0 20 0 1 0 84335 295661568 66340 33554432000 4194304 5970956 140720576616528 140720576613496 4964389 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 72183 66340 833 434 0 65547 0
Current children cumulated CPU time (s) 2321.31
Current children cumulated vsize (KiB) 288732

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/244 9993
/proc/meminfo: memFree=30976292/32770624 swapFree=6060/172804
[pid=9881] ppid=9878 vsize=288732 CPUtime=2381.29 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 274000 0 3 0 238109 20 0 0 20 0 1 0 84335 295661568 66340 33554432000 4194304 5970956 140720576616528 140720576613496 4964366 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 72183 66340 833 434 0 65547 0
Current children cumulated CPU time (s) 2381.29
Current children cumulated vsize (KiB) 288732



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.1 s]
/proc/loadavg: 2.00 2.01 1.87 3/244 9993
/proc/meminfo: memFree=30976664/32770624 swapFree=6060/172808
[pid=9881] ppid=9878 vsize=288732 CPUtime=2400.08 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 274418 0 3 0 239988 20 0 0 20 0 1 0 84335 295661568 66340 33554432000 4194304 5970956 140720576616528 140720576613496 4964366 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 72183 66340 833 434 0 65547 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 288732

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

[startup+2401.1 s]
/proc/loadavg: 2.00 2.01 1.87 3/244 9993
/proc/meminfo: memFree=30976664/32770624 swapFree=6060/172808
[pid=9881] ppid=9878 vsize=288732 CPUtime=2400.08 cores=0,2,4,6,8,10,12,14
/proc/9881/stat : 9881 (cosoco) R 9878 9881 9833 0 -1 4202496 274418 0 3 0 239988 20 0 0 20 0 1 0 84335 295661568 66340 33554432000 4194304 5970956 140720576616528 140720576613496 4964366 0 0 4096 8405026 0 0 0 17 12 0 0 0 0 0 8070896 8075904 31666176 140720576623809 140720576623939 140720576623939 140720576626638 0
/proc/9881/statm: 72183 66340 833 434 0 65547 0
Current children cumulated CPU time (s) 2400.08
Current children cumulated vsize (KiB) 288732

Child status: 1
Real time (s): 2401.1
CPU time (s): 2400.09
CPU user time (s): 2399.88
CPU system time (s): 0.208915
CPU usage (%): 99.9579
Max. virtual memory (cumulated for all children) (KiB): 288732

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.88
system time used= 0.208915
maximum resident set size= 265412
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 274447
page faults= 3
swaps= 0
block input operations= 3320
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 73
involuntary context switches= 121086

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 10.5735 second user time and 9.9764 second system time

The end

Launcher Data

Begin job on node136 at 2017-07-21 16:42:55
IDJOB=4241181
IDBENCH=126232
IDSOLVER=2620
FILE ID=node136/4241181-1500648175
RUNJOBID= node136-1500648174-9864
PBS_JOBID= 20623284
Free space on /tmp= 61996 MiB

SOLVER NAME= cosoco 1.1
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-14-a4.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4241181-1500648175/watcher-4241181-1500648175 -o /tmp/evaluation-result-4241181-1500648175/solver-4241181-1500648175 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node136-1500648174-9864 --watchdog 2560  HOME/cosoco -lc -model -restarts HOME/instance-4241181-1500648175.xml

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

MD5SUM BENCH= 5aba8e5725f87f11766562fcd4055047
RANDOM SEED=195319193

node136.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.42
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	: 5332.56
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.42
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	: 5332.56
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.42
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	: 5332.56
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.42
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	: 5332.56
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.42
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	: 5332.56
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.42
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	: 5332.56
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.42
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	: 5332.56
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.42
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	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32093884 kB
MemAvailable:   32031668 kB
Buffers:           27676 kB
Cached:           221440 kB
SwapCached:            0 kB
Active:           123068 kB
Inactive:         178056 kB
Active(anon):      55072 kB
Inactive(anon):     8548 kB
Active(file):      67996 kB
Inactive(file):   169508 kB
Unevictable:        6060 kB
Mlocked:            6092 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2324 kB
Writeback:             0 kB
AnonPages:         57924 kB
Mapped:            29016 kB
Shmem:              8852 kB
Slab:              62968 kB
SReclaimable:      32232 kB
SUnreclaim:        30736 kB
KernelStack:        4112 kB
PageTables:         4704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308784 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:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 61988 MiB
End job on node136 at 2017-07-21 17:22:56