Trace number 4241163

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.03 2400.31

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

0.15/0.24	c best=?? lower=0 upper=500 
566.99/567.19	c
566.99/567.19	c This is cosoco 1.0 --  
566.99/567.19	c
566.99/567.19	c enable optimization
566.99/567.19	c ========================================[ Problem Statistics ]===========================================
566.99/567.19	c |                                                                                                       
566.99/567.19	c |  Parse time        :         0.19 s 
566.99/567.19	c |
566.99/567.19	c |               Variables: 240
566.99/567.19	c |            Domain Sizes: 500..501
566.99/567.19	c |
566.99/567.19	c |             Constraints: 122
566.99/567.19	c |                   Arity: 1..105  -- Unary: 2  -- Binary: 14  -- Ternary: 105
566.99/567.19	c | 
566.99/567.19	c |                   Types: 
566.99/567.19	c |                          (X - Y < k): 14
566.99/567.19	c |                          All Different: 1
566.99/567.19	c |                          Intension: 107
566.99/567.19	c |                          
566.99/567.19	c =========================================================================================================
566.99/567.19	o 220
566.99/567.19	c    1 calls to solver: best=220 lower=0 upper=219 
591.39/591.53	o 210
595.69/595.84	o 202
595.69/595.84	c    3 calls to solver: best=202 lower=0 upper=201 
1839.37/1839.60	o 200

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

pid=9876
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.00 0.07 0.14 4/244 9883
/proc/meminfo: memFree=32083204/32770624 swapFree=5956/170140
[pid=9882] ppid=9876 vsize=5512 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) D 9876 9882 9820 0 -1 4194304 156 0 0 0 0 0 0 0 20 0 1 0 82507 5644288 35 33554432000 4194304 5970956 140726926052400 140726926049496 140254990670330 0 0 4096 0 18446744071580431491 0 0 17 13 0 0 0 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 1378 35 27 434 0 39 0

[startup+0.100128 s]
/proc/loadavg: 0.00 0.07 0.14 4/244 9883
/proc/meminfo: memFree=32083204/32770624 swapFree=5956/170140
[pid=9882] ppid=9876 vsize=28572 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 1432 0 2 0 5 0 0 0 20 0 1 0 82507 29257728 1215 33554432000 4194304 5970956 140726926052400 140726926045992 4966541 0 0 4096 0 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 7143 1215 782 434 0 507 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 28572

[startup+0.200324 s]
/proc/loadavg: 0.00 0.07 0.14 4/244 9883
/proc/meminfo: memFree=32083204/32770624 swapFree=5956/170140
[pid=9882] ppid=9876 vsize=30160 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 1819 0 2 0 15 0 0 0 20 0 1 0 82507 30883840 1612 33554432000 4194304 5970956 140726926052400 140726926045992 140254974561253 0 0 4096 0 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 7540 1612 782 434 0 904 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 30160

[startup+0.300221 s]
/proc/loadavg: 0.00 0.07 0.14 4/244 9883
/proc/meminfo: memFree=32083204/32770624 swapFree=5956/170140
[pid=9882] ppid=9876 vsize=30952 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 2077 0 2 0 25 0 0 0 20 0 1 0 82507 31694848 1875 33554432000 4194304 5970956 140726926052400 140726926039720 5070437 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 7738 1875 802 434 0 1102 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 30952

[startup+0.700209 s]
/proc/loadavg: 0.00 0.07 0.14 4/244 9883
/proc/meminfo: memFree=32083204/32770624 swapFree=5956/170140
[pid=9882] ppid=9876 vsize=31084 CPUtime=0.65 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 2090 0 2 0 65 0 0 0 20 0 1 0 82507 31830016 1875 33554432000 4194304 5970956 140726926052400 140726926049368 5322537 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 7771 1875 802 434 0 1135 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 31084

[startup+1.50018 s]
/proc/loadavg: 0.16 0.10 0.15 4/246 9885
/proc/meminfo: memFree=32060992/32770624 swapFree=5956/171668
[pid=9882] ppid=9876 vsize=31084 CPUtime=1.45 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 2113 0 2 0 145 0 0 0 20 0 1 0 82507 31830016 1941 33554432000 4194304 5970956 140726926052400 140726926049368 4908985 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 7771 1941 835 434 0 1135 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 31084

[startup+3.10018 s]
/proc/loadavg: 0.16 0.10 0.15 4/246 9885
/proc/meminfo: memFree=32058712/32770624 swapFree=5956/171668
[pid=9882] ppid=9876 vsize=31216 CPUtime=3.05 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 2640 0 2 0 305 0 0 0 20 0 1 0 82507 31965184 1969 33554432000 4194304 5970956 140726926052400 140726926049368 5098928 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 7804 1969 835 434 0 1168 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 31216

[startup+6.30018 s]
/proc/loadavg: 0.31 0.13 0.16 4/246 9885
/proc/meminfo: memFree=32057848/32770624 swapFree=5956/171832
[pid=9882] ppid=9876 vsize=31216 CPUtime=6.24 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 3065 0 2 0 624 0 0 0 20 0 1 0 82507 31965184 1982 33554432000 4194304 5970956 140726926052400 140726926049368 4977332 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 7804 1982 835 434 0 1168 0
Current children cumulated CPU time (s) 6.24
Current children cumulated vsize (KiB) 31216

[startup+12.7002 s]
/proc/loadavg: 0.45 0.17 0.17 4/246 9885
/proc/meminfo: memFree=32058336/32770624 swapFree=5956/171832
[pid=9882] ppid=9876 vsize=31348 CPUtime=12.64 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 3482 0 2 0 1264 0 0 0 20 0 1 0 82507 32100352 1989 33554432000 4194304 5970956 140726926052400 140726926049368 4967828 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 7837 1989 835 434 0 1201 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 31348

[startup+25.5002 s]
/proc/loadavg: 0.79 0.25 0.20 4/246 9885
/proc/meminfo: memFree=32058668/32770624 swapFree=5956/171848
[pid=9882] ppid=9876 vsize=31480 CPUtime=25.44 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 4411 0 2 0 2544 0 0 0 20 0 1 0 82507 32235520 2057 33554432000 4194304 5970956 140726926052400 140726926049368 5098928 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 7870 2057 835 434 0 1234 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 31480

[startup+51.1002 s]
/proc/loadavg: 1.35 0.43 0.26 4/246 9885
/proc/meminfo: memFree=32058100/32770624 swapFree=5956/171860
[pid=9882] ppid=9876 vsize=32272 CPUtime=51.04 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 5105 0 2 0 5104 0 0 0 20 0 1 0 82507 33046528 2235 33554432000 4194304 5970956 140726926052400 140726926049368 5070856 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8068 2235 835 434 0 1432 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 32272

[startup+102.3 s]
/proc/loadavg: 1.72 0.67 0.35 4/247 9889
/proc/meminfo: memFree=32054896/32770624 swapFree=5956/172664
[pid=9882] ppid=9876 vsize=33064 CPUtime=102.25 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 5986 0 2 0 10224 1 0 0 20 0 1 0 82507 33857536 2373 33554432000 4194304 5970956 140726926052400 140726926049368 5070407 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8266 2373 835 434 0 1630 0
Current children cumulated CPU time (s) 102.25
Current children cumulated vsize (KiB) 33064

[startup+162.3 s]
/proc/loadavg: 1.90 0.91 0.45 4/246 9890
/proc/meminfo: memFree=32054728/32770624 swapFree=5956/172728
[pid=9882] ppid=9876 vsize=33460 CPUtime=162.23 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 6482 0 2 0 16222 1 0 0 20 0 1 0 82507 34263040 2515 33554432000 4194304 5970956 140726926052400 140726926049368 4967883 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8365 2515 835 434 0 1729 0
Current children cumulated CPU time (s) 162.23
Current children cumulated vsize (KiB) 33460

[startup+222.308 s]
/proc/loadavg: 1.96 1.11 0.55 4/246 9891
/proc/meminfo: memFree=32054484/32770624 swapFree=5956/172756
[pid=9882] ppid=9876 vsize=33856 CPUtime=222.24 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 7077 0 2 0 22223 1 0 0 20 0 1 0 82507 34668544 2611 33554432000 4194304 5970956 140726926052400 140726926049368 4964406 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8464 2611 835 434 0 1828 0
Current children cumulated CPU time (s) 222.24
Current children cumulated vsize (KiB) 33856

[startup+282.3 s]
/proc/loadavg: 1.99 1.27 0.64 4/246 9892
/proc/meminfo: memFree=32054500/32770624 swapFree=5956/172784
[pid=9882] ppid=9876 vsize=33988 CPUtime=282.22 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 7639 0 2 0 28221 1 0 0 20 0 1 0 82507 34803712 2665 33554432000 4194304 5970956 140726926052400 140726926049368 5069728 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8497 2665 835 434 0 1861 0
Current children cumulated CPU time (s) 282.22
Current children cumulated vsize (KiB) 33988

[startup+342.3 s]
/proc/loadavg: 1.99 1.40 0.73 4/245 9893
/proc/meminfo: memFree=32054212/32770624 swapFree=5956/172816
[pid=9882] ppid=9876 vsize=34120 CPUtime=342.21 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 8359 0 2 0 34220 1 0 0 20 0 1 0 82507 34938880 2678 33554432000 4194304 5970956 140726926052400 140726926049368 5098928 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8530 2678 835 434 0 1894 0
Current children cumulated CPU time (s) 342.21
Current children cumulated vsize (KiB) 34120

[startup+402.3 s]
/proc/loadavg: 2.00 1.51 0.81 4/243 9894
/proc/meminfo: memFree=32053824/32770624 swapFree=5956/172852
[pid=9882] ppid=9876 vsize=34120 CPUtime=402.21 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 9020 0 2 0 40220 1 0 0 20 0 1 0 82507 34938880 2700 33554432000 4194304 5970956 140726926052400 140726926049368 5052093 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8530 2700 835 434 0 1894 0
Current children cumulated CPU time (s) 402.21
Current children cumulated vsize (KiB) 34120

[startup+462.3 s]
/proc/loadavg: 2.00 1.60 0.88 4/244 9903
/proc/meminfo: memFree=32054104/32770624 swapFree=5956/172892
[pid=9882] ppid=9876 vsize=34384 CPUtime=462.2 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 9743 0 2 0 46219 1 0 0 20 0 1 0 82507 35209216 2755 33554432000 4194304 5970956 140726926052400 140726926049368 5093120 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8596 2755 835 434 0 1960 0
Current children cumulated CPU time (s) 462.2
Current children cumulated vsize (KiB) 34384

[startup+522.3 s]
/proc/loadavg: 2.00 1.67 0.95 4/244 9904
/proc/meminfo: memFree=32053552/32770624 swapFree=5956/172920
[pid=9882] ppid=9876 vsize=34384 CPUtime=522.2 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 9958 0 2 0 52219 1 0 0 20 0 1 0 82507 35209216 2781 33554432000 4194304 5970956 140726926052400 140726926049368 5322320 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8596 2781 835 434 0 1960 0
Current children cumulated CPU time (s) 522.2
Current children cumulated vsize (KiB) 34384

[startup+582.3 s]
/proc/loadavg: 2.00 1.73 1.02 4/244 9905
/proc/meminfo: memFree=32052356/32770624 swapFree=5956/172952
[pid=9882] ppid=9876 vsize=34384 CPUtime=582.19 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 10299 0 2 0 58218 1 0 0 20 0 1 0 82507 35209216 2781 33554432000 4194304 5970956 140726926052400 140726926039704 4908971 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8596 2781 835 434 0 1960 0
Current children cumulated CPU time (s) 582.19
Current children cumulated vsize (KiB) 34384


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


[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.66 4/243 9954
/proc/meminfo: memFree=32049040/32770624 swapFree=5956/173448
[pid=9882] ppid=9876 vsize=34384 CPUtime=1542.1 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 13666 0 2 0 154209 1 0 0 20 0 1 0 82507 35209216 2782 33554432000 4194304 5970956 140726926052400 140726926039704 5052048 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8596 2782 836 434 0 1960 0
Current children cumulated CPU time (s) 1542.1
Current children cumulated vsize (KiB) 34384

[startup+1602.3 s]
/proc/loadavg: 2.08 2.01 1.69 4/243 9955
/proc/meminfo: memFree=32049720/32770624 swapFree=5956/173476
[pid=9882] ppid=9876 vsize=34384 CPUtime=1602.09 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 13882 0 2 0 160208 1 0 0 20 0 1 0 82507 35209216 2782 33554432000 4194304 5970956 140726926052400 140726926039704 5070437 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8596 2782 836 434 0 1960 0
Current children cumulated CPU time (s) 1602.09
Current children cumulated vsize (KiB) 34384

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 1.71 4/243 9963
/proc/meminfo: memFree=32050152/32770624 swapFree=5956/173528
[pid=9882] ppid=9876 vsize=34384 CPUtime=1662.08 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 14061 0 2 0 166207 1 0 0 20 0 1 0 82507 35209216 2782 33554432000 4194304 5970956 140726926052400 140726926039704 4908971 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8596 2782 836 434 0 1960 0
Current children cumulated CPU time (s) 1662.08
Current children cumulated vsize (KiB) 34384

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.72 4/243 9964
/proc/meminfo: memFree=32049752/32770624 swapFree=5956/173556
[pid=9882] ppid=9876 vsize=34384 CPUtime=1722.08 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 14279 0 2 0 172207 1 0 0 20 0 1 0 82507 35209216 2782 33554432000 4194304 5970956 140726926052400 140726926039704 4976725 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8596 2782 836 434 0 1960 0
Current children cumulated CPU time (s) 1722.08
Current children cumulated vsize (KiB) 34384

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.74 4/243 9965
/proc/meminfo: memFree=32049588/32770624 swapFree=5956/173528
[pid=9882] ppid=9876 vsize=34384 CPUtime=1782.07 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 14462 0 2 0 178206 1 0 0 20 0 1 0 82507 35209216 2782 33554432000 4194304 5970956 140726926052400 140726926039704 5070459 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8596 2782 836 434 0 1960 0
Current children cumulated CPU time (s) 1782.07
Current children cumulated vsize (KiB) 34384

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.76 4/243 9966
/proc/meminfo: memFree=32050116/32770624 swapFree=5956/173560
[pid=9882] ppid=9876 vsize=34384 CPUtime=1842.07 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 14793 0 2 0 184206 1 0 0 20 0 1 0 82507 35209216 2782 33554432000 4194304 5970956 140726926052400 140726926049960 5052118 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8596 2782 836 434 0 1960 0
Current children cumulated CPU time (s) 1842.07
Current children cumulated vsize (KiB) 34384

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.77 4/243 9967
/proc/meminfo: memFree=32049204/32770624 swapFree=5956/173588
[pid=9882] ppid=9876 vsize=34384 CPUtime=1902.06 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 14970 0 2 0 190205 1 0 0 20 0 1 0 82507 35209216 2782 33554432000 4194304 5970956 140726926052400 140726926049960 4964477 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8596 2782 836 434 0 1960 0
Current children cumulated CPU time (s) 1902.06
Current children cumulated vsize (KiB) 34384

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.79 4/243 9968
/proc/meminfo: memFree=32048512/32770624 swapFree=5956/173624
[pid=9882] ppid=9876 vsize=34384 CPUtime=1962.06 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 15192 0 2 0 196205 1 0 0 20 0 1 0 82507 35209216 2782 33554432000 4194304 5970956 140726926052400 140726926049960 5319933 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8596 2782 836 434 0 1960 0
Current children cumulated CPU time (s) 1962.06
Current children cumulated vsize (KiB) 34384

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.80 4/243 9969
/proc/meminfo: memFree=32049608/32770624 swapFree=5956/173652
[pid=9882] ppid=9876 vsize=34384 CPUtime=2022.05 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 15374 0 2 0 202204 1 0 0 20 0 1 0 82507 35209216 2782 33554432000 4194304 5970956 140726926052400 140726926049960 4908952 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8596 2782 836 434 0 1960 0
Current children cumulated CPU time (s) 2022.05
Current children cumulated vsize (KiB) 34384

[startup+2082.3 s]
/proc/loadavg: 2.08 2.04 1.82 4/243 9970
/proc/meminfo: memFree=32048872/32770624 swapFree=5956/173680
[pid=9882] ppid=9876 vsize=34384 CPUtime=2082.05 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 15589 0 2 0 208204 1 0 0 20 0 1 0 82507 35209216 2782 33554432000 4194304 5970956 140726926052400 140726926049960 4964366 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8596 2782 836 434 0 1960 0
Current children cumulated CPU time (s) 2082.05
Current children cumulated vsize (KiB) 34384

[startup+2142.3 s]
/proc/loadavg: 2.03 2.04 1.83 4/243 9971
/proc/meminfo: memFree=32047060/32770624 swapFree=5956/173712
[pid=9882] ppid=9876 vsize=34384 CPUtime=2142.04 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 15768 0 2 0 214203 1 0 0 20 0 1 0 82507 35209216 2782 33554432000 4194304 5970956 140726926052400 140726926049960 5069728 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8596 2782 836 434 0 1960 0
Current children cumulated CPU time (s) 2142.04
Current children cumulated vsize (KiB) 34384

[startup+2202.31 s]
/proc/loadavg: 2.01 2.03 1.84 4/243 9972
/proc/meminfo: memFree=32047860/32770624 swapFree=5956/173748
[pid=9882] ppid=9876 vsize=34384 CPUtime=2202.04 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 15946 0 2 0 220203 1 0 0 20 0 1 0 82507 35209216 2782 33554432000 4194304 5970956 140726926052400 140726926049960 5052080 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8596 2782 836 434 0 1960 0
Current children cumulated CPU time (s) 2202.04
Current children cumulated vsize (KiB) 34384

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 1.86 4/244 9981
/proc/meminfo: memFree=32048056/32770624 swapFree=5956/173796
[pid=9882] ppid=9876 vsize=34384 CPUtime=2262.03 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 16153 0 2 0 226202 1 0 0 20 0 1 0 82507 35209216 2782 33554432000 4194304 5970956 140726926052400 140726926049960 4967797 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8596 2782 836 434 0 1960 0
Current children cumulated CPU time (s) 2262.03
Current children cumulated vsize (KiB) 34384

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 1.87 4/244 9982
/proc/meminfo: memFree=32047936/32770624 swapFree=5956/173824
[pid=9882] ppid=9876 vsize=34384 CPUtime=2322.02 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 16332 0 2 0 232201 1 0 0 20 0 1 0 82507 35209216 2782 33554432000 4194304 5970956 140726926052400 140726926049960 4908985 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8596 2782 836 434 0 1960 0
Current children cumulated CPU time (s) 2322.02
Current children cumulated vsize (KiB) 34384

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.87 4/244 9983
/proc/meminfo: memFree=32048268/32770624 swapFree=5956/173852
[pid=9882] ppid=9876 vsize=34384 CPUtime=2382.01 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 16540 0 2 0 238200 1 0 0 20 0 1 0 82507 35209216 2782 33554432000 4194304 5970956 140726926052400 140726926049960 5098928 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8596 2782 836 434 0 1960 0
Current children cumulated CPU time (s) 2382.01
Current children cumulated vsize (KiB) 34384



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.31 s]
/proc/loadavg: 2.00 2.01 1.87 4/244 9983
/proc/meminfo: memFree=32048268/32770624 swapFree=5956/173860
[pid=9882] ppid=9876 vsize=34384 CPUtime=2400.02 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 16719 0 2 0 240001 1 0 0 20 0 1 0 82507 35209216 2782 33554432000 4194304 5970956 140726926052400 140726926049960 4967861 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8596 2782 836 434 0 1960 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 34384

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

[startup+2400.31 s]
/proc/loadavg: 2.00 2.01 1.87 4/244 9983
/proc/meminfo: memFree=32048268/32770624 swapFree=5956/173860
[pid=9882] ppid=9876 vsize=34384 CPUtime=2400.02 cores=1,3,5,7,9,11,13,15
/proc/9882/stat : 9882 (cosoco) R 9876 9882 9820 0 -1 4202496 16719 0 2 0 240001 1 0 0 20 0 1 0 82507 35209216 2782 33554432000 4194304 5970956 140726926052400 140726926049960 4967861 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 36290560 140726926054593 140726926054723 140726926054723 140726926057422 0
/proc/9882/statm: 8596 2782 836 434 0 1960 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 34384

Child status: 1
Real time (s): 2400.31
CPU time (s): 2400.03
CPU user time (s): 2400.02
CPU system time (s): 0.013998
CPU usage (%): 99.9884
Max. virtual memory (cumulated for all children) (KiB): 34384

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2400.02
system time used= 0.013998
maximum resident set size= 11172
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 16852
page faults= 2
swaps= 0
block input operations= 1736
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 26
involuntary context switches= 120838

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.17385 second user time and 9.85955 second system time

The end

Launcher Data

Begin job on node147 at 2017-07-21 16:42:53
IDJOB=4241163
IDBENCH=126221
IDSOLVER=2620
FILE ID=node147/4241163-1500648173
RUNJOBID= node147-1500648172-9852
PBS_JOBID= 20623274
Free space on /tmp= 61936 MiB

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

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

MD5SUM BENCH= 0ccf44bf6198d309f3039e2504907429
RANDOM SEED=35350229

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

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.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.47
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 4
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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.47
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 6
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 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.47
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.55
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.47
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		: 1733.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.55
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.47
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.55
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.47
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.55
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.47
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.55
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32086780 kB
MemAvailable:   32027808 kB
Buffers:           28284 kB
Cached:           224104 kB
SwapCached:            0 kB
Active:           130932 kB
Inactive:         176580 kB
Active(anon):      58444 kB
Inactive(anon):     8548 kB
Active(file):      72488 kB
Inactive(file):   168032 kB
Unevictable:        5956 kB
Mlocked:            5956 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              4864 kB
Writeback:             0 kB
AnonPages:         61508 kB
Mapped:            29092 kB
Shmem:              8852 kB
Slab:              63152 kB
SReclaimable:      32688 kB
SUnreclaim:        30464 kB
KernelStack:        4144 kB
PageTables:         4908 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308808 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:      112000 kB
DirectMap2M:    33433600 kB

Free space on /tmp at the end= 61928 MiB
End job on node147 at 2017-07-21 17:22:54