Trace number 4241200

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.2

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-17-a4.xml
MD5SUM1654769b6737315210eb217040901c4e
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark230
Best CPU time to get the best result obtained on this benchmark2400.04
Satisfiable
(Un)Satisfiability was proved
Number of variables17
Number of constraints8502
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":17}]
Minimum variable degree1921
Maximum variable degree1922
Distribution of variable degrees[{"degree":1921,"count":15},{"degree":1922,"count":2}]
Minimum constraint arity1
Maximum constraint arity17
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":1360},{"arity":4,"count":7140},{"arity":17,"count":1}]
Number of extensional constraints0
Number of intensional constraints8501
Distribution of constraint types[{"type":"intension","count":8501},{"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

9.75/9.87	c SAT : Variables: 8517 -- Clauses: 2129267
9.75/9.87	c best=?? lower=0 upper=500 
134.31/134.49	c
134.31/134.49	c This is cosoco 1.0 --  
134.31/134.49	c
134.31/134.49	c enable optimization
134.31/134.49	c ========================================[ Problem Statistics ]===========================================
134.31/134.49	c |                                                                                                       
134.31/134.49	c |  Parse time        :         9.71 s 
134.31/134.49	c |
134.31/134.49	c |               Variables: 17
134.31/134.49	c |            Domain Sizes: 501..501
134.31/134.49	c |
134.31/134.49	c |             Constraints: 8518
134.31/134.49	c |                   Arity: 1..4  -- Unary: 2  -- Binary: 16  -- Ternary: 1360
134.31/134.49	c | 
134.31/134.49	c |                   Types: 
134.31/134.49	c |                          (X - Y < k): 16
134.31/134.49	c |                          Intension: 8502
134.31/134.49	c |                          
134.31/134.49	c =========================================================================================================
134.31/134.49	o 293
134.31/134.49	c    1 calls to solver: best=293 lower=0 upper=292 
168.19/168.34	o 289
234.97/235.14	o 285
234.97/235.14	c    3 calls to solver: best=285 lower=0 upper=284 
242.56/242.76	o 283
450.15/450.47	o 274
450.15/450.47	c    5 calls to solver: best=274 lower=0 upper=273 
1139.72/1140.31	o 265

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

pid=9857
running on 8 cores: 0,2,4,6,8,10,12,14

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


[startup+0 s]
/proc/loadavg: 0.00 0.09 0.18 2/236 9862
/proc/meminfo: memFree=32078588/32770624 swapFree=5956/173592
[pid=9862] ppid=9857 vsize=5512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) D 9857 9862 9811 0 -1 4194304 157 0 0 0 0 0 0 0 20 0 1 0 82686 5644288 36 33554432000 4194304 5970956 140731726410752 140731726407848 139946755111418 0 0 4096 0 18446744071580431491 0 0 17 12 0 0 0 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 1378 36 27 434 0 39 0

[startup+0.100187 s]
/proc/loadavg: 0.00 0.09 0.18 2/236 9862
/proc/meminfo: memFree=32078588/32770624 swapFree=5956/173592
[pid=9862] ppid=9857 vsize=27256 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1004 0 3 0 5 0 0 0 20 0 1 0 82686 27910144 829 33554432000 4194304 5970956 140731726410752 140731726404504 5672369 0 0 4096 0 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 6814 829 710 434 0 178 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 27256

[startup+0.200363 s]
/proc/loadavg: 0.00 0.09 0.18 2/236 9862
/proc/meminfo: memFree=32078588/32770624 swapFree=5956/173592
[pid=9862] ppid=9857 vsize=27584 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1078 0 3 0 15 0 0 0 20 0 1 0 82686 28246016 895 33554432000 4194304 5970956 140731726410752 140731726407352 5397376 0 0 4096 0 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 6896 895 710 434 0 260 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 27584

[startup+0.300315 s]
/proc/loadavg: 0.00 0.09 0.18 2/236 9862
/proc/meminfo: memFree=32078588/32770624 swapFree=5956/173592
[pid=9862] ppid=9857 vsize=29364 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1613 0 3 0 25 0 0 0 20 0 1 0 82686 30068736 1354 33554432000 4194304 5970956 140731726410752 140731726404344 139946739002341 0 0 4096 0 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 7341 1354 782 434 0 705 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 29364

[startup+0.700276 s]
/proc/loadavg: 0.00 0.09 0.18 2/236 9862
/proc/meminfo: memFree=32078588/32770624 swapFree=5956/173592
[pid=9862] ppid=9857 vsize=40932 CPUtime=0.66 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 4513 0 3 0 65 1 0 0 20 0 1 0 82686 41914368 4258 33554432000 4194304 5970956 140731726410752 140731726404344 4966541 0 0 4096 0 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 10233 4258 782 434 0 3597 0
Current children cumulated CPU time (s) 0.66
Current children cumulated vsize (KiB) 40932

[startup+1.50027 s]
/proc/loadavg: 0.00 0.09 0.18 3/244 9877
/proc/meminfo: memFree=32020932/32770624 swapFree=5956/172684
[pid=9862] ppid=9857 vsize=64064 CPUtime=1.46 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 10282 0 3 0 144 2 0 0 20 0 1 0 82686 65601536 10066 33554432000 4194304 5970956 140731726410752 140731726404344 5219491 0 0 4096 0 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 16016 10066 782 434 0 9380 0
Current children cumulated CPU time (s) 1.46
Current children cumulated vsize (KiB) 64064

[startup+3.10028 s]
/proc/loadavg: 0.00 0.09 0.18 3/244 9877
/proc/meminfo: memFree=31955428/32770624 swapFree=5956/172688
[pid=9862] ppid=9857 vsize=110056 CPUtime=3.06 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 21884 0 3 0 302 4 0 0 20 0 1 0 82686 112697344 21533 33554432000 4194304 5970956 140731726410752 140731726404344 139946748357532 0 0 4096 0 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 27514 21533 782 434 0 20878 0
Current children cumulated CPU time (s) 3.06
Current children cumulated vsize (KiB) 110056

[startup+6.30028 s]
/proc/loadavg: 0.08 0.10 0.18 3/244 9877
/proc/meminfo: memFree=31765460/32770624 swapFree=5956/172688
[pid=9862] ppid=9857 vsize=202048 CPUtime=6.25 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 45004 0 3 0 619 6 0 0 20 0 1 0 82686 206897152 44578 33554432000 4194304 5970956 140731726410752 140731726404344 5188297 0 0 4096 0 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 50512 44578 782 434 0 43876 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 202048

[startup+12.7003 s]
/proc/loadavg: 0.24 0.13 0.19 3/244 9877
/proc/meminfo: memFree=31160300/32770624 swapFree=5956/172700
[pid=9862] ppid=9857 vsize=607740 CPUtime=12.65 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 174948 0 3 0 1246 19 0 0 20 0 1 0 82686 622325760 141011 33554432000 4194304 5970956 140731726410752 140731726407720 4964469 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 151935 141011 839 434 0 145299 0
Current children cumulated CPU time (s) 12.65
Current children cumulated vsize (KiB) 607740

[startup+25.5004 s]
/proc/loadavg: 0.63 0.22 0.22 3/244 9877
/proc/meminfo: memFree=31035796/32770624 swapFree=5956/172712
[pid=9862] ppid=9857 vsize=674796 CPUtime=25.45 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 274587 0 3 0 2520 25 0 0 20 0 1 0 82686 690991104 157818 33554432000 4194304 5970956 140731726410752 140731726407720 4964386 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 168699 157818 839 434 0 162063 0
Current children cumulated CPU time (s) 25.45
Current children cumulated vsize (KiB) 674796

[startup+51.1004 s]
/proc/loadavg: 1.10 0.37 0.27 3/244 9877
/proc/meminfo: memFree=30986528/32770624 swapFree=5956/172728
[pid=9862] ppid=9857 vsize=707928 CPUtime=51.03 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 353478 0 3 0 5075 28 0 0 20 0 1 0 82686 724918272 166109 33554432000 4194304 5970956 140731726410752 140731726407720 5070080 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 176982 166109 839 434 0 170346 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 707928

[startup+102.3 s]
/proc/loadavg: 1.61 0.62 0.36 3/245 9881
/proc/meminfo: memFree=30962884/32770624 swapFree=5956/173572
[pid=9862] ppid=9857 vsize=726012 CPUtime=102.23 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 464970 0 3 0 10189 34 0 0 20 0 1 0 82686 743436288 170633 33554432000 4194304 5970956 140731726410752 140731726407720 4968237 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 181503 170633 839 434 0 174867 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 726012

[startup+162.3 s]
/proc/loadavg: 1.86 0.87 0.46 3/245 9882
/proc/meminfo: memFree=30941916/32770624 swapFree=5956/173616
[pid=9862] ppid=9857 vsize=745284 CPUtime=162.19 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 570899 0 3 0 16181 38 0 0 20 0 1 0 82686 763170816 175454 33554432000 4194304 5970956 140731726410752 140731726407720 4964366 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 186321 175454 840 434 0 179685 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 745284

[startup+222.308 s]
/proc/loadavg: 1.95 1.08 0.56 3/245 9883
/proc/meminfo: memFree=30933800/32770624 swapFree=5956/173664
[pid=9862] ppid=9857 vsize=752412 CPUtime=222.17 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 704493 0 3 0 22174 43 0 0 20 0 1 0 82686 770469888 177232 33554432000 4194304 5970956 140731726410752 140731726407720 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 188103 177232 840 434 0 181467 0
Current children cumulated CPU time (s) 222.17
Current children cumulated vsize (KiB) 752412

[startup+282.3 s]
/proc/loadavg: 1.98 1.24 0.65 3/245 9884
/proc/meminfo: memFree=30925728/32770624 swapFree=5956/173704
[pid=9862] ppid=9857 vsize=758352 CPUtime=282.14 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 814734 0 3 0 28166 48 0 0 20 0 1 0 82686 776552448 178728 33554432000 4194304 5970956 140731726410752 140731726407720 4908912 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 189588 178728 840 434 0 182952 0
Current children cumulated CPU time (s) 282.14
Current children cumulated vsize (KiB) 758352

[startup+342.3 s]
/proc/loadavg: 1.99 1.38 0.73 3/244 9885
/proc/meminfo: memFree=30924760/32770624 swapFree=5956/173732
[pid=9862] ppid=9857 vsize=759276 CPUtime=342.11 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 917796 0 3 0 34157 54 0 0 20 0 1 0 82686 777498624 178963 33554432000 4194304 5970956 140731726410752 140731726407720 5052114 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 189819 178963 840 434 0 183183 0
Current children cumulated CPU time (s) 342.11
Current children cumulated vsize (KiB) 759276

[startup+402.3 s]
/proc/loadavg: 2.00 1.49 0.81 3/243 9886
/proc/meminfo: memFree=30924024/32770624 swapFree=5956/173768
[pid=9862] ppid=9857 vsize=760200 CPUtime=402.07 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1003541 0 3 0 40150 57 0 0 20 0 1 0 82686 778444800 179191 33554432000 4194304 5970956 140731726410752 140731726407720 4964452 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 190050 179191 840 434 0 183414 0
Current children cumulated CPU time (s) 402.07
Current children cumulated vsize (KiB) 760200

[startup+462.3 s]
/proc/loadavg: 2.00 1.59 0.89 3/243 9894
/proc/meminfo: memFree=30922904/32770624 swapFree=5956/173812
[pid=9862] ppid=9857 vsize=760860 CPUtime=462.04 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1068000 0 3 0 46144 60 0 0 20 0 1 0 82686 779120640 179349 33554432000 4194304 5970956 140731726410752 140731726407720 4964389 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 190215 179349 840 434 0 183579 0
Current children cumulated CPU time (s) 462.04
Current children cumulated vsize (KiB) 760860

[startup+522.3 s]
/proc/loadavg: 2.00 1.66 0.96 3/243 9895
/proc/meminfo: memFree=30916948/32770624 swapFree=5956/173840
[pid=9862] ppid=9857 vsize=760992 CPUtime=522.02 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1119938 0 3 0 52139 63 0 0 20 0 1 0 82686 779255808 179454 33554432000 4194304 5970956 140731726410752 140731726407720 4964738 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 190248 179454 840 434 0 183612 0
Current children cumulated CPU time (s) 522.02
Current children cumulated vsize (KiB) 760992

[startup+582.3 s]
/proc/loadavg: 2.04 1.74 1.03 3/243 9896
/proc/meminfo: memFree=30916924/32770624 swapFree=5956/173864
[pid=9862] ppid=9857 vsize=761256 CPUtime=581.98 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1159514 0 3 0 58133 65 0 0 20 0 1 0 82686 779526144 179507 33554432000 4194304 5970956 140731726410752 140731726407720 4967831 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 190314 179507 840 434 0 183678 0
Current children cumulated CPU time (s) 581.98
Current children cumulated vsize (KiB) 761256


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


[startup+1482.3 s]
/proc/loadavg: 2.03 2.00 1.64 3/243 9944
/proc/meminfo: memFree=30899996/32770624 swapFree=5956/174328
[pid=9862] ppid=9857 vsize=773928 CPUtime=1481.58 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1228795 0 3 0 148089 69 0 0 20 0 1 0 82686 792502272 183263 33554432000 4194304 5970956 140731726410752 140731726407720 4961363 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 193482 183263 840 434 0 186846 0
Current children cumulated CPU time (s) 1481.58
Current children cumulated vsize (KiB) 773928

[startup+1542.31 s]
/proc/loadavg: 2.06 2.02 1.67 3/243 9945
/proc/meminfo: memFree=30898008/32770624 swapFree=5956/174356
[pid=9862] ppid=9857 vsize=773928 CPUtime=1541.56 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1229440 0 3 0 154087 69 0 0 20 0 1 0 82686 792502272 183297 33554432000 4194304 5970956 140731726410752 140731726407720 5069735 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 193482 183297 840 434 0 186846 0
Current children cumulated CPU time (s) 1541.56
Current children cumulated vsize (KiB) 773928

[startup+1602.3 s]
/proc/loadavg: 2.02 2.01 1.69 3/243 9946
/proc/meminfo: memFree=30898124/32770624 swapFree=5956/174376
[pid=9862] ppid=9857 vsize=774060 CPUtime=1601.52 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1230057 0 3 0 160083 69 0 0 20 0 1 0 82686 792637440 183329 33554432000 4194304 5970956 140731726410752 140731726407720 4964389 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 193515 183329 840 434 0 186879 0
Current children cumulated CPU time (s) 1601.52
Current children cumulated vsize (KiB) 774060

[startup+1662.3 s]
/proc/loadavg: 2.01 2.01 1.71 3/244 9955
/proc/meminfo: memFree=30897784/32770624 swapFree=5956/174424
[pid=9862] ppid=9857 vsize=774324 CPUtime=1661.5 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1230744 0 3 0 166081 69 0 0 20 0 1 0 82686 792907776 183364 33554432000 4194304 5970956 140731726410752 140731726407720 5052048 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 193581 183364 840 434 0 186945 0
Current children cumulated CPU time (s) 1661.5
Current children cumulated vsize (KiB) 774324

[startup+1722.3 s]
/proc/loadavg: 2.00 2.01 1.72 3/244 9956
/proc/meminfo: memFree=30897820/32770624 swapFree=5956/174452
[pid=9862] ppid=9857 vsize=774456 CPUtime=1721.47 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1231307 0 3 0 172078 69 0 0 20 0 1 0 82686 793042944 183403 33554432000 4194304 5970956 140731726410752 140731726407720 5070064 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 193614 183403 840 434 0 186978 0
Current children cumulated CPU time (s) 1721.47
Current children cumulated vsize (KiB) 774456

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.74 3/244 9957
/proc/meminfo: memFree=30898464/32770624 swapFree=5956/174484
[pid=9862] ppid=9857 vsize=774456 CPUtime=1781.45 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1231701 0 3 0 178076 69 0 0 20 0 1 0 82686 793042944 183405 33554432000 4194304 5970956 140731726410752 140731726407720 4964389 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 193614 183405 840 434 0 186978 0
Current children cumulated CPU time (s) 1781.45
Current children cumulated vsize (KiB) 774456

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.76 3/244 9958
/proc/meminfo: memFree=30894656/32770624 swapFree=5956/174500
[pid=9862] ppid=9857 vsize=778680 CPUtime=1841.43 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1233408 0 3 0 184073 70 0 0 20 0 1 0 82686 797368320 184465 33554432000 4194304 5970956 140731726410752 140731726407720 5069735 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 194670 184465 840 434 0 188034 0
Current children cumulated CPU time (s) 1841.43
Current children cumulated vsize (KiB) 778680

[startup+1902.3 s]
/proc/loadavg: 2.08 2.03 1.78 3/244 9959
/proc/meminfo: memFree=30895068/32770624 swapFree=5956/174528
[pid=9862] ppid=9857 vsize=778680 CPUtime=1901.41 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1233801 0 3 0 190071 70 0 0 20 0 1 0 82686 797368320 184472 33554432000 4194304 5970956 140731726410752 140731726407720 4964686 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 194670 184472 840 434 0 188034 0
Current children cumulated CPU time (s) 1901.41
Current children cumulated vsize (KiB) 778680

[startup+1962.3 s]
/proc/loadavg: 2.03 2.03 1.79 3/243 9960
/proc/meminfo: memFree=30894144/32770624 swapFree=5956/174560
[pid=9862] ppid=9857 vsize=780000 CPUtime=1961.38 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1234878 0 3 0 196068 70 0 0 20 0 1 0 82686 798720000 184795 33554432000 4194304 5970956 140731726410752 140731726407720 4964366 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 195000 184795 840 434 0 188364 0
Current children cumulated CPU time (s) 1961.38
Current children cumulated vsize (KiB) 780000

[startup+2022.3 s]
/proc/loadavg: 2.01 2.02 1.81 3/243 9961
/proc/meminfo: memFree=30893640/32770624 swapFree=5956/174588
[pid=9862] ppid=9857 vsize=780132 CPUtime=2021.35 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1235825 0 3 0 202065 70 0 0 20 0 1 0 82686 798855168 184849 33554432000 4194304 5970956 140731726410752 140731726407720 4964366 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 195033 184849 840 434 0 188397 0
Current children cumulated CPU time (s) 2021.35
Current children cumulated vsize (KiB) 780132

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.82 3/243 9962
/proc/meminfo: memFree=30893524/32770624 swapFree=5956/174620
[pid=9862] ppid=9857 vsize=780396 CPUtime=2081.33 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1237563 0 3 0 208063 70 0 0 20 0 1 0 82686 799125504 184888 33554432000 4194304 5970956 140731726410752 140731726407720 4964714 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 195099 184888 840 434 0 188463 0
Current children cumulated CPU time (s) 2081.33
Current children cumulated vsize (KiB) 780396

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.83 3/243 9963
/proc/meminfo: memFree=30893440/32770624 swapFree=5956/174636
[pid=9862] ppid=9857 vsize=780396 CPUtime=2141.29 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1239432 0 3 0 214059 70 0 0 20 0 1 0 82686 799125504 184912 33554432000 4194304 5970956 140731726410752 140731726407720 4964389 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 195099 184912 840 434 0 188463 0
Current children cumulated CPU time (s) 2141.29
Current children cumulated vsize (KiB) 780396

[startup+2202.31 s]
/proc/loadavg: 2.00 2.01 1.84 3/243 9964
/proc/meminfo: memFree=30893736/32770624 swapFree=5956/174668
[pid=9862] ppid=9857 vsize=780396 CPUtime=2201.28 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1239945 0 3 0 220058 70 0 0 20 0 1 0 82686 799125504 184913 33554432000 4194304 5970956 140731726410752 140731726407720 4964366 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 195099 184913 840 434 0 188463 0
Current children cumulated CPU time (s) 2201.28
Current children cumulated vsize (KiB) 780396

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.85 3/244 9973
/proc/meminfo: memFree=30892476/32770624 swapFree=5956/174716
[pid=9862] ppid=9857 vsize=780792 CPUtime=2261.25 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1240849 0 3 0 226054 71 0 0 20 0 1 0 82686 799531008 184988 33554432000 4194304 5970956 140731726410752 140731726407720 4964693 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 195198 184988 840 434 0 188562 0
Current children cumulated CPU time (s) 2261.25
Current children cumulated vsize (KiB) 780792

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.86 3/244 9974
/proc/meminfo: memFree=30892036/32770624 swapFree=5956/174744
[pid=9862] ppid=9857 vsize=780792 CPUtime=2321.22 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1241365 0 3 0 232051 71 0 0 20 0 1 0 82686 799531008 184995 33554432000 4194304 5970956 140731726410752 140731726407720 4961400 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 195198 184995 840 434 0 188562 0
Current children cumulated CPU time (s) 2321.22
Current children cumulated vsize (KiB) 780792

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/244 9975
/proc/meminfo: memFree=30892944/32770624 swapFree=5956/174776
[pid=9862] ppid=9857 vsize=780792 CPUtime=2381.2 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1241800 0 3 0 238049 71 0 0 20 0 1 0 82686 799531008 185000 33554432000 4194304 5970956 140731726410752 140731726407720 5327993 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 195198 185000 840 434 0 188562 0
Current children cumulated CPU time (s) 2381.2
Current children cumulated vsize (KiB) 780792



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.2 s]
/proc/loadavg: 2.00 2.01 1.87 3/244 9975
/proc/meminfo: memFree=30892944/32770624 swapFree=5956/174780
[pid=9862] ppid=9857 vsize=780792 CPUtime=2400.09 cores=0,2,4,6,8,10,12,14
/proc/9862/stat : 9862 (cosoco) R 9857 9862 9811 0 -1 4202496 1241898 0 3 0 239938 71 0 0 20 0 1 0 82686 799531008 185000 33554432000 4194304 5970956 140731726410752 140731726407720 5052123 0 0 4096 8405026 0 0 0 17 12 0 0 1 0 0 8070896 8075904 14393344 140731726415036 140731726415171 140731726415171 140731726417870 0
/proc/9862/statm: 195198 185000 840 434 0 188562 0
Current children cumulated CPU time (s) 2400.09
Current children cumulated vsize (KiB) 780792

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

Child status: 1
Real time (s): 2401.2
CPU time (s): 2400.1
CPU user time (s): 2399.39
CPU system time (s): 0.715701
CPU usage (%): 99.9542
Max. virtual memory (cumulated for all children) (KiB): 780792

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2399.39
system time used= 0.715701
maximum resident set size= 740040
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1241931
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= 111
involuntary context switches= 121546

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 8.3486 second user time and 12.8658 second system time

The end

Launcher Data

Begin job on node145 at 2017-07-21 16:42:56
IDJOB=4241200
IDBENCH=126240
IDSOLVER=2621
FILE ID=node145/4241200-1500648176
RUNJOBID= node145-1500648174-9843
PBS_JOBID= 20623276
Free space on /tmp= 61864 MiB

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

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

MD5SUM BENCH= 1654769b6737315210eb217040901c4e
RANDOM SEED=195319193

node145.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		: 1733.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.43
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.43
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.43
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.43
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.43
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.43
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.43
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.43
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:        32080828 kB
MemAvailable:   32021292 kB
Buffers:           29504 kB
Cached:           221656 kB
SwapCached:            0 kB
Active:           130816 kB
Inactive:         179952 kB
Active(anon):      62304 kB
Inactive(anon):     8548 kB
Active(file):      68512 kB
Inactive(file):   171404 kB
Unevictable:        5956 kB
Mlocked:            5956 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2816 kB
Writeback:             0 kB
AnonPages:         65144 kB
Mapped:            29116 kB
Shmem:              8852 kB
Slab:              63368 kB
SReclaimable:      32768 kB
SUnreclaim:        30600 kB
KernelStack:        4032 kB
PageTables:         4744 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308584 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     14336 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      136576 kB
DirectMap2M:    33409024 kB

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