Trace number 4241185

Some explanations

A solver is run under the control of another program named runsolver. runsolver is in charge of imposing the CPU time limit and the memory limit to the solver. It also monitors some information about the process. The trace of the execution of a solver is divided into four (or five) parts:
  1. SOLVER DATA
    This is the output of the solver (stdout and stderr).
    Note that some very long lines in this section may be truncated by your web browser ! In such a case, you may want to use the "Download as text" link to get the trace as a text file.

    When the --timestamp option is passed to the runsolver program, each line output by the solver is prepended with a timestamp which indicates at what time the line was output by the solver. Times are relative to the start of the program, given in seconds. The first timestamp (if present) is estimated CPU time. The last timestamp is wall clock time.

    As some 'v lines' may be very long (sometimes several megabytes), the 'v line' output by your solver may be split on several lines to help limit the size of the trace recorded in the database. In any case, the exact output of your solver is preserved in a trace file.
  2. VERIFIER DATA
    The output of the solver is piped to a verifier program which will search a value line "v " and, if found, will check that the given interpretation satisfies all constraints.
  3. CONVERSION SCRIPT DATA (Optionnal)
    When a conversion script is used, this section shows the messages that were output by the conversion script.
  4. WATCHER DATA
    This is the informations gathered by the runsolver program. It first prints the different limits. There's a first limit on CPU time set to X seconds (see the parameters in the trace). After this time has ellapsed, runsolver sends a SIGTERM and 2 seconds later a SIGKILL to the solver. For safety, there's also another limit set to X+30 seconds which will send a SIGXPU to the solver. The last limit is on the virtual memory used by the process (see the parameters in the trace).
    Every ten seconds, the runsolver process fetches the content of /proc/loadavg, /proc/pid/stat and /proc/pid/statm (see man proc) and prints it as raw data. This is only recorded in case we need to investigate the behaviour of a solver. The memory used by the solver (vsize) is also given every ten seconds.
    When the solver exits, runsolver prints some informations such as status and time. CPU usage is the ratio CPU Time/Real Time.
  5. LAUNCHER DATA
    These informations are related to the script which will launch the solver. The most important informations are the command line given to the solver, the md5sum of the different files and the dump of the /proc/cpuinfo and /proc/meminfo which provides some useful information on the computer.

Solver answer on this benchmark

Solver NameAnswerobjective functionCPU timeWall clock time
R1: cosoco-sat 1.1? (TO) 2400.02 2401.31

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-18-a4.xml
MD5SUMcd45d5bd6c60c6606ac40fe75fc6407d
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark271
Best CPU time to get the best result obtained on this benchmark2520.0801
Satisfiable
(Un)Satisfiability was proved
Number of variables18
Number of constraints10814
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":18}]
Minimum variable degree2313
Maximum variable degree2314
Distribution of variable degrees[{"degree":2313,"count":16},{"degree":2314,"count":2}]
Minimum constraint arity1
Maximum constraint arity18
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1632},{"arity":4,"count":9180},{"arity":18,"count":1}]
Number of extensional constraints0
Number of intensional constraints10813
Distribution of constraint types[{"type":"intension","count":10813},{"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

12.26/12.31	c SAT : Variables: 9018 -- Clauses: 2254518
12.26/12.32	c best=?? lower=0 upper=500 
130.19/130.39	c
130.19/130.39	c This is cosoco 1.0 --  
130.19/130.39	c
130.19/130.39	c enable optimization
130.19/130.39	c ========================================[ Problem Statistics ]===========================================
130.19/130.39	c |                                                                                                       
130.19/130.39	c |  Parse time        :        12.14 s 
130.19/130.39	c |
130.19/130.39	c |               Variables: 18
130.19/130.39	c |            Domain Sizes: 501..501
130.19/130.39	c |
130.19/130.39	c |             Constraints: 10831
130.19/130.39	c |                   Arity: 1..4  -- Unary: 2  -- Binary: 17  -- Ternary: 1632
130.19/130.39	c | 
130.19/130.39	c |                   Types: 
130.19/130.39	c |                          (X - Y < k): 17
130.19/130.39	c |                          Intension: 10814
130.19/130.39	c |                          
130.19/130.39	c =========================================================================================================
130.19/130.39	o 349
130.19/130.39	c    1 calls to solver: best=349 lower=0 upper=348 
131.20/131.36	o 341
140.58/140.76	o 339
140.58/140.76	c    3 calls to solver: best=339 lower=0 upper=338 
151.99/152.15	o 332
218.54/218.79	o 315
218.54/218.79	c    5 calls to solver: best=315 lower=0 upper=314 
2355.82/2357.10	o 314

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

pid=9869
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.00 0.05 0.07 2/242 9879
/proc/meminfo: memFree=32081204/32770624 swapFree=5952/169360
[pid=9879] ppid=9869 vsize=5512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) D 9869 9879 9818 0 -1 4194304 161 0 1 0 0 0 0 0 20 0 1 0 83781 5644288 37 33554432000 4194304 5970956 140722651911296 140722651908744 139933406264850 0 0 4096 0 18446744071580431491 0 0 17 8 0 0 0 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 1378 37 27 434 0 40 0

[startup+0.1001 s]
/proc/loadavg: 0.00 0.05 0.07 2/242 9879
/proc/meminfo: memFree=32081204/32770624 swapFree=5952/169360
[pid=9879] ppid=9869 vsize=27256 CPUtime=0.06 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1021 0 3 0 6 0 0 0 20 0 1 0 83781 27910144 826 33554432000 4194304 5970956 140722651911296 140722651905048 5672416 0 0 4096 0 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 6814 826 710 434 0 178 0
Current children cumulated CPU time (s) 0.06
Current children cumulated vsize (KiB) 27256

[startup+0.200338 s]
/proc/loadavg: 0.00 0.05 0.07 2/242 9879
/proc/meminfo: memFree=32081204/32770624 swapFree=5952/169360
[pid=9879] ppid=9869 vsize=27584 CPUtime=0.16 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1090 0 3 0 16 0 0 0 20 0 1 0 83781 28246016 892 33554432000 4194304 5970956 140722651911296 140722651907896 5418834 0 0 4096 0 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 6896 892 710 434 0 260 0
Current children cumulated CPU time (s) 0.16
Current children cumulated vsize (KiB) 27584

[startup+0.300224 s]
/proc/loadavg: 0.00 0.05 0.07 2/242 9879
/proc/meminfo: memFree=32081204/32770624 swapFree=5952/169360
[pid=9879] ppid=9869 vsize=28708 CPUtime=0.26 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1471 0 3 0 26 0 0 0 20 0 1 0 83781 29396992 1223 33554432000 4194304 5970956 140722651911296 140722651902904 139933399517045 0 0 4096 0 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 7177 1223 782 434 0 541 0
Current children cumulated CPU time (s) 0.26
Current children cumulated vsize (KiB) 28708

[startup+0.700177 s]
/proc/loadavg: 0.00 0.05 0.07 2/242 9879
/proc/meminfo: memFree=32081204/32770624 swapFree=5952/169360
[pid=9879] ppid=9869 vsize=40512 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 4434 0 3 0 66 0 0 0 20 0 1 0 83781 41484288 4193 33554432000 4194304 5970956 140722651911296 140722651904888 4966541 0 0 4096 0 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 10128 4193 782 434 0 3492 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 40512

[startup+1.5002 s]
/proc/loadavg: 0.00 0.05 0.07 3/247 9884
/proc/meminfo: memFree=32049000/32770624 swapFree=5952/170888
[pid=9879] ppid=9869 vsize=64032 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 10317 0 3 0 145 1 0 0 20 0 1 0 83781 65568768 10067 33554432000 4194304 5970956 140722651911296 140722651902856 139933399798576 0 0 4096 0 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 16008 10067 782 434 0 9372 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 64032

[startup+3.10019 s]
/proc/loadavg: 0.00 0.05 0.07 3/247 9884
/proc/meminfo: memFree=31954820/32770624 swapFree=5952/170888
[pid=9879] ppid=9869 vsize=111008 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 22118 0 3 0 303 3 0 0 20 0 1 0 83781 113672192 21798 33554432000 4194304 5970956 140722651911296 140722651902904 139933399968333 0 0 4096 0 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 27752 21798 782 434 0 21116 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 111008

[startup+6.30019 s]
/proc/loadavg: 0.16 0.08 0.08 3/247 9884
/proc/meminfo: memFree=31666296/32770624 swapFree=5952/171024
[pid=9879] ppid=9869 vsize=204480 CPUtime=6.26 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 45610 0 3 0 620 6 0 0 20 0 1 0 83781 209387520 45172 33554432000 4194304 5970956 140722651911296 140722651904888 4966541 0 0 4096 0 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 51120 45172 782 434 0 44484 0
Current children cumulated CPU time (s) 6.26
Current children cumulated vsize (KiB) 204480

[startup+12.7002 s]
/proc/loadavg: 0.31 0.11 0.09 3/247 9884
/proc/meminfo: memFree=31091832/32770624 swapFree=5952/171032
[pid=9879] ppid=9869 vsize=548460 CPUtime=12.66 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 136474 0 3 0 1250 16 0 0 20 0 1 0 83781 561623040 127006 33554432000 4194304 5970956 140722651911296 140722651908264 139933390158821 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 137115 127006 839 434 0 130479 0
Current children cumulated CPU time (s) 12.66
Current children cumulated vsize (KiB) 548460

[startup+25.5004 s]
/proc/loadavg: 0.68 0.20 0.12 3/247 9884
/proc/meminfo: memFree=29925988/32770624 swapFree=5952/171040
[pid=9879] ppid=9869 vsize=788576 CPUtime=25.45 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 326260 0 3 0 2516 29 0 0 20 0 1 0 83781 807501824 187029 33554432000 4194304 5970956 140722651911296 140722651908264 4961411 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 197144 187029 839 434 0 190508 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 788576

[startup+51.1003 s]
/proc/loadavg: 1.13 0.35 0.17 3/247 9884
/proc/meminfo: memFree=28450232/32770624 swapFree=5952/171048
[pid=9879] ppid=9869 vsize=800588 CPUtime=51.04 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 409002 0 3 0 5070 34 0 0 20 0 1 0 83781 819802112 190024 33554432000 4194304 5970956 140722651911296 140722651908264 4964773 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 200147 190024 839 434 0 193511 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 800588

[startup+102.3 s]
/proc/loadavg: 1.62 0.60 0.27 3/246 9885
/proc/meminfo: memFree=24522312/32770624 swapFree=5952/171100
[pid=9879] ppid=9869 vsize=886784 CPUtime=102.21 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 553387 0 3 0 10177 44 0 0 20 0 1 0 83781 908066816 211529 33554432000 4194304 5970956 140722651911296 140722651908264 4961400 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 221696 211529 839 434 0 215060 0
Current children cumulated CPU time (s) 102.21
Current children cumulated vsize (KiB) 886784

[startup+162.3 s]
/proc/loadavg: 1.90 0.87 0.38 3/246 9889
/proc/meminfo: memFree=23687656/32770624 swapFree=5952/176056
[pid=9879] ppid=9869 vsize=909092 CPUtime=162.18 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 635733 0 3 0 16169 49 0 0 20 0 1 0 83781 930910208 217134 33554432000 4194304 5970956 140722651911296 140722651908264 4964481 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 227273 217134 840 434 0 220637 0
Current children cumulated CPU time (s) 162.18
Current children cumulated vsize (KiB) 909092

[startup+222.308 s]
/proc/loadavg: 1.96 1.08 0.48 3/246 9890
/proc/meminfo: memFree=23312724/32770624 swapFree=5952/176084
[pid=9879] ppid=9869 vsize=922028 CPUtime=222.15 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 736277 0 3 0 22159 56 0 0 20 0 1 0 83781 944156672 220388 33554432000 4194304 5970956 140722651911296 140722651908264 4961194 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 230507 220388 840 434 0 223871 0
Current children cumulated CPU time (s) 222.15
Current children cumulated vsize (KiB) 922028

[startup+282.3 s]
/proc/loadavg: 2.04 1.26 0.58 3/246 9891
/proc/meminfo: memFree=22671848/32770624 swapFree=5952/176108
[pid=9879] ppid=9869 vsize=925196 CPUtime=282.11 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 818385 0 3 0 28150 61 0 0 20 0 1 0 83781 947400704 221232 33554432000 4194304 5970956 140722651911296 140722651908264 4961411 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 231299 221232 840 434 0 224663 0
Current children cumulated CPU time (s) 282.11
Current children cumulated vsize (KiB) 925196

[startup+342.3 s]
/proc/loadavg: 2.02 1.39 0.67 3/244 9892
/proc/meminfo: memFree=22639816/32770624 swapFree=5952/176136
[pid=9879] ppid=9869 vsize=931532 CPUtime=342.07 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 895849 0 3 0 34143 64 0 0 20 0 1 0 83781 953888768 222839 33554432000 4194304 5970956 140722651911296 140722651908264 4964389 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 232883 222839 840 434 0 226247 0
Current children cumulated CPU time (s) 342.07
Current children cumulated vsize (KiB) 931532

[startup+402.3 s]
/proc/loadavg: 2.01 1.50 0.75 3/244 9893
/proc/meminfo: memFree=22464228/32770624 swapFree=5952/176160
[pid=9879] ppid=9869 vsize=932456 CPUtime=402.03 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 950811 0 3 0 40136 67 0 0 20 0 1 0 83781 954834944 223069 33554432000 4194304 5970956 140722651911296 140722651908264 4964406 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 233114 223069 840 434 0 226478 0
Current children cumulated CPU time (s) 402.03
Current children cumulated vsize (KiB) 932456

[startup+462.3 s]
/proc/loadavg: 2.00 1.59 0.83 3/244 9902
/proc/meminfo: memFree=22462448/32770624 swapFree=5952/176168
[pid=9879] ppid=9869 vsize=933776 CPUtime=462 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 991951 0 3 0 46130 70 0 0 20 0 1 0 83781 956186624 223393 33554432000 4194304 5970956 140722651911296 140722651908264 4967787 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 233444 223393 840 434 0 226808 0
Current children cumulated CPU time (s) 462
Current children cumulated vsize (KiB) 933776

[startup+522.3 s]
/proc/loadavg: 2.00 1.67 0.90 3/244 9903
/proc/meminfo: memFree=22456988/32770624 swapFree=5952/176188
[pid=9879] ppid=9869 vsize=937736 CPUtime=521.96 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1018272 0 3 0 52125 71 0 0 20 0 1 0 83781 960241664 224393 33554432000 4194304 5970956 140722651911296 140722651908264 4961411 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 234434 224393 840 434 0 227798 0
Current children cumulated CPU time (s) 521.96
Current children cumulated vsize (KiB) 937736

[startup+582.3 s]
/proc/loadavg: 2.00 1.73 0.97 3/244 9904
/proc/meminfo: memFree=22453608/32770624 swapFree=5952/176216
[pid=9879] ppid=9869 vsize=938264 CPUtime=581.92 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1019366 0 3 0 58121 71 0 0 20 0 1 0 83781 960782336 224598 33554432000 4194304 5970956 140722651911296 140722651908264 5069728 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 234566 224598 840 434 0 227930 0
Current children cumulated CPU time (s) 581.92
Current children cumulated vsize (KiB) 938264


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

[startup+1542.31 s]
/proc/loadavg: 2.00 2.00 1.64 3/243 9951
/proc/meminfo: memFree=21863900/32770624 swapFree=5952/176680
[pid=9879] ppid=9869 vsize=954104 CPUtime=1541.44 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1049883 0 3 0 154069 75 0 0 20 0 1 0 83781 977002496 228542 33554432000 4194304 5970956 140722651911296 140722651908264 4968224 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 238526 228542 840 434 0 231890 0
Current children cumulated CPU time (s) 1541.44
Current children cumulated vsize (KiB) 954104

[startup+1602.3 s]
/proc/loadavg: 2.00 2.00 1.67 3/243 9952
/proc/meminfo: memFree=21810004/32770624 swapFree=5952/176708
[pid=9879] ppid=9869 vsize=954368 CPUtime=1601.4 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1051973 0 3 0 160065 75 0 0 20 0 1 0 83781 977272832 228618 33554432000 4194304 5970956 140722651911296 140722651908264 4908967 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 238592 228618 840 434 0 231956 0
Current children cumulated CPU time (s) 1601.4
Current children cumulated vsize (KiB) 954368

[startup+1662.3 s]
/proc/loadavg: 2.00 2.00 1.69 3/243 9960
/proc/meminfo: memFree=21753384/32770624 swapFree=5952/176748
[pid=9879] ppid=9869 vsize=954500 CPUtime=1661.37 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1054496 0 3 0 166062 75 0 0 20 0 1 0 83781 977408000 228659 33554432000 4194304 5970956 140722651911296 140722651908264 4964366 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 238625 228659 840 434 0 231989 0
Current children cumulated CPU time (s) 1661.37
Current children cumulated vsize (KiB) 954500

[startup+1722.3 s]
/proc/loadavg: 2.00 2.00 1.70 3/243 9961
/proc/meminfo: memFree=21733888/32770624 swapFree=5952/176772
[pid=9879] ppid=9869 vsize=954632 CPUtime=1721.34 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1056069 0 3 0 172059 75 0 0 20 0 1 0 83781 977543168 228693 33554432000 4194304 5970956 140722651911296 140722651908264 4964383 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 238658 228693 840 434 0 232022 0
Current children cumulated CPU time (s) 1721.34
Current children cumulated vsize (KiB) 954632

[startup+1782.3 s]
/proc/loadavg: 2.14 2.03 1.73 3/243 9962
/proc/meminfo: memFree=21731304/32770624 swapFree=5952/176804
[pid=9879] ppid=9869 vsize=954896 CPUtime=1781.3 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1057566 0 3 0 178055 75 0 0 20 0 1 0 83781 977813504 228738 33554432000 4194304 5970956 140722651911296 140722651908264 4964366 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 238724 228738 840 434 0 232088 0
Current children cumulated CPU time (s) 1781.3
Current children cumulated vsize (KiB) 954896

[startup+1842.3 s]
/proc/loadavg: 2.05 2.02 1.75 3/243 9963
/proc/meminfo: memFree=21730308/32770624 swapFree=5952/176824
[pid=9879] ppid=9869 vsize=954896 CPUtime=1841.27 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1059157 0 3 0 184052 75 0 0 20 0 1 0 83781 977813504 228745 33554432000 4194304 5970956 140722651911296 140722651908264 4964773 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 238724 228745 840 434 0 232088 0
Current children cumulated CPU time (s) 1841.27
Current children cumulated vsize (KiB) 954896

[startup+1902.3 s]
/proc/loadavg: 2.02 2.02 1.77 3/243 9964
/proc/meminfo: memFree=21687988/32770624 swapFree=5952/176848
[pid=9879] ppid=9869 vsize=955160 CPUtime=1901.24 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1061065 0 3 0 190049 75 0 0 20 0 1 0 83781 978083840 228810 33554432000 4194304 5970956 140722651911296 140722651908264 4961423 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 238790 228810 840 434 0 232154 0
Current children cumulated CPU time (s) 1901.24
Current children cumulated vsize (KiB) 955160

[startup+1962.3 s]
/proc/loadavg: 2.01 2.01 1.78 3/243 9965
/proc/meminfo: memFree=21672880/32770624 swapFree=5952/176884
[pid=9879] ppid=9869 vsize=955292 CPUtime=1961.21 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1063796 0 3 0 196045 76 0 0 20 0 1 0 83781 978219008 228838 33554432000 4194304 5970956 140722651911296 140722651908264 4964406 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 238823 228838 840 434 0 232187 0
Current children cumulated CPU time (s) 1961.21
Current children cumulated vsize (KiB) 955292

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.79 3/243 9966
/proc/meminfo: memFree=21672492/32770624 swapFree=5952/176908
[pid=9879] ppid=9869 vsize=955292 CPUtime=2021.18 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1065462 0 3 0 202042 76 0 0 20 0 1 0 83781 978219008 228845 33554432000 4194304 5970956 140722651911296 140722651908264 4964469 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 238823 228845 840 434 0 232187 0
Current children cumulated CPU time (s) 2021.18
Current children cumulated vsize (KiB) 955292

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.81 3/243 9967
/proc/meminfo: memFree=21670908/32770624 swapFree=5952/176936
[pid=9879] ppid=9869 vsize=955292 CPUtime=2081.16 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1066980 0 3 0 208040 76 0 0 20 0 1 0 83781 978219008 228862 33554432000 4194304 5970956 140722651911296 140722651908264 4964366 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 238823 228862 840 434 0 232187 0
Current children cumulated CPU time (s) 2081.16
Current children cumulated vsize (KiB) 955292

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.82 3/243 9968
/proc/meminfo: memFree=21669796/32770624 swapFree=5952/176964
[pid=9879] ppid=9869 vsize=955424 CPUtime=2141.12 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1068667 0 3 0 214036 76 0 0 20 0 1 0 83781 978354176 228871 33554432000 4194304 5970956 140722651911296 140722651908264 4964406 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 238856 228871 840 434 0 232220 0
Current children cumulated CPU time (s) 2141.12
Current children cumulated vsize (KiB) 955424

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 1.83 3/243 9969
/proc/meminfo: memFree=21669452/32770624 swapFree=5952/176984
[pid=9879] ppid=9869 vsize=955424 CPUtime=2201.1 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1070208 0 3 0 220034 76 0 0 20 0 1 0 83781 978354176 228876 33554432000 4194304 5970956 140722651911296 140722651908264 4908979 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 238856 228876 840 434 0 232220 0
Current children cumulated CPU time (s) 2201.1
Current children cumulated vsize (KiB) 955424

[startup+2262.3 s]
/proc/loadavg: 2.08 2.03 1.85 3/244 9978
/proc/meminfo: memFree=21668068/32770624 swapFree=5952/177028
[pid=9879] ppid=9869 vsize=955424 CPUtime=2261.06 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1071848 0 3 0 226030 76 0 0 20 0 1 0 83781 978354176 228881 33554432000 4194304 5970956 140722651911296 140722651908264 4968239 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 238856 228881 840 434 0 232220 0
Current children cumulated CPU time (s) 2261.06
Current children cumulated vsize (KiB) 955424

[startup+2322.3 s]
/proc/loadavg: 2.03 2.02 1.86 3/244 9979
/proc/meminfo: memFree=21653580/32770624 swapFree=5952/177052
[pid=9879] ppid=9869 vsize=957932 CPUtime=2321.04 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1073657 0 3 0 232027 77 0 0 20 0 1 0 83781 980922368 229468 33554432000 4194304 5970956 140722651911296 140722651908264 4964366 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 239483 229468 840 434 0 232847 0
Current children cumulated CPU time (s) 2321.04
Current children cumulated vsize (KiB) 957932

[startup+2382.3 s]
/proc/loadavg: 2.01 2.02 1.87 3/244 9980
/proc/meminfo: memFree=21650844/32770624 swapFree=5952/177092
[pid=9879] ppid=9869 vsize=958460 CPUtime=2381 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1074505 0 3 0 238023 77 0 0 20 0 1 0 83781 981463040 229658 33554432000 4194304 5970956 140722651911296 140722651908856 4964366 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 239615 229658 840 434 0 232979 0
Current children cumulated CPU time (s) 2381
Current children cumulated vsize (KiB) 958460



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.3 s]
/proc/loadavg: 2.01 2.02 1.87 3/244 9980
/proc/meminfo: memFree=21650452/32770624 swapFree=5952/177096
[pid=9879] ppid=9869 vsize=958460 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1074610 0 3 0 239923 77 0 0 20 0 1 0 83781 981463040 229659 33554432000 4194304 5970956 140722651911296 140722651908856 4964714 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 239615 229659 840 434 0 232979 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 958460

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

[startup+2401.3 s]
/proc/loadavg: 2.01 2.02 1.87 3/244 9980
/proc/meminfo: memFree=21650452/32770624 swapFree=5952/177096
[pid=9879] ppid=9869 vsize=958460 CPUtime=2400 cores=0,2,4,6,8,10,12,14
/proc/9879/stat : 9879 (cosoco) R 9869 9879 9818 0 -1 4202496 1074610 0 3 0 239923 77 0 0 20 0 1 0 83781 981463040 229659 33554432000 4194304 5970956 140722651911296 140722651908856 4964714 0 0 4096 8405026 0 0 0 17 8 0 0 1 0 0 8070896 8075904 37040128 140722651915452 140722651915587 140722651915587 140722651918286 0
/proc/9879/statm: 239615 229659 840 434 0 232979 0
Current children cumulated CPU time (s) 2400
Current children cumulated vsize (KiB) 958460

Child status: 1
Real time (s): 2401.31
CPU time (s): 2400.02
CPU user time (s): 2399.24
CPU system time (s): 0.778602
CPU usage (%): 99.946
Max. virtual memory (cumulated for all children) (KiB): 958460

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.24
system time used= 0.778602
maximum resident set size= 918676
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1074636
page faults= 3
swaps= 0
block input operations= 1608
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 105
involuntary context switches= 121785

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.3425 second user time and 11.9613 second system time

The end

Launcher Data

Begin job on node140 at 2017-07-21 16:42:54
IDJOB=4241185
IDBENCH=126233
IDSOLVER=2621
FILE ID=node140/4241185-1500648174
RUNJOBID= node140-1500648173-9850
PBS_JOBID= 20623280
Free space on /tmp= 61860 MiB

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

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

MD5SUM BENCH= cd45d5bd6c60c6606ac40fe75fc6407d
RANDOM SEED=506569091

node140.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.36
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.36
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.36
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.36
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.36
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.36
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.36
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.36
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:        32088744 kB
MemAvailable:   32029068 kB
Buffers:           28536 kB
Cached:           222784 kB
SwapCached:            0 kB
Active:           125036 kB
Inactive:         178912 kB
Active(anon):      55660 kB
Inactive(anon):     8548 kB
Active(file):      69376 kB
Inactive(file):   170364 kB
Unevictable:        5952 kB
Mlocked:            5952 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3444 kB
Writeback:             0 kB
AnonPages:         58996 kB
Mapped:            29172 kB
Shmem:              8852 kB
Slab:              63772 kB
SReclaimable:      32836 kB
SUnreclaim:        30936 kB
KernelStack:        4112 kB
PageTables:         4840 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     317656 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      6144 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      134528 kB
DirectMap2M:    33411072 kB

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