Trace number 4241220

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.11 2401.34

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-21-a4.xml
MD5SUM982ba5645f5cd940fa49e525f3796150
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark416
Best CPU time to get the best result obtained on this benchmark2520.03
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints20617
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":21}]
Minimum variable degree3801
Maximum variable degree3802
Distribution of variable degrees[{"degree":3801,"count":19},{"degree":3802,"count":2}]
Minimum constraint arity1
Maximum constraint arity21
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":2660},{"arity":4,"count":17955},{"arity":21,"count":1}]
Number of extensional constraints0
Number of intensional constraints20616
Distribution of constraint types[{"type":"intension","count":20616},{"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

23.16/23.24	c best=?? lower=0 upper=1000 
838.80/839.25	c
838.80/839.25	c This is cosoco 1.0 --  
838.80/839.25	c
838.80/839.25	c enable optimization
838.80/839.25	c ========================================[ Problem Statistics ]===========================================
838.80/839.25	c |                                                                                                       
838.80/839.25	c |  Parse time        :        22.75 s 
838.80/839.25	c |
838.80/839.25	c |               Variables: 21
838.80/839.25	c |            Domain Sizes: 1001..1001
838.80/839.25	c |
838.80/839.25	c |             Constraints: 20637
838.80/839.25	c |                   Arity: 1..4  -- Unary: 2  -- Binary: 20  -- Ternary: 2660
838.80/839.25	c | 
838.80/839.25	c |                   Types: 
838.80/839.25	c |                          (X - Y < k): 20
838.80/839.25	c |                          Intension: 20617
838.80/839.25	c |                          
838.80/839.25	c =========================================================================================================
838.80/839.25	o 496
838.80/839.25	c    1 calls to solver: best=496 lower=0 upper=495 
853.89/854.31	o 495
865.48/865.92	o 481
865.48/865.92	c    3 calls to solver: best=481 lower=0 upper=480 
901.37/901.81	o 460

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

pid=2500
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.06 0.11 2/244 2512
/proc/meminfo: memFree=32090456/32770624 swapFree=5956/192444
[pid=2512] ppid=2500 vsize=2036 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) D 2500 2512 2448 0 -1 1077936128 155 0 0 0 0 0 0 0 20 0 1 0 85587 2084864 1 33554432000 4194304 5970956 140729395911536 140729395908776 140463802574535 0 0 4096 0 18446744072101695012 0 0 17 8 0 0 0 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 509 1 0 434 0 39 0

[startup+0.10013 s]
/proc/loadavg: 0.08 0.06 0.11 2/244 2512
/proc/meminfo: memFree=32090456/32770624 swapFree=5956/192444
[pid=2512] ppid=2500 vsize=27256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 1030 0 2 0 6 0 0 0 20 0 1 0 85587 27910144 829 33554432000 4194304 5970956 140729395911536 140729395908136 140463786470373 0 0 4096 0 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 6814 829 703 434 0 178 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27256

[startup+0.200298 s]
/proc/loadavg: 0.08 0.06 0.11 2/244 2512
/proc/meminfo: memFree=32090456/32770624 swapFree=5956/192444
[pid=2512] ppid=2500 vsize=27660 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 1104 0 2 0 16 0 0 0 20 0 1 0 85587 28323840 895 33554432000 4194304 5970956 140729395911536 140729395908136 140463796413696 0 0 4096 0 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 6915 895 710 434 0 279 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 27660

[startup+0.300269 s]
/proc/loadavg: 0.08 0.06 0.11 2/244 2512
/proc/meminfo: memFree=32090456/32770624 swapFree=5956/192444
[pid=2512] ppid=2500 vsize=28116 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 1253 0 2 0 25 0 0 0 20 0 1 0 85587 28790784 983 33554432000 4194304 5970956 140729395911536 140729395908136 5496056 0 0 4096 0 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 7029 983 710 434 0 393 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 28116

[startup+0.700196 s]
/proc/loadavg: 0.08 0.06 0.11 2/244 2512
/proc/meminfo: memFree=32090456/32770624 swapFree=5956/192444
[pid=2512] ppid=2500 vsize=42876 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 5087 0 2 0 65 1 0 0 20 0 1 0 85587 43905024 4756 33554432000 4194304 5970956 140729395911536 140729395905128 140463796111840 0 0 4096 0 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 10719 4756 782 434 0 4083 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 42876

[startup+1.50019 s]
/proc/loadavg: 0.08 0.06 0.11 4/246 2514
/proc/meminfo: memFree=32024460/32770624 swapFree=5956/193856
[pid=2512] ppid=2500 vsize=88636 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 16511 0 2 0 144 2 0 0 20 0 1 0 85587 90763264 16174 33554432000 4194304 5970956 140729395911536 140729395905128 140463786479500 0 0 4096 0 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 22159 16174 782 434 0 15523 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 88636

[startup+3.10019 s]
/proc/loadavg: 0.08 0.06 0.11 4/246 2514
/proc/meminfo: memFree=31927652/32770624 swapFree=5956/193856
[pid=2512] ppid=2500 vsize=179692 CPUtime=3.05 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 39372 0 2 0 300 5 0 0 20 0 1 0 85587 184004608 38922 33554432000 4194304 5970956 140729395911536 140729395903144 140463786470373 0 0 4096 0 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 44923 38922 782 434 0 38287 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 179692

[startup+6.30019 s]
/proc/loadavg: 0.23 0.09 0.12 4/246 2514
/proc/meminfo: memFree=31641508/32770624 swapFree=5956/193972
[pid=2512] ppid=2500 vsize=361516 CPUtime=6.26 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 84945 0 2 0 614 12 0 0 20 0 1 0 85587 370192384 84410 33554432000 4194304 5970956 140729395911536 140729395903144 140463786470373 0 0 4096 0 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 90379 84410 782 434 0 83743 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 361516

[startup+12.7002 s]
/proc/loadavg: 0.37 0.13 0.13 4/246 2514
/proc/meminfo: memFree=31069656/32770624 swapFree=5956/193988
[pid=2512] ppid=2500 vsize=724792 CPUtime=12.65 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 175912 0 2 0 1241 24 0 0 20 0 1 0 85587 742187008 175208 33554432000 4194304 5970956 140729395911536 140729395903144 140463786470373 0 0 4096 0 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 181198 175208 782 434 0 174562 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 724792

[startup+25.5003 s]
/proc/loadavg: 0.73 0.22 0.16 4/246 2514
/proc/meminfo: memFree=29716192/32770624 swapFree=5956/193996
[pid=2512] ppid=2500 vsize=1740220 CPUtime=25.45 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 485668 0 2 0 2484 61 0 0 20 0 1 0 85587 1781985280 429173 33554432000 4194304 5970956 140729395911536 140729395908504 140463786470373 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 435055 429173 833 434 0 428419 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 1740220

[startup+51.1003 s]
/proc/loadavg: 1.17 0.36 0.21 4/246 2514
/proc/meminfo: memFree=29251712/32770624 swapFree=5956/194004
[pid=2512] ppid=2500 vsize=2078536 CPUtime=51.04 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 707813 0 2 0 5028 76 0 0 20 0 1 0 85587 2128420864 513792 33554432000 4194304 5970956 140729395911536 140729395908504 4964366 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 519634 513792 833 434 0 512998 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 2078536

[startup+102.3 s]
/proc/loadavg: 1.74 0.64 0.31 4/247 2518
/proc/meminfo: memFree=28940104/32770624 swapFree=5956/194824
[pid=2512] ppid=2500 vsize=2348344 CPUtime=102.23 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 1011258 0 2 0 10126 97 0 0 20 0 1 0 85587 2404704256 581220 33554432000 4194304 5970956 140729395911536 140729395908504 5070093 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 587086 581220 833 434 0 580450 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 2348344

[startup+162.3 s]
/proc/loadavg: 1.90 0.89 0.42 4/246 2519
/proc/meminfo: memFree=28707156/32770624 swapFree=5956/194856
[pid=2512] ppid=2500 vsize=2513740 CPUtime=162.19 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 1203205 0 2 0 16113 106 0 0 20 0 1 0 85587 2574069760 622605 33554432000 4194304 5970956 140729395911536 140729395908504 4961400 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 628435 622605 833 434 0 621799 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 2513740

[startup+222.308 s]
/proc/loadavg: 1.96 1.09 0.52 4/246 2520
/proc/meminfo: memFree=28631064/32770624 swapFree=5956/194880
[pid=2512] ppid=2500 vsize=2527864 CPUtime=222.17 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 1340960 0 2 0 22104 113 0 0 20 0 1 0 85587 2588532736 626124 33554432000 4194304 5970956 140729395911536 140729395908504 5069728 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 631966 626124 833 434 0 625330 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 2527864

[startup+282.3 s]
/proc/loadavg: 1.99 1.26 0.61 4/246 2521
/proc/meminfo: memFree=28576948/32770624 swapFree=5956/194908
[pid=2512] ppid=2500 vsize=2545684 CPUtime=282.14 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 1483391 0 2 0 28094 120 0 0 20 0 1 0 85587 2606780416 630570 33554432000 4194304 5970956 140729395911536 140729395908504 4964363 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 636421 630570 833 434 0 629785 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 2545684

[startup+342.3 s]
/proc/loadavg: 2.00 1.39 0.70 4/244 2522
/proc/meminfo: memFree=28521608/32770624 swapFree=5956/194952
[pid=2512] ppid=2500 vsize=2560204 CPUtime=342.12 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 1637806 0 2 0 34085 127 0 0 20 0 1 0 85587 2621648896 634207 33554432000 4194304 5970956 140729395911536 140729395908504 4964400 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 640051 634207 833 434 0 633415 0
Current children cumulated CPU time (s) 342.12
Current children cumulated vsize (KiB) 2560204

[startup+402.3 s]
/proc/loadavg: 2.00 1.50 0.78 4/243 2523
/proc/meminfo: memFree=28507800/32770624 swapFree=5956/194980
[pid=2512] ppid=2500 vsize=2560204 CPUtime=402.1 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 1773097 0 2 0 40076 134 0 0 20 0 1 0 85587 2621648896 634207 33554432000 4194304 5970956 140729395911536 140729395908504 4908922 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 640051 634207 833 434 0 633415 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 2560204

[startup+462.3 s]
/proc/loadavg: 2.00 1.59 0.86 4/243 2531
/proc/meminfo: memFree=28281628/32770624 swapFree=5956/195024
[pid=2512] ppid=2500 vsize=2757016 CPUtime=462.07 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 2114504 0 2 0 46054 153 0 0 20 0 1 0 85587 2823184384 683386 33554432000 4194304 5970956 140729395911536 140729395908504 4964366 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 689254 683386 833 434 0 682618 0
Current children cumulated CPU time (s) 462.07
Current children cumulated vsize (KiB) 2757016

[startup+522.3 s]
/proc/loadavg: 2.00 1.67 0.93 4/243 2532
/proc/meminfo: memFree=28194964/32770624 swapFree=5956/195060
[pid=2512] ppid=2500 vsize=2827108 CPUtime=522.05 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 2419015 0 2 0 52036 169 0 0 20 0 1 0 85587 2894958592 700947 33554432000 4194304 5970956 140729395911536 140729395908504 4961271 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 706777 700947 833 434 0 700141 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 2827108

[startup+582.3 s]
/proc/loadavg: 2.10 1.76 1.01 4/243 2533
/proc/meminfo: memFree=28172668/32770624 swapFree=5956/195084
[pid=2512] ppid=2500 vsize=2845456 CPUtime=582.03 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 2779310 0 2 0 58017 186 0 0 20 0 1 0 85587 2913746944 705530 33554432000 4194304 5970956 140729395911536 140729395908504 4965055 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 711364 705530 833 434 0 704728 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 2845456


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

[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.64 4/243 2580
/proc/meminfo: memFree=27821876/32770624 swapFree=5956/195712
[pid=2512] ppid=2500 vsize=3181264 CPUtime=1541.52 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 6531281 0 2 0 153776 376 0 0 20 0 1 0 85587 3257614336 789498 33554432000 4194304 5970956 140729395911536 140729395908504 4964784 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 795316 789498 834 434 0 788680 0
Current children cumulated CPU time (s) 1541.52
Current children cumulated vsize (KiB) 3181264

[startup+1602.3 s]
/proc/loadavg: 2.12 2.02 1.68 4/243 2581
/proc/meminfo: memFree=27818708/32770624 swapFree=5956/195740
[pid=2512] ppid=2500 vsize=3184696 CPUtime=1601.49 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 6609591 0 2 0 159768 381 0 0 20 0 1 0 85587 3261128704 790335 33554432000 4194304 5970956 140729395911536 140729395908504 4964672 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 796174 790335 834 434 0 789538 0
Current children cumulated CPU time (s) 1601.49
Current children cumulated vsize (KiB) 3184696

[startup+1662.3 s]
/proc/loadavg: 2.04 2.01 1.70 4/244 2590
/proc/meminfo: memFree=27816860/32770624 swapFree=5956/195776
[pid=2512] ppid=2500 vsize=3184960 CPUtime=1661.45 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 6767288 0 2 0 165757 388 0 0 20 0 1 0 85587 3261399040 790399 33554432000 4194304 5970956 140729395911536 140729395908504 4964366 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 796240 790399 834 434 0 789604 0
Current children cumulated CPU time (s) 1661.45
Current children cumulated vsize (KiB) 3184960

[startup+1722.3 s]
/proc/loadavg: 2.02 2.01 1.72 4/244 2591
/proc/meminfo: memFree=27817148/32770624 swapFree=5956/195804
[pid=2512] ppid=2500 vsize=3184960 CPUtime=1721.43 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 6842615 0 2 0 171750 393 0 0 20 0 1 0 85587 3261399040 790399 33554432000 4194304 5970956 140729395911536 140729395908504 4964389 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 796240 790399 834 434 0 789604 0
Current children cumulated CPU time (s) 1721.43
Current children cumulated vsize (KiB) 3184960

[startup+1782.3 s]
/proc/loadavg: 2.01 2.01 1.73 4/244 2592
/proc/meminfo: memFree=27816708/32770624 swapFree=5956/195828
[pid=2512] ppid=2500 vsize=3185752 CPUtime=1781.4 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 6913001 0 2 0 177744 396 0 0 20 0 1 0 85587 3262210048 790614 33554432000 4194304 5970956 140729395911536 140729395908504 4964452 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 796438 790614 834 434 0 789802 0
Current children cumulated CPU time (s) 1781.4
Current children cumulated vsize (KiB) 3185752

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.75 4/244 2593
/proc/meminfo: memFree=27815620/32770624 swapFree=5956/195856
[pid=2512] ppid=2500 vsize=3186016 CPUtime=1841.37 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 6995329 0 2 0 183738 399 0 0 20 0 1 0 85587 3262480384 790681 33554432000 4194304 5970956 140729395911536 140729395908504 4964797 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 796504 790681 834 434 0 789868 0
Current children cumulated CPU time (s) 1841.37
Current children cumulated vsize (KiB) 3186016

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.77 4/244 2594
/proc/meminfo: memFree=27814764/32770624 swapFree=5956/195884
[pid=2512] ppid=2500 vsize=3187600 CPUtime=1901.34 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 7113551 0 2 0 189729 405 0 0 20 0 1 0 85587 3264102400 791084 33554432000 4194304 5970956 140729395911536 140729395908504 4964389 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 796900 791084 834 434 0 790264 0
Current children cumulated CPU time (s) 1901.34
Current children cumulated vsize (KiB) 3187600

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.78 4/243 2595
/proc/meminfo: memFree=27814072/32770624 swapFree=5956/195912
[pid=2512] ppid=2500 vsize=3187996 CPUtime=1961.3 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 7250123 0 2 0 195718 412 0 0 20 0 1 0 85587 3264507904 791176 33554432000 4194304 5970956 140729395911536 140729395908504 5070320 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 796999 791176 834 434 0 790363 0
Current children cumulated CPU time (s) 1961.3
Current children cumulated vsize (KiB) 3187996

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.79 4/243 2596
/proc/meminfo: memFree=27814068/32770624 swapFree=5956/195940
[pid=2512] ppid=2500 vsize=3188656 CPUtime=2021.26 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 7350682 0 2 0 201708 418 0 0 20 0 1 0 85587 3265183744 791345 33554432000 4194304 5970956 140729395911536 140729395908504 5327993 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 797164 791345 834 434 0 790528 0
Current children cumulated CPU time (s) 2021.26
Current children cumulated vsize (KiB) 3188656

[startup+2082.3 s]
/proc/loadavg: 2.13 2.04 1.82 4/243 2597
/proc/meminfo: memFree=27814088/32770624 swapFree=5956/195964
[pid=2512] ppid=2500 vsize=3188788 CPUtime=2081.24 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 7480790 0 2 0 207699 425 0 0 20 0 1 0 85587 3265318912 791366 33554432000 4194304 5970956 140729395911536 140729395908504 4964355 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 797197 791366 834 434 0 790561 0
Current children cumulated CPU time (s) 2081.24
Current children cumulated vsize (KiB) 3188788

[startup+2142.3 s]
/proc/loadavg: 2.05 2.04 1.83 4/243 2598
/proc/meminfo: memFree=27813448/32770624 swapFree=5956/195992
[pid=2512] ppid=2500 vsize=3188788 CPUtime=2141.2 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 7579742 0 2 0 213690 430 0 0 20 0 1 0 85587 3265318912 791373 33554432000 4194304 5970956 140729395911536 140729395908504 5070064 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 797197 791373 834 434 0 790561 0
Current children cumulated CPU time (s) 2141.2
Current children cumulated vsize (KiB) 3188788

[startup+2202.31 s]
/proc/loadavg: 2.02 2.03 1.84 4/243 2599
/proc/meminfo: memFree=27813628/32770624 swapFree=5956/196020
[pid=2512] ppid=2500 vsize=3188788 CPUtime=2201.18 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 7683794 0 2 0 219682 436 0 0 20 0 1 0 85587 3265318912 791382 33554432000 4194304 5970956 140729395911536 140729395908504 4964705 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 797197 791382 834 434 0 790561 0
Current children cumulated CPU time (s) 2201.18
Current children cumulated vsize (KiB) 3188788

[startup+2262.3 s]
/proc/loadavg: 2.01 2.03 1.85 4/243 2607
/proc/meminfo: memFree=27812816/32770624 swapFree=5956/196056
[pid=2512] ppid=2500 vsize=3189448 CPUtime=2261.13 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 7759814 0 2 0 225674 439 0 0 20 0 1 0 85587 3265994752 791520 33554432000 4194304 5970956 140729395911536 140729395908504 4964366 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 797362 791520 834 434 0 790726 0
Current children cumulated CPU time (s) 2261.13
Current children cumulated vsize (KiB) 3189448

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 1.86 4/243 2608
/proc/meminfo: memFree=27811892/32770624 swapFree=5956/196084
[pid=2512] ppid=2500 vsize=3191296 CPUtime=2321.1 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 7835223 0 2 0 231667 443 0 0 20 0 1 0 85587 3267887104 791995 33554432000 4194304 5970956 140729395911536 140729395908504 4968264 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 797824 791995 834 434 0 791188 0
Current children cumulated CPU time (s) 2321.1
Current children cumulated vsize (KiB) 3191296

[startup+2382.3 s]
/proc/loadavg: 2.00 2.02 1.87 4/243 2609
/proc/meminfo: memFree=27810780/32770624 swapFree=5956/196108
[pid=2512] ppid=2500 vsize=3191296 CPUtime=2381.07 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 7859910 0 2 0 237663 444 0 0 20 0 1 0 85587 3267887104 792008 33554432000 4194304 5970956 140729395911536 140729395908504 4968160 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 797824 792008 834 434 0 791188 0
Current children cumulated CPU time (s) 2381.07
Current children cumulated vsize (KiB) 3191296



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.3 s]
/proc/loadavg: 2.00 2.01 1.87 2/241 2617
/proc/meminfo: memFree=28914992/32770624 swapFree=5956/196116
[pid=2512] ppid=2500 vsize=3191296 CPUtime=2400.07 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 7878087 0 2 0 239563 444 0 0 20 0 1 0 85587 3267887104 792010 33554432000 4194304 5970956 140729395911536 140729395908504 5069728 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 797824 792010 834 434 0 791188 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 3191296

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

[startup+2401.3 s]
/proc/loadavg: 2.00 2.01 1.87 2/241 2617
/proc/meminfo: memFree=28914992/32770624 swapFree=5956/196116
[pid=2512] ppid=2500 vsize=3191296 CPUtime=2400.07 cores=0,2,4,6,8,10,12,14
/proc/2512/stat : 2512 (cosoco) R 2500 2512 2448 0 -1 4202496 7878087 0 2 0 239563 444 0 0 20 0 1 0 85587 3267887104 792010 33554432000 4194304 5970956 140729395911536 140729395908504 5069728 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 26296320 140729395918017 140729395918147 140729395918147 140729395920846 0
/proc/2512/statm: 797824 792010 834 434 0 791188 0
Current children cumulated CPU time (s) 2400.07
Current children cumulated vsize (KiB) 3191296

Child status: 1
Real time (s): 2401.34
CPU time (s): 2400.11
CPU user time (s): 2395.63
CPU system time (s): 4.47703
CPU usage (%): 99.9488
Max. virtual memory (cumulated for all children) (KiB): 3191296

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2395.63
system time used= 4.47703
maximum resident set size= 3168084
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 7878114
page faults= 2
swaps= 0
block input operations= 2184
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 255
involuntary context switches= 121428

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.70607 second user time and 12.6159 second system time

The end

Launcher Data

Begin job on node124 at 2017-07-21 16:42:58
IDJOB=4241220
IDBENCH=126250
IDSOLVER=2620
FILE ID=node124/4241220-1500648178
RUNJOBID= node124-1500648174-2481
PBS_JOBID= 20623296
Free space on /tmp= 62008 MiB

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

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

MD5SUM BENCH= 982ba5645f5cd940fa49e525f3796150
RANDOM SEED=195319193

node124.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.16
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		: 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.16
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.16
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.16
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.16
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.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.16
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.16
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.16
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:        32097724 kB
MemAvailable:   32034088 kB
Buffers:           26964 kB
Cached:           223348 kB
SwapCached:            0 kB
Active:           102436 kB
Inactive:         201548 kB
Active(anon):      56992 kB
Inactive(anon):     8544 kB
Active(file):      45444 kB
Inactive(file):   193004 kB
Unevictable:        5956 kB
Mlocked:            5956 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3296 kB
Writeback:            12 kB
AnonPages:         60088 kB
Mapped:            28148 kB
Shmem:              8840 kB
Slab:              57532 kB
SReclaimable:      27500 kB
SUnreclaim:        30032 kB
KernelStack:        4112 kB
PageTables:         4796 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:      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= 62004 MiB
End job on node124 at 2017-07-21 17:23:00