Trace number 4241215

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

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-12-a4.xml
MD5SUM72e40c8851280ca3f4afc7fa1ebce33e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark90
Best CPU time to get the best result obtained on this benchmark2400.12
Satisfiable
(Un)Satisfiability was proved
Number of variables12
Number of constraints1927
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":12}]
Minimum variable degree606
Maximum variable degree607
Distribution of variable degrees[{"degree":606,"count":10},{"degree":607,"count":2}]
Minimum constraint arity1
Maximum constraint arity12
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":440},{"arity":4,"count":1485},{"arity":12,"count":1}]
Number of extensional constraints0
Number of intensional constraints1926
Distribution of constraint types[{"type":"intension","count":1926},{"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

2.18/2.30	c SAT : Variables: 6012 -- Clauses: 1503012
2.18/2.30	c best=?? lower=0 upper=500 
15.67/15.72	c
15.67/15.72	c This is cosoco 1.0 --  
15.67/15.72	c
15.67/15.72	c enable optimization
15.67/15.72	c ========================================[ Problem Statistics ]===========================================
15.67/15.72	c |                                                                                                       
15.67/15.72	c |  Parse time        :         2.25 s 
15.67/15.72	c |
15.67/15.72	c |               Variables: 12
15.67/15.72	c |            Domain Sizes: 501..501
15.67/15.72	c |
15.67/15.72	c |             Constraints: 1938
15.67/15.72	c |                   Arity: 1..4  -- Unary: 2  -- Binary: 11  -- Ternary: 440
15.67/15.72	c | 
15.67/15.72	c |                   Types: 
15.67/15.72	c |                          (X - Y < k): 11
15.67/15.72	c |                          Intension: 1927
15.67/15.72	c |                          
15.67/15.72	c =========================================================================================================
15.67/15.72	o 120
15.67/15.72	c    1 calls to solver: best=120 lower=0 upper=119 
16.17/16.22	o 117
23.37/23.46	o 114
23.37/23.46	c    3 calls to solver: best=114 lower=0 upper=113 
29.86/29.92	o 109
41.46/41.59	o 108
41.46/41.59	c    5 calls to solver: best=108 lower=0 upper=107 
47.66/47.76	o 95

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

pid=9897
running on 8 cores: 1,3,5,7,9,11,13,15

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


[startup+0 s]
/proc/loadavg: 0.00 0.04 0.08 2/241 9902
/proc/meminfo: memFree=32088172/32770624 swapFree=5956/172576
[pid=9902] ppid=9897 vsize=18304 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4194304 198 0 2 0 0 0 0 0 20 0 1 0 84633 18743296 70 33554432000 4194304 5970956 140736783906816 140736783903912 140170984384199 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 5092 70 50 434 0 51 0

[startup+0.100126 s]
/proc/loadavg: 0.00 0.04 0.08 2/241 9902
/proc/meminfo: memFree=32088172/32770624 swapFree=5956/172576
[pid=9902] ppid=9897 vsize=27508 CPUtime=0.08 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 1141 0 3 0 8 0 0 0 20 0 1 0 84633 28168192 952 33554432000 4194304 5970956 140736783906816 140736783900648 140170968280037 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 6876 984 783 434 0 240 0
Current children cumulated CPU time (s) 0.08
Current children cumulated vsize (KiB) 27508

[startup+0.200285 s]
/proc/loadavg: 0.00 0.04 0.08 2/241 9902
/proc/meminfo: memFree=32088172/32770624 swapFree=5956/172576
[pid=9902] ppid=9897 vsize=29628 CPUtime=0.18 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 1700 0 3 0 18 0 0 0 20 0 1 0 84633 30339072 1511 33554432000 4194304 5970956 140736783906816 140736783900408 140170968280037 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 7407 1511 783 434 0 771 0
Current children cumulated CPU time (s) 0.18
Current children cumulated vsize (KiB) 29628

[startup+0.300269 s]
/proc/loadavg: 0.00 0.04 0.08 2/241 9902
/proc/meminfo: memFree=32088172/32770624 swapFree=5956/172576
[pid=9902] ppid=9897 vsize=32548 CPUtime=0.27 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 2431 0 3 0 27 0 0 0 20 0 1 0 84633 33329152 2240 33554432000 4194304 5970956 140736783906816 140736783900408 4966541 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 8137 2240 783 434 0 1501 0
Current children cumulated CPU time (s) 0.27
Current children cumulated vsize (KiB) 32548

[startup+0.700229 s]
/proc/loadavg: 0.00 0.04 0.08 2/241 9902
/proc/meminfo: memFree=32088172/32770624 swapFree=5956/172576
[pid=9902] ppid=9897 vsize=44332 CPUtime=0.68 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 5360 0 3 0 67 1 0 0 20 0 1 0 84633 45395968 5157 33554432000 4194304 5970956 140736783906816 140736783900408 4966541 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 11083 5157 783 434 0 4447 0
Current children cumulated CPU time (s) 0.68
Current children cumulated vsize (KiB) 44332

[startup+1.5002 s]
/proc/loadavg: 0.00 0.04 0.08 3/248 9916
/proc/meminfo: memFree=32022860/32770624 swapFree=5956/171956
[pid=9902] ppid=9897 vsize=67608 CPUtime=1.47 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 11173 0 3 0 146 1 0 0 20 0 1 0 84633 69230592 10975 33554432000 4194304 5970956 140736783906816 140736783900408 4966541 0 0 4096 0 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 16902 10975 783 434 0 10266 0
Current children cumulated CPU time (s) 1.47
Current children cumulated vsize (KiB) 67608

[startup+3.10029 s]
/proc/loadavg: 0.00 0.04 0.08 3/248 9916
/proc/meminfo: memFree=31926464/32770624 swapFree=5956/171956
[pid=9902] ppid=9897 vsize=196112 CPUtime=3.07 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 47191 0 3 0 302 5 0 0 20 0 1 0 84633 200818688 40846 33554432000 4194304 5970956 140736783906816 140736783903784 5098928 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 49028 40846 838 434 0 42392 0
Current children cumulated CPU time (s) 3.07
Current children cumulated vsize (KiB) 196112

[startup+6.30032 s]
/proc/loadavg: 0.00 0.04 0.08 3/248 9916
/proc/meminfo: memFree=31620484/32770624 swapFree=5956/171952
[pid=9902] ppid=9897 vsize=215252 CPUtime=6.27 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 69681 0 3 0 620 7 0 0 20 0 1 0 84633 220418048 45679 33554432000 4194304 5970956 140736783906816 140736783903784 5098928 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 53813 45679 838 434 0 47177 0
Current children cumulated CPU time (s) 6.27
Current children cumulated vsize (KiB) 215252

[startup+12.7003 s]
/proc/loadavg: 0.16 0.07 0.09 3/248 9916
/proc/meminfo: memFree=31224808/32770624 swapFree=5956/171952
[pid=9902] ppid=9897 vsize=223172 CPUtime=12.67 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 90973 0 3 0 1259 8 0 0 20 0 1 0 84633 228528128 47664 33554432000 4194304 5970956 140736783906816 140736783903784 4961271 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 55793 47664 838 434 0 49157 0
Current children cumulated CPU time (s) 12.67
Current children cumulated vsize (KiB) 223172

[startup+25.5004 s]
/proc/loadavg: 0.57 0.17 0.12 3/248 9916
/proc/meminfo: memFree=30455848/32770624 swapFree=5956/171952
[pid=9902] ppid=9897 vsize=230036 CPUtime=25.46 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 127863 0 3 0 2536 10 0 0 20 0 1 0 84633 235556864 49385 33554432000 4194304 5970956 140736783906816 140736783903784 4964705 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57509 49385 839 434 0 50873 0
Current children cumulated CPU time (s) 25.46
Current children cumulated vsize (KiB) 230036

[startup+51.1004 s]
/proc/loadavg: 1.06 0.31 0.17 3/248 9916
/proc/meminfo: memFree=28234836/32770624 swapFree=5956/171924
[pid=9902] ppid=9897 vsize=230960 CPUtime=51.06 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 138972 0 3 0 5095 11 0 0 20 0 1 0 84633 236503040 49636 33554432000 4194304 5970956 140736783906816 140736783904376 4964366 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57740 49636 839 434 0 51104 0
Current children cumulated CPU time (s) 51.06
Current children cumulated vsize (KiB) 230960

[startup+102.3 s]
/proc/loadavg: 1.64 0.59 0.27 3/248 9920
/proc/meminfo: memFree=27801036/32770624 swapFree=5956/179384
[pid=9902] ppid=9897 vsize=231356 CPUtime=102.22 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 146193 0 3 0 10211 11 0 0 20 0 1 0 84633 236908544 49681 33554432000 4194304 5970956 140736783906816 140736783903576 4968249 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57839 49681 839 434 0 51203 0
Current children cumulated CPU time (s) 102.22
Current children cumulated vsize (KiB) 231356

[startup+162.3 s]
/proc/loadavg: 1.87 0.84 0.38 3/247 9921
/proc/meminfo: memFree=27713932/32770624 swapFree=5956/179416
[pid=9902] ppid=9897 vsize=231488 CPUtime=162.19 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 146605 0 3 0 16208 11 0 0 20 0 1 0 84633 237043712 50107 33554432000 4194304 5970956 140736783906816 140736783903784 4964477 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57872 50107 839 434 0 51236 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 231488

[startup+222.308 s]
/proc/loadavg: 1.95 1.05 0.48 3/247 9922
/proc/meminfo: memFree=27612416/32770624 swapFree=5956/179452
[pid=9902] ppid=9897 vsize=231488 CPUtime=222.18 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 146989 0 3 0 22207 11 0 0 20 0 1 0 84633 237043712 50116 33554432000 4194304 5970956 140736783906816 140736783903784 4964768 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57872 50116 839 434 0 51236 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 231488

[startup+282.3 s]
/proc/loadavg: 2.02 1.24 0.58 3/247 9923
/proc/meminfo: memFree=27516432/32770624 swapFree=5956/179484
[pid=9902] ppid=9897 vsize=231488 CPUtime=282.15 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 147396 0 3 0 28204 11 0 0 20 0 1 0 84633 237043712 50123 33554432000 4194304 5970956 140736783906816 140736783903784 4964366 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57872 50123 839 434 0 51236 0
Current children cumulated CPU time (s) 282.15
Current children cumulated vsize (KiB) 231488

[startup+342.3 s]
/proc/loadavg: 2.07 1.40 0.67 3/246 9924
/proc/meminfo: memFree=27481368/32770624 swapFree=5956/179504
[pid=9902] ppid=9897 vsize=231488 CPUtime=342.13 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 147804 0 3 0 34202 11 0 0 20 0 1 0 84633 237043712 50125 33554432000 4194304 5970956 140736783906816 140736783903784 4964389 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57872 50125 839 434 0 51236 0
Current children cumulated CPU time (s) 342.13
Current children cumulated vsize (KiB) 231488

[startup+402.3 s]
/proc/loadavg: 2.03 1.51 0.76 3/245 9925
/proc/meminfo: memFree=27475360/32770624 swapFree=5956/179532
[pid=9902] ppid=9897 vsize=231488 CPUtime=402.1 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 148179 0 3 0 40199 11 0 0 20 0 1 0 84633 237043712 50127 33554432000 4194304 5970956 140736783906816 140736783903784 5069728 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57872 50127 839 434 0 51236 0
Current children cumulated CPU time (s) 402.1
Current children cumulated vsize (KiB) 231488

[startup+462.3 s]
/proc/loadavg: 2.01 1.60 0.83 3/246 9934
/proc/meminfo: memFree=27421536/32770624 swapFree=5956/179576
[pid=9902] ppid=9897 vsize=231488 CPUtime=462.08 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 148580 0 3 0 46197 11 0 0 20 0 1 0 84633 237043712 50130 33554432000 4194304 5970956 140736783906816 140736783903784 4964389 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57872 50130 839 434 0 51236 0
Current children cumulated CPU time (s) 462.08
Current children cumulated vsize (KiB) 231488

[startup+522.3 s]
/proc/loadavg: 2.00 1.67 0.91 3/246 9935
/proc/meminfo: memFree=27291348/32770624 swapFree=5956/179600
[pid=9902] ppid=9897 vsize=231488 CPUtime=522.05 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 148960 0 3 0 52194 11 0 0 20 0 1 0 84633 237043712 50130 33554432000 4194304 5970956 140736783906816 140736783903784 4968239 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57872 50130 839 434 0 51236 0
Current children cumulated CPU time (s) 522.05
Current children cumulated vsize (KiB) 231488

[startup+582.3 s]
/proc/loadavg: 2.00 1.73 0.98 3/246 9936
/proc/meminfo: memFree=27285872/32770624 swapFree=5956/179620
[pid=9902] ppid=9897 vsize=231488 CPUtime=582.03 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 149347 0 3 0 58192 11 0 0 20 0 1 0 84633 237043712 50130 33554432000 4194304 5970956 140736783906816 140736783903784 5098928 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57872 50130 839 434 0 51236 0
Current children cumulated CPU time (s) 582.03
Current children cumulated vsize (KiB) 231488


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


[startup+1542.31 s]
/proc/loadavg: 2.00 1.99 1.64 3/245 9985
/proc/meminfo: memFree=27081488/32770624 swapFree=5956/180096
[pid=9902] ppid=9897 vsize=231620 CPUtime=1541.64 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 155756 0 3 0 154152 12 0 0 20 0 1 0 84633 237178880 50154 33554432000 4194304 5970956 140736783906816 140736783903784 5052118 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57905 50154 839 434 0 51269 0
Current children cumulated CPU time (s) 1541.64
Current children cumulated vsize (KiB) 231620

[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.67 3/245 9986
/proc/meminfo: memFree=27079448/32770624 swapFree=5956/180144
[pid=9902] ppid=9897 vsize=231620 CPUtime=1601.61 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 156137 0 3 0 160149 12 0 0 20 0 1 0 84633 237178880 50155 33554432000 4194304 5970956 140736783906816 140736783903784 5070333 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57905 50155 839 434 0 51269 0
Current children cumulated CPU time (s) 1601.61
Current children cumulated vsize (KiB) 231620

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.69 3/246 9995
/proc/meminfo: memFree=27074788/32770624 swapFree=5956/180180
[pid=9902] ppid=9897 vsize=231620 CPUtime=1661.58 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 156569 0 3 0 166146 12 0 0 20 0 1 0 84633 237178880 50155 33554432000 4194304 5970956 140736783906816 140736783903784 5070317 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57905 50155 839 434 0 51269 0
Current children cumulated CPU time (s) 1661.58
Current children cumulated vsize (KiB) 231620

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.70 3/246 9996
/proc/meminfo: memFree=27069232/32770624 swapFree=5956/180180
[pid=9902] ppid=9897 vsize=231620 CPUtime=1721.56 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 157001 0 3 0 172144 12 0 0 20 0 1 0 84633 237178880 50155 33554432000 4194304 5970956 140736783906816 140736783903784 4964371 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57905 50155 839 434 0 51269 0
Current children cumulated CPU time (s) 1721.56
Current children cumulated vsize (KiB) 231620

[startup+1782.3 s]
/proc/loadavg: 2.00 1.99 1.72 3/246 9997
/proc/meminfo: memFree=27065316/32770624 swapFree=5956/180256
[pid=9902] ppid=9897 vsize=231620 CPUtime=1781.53 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 157399 0 3 0 178141 12 0 0 20 0 1 0 84633 237178880 50155 33554432000 4194304 5970956 140736783906816 140736783903784 5327985 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57905 50155 839 434 0 51269 0
Current children cumulated CPU time (s) 1781.53
Current children cumulated vsize (KiB) 231620

[startup+1842.3 s]
/proc/loadavg: 2.08 2.00 1.75 3/246 9998
/proc/meminfo: memFree=27061116/32770624 swapFree=5956/180256
[pid=9902] ppid=9897 vsize=231620 CPUtime=1841.51 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 157847 0 3 0 184139 12 0 0 20 0 1 0 84633 237178880 50155 33554432000 4194304 5970956 140736783906816 140736783903784 4908988 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57905 50155 839 434 0 51269 0
Current children cumulated CPU time (s) 1841.51
Current children cumulated vsize (KiB) 231620

[startup+1902.3 s]
/proc/loadavg: 2.03 2.00 1.76 3/246 9999
/proc/meminfo: memFree=27060972/32770624 swapFree=5956/180308
[pid=9902] ppid=9897 vsize=231620 CPUtime=1901.48 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 158275 0 3 0 190136 12 0 0 20 0 1 0 84633 237178880 50156 33554432000 4194304 5970956 140736783906816 140736783903784 4965059 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57905 50156 839 434 0 51269 0
Current children cumulated CPU time (s) 1901.48
Current children cumulated vsize (KiB) 231620

[startup+1962.3 s]
/proc/loadavg: 2.01 2.00 1.78 3/245 10000
/proc/meminfo: memFree=27056328/32770624 swapFree=5956/180344
[pid=9902] ppid=9897 vsize=231620 CPUtime=1961.46 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 158688 0 3 0 196134 12 0 0 20 0 1 0 84633 237178880 50156 33554432000 4194304 5970956 140736783906816 140736783903784 4964768 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57905 50156 839 434 0 51269 0
Current children cumulated CPU time (s) 1961.46
Current children cumulated vsize (KiB) 231620

[startup+2022.3 s]
/proc/loadavg: 2.00 2.00 1.79 3/245 10001
/proc/meminfo: memFree=27055652/32770624 swapFree=5956/180372
[pid=9902] ppid=9897 vsize=231620 CPUtime=2021.43 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 159077 0 3 0 202131 12 0 0 20 0 1 0 84633 237178880 50156 33554432000 4194304 5970956 140736783906816 140736783903784 4908985 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57905 50156 839 434 0 51269 0
Current children cumulated CPU time (s) 2021.43
Current children cumulated vsize (KiB) 231620

[startup+2082.3 s]
/proc/loadavg: 2.00 2.00 1.80 3/245 10002
/proc/meminfo: memFree=27055648/32770624 swapFree=5956/180396
[pid=9902] ppid=9897 vsize=231620 CPUtime=2081.42 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 159459 0 3 0 208130 12 0 0 20 0 1 0 84633 237178880 50156 33554432000 4194304 5970956 140736783906816 140736783903784 4964705 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57905 50156 839 434 0 51269 0
Current children cumulated CPU time (s) 2081.42
Current children cumulated vsize (KiB) 231620

[startup+2142.3 s]
/proc/loadavg: 2.06 2.02 1.82 3/245 10003
/proc/meminfo: memFree=27054560/32770624 swapFree=5956/180424
[pid=9902] ppid=9897 vsize=231620 CPUtime=2141.39 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 159834 0 3 0 214127 12 0 0 20 0 1 0 84633 237178880 50156 33554432000 4194304 5970956 140736783906816 140736783903784 4964406 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57905 50156 839 434 0 51269 0
Current children cumulated CPU time (s) 2141.39
Current children cumulated vsize (KiB) 231620

[startup+2202.31 s]
/proc/loadavg: 2.02 2.01 1.83 3/245 10004
/proc/meminfo: memFree=27055268/32770624 swapFree=5956/180452
[pid=9902] ppid=9897 vsize=231620 CPUtime=2201.37 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 160161 0 3 0 220125 12 0 0 20 0 1 0 84633 237178880 50158 33554432000 4194304 5970956 140736783906816 140736783903784 4908988 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57905 50158 839 434 0 51269 0
Current children cumulated CPU time (s) 2201.37
Current children cumulated vsize (KiB) 231620

[startup+2262.3 s]
/proc/loadavg: 2.05 2.03 1.85 3/245 10012
/proc/meminfo: memFree=27046440/32770624 swapFree=5956/180484
[pid=9902] ppid=9897 vsize=231620 CPUtime=2261.34 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 160570 0 3 0 226122 12 0 0 20 0 1 0 84633 237178880 50158 33554432000 4194304 5970956 140736783906816 140736783903784 4968249 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57905 50158 839 434 0 51269 0
Current children cumulated CPU time (s) 2261.34
Current children cumulated vsize (KiB) 231620

[startup+2322.3 s]
/proc/loadavg: 2.05 2.04 1.86 3/245 10013
/proc/meminfo: memFree=27046132/32770624 swapFree=5956/180484
[pid=9902] ppid=9897 vsize=231620 CPUtime=2321.31 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 160993 0 3 0 232119 12 0 0 20 0 1 0 84633 237178880 50158 33554432000 4194304 5970956 140736783906816 140736783903784 4964389 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57905 50158 839 434 0 51269 0
Current children cumulated CPU time (s) 2321.31
Current children cumulated vsize (KiB) 231620

[startup+2382.3 s]
/proc/loadavg: 2.05 2.04 1.88 3/245 10014
/proc/meminfo: memFree=27044868/32770624 swapFree=5956/180548
[pid=9902] ppid=9897 vsize=231620 CPUtime=2381.3 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 161342 0 3 0 238117 13 0 0 20 0 1 0 84633 237178880 50158 33554432000 4194304 5970956 140736783906816 140736783903784 4964469 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57905 50158 839 434 0 51269 0
Current children cumulated CPU time (s) 2381.3
Current children cumulated vsize (KiB) 231620



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.1 s]
/proc/loadavg: 2.04 2.04 1.88 3/245 10014
/proc/meminfo: memFree=27044708/32770624 swapFree=5956/180548
[pid=9902] ppid=9897 vsize=231620 CPUtime=2400.09 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 161611 0 3 0 239996 13 0 0 20 0 1 0 84633 237178880 50158 33554432000 4194304 5970956 140736783906816 140736783903784 4964366 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57905 50158 839 434 0 51269 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 231620

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

[startup+2401.1 s]
/proc/loadavg: 2.04 2.04 1.88 3/245 10014
/proc/meminfo: memFree=27044708/32770624 swapFree=5956/180548
[pid=9902] ppid=9897 vsize=231620 CPUtime=2400.09 cores=1,3,5,7,9,11,13,15
/proc/9902/stat : 9902 (cosoco) R 9897 9902 9853 0 -1 4202496 161611 0 3 0 239996 13 0 0 20 0 1 0 84633 237178880 50158 33554432000 4194304 5970956 140736783906816 140736783903784 4964366 0 0 4096 8405026 0 0 0 17 11 0 0 0 0 0 8070896 8075904 17772544 140736783914172 140736783914307 140736783914307 140736783917006 0
/proc/9902/statm: 57905 50158 839 434 0 51269 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 231620

Child status: 1
Real time (s): 2401.1
CPU time (s): 2400.1
CPU user time (s): 2399.97
CPU system time (s): 0.131947
CPU usage (%): 99.9582
Max. virtual memory (cumulated for all children) (KiB): 231620

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.97
system time used= 0.131947
maximum resident set size= 200680
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 161646
page faults= 3
swaps= 0
block input operations= 3320
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 69
involuntary context switches= 120782

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.5918 second user time and 13.3115 second system time

The end

Launcher Data

Begin job on node135 at 2017-07-21 16:42:57
IDJOB=4241215
IDBENCH=126246
IDSOLVER=2621
FILE ID=node135/4241215-1500648176
RUNJOBID= node135-1500648174-9885
PBS_JOBID= 20623285
Free space on /tmp= 61848 MiB

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

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

MD5SUM BENCH= 72e40c8851280ca3f4afc7fa1ebce33e
RANDOM SEED=195319193

node135.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.46
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.46
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.46
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.46
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.46
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.46
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.46
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.46
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:        32090856 kB
MemAvailable:   32030536 kB
Buffers:           28784 kB
Cached:           221972 kB
SwapCached:            0 kB
Active:           123680 kB
Inactive:         178868 kB
Active(anon):      55112 kB
Inactive(anon):     8560 kB
Active(file):      68568 kB
Inactive(file):   170308 kB
Unevictable:        5956 kB
Mlocked:            5956 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2456 kB
Writeback:             0 kB
AnonPages:         57876 kB
Mapped:            29164 kB
Shmem:              8872 kB
Slab:              64500 kB
SReclaimable:      33280 kB
SUnreclaim:        31220 kB
KernelStack:        4128 kB
PageTables:         4744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308920 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:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 61840 MiB
End job on node135 at 2017-07-21 17:22:58