Trace number 4241193

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.07 2401.31

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-13-a4.xml
MD5SUMa23d33c916089316ecf00e2bfba5f26c
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark109
Best CPU time to get the best result obtained on this benchmark2520.0701
Satisfiable
(Un)Satisfiability was proved
Number of variables13
Number of constraints2719
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":13}]
Minimum variable degree793
Maximum variable degree794
Distribution of variable degrees[{"degree":793,"count":11},{"degree":794,"count":2}]
Minimum constraint arity1
Maximum constraint arity13
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":572},{"arity":4,"count":2145},{"arity":13,"count":1}]
Number of extensional constraints0
Number of intensional constraints2718
Distribution of constraint types[{"type":"intension","count":2718},{"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

3.05/3.19	c best=?? lower=0 upper=500 
31.84/31.91	c
31.84/31.91	c This is cosoco 1.0 --  
31.84/31.91	c
31.84/31.91	c enable optimization
31.84/31.91	c ========================================[ Problem Statistics ]===========================================
31.84/31.91	c |                                                                                                       
31.84/31.91	c |  Parse time        :         3.11 s 
31.84/31.91	c |
31.84/31.91	c |               Variables: 13
31.84/31.91	c |            Domain Sizes: 501..501
31.84/31.91	c |
31.84/31.91	c |             Constraints: 2731
31.84/31.91	c |                   Arity: 1..4  -- Unary: 2  -- Binary: 12  -- Ternary: 572
31.84/31.91	c | 
31.84/31.91	c |                   Types: 
31.84/31.91	c |                          (X - Y < k): 12
31.84/31.91	c |                          Intension: 2719
31.84/31.91	c |                          
31.84/31.91	c =========================================================================================================
31.84/31.91	o 146
31.84/31.91	c    1 calls to solver: best=146 lower=0 upper=145 
32.73/32.82	o 140
94.67/94.81	o 135
94.67/94.81	c    3 calls to solver: best=135 lower=0 upper=134 
587.71/588.19	o 129

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

pid=2509
running on 8 cores: 4-7,12-15

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2400 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2430 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2500 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 15872000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 15923200 KiB
Current StackSize limit: 8192 KiB


[startup+0 s]
/proc/loadavg: 0.08 0.08 0.14 4/242 2516
/proc/meminfo: memFree=32200984/32770624 swapFree=5956/91964
[pid=2515] ppid=2509 vsize=2036 CPUtime=0 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) D 2509 2515 2454 0 -1 4194304 156 0 0 0 0 0 0 0 20 0 1 0 82880 2084864 1 33554432000 4194304 5970956 140737145646784 140737145644024 139886923384519 0 0 4096 0 18446744071580996127 0 0 17 14 0 0 0 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 509 1 0 434 0 39 0

[startup+0.100192 s]
/proc/loadavg: 0.08 0.08 0.14 4/242 2516
/proc/meminfo: memFree=32200984/32770624 swapFree=5956/91964
[pid=2515] ppid=2509 vsize=27128 CPUtime=0.05 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 999 0 3 0 5 0 0 0 20 0 1 0 82880 27779072 830 33554432000 4194304 5970956 140737145646784 140737145643384 139886907280357 0 0 4096 0 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 6782 830 710 434 0 146 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 27128

[startup+0.200383 s]
/proc/loadavg: 0.08 0.08 0.14 4/242 2516
/proc/meminfo: memFree=32200984/32770624 swapFree=5956/91964
[pid=2515] ppid=2509 vsize=28804 CPUtime=0.15 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 1484 0 3 0 15 0 0 0 20 0 1 0 82880 29495296 1292 33554432000 4194304 5970956 140737145646784 140737145640376 139886907289465 0 0 4096 0 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 7201 1292 783 434 0 565 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 28804

[startup+0.300256 s]
/proc/loadavg: 0.08 0.08 0.14 4/242 2516
/proc/meminfo: memFree=32200984/32770624 swapFree=5956/91964
[pid=2515] ppid=2509 vsize=31600 CPUtime=0.25 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 2164 0 3 0 25 0 0 0 20 0 1 0 82880 32358400 2002 33554432000 4194304 5970956 140737145646784 140737145640376 4966541 0 0 4096 0 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 7900 2002 783 434 0 1264 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 31600

[startup+0.700141 s]
/proc/loadavg: 0.08 0.08 0.14 4/242 2516
/proc/meminfo: memFree=32200984/32770624 swapFree=5956/91964
[pid=2515] ppid=2509 vsize=42932 CPUtime=0.65 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 5010 0 3 0 65 0 0 0 20 0 1 0 82880 43962368 4827 33554432000 4194304 5970956 140737145646784 140737145640376 4966541 0 0 4096 0 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 10733 4827 783 434 0 4097 0
Current children cumulated CPU time (s) 0.65
Current children cumulated vsize (KiB) 42932

[startup+1.50021 s]
/proc/loadavg: 0.08 0.08 0.14 4/244 2518
/proc/meminfo: memFree=32165340/32770624 swapFree=5956/93832
[pid=2515] ppid=2509 vsize=65668 CPUtime=1.45 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 10687 0 3 0 143 2 0 0 20 0 1 0 82880 67244032 10480 33554432000 4194304 5970956 140737145646784 140737145638392 4966541 0 0 4096 0 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 16417 10480 783 434 0 9781 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 65668

[startup+3.10021 s]
/proc/loadavg: 0.24 0.11 0.15 4/244 2518
/proc/meminfo: memFree=32080016/32770624 swapFree=5956/93840
[pid=2515] ppid=2509 vsize=110468 CPUtime=3.05 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 21957 0 3 0 302 3 0 0 20 0 1 0 82880 113119232 21686 33554432000 4194304 5970956 140737145646784 140737145640376 4966541 0 0 4096 0 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 27617 21686 783 434 0 20981 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 110468

[startup+6.30028 s]
/proc/loadavg: 0.24 0.11 0.15 4/244 2518
/proc/meminfo: memFree=31815516/32770624 swapFree=5956/93840
[pid=2515] ppid=2509 vsize=167740 CPUtime=6.25 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 69351 0 3 0 618 7 0 0 20 0 1 0 82880 171765760 36087 33554432000 4194304 5970956 140737145646784 140737145643752 4967758 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 41935 36087 832 434 0 35299 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 167740

[startup+12.7003 s]
/proc/loadavg: 0.51 0.17 0.16 4/244 2518
/proc/meminfo: memFree=31427280/32770624 swapFree=5956/93848
[pid=2515] ppid=2509 vsize=190048 CPUtime=12.65 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 98369 0 3 0 1256 9 0 0 20 0 1 0 82880 194609152 41675 33554432000 4194304 5970956 140737145646784 140737145643752 4961264 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 47512 41675 832 434 0 40876 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 190048

[startup+25.5004 s]
/proc/loadavg: 0.74 0.23 0.18 4/244 2518
/proc/meminfo: memFree=30674388/32770624 swapFree=5956/93836
[pid=2515] ppid=2509 vsize=212092 CPUtime=25.43 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 145881 0 3 0 2532 11 0 0 20 0 1 0 82880 217182208 47180 33554432000 4194304 5970956 140737145646784 140737145643752 5098928 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 53023 47180 832 434 0 46387 0
Current children cumulated CPU time (s) 25.43
Current children cumulated vsize (KiB) 212092

[startup+51.1004 s]
/proc/loadavg: 1.17 0.38 0.23 4/244 2518
/proc/meminfo: memFree=29257100/32770624 swapFree=5956/93856
[pid=2515] ppid=2509 vsize=229384 CPUtime=51.02 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 204324 0 3 0 5087 15 0 0 20 0 1 0 82880 234889216 51521 33554432000 4194304 5970956 140737145646784 140737145643752 4967793 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57346 51521 833 434 0 50710 0
Current children cumulated CPU time (s) 51.02
Current children cumulated vsize (KiB) 229384

[startup+102.3 s]
/proc/loadavg: 1.67 0.65 0.33 4/245 2522
/proc/meminfo: memFree=26538756/32770624 swapFree=5956/94572
[pid=2515] ppid=2509 vsize=229516 CPUtime=102.18 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 229034 0 3 0 10201 17 0 0 20 0 1 0 82880 235024384 51549 33554432000 4194304 5970956 140737145646784 140737145634088 4961429 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57379 51549 833 434 0 50743 0
Current children cumulated CPU time (s) 102.18
Current children cumulated vsize (KiB) 229516

[startup+162.3 s]
/proc/loadavg: 1.88 0.89 0.44 4/245 2523
/proc/meminfo: memFree=25039756/32770624 swapFree=5956/94608
[pid=2515] ppid=2509 vsize=229780 CPUtime=162.13 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 242061 0 3 0 16196 17 0 0 20 0 1 0 82880 235294720 51616 33554432000 4194304 5970956 140737145646784 140737145643752 4964389 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57445 51616 833 434 0 50809 0
Current children cumulated CPU time (s) 162.13
Current children cumulated vsize (KiB) 229780

[startup+222.308 s]
/proc/loadavg: 1.95 1.10 0.54 4/245 2524
/proc/meminfo: memFree=25026592/32770624 swapFree=5956/94644
[pid=2515] ppid=2509 vsize=229780 CPUtime=222.11 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 242564 0 3 0 22194 17 0 0 20 0 1 0 82880 235294720 51620 33554432000 4194304 5970956 140737145646784 140737145643752 4908985 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57445 51620 833 434 0 50809 0
Current children cumulated CPU time (s) 222.11
Current children cumulated vsize (KiB) 229780

[startup+282.3 s]
/proc/loadavg: 2.14 1.32 0.65 4/245 2525
/proc/meminfo: memFree=24398480/32770624 swapFree=5956/94668
[pid=2515] ppid=2509 vsize=229780 CPUtime=282.07 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 243071 0 3 0 28190 17 0 0 20 0 1 0 82880 235294720 51621 33554432000 4194304 5970956 140737145646784 140737145643752 4964366 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57445 51621 833 434 0 50809 0
Current children cumulated CPU time (s) 282.07
Current children cumulated vsize (KiB) 229780

[startup+342.3 s]
/proc/loadavg: 2.05 1.44 0.73 4/244 2526
/proc/meminfo: memFree=24138108/32770624 swapFree=5956/94696
[pid=2515] ppid=2509 vsize=229780 CPUtime=342.04 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 243585 0 3 0 34187 17 0 0 20 0 1 0 82880 235294720 51623 33554432000 4194304 5970956 140737145646784 140737145643752 5070064 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57445 51623 833 434 0 50809 0
Current children cumulated CPU time (s) 342.04
Current children cumulated vsize (KiB) 229780

[startup+402.3 s]
/proc/loadavg: 2.02 1.54 0.81 4/244 2527
/proc/meminfo: memFree=23907416/32770624 swapFree=5956/94728
[pid=2515] ppid=2509 vsize=229780 CPUtime=402.01 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 244065 0 3 0 40184 17 0 0 20 0 1 0 82880 235294720 51632 33554432000 4194304 5970956 140737145646784 140737145643752 4961388 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57445 51632 833 434 0 50809 0
Current children cumulated CPU time (s) 402.01
Current children cumulated vsize (KiB) 229780

[startup+462.3 s]
/proc/loadavg: 2.01 1.63 0.89 4/244 2536
/proc/meminfo: memFree=23905796/32770624 swapFree=5956/94772
[pid=2515] ppid=2509 vsize=229780 CPUtime=461.98 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 244555 0 3 0 46181 17 0 0 20 0 1 0 82880 235294720 51635 33554432000 4194304 5970956 140737145646784 140737145643752 4961264 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57445 51635 833 434 0 50809 0
Current children cumulated CPU time (s) 461.98
Current children cumulated vsize (KiB) 229780

[startup+522.3 s]
/proc/loadavg: 2.00 1.69 0.95 4/244 2537
/proc/meminfo: memFree=23905516/32770624 swapFree=5956/94796
[pid=2515] ppid=2509 vsize=229912 CPUtime=521.95 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 245060 0 3 0 52178 17 0 0 20 0 1 0 82880 235429888 51647 33554432000 4194304 5970956 140737145646784 140737145643752 4964389 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57478 51647 833 434 0 50842 0
Current children cumulated CPU time (s) 521.95
Current children cumulated vsize (KiB) 229912

[startup+582.3 s]
/proc/loadavg: 2.00 1.75 1.02 4/244 2538
/proc/meminfo: memFree=23734092/32770624 swapFree=5956/94820
[pid=2515] ppid=2509 vsize=229912 CPUtime=581.92 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 245577 0 3 0 58175 17 0 0 20 0 1 0 82880 235429888 51655 33554432000 4194304 5970956 140737145646784 140737145643752 4961429 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57478 51655 833 434 0 50842 0
Current children cumulated CPU time (s) 581.92
Current children cumulated vsize (KiB) 229912


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

[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.66 4/243 2586
/proc/meminfo: memFree=23256576/32770624 swapFree=5956/95304
[pid=2515] ppid=2509 vsize=230308 CPUtime=1541.47 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 254030 0 3 0 154129 18 0 0 20 0 1 0 82880 235835392 51742 33554432000 4194304 5970956 140737145646784 140737145643752 4964389 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57577 51742 833 434 0 50941 0
Current children cumulated CPU time (s) 1541.47
Current children cumulated vsize (KiB) 230308

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.68 4/243 2587
/proc/meminfo: memFree=23254884/32770624 swapFree=5956/95336
[pid=2515] ppid=2509 vsize=230308 CPUtime=1601.43 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 254550 0 3 0 160125 18 0 0 20 0 1 0 82880 235835392 51742 33554432000 4194304 5970956 140737145646784 140737145643752 4908971 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57577 51742 833 434 0 50941 0
Current children cumulated CPU time (s) 1601.43
Current children cumulated vsize (KiB) 230308

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.70 4/243 2595
/proc/meminfo: memFree=23253852/32770624 swapFree=5956/95364
[pid=2515] ppid=2509 vsize=230308 CPUtime=1661.4 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 254977 0 3 0 166122 18 0 0 20 0 1 0 82880 235835392 51742 33554432000 4194304 5970956 140737145646784 140737145643752 5069728 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57577 51742 833 434 0 50941 0
Current children cumulated CPU time (s) 1661.4
Current children cumulated vsize (KiB) 230308

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.72 4/243 2596
/proc/meminfo: memFree=23252676/32770624 swapFree=5956/95396
[pid=2515] ppid=2509 vsize=230308 CPUtime=1721.37 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 255577 0 3 0 172119 18 0 0 20 0 1 0 82880 235835392 51742 33554432000 4194304 5970956 140737145646784 140737145643752 4964389 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57577 51742 833 434 0 50941 0
Current children cumulated CPU time (s) 1721.37
Current children cumulated vsize (KiB) 230308

[startup+1782.3 s]
/proc/loadavg: 2.29 2.08 1.77 4/243 2597
/proc/meminfo: memFree=23252540/32770624 swapFree=5956/95424
[pid=2515] ppid=2509 vsize=230308 CPUtime=1781.35 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 255992 0 3 0 178117 18 0 0 20 0 1 0 82880 235835392 51743 33554432000 4194304 5970956 140737145646784 140737145643752 4967839 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57577 51743 833 434 0 50941 0
Current children cumulated CPU time (s) 1781.35
Current children cumulated vsize (KiB) 230308

[startup+1842.3 s]
/proc/loadavg: 2.12 2.06 1.78 4/243 2598
/proc/meminfo: memFree=23253684/32770624 swapFree=5956/95456
[pid=2515] ppid=2509 vsize=230308 CPUtime=1841.32 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 256597 0 3 0 184114 18 0 0 20 0 1 0 82880 235835392 51743 33554432000 4194304 5970956 140737145646784 140737145643752 5070106 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57577 51743 833 434 0 50941 0
Current children cumulated CPU time (s) 1841.32
Current children cumulated vsize (KiB) 230308

[startup+1902.3 s]
/proc/loadavg: 2.04 2.05 1.79 4/243 2599
/proc/meminfo: memFree=23254148/32770624 swapFree=5956/95484
[pid=2515] ppid=2509 vsize=230308 CPUtime=1901.29 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 257170 0 3 0 190111 18 0 0 20 0 1 0 82880 235835392 51745 33554432000 4194304 5970956 140737145646784 140737145643752 5070064 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57577 51745 833 434 0 50941 0
Current children cumulated CPU time (s) 1901.29
Current children cumulated vsize (KiB) 230308

[startup+1962.3 s]
/proc/loadavg: 2.02 2.04 1.80 4/243 2600
/proc/meminfo: memFree=23253544/32770624 swapFree=5956/95516
[pid=2515] ppid=2509 vsize=230308 CPUtime=1961.26 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 257580 0 3 0 196108 18 0 0 20 0 1 0 82880 235835392 51745 33554432000 4194304 5970956 140737145646784 140737145643752 5052114 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57577 51745 833 434 0 50941 0
Current children cumulated CPU time (s) 1961.26
Current children cumulated vsize (KiB) 230308

[startup+2022.3 s]
/proc/loadavg: 2.01 2.04 1.82 4/243 2601
/proc/meminfo: memFree=23252332/32770624 swapFree=5956/95544
[pid=2515] ppid=2509 vsize=230308 CPUtime=2021.23 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 258128 0 3 0 202105 18 0 0 20 0 1 0 82880 235835392 51745 33554432000 4194304 5970956 140737145646784 140737145643752 4964389 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57577 51745 833 434 0 50941 0
Current children cumulated CPU time (s) 2021.23
Current children cumulated vsize (KiB) 230308

[startup+2082.3 s]
/proc/loadavg: 2.00 2.03 1.83 4/243 2602
/proc/meminfo: memFree=23246540/32770624 swapFree=5956/95552
[pid=2515] ppid=2509 vsize=230308 CPUtime=2081.21 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 258640 0 3 0 208103 18 0 0 20 0 1 0 82880 235835392 51746 33554432000 4194304 5970956 140737145646784 140737145643752 5098928 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57577 51746 833 434 0 50941 0
Current children cumulated CPU time (s) 2081.21
Current children cumulated vsize (KiB) 230308

[startup+2142.3 s]
/proc/loadavg: 2.00 2.02 1.84 4/243 2603
/proc/meminfo: memFree=23238368/32770624 swapFree=5956/95580
[pid=2515] ppid=2509 vsize=230308 CPUtime=2141.17 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 259066 0 3 0 214099 18 0 0 20 0 1 0 82880 235835392 51746 33554432000 4194304 5970956 140737145646784 140737145643752 4964389 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57577 51746 833 434 0 50941 0
Current children cumulated CPU time (s) 2141.17
Current children cumulated vsize (KiB) 230308

[startup+2202.31 s]
/proc/loadavg: 2.00 2.02 1.85 4/243 2604
/proc/meminfo: memFree=23211224/32770624 swapFree=5956/95604
[pid=2515] ppid=2509 vsize=230308 CPUtime=2201.15 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 259484 0 3 0 220097 18 0 0 20 0 1 0 82880 235835392 51746 33554432000 4194304 5970956 140737145646784 140737145643752 5052093 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57577 51746 833 434 0 50941 0
Current children cumulated CPU time (s) 2201.15
Current children cumulated vsize (KiB) 230308

[startup+2262.3 s]
/proc/loadavg: 2.22 2.07 1.88 4/243 2612
/proc/meminfo: memFree=23211520/32770624 swapFree=5956/95644
[pid=2515] ppid=2509 vsize=230308 CPUtime=2261.12 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 260205 0 3 0 226094 18 0 0 20 0 1 0 82880 235835392 51749 33554432000 4194304 5970956 140737145646784 140737145643752 4964406 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57577 51749 833 434 0 50941 0
Current children cumulated CPU time (s) 2261.12
Current children cumulated vsize (KiB) 230308

[startup+2322.3 s]
/proc/loadavg: 2.08 2.06 1.89 4/244 2614
/proc/meminfo: memFree=23211220/32770624 swapFree=5956/95672
[pid=2515] ppid=2509 vsize=230308 CPUtime=2321.09 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 260745 0 3 0 232091 18 0 0 20 0 1 0 82880 235835392 51751 33554432000 4194304 5970956 140737145646784 140737145643752 4964406 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57577 51751 833 434 0 50941 0
Current children cumulated CPU time (s) 2321.09
Current children cumulated vsize (KiB) 230308

[startup+2382.3 s]
/proc/loadavg: 2.03 2.05 1.89 4/244 2615
/proc/meminfo: memFree=23208356/32770624 swapFree=5956/95696
[pid=2515] ppid=2509 vsize=230308 CPUtime=2381.06 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 261166 0 3 0 238088 18 0 0 20 0 1 0 82880 235835392 51751 33554432000 4194304 5970956 140737145646784 140737145643752 5052095 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57577 51751 833 434 0 50941 0
Current children cumulated CPU time (s) 2381.06
Current children cumulated vsize (KiB) 230308



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.3 s]
/proc/loadavg: 2.02 2.05 1.89 4/244 2615
/proc/meminfo: memFree=23206588/32770624 swapFree=5956/95704
[pid=2515] ppid=2509 vsize=230308 CPUtime=2400.06 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 261479 0 3 0 239988 18 0 0 20 0 1 0 82880 235835392 51751 33554432000 4194304 5970956 140737145646784 140737145643752 5070104 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57577 51751 833 434 0 50941 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 230308

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

[startup+2401.3 s]
/proc/loadavg: 2.02 2.05 1.89 4/244 2615
/proc/meminfo: memFree=23206588/32770624 swapFree=5956/95704
[pid=2515] ppid=2509 vsize=230308 CPUtime=2400.06 cores=4-7,12-15
/proc/2515/stat : 2515 (cosoco) R 2509 2515 2454 0 -1 4202496 261479 0 3 0 239988 18 0 0 20 0 1 0 82880 235835392 51751 33554432000 4194304 5970956 140737145646784 140737145643752 5070104 0 0 4096 8405026 0 0 0 17 14 0 0 1 0 0 8070896 8075904 23396352 140737145652417 140737145652547 140737145652547 140737145655246 0
/proc/2515/statm: 57577 51751 833 434 0 50941 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 230308

Child status: 1
Real time (s): 2401.31
CPU time (s): 2400.07
CPU user time (s): 2399.88
CPU system time (s): 0.186908
CPU usage (%): 99.9483
Max. virtual memory (cumulated for all children) (KiB): 230308

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

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 5.35577 second user time and 15.6017 second system time

The end

Launcher Data

Begin job on node144 at 2017-07-21 16:42:56
IDJOB=4241193
IDBENCH=126238
IDSOLVER=2620
FILE ID=node144/4241193-1500648176
RUNJOBID= node144-1500648174-2486
PBS_JOBID= 20623277
Free space on /tmp= 62016 MiB

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

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

MD5SUM BENCH= a23d33c916089316ecf00e2bfba5f26c
RANDOM SEED=195319193

node144.alineos.net Linux 3.10.0-514.16.1.el7.x86_64 #1 SMP Wed Apr 12 15:04:24 UTC 2017

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 0
cpu cores	: 4
apicid		: 0
initial apicid	: 0
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1733.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 2
initial apicid	: 2
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
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		: 2
cpu cores	: 4
apicid		: 4
initial apicid	: 4
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 6
initial apicid	: 6
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 0
siblings	: 8
core id		: 1
cpu cores	: 4
apicid		: 3
initial apicid	: 3
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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		: 2
cpu cores	: 4
apicid		: 5
initial apicid	: 5
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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	: 0
siblings	: 8
core id		: 3
cpu cores	: 4
apicid		: 7
initial apicid	: 7
fpu		: yes
fpu_exception	: yes
cpuid level	: 11
wp		: yes
flags		: fpu vme de pse tsc msr pae mce cx8 apic sep mtrr pge mca cmov pat pse36 clflush dts acpi mmx fxsr sse sse2 ss ht tm pbe syscall nx rdtscp lm constant_tsc arch_perfmon pebs bts rep_good nopl xtopology nonstop_tsc aperfmperf pni dtes64 monitor ds_cpl vmx est tm2 ssse3 cx16 xtpr pdcm dca sse4_1 sse4_2 popcnt lahf_lm ida dtherm tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 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	: 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	: 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		: 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	: 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	: 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	: 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:        32204248 kB
MemAvailable:   32082760 kB
Buffers:           21072 kB
Cached:           130316 kB
SwapCached:            0 kB
Active:           100924 kB
Inactive:          99692 kB
Active(anon):      52384 kB
Inactive(anon):     8544 kB
Active(file):      48540 kB
Inactive(file):    91148 kB
Unevictable:        5956 kB
Mlocked:            5956 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              7524 kB
Writeback:             4 kB
AnonPages:         54768 kB
Mapped:            28260 kB
Shmem:              8844 kB
Slab:              54060 kB
SReclaimable:      23756 kB
SUnreclaim:        30304 kB
KernelStack:        4096 kB
PageTables:         5260 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308476 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      4096 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      130432 kB
DirectMap2M:    33415168 kB

Free space on /tmp at the end= 62008 MiB
End job on node144 at 2017-07-21 17:22:57