Trace number 4241179

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.27 2401.51

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-24-a4.xml
MD5SUM703fa8ddaec9a7a194d23a6d05243a88
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark599
Best CPU time to get the best result obtained on this benchmark2520.1101
Satisfiable
(Un)Satisfiability was proved
Number of variables24
Number of constraints35928
Number of domains1
Minimum domain size1001
Maximum domain size1001
Distribution of domain sizes[{"size":1001,"count":24}]
Minimum variable degree5820
Maximum variable degree5821
Distribution of variable degrees[{"degree":5820,"count":22},{"degree":5821,"count":2}]
Minimum constraint arity1
Maximum constraint arity24
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":4048},{"arity":4,"count":31878},{"arity":24,"count":1}]
Number of extensional constraints0
Number of intensional constraints35927
Distribution of constraint types[{"type":"intension","count":35927},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

40.94/41.06	c SAT : Variables: 24024 -- Clauses: 12012024
40.94/41.06	c best=?? lower=0 upper=1000 
2146.41/2147.59	c
2146.41/2147.59	c This is cosoco 1.0 --  
2146.41/2147.59	c
2146.41/2147.59	c enable optimization
2146.41/2147.59	c ========================================[ Problem Statistics ]===========================================
2146.41/2147.59	c |                                                                                                       
2146.41/2147.59	c |  Parse time        :        40.11 s 
2146.41/2147.59	c |
2146.41/2147.59	c |               Variables: 24
2146.41/2147.59	c |            Domain Sizes: 1001..1001
2146.41/2147.59	c |
2146.41/2147.59	c |             Constraints: 35951
2146.41/2147.59	c |                   Arity: 1..4  -- Unary: 2  -- Binary: 23  -- Ternary: 4048
2146.41/2147.59	c | 
2146.41/2147.59	c |                   Types: 
2146.41/2147.59	c |                          (X - Y < k): 23
2146.41/2147.59	c |                          Intension: 35928
2146.41/2147.59	c |                          
2146.41/2147.59	c =========================================================================================================
2146.41/2147.59	o 697
2146.41/2147.59	c    1 calls to solver: best=697 lower=0 upper=696 

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

pid=9881
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.07 0.13 4/244 9889
/proc/meminfo: memFree=32080444/32770624 swapFree=6620/169928
[pid=9888] ppid=9881 vsize=2036 CPUtime=0 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) D 9881 9888 9825 0 -1 4194304 157 0 0 0 0 0 0 0 20 0 1 0 82276 2084864 1 33554432000 4194304 5970956 140724433176064 140724433173304 140531834930887 0 0 4096 0 18446744071580419444 0 0 17 13 0 0 0 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 509 1 0 434 0 39 0

[startup+0.100177 s]
/proc/loadavg: 0.00 0.07 0.13 4/244 9889
/proc/meminfo: memFree=32080444/32770624 swapFree=6620/169928
[pid=9888] ppid=9881 vsize=27256 CPUtime=0.05 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 1033 0 3 0 5 0 0 0 20 0 1 0 82276 27910144 828 33554432000 4194304 5970956 140724433176064 140724433172664 5378822 0 0 4096 0 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 6814 828 702 434 0 178 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 27256

[startup+0.200295 s]
/proc/loadavg: 0.00 0.07 0.13 4/244 9889
/proc/meminfo: memFree=32080444/32770624 swapFree=6620/169928
[pid=9888] ppid=9881 vsize=27716 CPUtime=0.15 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 1109 0 3 0 15 0 0 0 20 0 1 0 82276 28381184 894 33554432000 4194304 5970956 140724433176064 140724433172664 5503595 0 0 4096 0 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 6929 894 710 434 0 293 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 27716

[startup+0.300262 s]
/proc/loadavg: 0.00 0.07 0.13 4/244 9889
/proc/meminfo: memFree=32080444/32770624 swapFree=6620/169928
[pid=9888] ppid=9881 vsize=28172 CPUtime=0.25 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 1257 0 3 0 25 0 0 0 20 0 1 0 82276 28848128 990 33554432000 4194304 5970956 140724433176064 140724433169944 140531828319328 0 0 4096 0 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 7043 990 710 434 0 407 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 28172

[startup+0.700185 s]
/proc/loadavg: 0.00 0.07 0.13 4/244 9889
/proc/meminfo: memFree=32080444/32770624 swapFree=6620/169928
[pid=9888] ppid=9881 vsize=30380 CPUtime=0.64 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 1970 0 3 0 64 0 0 0 20 0 1 0 82276 31109120 1422 33554432000 4194304 5970956 140724433176064 140724433172664 5674854 0 0 4096 0 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 7595 1422 710 434 0 959 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 30380

[startup+1.50026 s]
/proc/loadavg: 0.00 0.07 0.13 3/247 9892
/proc/meminfo: memFree=31547140/32770624 swapFree=6620/171276
[pid=9888] ppid=9881 vsize=76080 CPUtime=1.44 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 13474 0 3 0 142 2 0 0 20 0 1 0 82276 77905920 12971 33554432000 4194304 5970956 140724433176064 140724433167672 4966541 0 0 4096 0 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 19020 12971 782 434 0 12384 0
Current children cumulated CPU time (s) 1.44
Current children cumulated vsize (KiB) 76080

[startup+3.10027 s]
/proc/loadavg: 0.00 0.07 0.13 3/247 9892
/proc/meminfo: memFree=30842220/32770624 swapFree=6620/171452
[pid=9888] ppid=9881 vsize=167992 CPUtime=3.05 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 36514 0 3 0 300 5 0 0 20 0 1 0 82276 172023808 35922 33554432000 4194304 5970956 140724433176064 140724433169656 4966541 0 0 4096 0 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 41998 35922 782 434 0 35362 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 167992

[startup+6.30023 s]
/proc/loadavg: 0.16 0.10 0.14 4/247 9892
/proc/meminfo: memFree=30264028/32770624 swapFree=6620/171452
[pid=9888] ppid=9881 vsize=351616 CPUtime=6.25 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 82561 0 3 0 613 12 0 0 20 0 1 0 82276 360054784 81802 33554432000 4194304 5970956 140724433176064 140724433167448 4966541 0 0 4096 0 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 87904 81802 782 434 0 81268 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 351616

[startup+12.7002 s]
/proc/loadavg: 0.31 0.13 0.15 4/247 9892
/proc/meminfo: memFree=29883844/32770624 swapFree=6620/171452
[pid=9888] ppid=9881 vsize=718496 CPUtime=12.64 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 174407 0 3 0 1241 23 0 0 20 0 1 0 82276 735739904 173519 33554432000 4194304 5970956 140724433176064 140724433169656 140531818826725 0 0 4096 0 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 179624 173519 782 434 0 172988 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 718496

[startup+25.5003 s]
/proc/loadavg: 0.68 0.22 0.18 4/247 9892
/proc/meminfo: memFree=29126204/32770624 swapFree=6620/171452
[pid=9888] ppid=9881 vsize=1450672 CPUtime=25.44 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 357761 0 3 0 2497 47 0 0 20 0 1 0 82276 1485488128 356571 33554432000 4194304 5970956 140724433176064 140724433167672 140531818826725 0 0 4096 0 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 362668 356571 782 434 0 356032 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 1450672

[startup+51.1004 s]
/proc/loadavg: 1.27 0.40 0.24 4/247 9892
/proc/meminfo: memFree=26963888/32770624 swapFree=6620/171560
[pid=9888] ppid=9881 vsize=3707424 CPUtime=51.04 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 1017568 0 3 0 4982 122 0 0 20 0 1 0 82276 3796402176 912017 33554432000 4194304 5970956 140724433176064 140724433173032 140531818826725 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 926856 912017 839 434 0 920220 0
Current children cumulated CPU time (s) 51.04
Current children cumulated vsize (KiB) 3707424

[startup+102.3 s]
/proc/loadavg: 1.68 0.64 0.33 4/247 9893
/proc/meminfo: memFree=26061704/32770624 swapFree=6620/171588
[pid=9888] ppid=9881 vsize=4527540 CPUtime=102.23 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 1599743 0 3 0 10057 166 0 0 20 0 1 0 82276 4636200960 1117086 33554432000 4194304 5970956 140724433176064 140724433173032 4961429 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1131885 1117086 839 434 0 1125249 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 4527540

[startup+162.3 s]
/proc/loadavg: 1.88 0.89 0.44 4/247 9897
/proc/meminfo: memFree=25750188/32770624 swapFree=6620/171904
[pid=9888] ppid=9881 vsize=4837212 CPUtime=162.19 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 2098643 0 3 0 16024 195 0 0 20 0 1 0 82276 4953305088 1194498 33554432000 4194304 5970956 140724433176064 140724433173032 4961405 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1209303 1194498 839 434 0 1202667 0
Current children cumulated CPU time (s) 162.19
Current children cumulated vsize (KiB) 4837212

[startup+222.309 s]
/proc/loadavg: 1.96 1.09 0.53 4/247 9898
/proc/meminfo: memFree=25650636/32770624 swapFree=6620/171912
[pid=9888] ppid=9881 vsize=4937400 CPUtime=222.18 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 2631474 0 3 0 22000 218 0 0 20 0 1 0 82276 5055897600 1219528 33554432000 4194304 5970956 140724433176064 140724433173032 4964738 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1234350 1219528 839 434 0 1227714 0
Current children cumulated CPU time (s) 222.18
Current children cumulated vsize (KiB) 4937400

[startup+282.3 s]
/proc/loadavg: 1.98 1.26 0.63 4/247 9899
/proc/meminfo: memFree=25627840/32770624 swapFree=6620/171972
[pid=9888] ppid=9881 vsize=4963668 CPUtime=282.16 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 3127974 0 3 0 27973 243 0 0 20 0 1 0 82276 5082796032 1226087 33554432000 4194304 5970956 140724433176064 140724433173032 5070313 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1240917 1226087 839 434 0 1234281 0
Current children cumulated CPU time (s) 282.16
Current children cumulated vsize (KiB) 4963668

[startup+342.3 s]
/proc/loadavg: 1.99 1.39 0.71 4/244 9900
/proc/meminfo: memFree=25490924/32770624 swapFree=6620/171980
[pid=9888] ppid=9881 vsize=5095932 CPUtime=342.15 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 3694372 0 3 0 33943 272 0 0 20 0 1 0 82276 5218234368 1259182 33554432000 4194304 5970956 140724433176064 140724433173032 4908930 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1273983 1259182 839 434 0 1267347 0
Current children cumulated CPU time (s) 342.15
Current children cumulated vsize (KiB) 5095932

[startup+402.3 s]
/proc/loadavg: 2.00 1.50 0.79 4/244 9901
/proc/meminfo: memFree=25418144/32770624 swapFree=6620/172028
[pid=9888] ppid=9881 vsize=5168664 CPUtime=402.13 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 4239268 0 3 0 39907 306 0 0 20 0 1 0 82276 5292711936 1277363 33554432000 4194304 5970956 140724433176064 140724433173032 5052121 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1292166 1277363 839 434 0 1285530 0
Current children cumulated CPU time (s) 402.13
Current children cumulated vsize (KiB) 5168664

[startup+462.3 s]
/proc/loadavg: 2.00 1.59 0.87 4/243 9909
/proc/meminfo: memFree=25407328/32770624 swapFree=6620/172080
[pid=9888] ppid=9881 vsize=5180412 CPUtime=462.11 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 4755663 0 3 0 45882 329 0 0 20 0 1 0 82276 5304741888 1280280 33554432000 4194304 5970956 140724433176064 140724433173032 4964705 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1295103 1280280 839 434 0 1288467 0
Current children cumulated CPU time (s) 462.11
Current children cumulated vsize (KiB) 5180412

[startup+522.3 s]
/proc/loadavg: 2.00 1.67 0.94 4/243 9910
/proc/meminfo: memFree=25381832/32770624 swapFree=6620/172080
[pid=9888] ppid=9881 vsize=5203908 CPUtime=522.09 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 5252431 0 3 0 51855 354 0 0 20 0 1 0 82276 5328801792 1286156 33554432000 4194304 5970956 140724433176064 140724433173032 5070080 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1300977 1286156 839 434 0 1294341 0
Current children cumulated CPU time (s) 522.09
Current children cumulated vsize (KiB) 5203908

[startup+582.3 s]
/proc/loadavg: 2.06 1.76 1.02 4/243 9911
/proc/meminfo: memFree=25376492/32770624 swapFree=6620/172136
[pid=9888] ppid=9881 vsize=5208396 CPUtime=582.06 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 5707196 0 3 0 57832 374 0 0 20 0 1 0 82276 5333397504 1287278 33554432000 4194304 5970956 140724433176064 140724433173032 5070101 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1302099 1287278 839 434 0 1295463 0
Current children cumulated CPU time (s) 582.06
Current children cumulated vsize (KiB) 5208396


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


[startup+1602.3 s]
/proc/loadavg: 2.07 2.01 1.68 4/243 9961
/proc/meminfo: memFree=25030184/32770624 swapFree=6620/172656
[pid=9888] ppid=9881 vsize=5551860 CPUtime=1601.53 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 12520487 0 3 0 159456 697 0 0 20 0 1 0 82276 5685104640 1373143 33554432000 4194304 5970956 140724433176064 140724433173032 4964363 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1387965 1373143 839 434 0 1381329 0
Current children cumulated CPU time (s) 1601.53
Current children cumulated vsize (KiB) 5551860

[startup+1662.3 s]
/proc/loadavg: 2.03 2.01 1.70 4/244 9970
/proc/meminfo: memFree=25022456/32770624 swapFree=6620/172688
[pid=9888] ppid=9881 vsize=5558988 CPUtime=1661.5 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 12958532 0 3 0 165432 718 0 0 20 0 1 0 82276 5692403712 1374945 33554432000 4194304 5970956 140724433176064 140724433173032 5052121 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1389747 1374945 839 434 0 1383111 0
Current children cumulated CPU time (s) 1661.5
Current children cumulated vsize (KiB) 5558988

[startup+1722.3 s]
/proc/loadavg: 2.01 2.01 1.72 4/244 9971
/proc/meminfo: memFree=25019908/32770624 swapFree=6620/172688
[pid=9888] ppid=9881 vsize=5561100 CPUtime=1721.46 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 13131219 0 3 0 171418 728 0 0 20 0 1 0 82276 5694566400 1375469 33554432000 4194304 5970956 140724433176064 140724433173032 4964784 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1390275 1375469 839 434 0 1383639 0
Current children cumulated CPU time (s) 1721.46
Current children cumulated vsize (KiB) 5561100

[startup+1782.3 s]
/proc/loadavg: 2.00 2.01 1.74 4/244 9972
/proc/meminfo: memFree=24996416/32770624 swapFree=6620/172752
[pid=9888] ppid=9881 vsize=5585124 CPUtime=1781.42 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 13629714 0 3 0 177392 750 0 0 20 0 1 0 82276 5719166976 1381477 33554432000 4194304 5970956 140724433176064 140724433173032 5069728 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1396281 1381477 839 434 0 1389645 0
Current children cumulated CPU time (s) 1781.42
Current children cumulated vsize (KiB) 5585124

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.75 4/244 9973
/proc/meminfo: memFree=24995372/32770624 swapFree=6620/172752
[pid=9888] ppid=9881 vsize=5586180 CPUtime=1841.38 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 13999112 0 3 0 183370 768 0 0 20 0 1 0 82276 5720248320 1381716 33554432000 4194304 5970956 140724433176064 140724433173032 5069728 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1396545 1381716 839 434 0 1389909 0
Current children cumulated CPU time (s) 1841.38
Current children cumulated vsize (KiB) 5586180

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.77 4/244 9974
/proc/meminfo: memFree=24995828/32770624 swapFree=6620/172804
[pid=9888] ppid=9881 vsize=5586180 CPUtime=1901.35 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 14171974 0 3 0 189359 776 0 0 20 0 1 0 82276 5720248320 1381746 33554432000 4194304 5970956 140724433176064 140724433173032 5069728 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1396545 1381746 839 434 0 1389909 0
Current children cumulated CPU time (s) 1901.35
Current children cumulated vsize (KiB) 5586180

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.78 4/243 9975
/proc/meminfo: memFree=24995368/32770624 swapFree=6620/172804
[pid=9888] ppid=9881 vsize=5586840 CPUtime=1961.32 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 14671147 0 3 0 195333 799 0 0 20 0 1 0 82276 5720924160 1381911 33554432000 4194304 5970956 140724433176064 140724433173032 4964444 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1396710 1381911 839 434 0 1390074 0
Current children cumulated CPU time (s) 1961.32
Current children cumulated vsize (KiB) 5586840

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.79 4/243 9976
/proc/meminfo: memFree=24994960/32770624 swapFree=6620/172856
[pid=9888] ppid=9881 vsize=5587104 CPUtime=2021.29 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 15008649 0 3 0 201315 814 0 0 20 0 1 0 82276 5721194496 1381946 33554432000 4194304 5970956 140724433176064 140724433173032 5052121 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1396776 1381946 839 434 0 1390140 0
Current children cumulated CPU time (s) 2021.29
Current children cumulated vsize (KiB) 5587104

[startup+2082.3 s]
/proc/loadavg: 2.08 2.04 1.82 4/243 9977
/proc/meminfo: memFree=24990600/32770624 swapFree=6620/172856
[pid=9888] ppid=9881 vsize=5591064 CPUtime=2081.25 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 15322716 0 3 0 207299 826 0 0 20 0 1 0 82276 5725249536 1382948 33554432000 4194304 5970956 140724433176064 140724433173032 4964386 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1397766 1382948 839 434 0 1391130 0
Current children cumulated CPU time (s) 2081.25
Current children cumulated vsize (KiB) 5591064

[startup+2142.3 s]
/proc/loadavg: 2.03 2.04 1.83 4/243 9978
/proc/meminfo: memFree=24984764/32770624 swapFree=6620/172920
[pid=9888] ppid=9881 vsize=5597796 CPUtime=2141.22 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 15825242 0 3 0 213271 851 0 0 20 0 1 0 82276 5732143104 1384636 33554432000 4194304 5970956 140724433176064 140724433173032 4964389 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1399449 1384636 839 434 0 1392813 0
Current children cumulated CPU time (s) 2141.22
Current children cumulated vsize (KiB) 5597796

[startup+2202.31 s]
/proc/loadavg: 2.01 2.03 1.84 4/243 9979
/proc/meminfo: memFree=24969376/32770624 swapFree=6620/172952
[pid=9888] ppid=9881 vsize=5613240 CPUtime=2201.18 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 16231363 0 3 0 219248 870 0 0 20 0 1 0 82276 5747957760 1388483 33554432000 4194304 5970956 140724433176064 140724433173032 4964386 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1403310 1388483 840 434 0 1396674 0
Current children cumulated CPU time (s) 2201.18
Current children cumulated vsize (KiB) 5613240

[startup+2262.3 s]
/proc/loadavg: 2.00 2.02 1.85 4/243 9987
/proc/meminfo: memFree=24967328/32770624 swapFree=6620/172956
[pid=9888] ppid=9881 vsize=5615352 CPUtime=2261.14 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 16562275 0 3 0 225225 889 0 0 20 0 1 0 82276 5750120448 1389029 33554432000 4194304 5970956 140724433176064 140724433173032 4961264 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1403838 1389029 840 434 0 1397202 0
Current children cumulated CPU time (s) 2261.14
Current children cumulated vsize (KiB) 5615352

[startup+2322.3 s]
/proc/loadavg: 2.00 2.02 1.86 4/243 9988
/proc/meminfo: memFree=24966456/32770624 swapFree=6620/172956
[pid=9888] ppid=9881 vsize=5616672 CPUtime=2321.1 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 16863367 0 3 0 231206 904 0 0 20 0 1 0 82276 5751472128 1389347 33554432000 4194304 5970956 140724433176064 140724433173032 4961405 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1404168 1389347 840 434 0 1397532 0
Current children cumulated CPU time (s) 2321.1
Current children cumulated vsize (KiB) 5616672

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.87 4/243 9989
/proc/meminfo: memFree=24959476/32770624 swapFree=6620/173016
[pid=9888] ppid=9881 vsize=5622480 CPUtime=2381.06 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 17097071 0 3 0 237190 916 0 0 20 0 1 0 82276 5757419520 1390811 33554432000 4194304 5970956 140724433176064 140724433173032 4964366 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1405620 1390811 840 434 0 1398984 0
Current children cumulated CPU time (s) 2381.06
Current children cumulated vsize (KiB) 5622480



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2401.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/259 10021
/proc/meminfo: memFree=26471536/32770624 swapFree=6620/188652
[pid=9888] ppid=9881 vsize=5631984 CPUtime=2400.06 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202496 17319908 0 3 0 239080 926 0 0 20 0 1 0 82276 5767151616 1393188 33554432000 4194304 5970956 140724433176064 140724433173032 4908971 0 0 4096 8405026 0 0 0 17 13 0 0 2 0 0 8070896 8075904 37801984 140724433183932 140724433184067 140724433184067 140724433186766 0
/proc/9888/statm: 1407996 1393188 840 434 0 1401360 0
Current children cumulated CPU time (s) 2400.06
Current children cumulated vsize (KiB) 5631984

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

[startup+2401.41 s]
/proc/loadavg: 2.00 2.01 1.87 3/259 10021
/proc/meminfo: memFree=26471536/32770624 swapFree=6620/188652
[pid=9888] ppid=9881 vsize=0 CPUtime=2400.17 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202500 17319933 0 3 0 239081 936 0 0 20 0 1 0 82276 0 0 33554432000 0 0 0 0 0 0 16384 4096 8405026 18446744073709551615 0 0 17 13 0 0 2 0 0 0 0 0 0 0 0 0 0
/proc/9888/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2400.17
Current children cumulated vsize (KiB) 0

[startup+2401.5 s]
/proc/loadavg: 2.00 2.01 1.87 3/259 10021
/proc/meminfo: memFree=26471536/32770624 swapFree=6620/188652
[pid=9888] ppid=9881 vsize=0 CPUtime=2400.26 cores=1,3,5,7,9,11,13,15
/proc/9888/stat : 9888 (cosoco) R 9881 9888 9825 0 -1 4202500 17319933 0 3 0 239081 945 0 0 20 0 1 0 82276 0 0 33554432000 0 0 0 0 0 0 16384 4096 8405026 18446744073709551615 0 0 17 13 0 0 2 0 0 0 0 0 0 0 0 0 0
/proc/9888/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2400.26
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 2401.51
CPU time (s): 2400.27
CPU user time (s): 2390.81
CPU system time (s): 9.46291
CPU usage (%): 99.9486
Max. virtual memory (cumulated for all children) (KiB): 5631984

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2390.81
system time used= 9.46291
maximum resident set size= 5572792
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 17319933
page faults= 3
swaps= 0
block input operations= 2008
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 266
involuntary context switches= 120801

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.79292 second user time and 13.2355 second system time

The end

Launcher Data

Begin job on node148 at 2017-07-21 16:42:53
IDJOB=4241179
IDBENCH=126230
IDSOLVER=2621
FILE ID=node148/4241179-1500648173
RUNJOBID= node148-1500648172-9859
PBS_JOBID= 20623273
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 703fa8ddaec9a7a194d23a6d05243a88
RANDOM SEED=35350229

node148.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.21
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.21
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.21
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.21
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.21
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.21
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.21
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.21
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:        32084628 kB
MemAvailable:   32025984 kB
Buffers:           28324 kB
Cached:           224520 kB
SwapCached:            0 kB
Active:           130672 kB
Inactive:         175656 kB
Active(anon):      56900 kB
Inactive(anon):     8548 kB
Active(file):      73772 kB
Inactive(file):   167108 kB
Unevictable:        6620 kB
Mlocked:            6620 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              6308 kB
Writeback:             0 kB
AnonPages:         60856 kB
Mapped:            28960 kB
Shmem:              8848 kB
Slab:              63276 kB
SReclaimable:      32620 kB
SUnreclaim:        30656 kB
KernelStack:        3984 kB
PageTables:         4828 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     309196 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:      126336 kB
DirectMap2M:    33419264 kB

Free space on /tmp at the end= 62024 MiB
End job on node148 at 2017-07-21 17:22:55