Trace number 4241161

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.32 2400.79

General information on the benchmark

NameGolombRuler/GolombRuler-a3-s1/
GolombRuler-21-a3.xml
MD5SUM77b850f9bb38d7d923034c01213ab5aa
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkSAT TO
Best value of the objective obtained on this benchmark409
Best CPU time to get the best result obtained on this benchmark20039.199
Satisfiable
(Un)Satisfiability was proved
Number of variables462
Number of constraints213
Number of domains2
Minimum domain size1000
Maximum domain size1001
Distribution of domain sizes[{"size":1000,"count":210},{"size":1001,"count":21}]
Minimum variable degree0
Maximum variable degree22
Distribution of variable degrees[{"degree":0,"count":231},{"degree":2,"count":210},{"degree":21,"count":19},{"degree":22,"count":2}]
Minimum constraint arity1
Maximum constraint arity210
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":210},{"arity":21,"count":1},{"arity":210,"count":1}]
Number of extensional constraints0
Number of intensional constraints211
Distribution of constraint types[{"type":"intension","count":211},{"type":"allDifferent","count":1},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data

17.55/17.63	c SAT : Variables: 462021 -- Clauses: 230790462
17.55/17.64	c best=?? lower=0 upper=1000 

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

pid=9886
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.08 0.05 0.06 4/246 9895
/proc/meminfo: memFree=32082224/32770624 swapFree=6064/171984
[pid=9895] ppid=9886 vsize=5512 CPUtime=0 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4194304 158 0 0 0 0 0 0 0 20 0 1 0 82135 5644288 36 33554432000 4194304 5970956 140728412176128 140728412173368 139776858499578 0 0 4096 0 0 0 0 17 12 0 0 0 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 1378 36 27 434 0 39 0

[startup+0.10017 s]
/proc/loadavg: 0.08 0.05 0.06 4/246 9895
/proc/meminfo: memFree=32082224/32770624 swapFree=6064/171984
[pid=9895] ppid=9886 vsize=31908 CPUtime=0.05 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 2253 0 2 0 5 0 0 0 20 0 1 0 82135 32673792 2086 33554432000 4194304 5970956 140728412176128 140728412169720 4966541 0 0 4096 0 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 7977 2086 783 434 0 1341 0
Current children cumulated CPU time (s) 0.05
Current children cumulated vsize (KiB) 31908

[startup+0.20037 s]
/proc/loadavg: 0.08 0.05 0.06 4/246 9895
/proc/meminfo: memFree=32082224/32770624 swapFree=6064/171984
[pid=9895] ppid=9886 vsize=35440 CPUtime=0.15 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 3128 0 2 0 15 0 0 0 20 0 1 0 82135 36290560 2922 33554432000 4194304 5970956 140728412176128 140728412169720 4966541 0 0 4096 0 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 8860 2922 783 434 0 2224 0
Current children cumulated CPU time (s) 0.15
Current children cumulated vsize (KiB) 35440

[startup+0.300238 s]
/proc/loadavg: 0.08 0.05 0.06 4/246 9895
/proc/meminfo: memFree=32082224/32770624 swapFree=6064/171984
[pid=9895] ppid=9886 vsize=40012 CPUtime=0.25 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 4277 0 2 0 25 0 0 0 20 0 1 0 82135 40972288 4107 33554432000 4194304 5970956 140728412176128 140728412169720 139776842390501 0 0 4096 0 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 10003 4107 783 434 0 3367 0
Current children cumulated CPU time (s) 0.25
Current children cumulated vsize (KiB) 40012

[startup+0.700278 s]
/proc/loadavg: 0.08 0.05 0.06 4/246 9895
/proc/meminfo: memFree=32082224/32770624 swapFree=6064/171984
[pid=9895] ppid=9886 vsize=318928 CPUtime=0.64 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 42072 0 2 0 59 5 0 0 20 0 1 0 82135 326582272 60301 33554432000 4194304 5970956 140728412176128 140728412172952 139776842459691 0 0 4096 8404994 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 79732 60301 826 434 0 73096 0
Current children cumulated CPU time (s) 0.64
Current children cumulated vsize (KiB) 318928

[startup+1.50029 s]
/proc/loadavg: 0.08 0.05 0.06 4/249 9898
/proc/meminfo: memFree=31081588/32770624 swapFree=6064/172900
[pid=9895] ppid=9886 vsize=854964 CPUtime=1.45 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 108534 0 2 0 129 16 0 0 20 0 1 0 82135 875483136 179382 33554432000 4194304 5970956 140728412176128 140728412172952 139776842459691 0 0 4096 8404994 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 213741 179382 826 434 0 207105 0
Current children cumulated CPU time (s) 1.45
Current children cumulated vsize (KiB) 854964

[startup+3.10026 s]
/proc/loadavg: 0.08 0.05 0.06 4/249 9898
/proc/meminfo: memFree=29802884/32770624 swapFree=6064/172900
[pid=9895] ppid=9886 vsize=2029248 CPUtime=3.05 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 236396 0 2 0 265 40 0 0 20 0 1 0 82135 2077949952 409527 33554432000 4194304 5970956 140728412176128 140728412172952 139776842459691 0 0 4096 8404994 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 507312 409527 826 434 0 500676 0
Current children cumulated CPU time (s) 3.05
Current children cumulated vsize (KiB) 2029248

[startup+6.30026 s]
/proc/loadavg: 0.24 0.08 0.07 4/249 9898
/proc/meminfo: memFree=27872352/32770624 swapFree=6064/172888
[pid=9895] ppid=9886 vsize=3834280 CPUtime=6.25 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 481694 0 2 0 539 86 0 0 20 0 1 0 82135 3926302720 862716 33554432000 4194304 5970956 140728412176128 140728412172952 139776842459691 0 0 4096 8404994 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 958570 862716 826 434 0 951934 0
Current children cumulated CPU time (s) 6.25
Current children cumulated vsize (KiB) 3834280

[startup+12.7002 s]
/proc/loadavg: 0.46 0.13 0.08 4/249 9898
/proc/meminfo: memFree=24198348/32770624 swapFree=6064/172888
[pid=9895] ppid=9886 vsize=8401536 CPUtime=12.64 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 960043 0 2 0 1085 179 0 0 20 0 1 0 82135 8603172864 1748954 33554432000 4194304 5970956 140728412176128 140728412172952 139776842459691 0 0 4096 8404994 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2100417 1748954 826 434 0 2093781 0
Current children cumulated CPU time (s) 12.64
Current children cumulated vsize (KiB) 8401536

[startup+25.5004 s]
/proc/loadavg: 0.80 0.22 0.11 4/249 9898
/proc/meminfo: memFree=21128380/32770624 swapFree=6064/172772
[pid=9895] ppid=9886 vsize=10210872 CPUtime=25.44 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1335031 0 2 0 2298 246 0 0 20 0 1 0 82135 10455932928 2432358 33554432000 4194304 5970956 140728412176128 140728412173464 4908922 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2552718 2432358 843 434 0 2546082 0
Current children cumulated CPU time (s) 25.44
Current children cumulated vsize (KiB) 10210872

[startup+51.1003 s]
/proc/loadavg: 1.21 0.36 0.16 3/249 9898
/proc/meminfo: memFree=21126376/32770624 swapFree=6064/172772
[pid=9895] ppid=9886 vsize=10211304 CPUtime=51.03 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1352195 0 2 0 4856 247 0 0 20 0 1 0 82135 10456375296 2432446 33554432000 4194304 5970956 140728412176128 140728412173464 4961376 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2552826 2432446 843 434 0 2546190 0
Current children cumulated CPU time (s) 51.03
Current children cumulated vsize (KiB) 10211304

[startup+102.3 s]
/proc/loadavg: 1.66 0.62 0.26 3/248 9899
/proc/meminfo: memFree=21121752/32770624 swapFree=6064/173036
[pid=9895] ppid=9886 vsize=10211624 CPUtime=102.23 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1377921 0 2 0 9975 248 0 0 20 0 1 0 82135 10456702976 2433073 33554432000 4194304 5970956 140728412176128 140728412173464 4908985 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2552906 2433073 843 434 0 2546270 0
Current children cumulated CPU time (s) 102.23
Current children cumulated vsize (KiB) 10211624

[startup+162.3 s]
/proc/loadavg: 1.87 0.87 0.37 3/248 9903
/proc/meminfo: memFree=21116856/32770624 swapFree=6064/173868
[pid=9895] ppid=9886 vsize=10211900 CPUtime=162.21 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1409902 0 2 0 15971 250 0 0 20 0 1 0 82135 10456985600 2433628 33554432000 4194304 5970956 140728412176128 140728412172888 4968233 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2552975 2433628 843 434 0 2546339 0
Current children cumulated CPU time (s) 162.21
Current children cumulated vsize (KiB) 10211900

[startup+222.308 s]
/proc/loadavg: 1.95 1.07 0.47 3/248 9904
/proc/meminfo: memFree=21117084/32770624 swapFree=6064/173900
[pid=9895] ppid=9886 vsize=10212044 CPUtime=222.2 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1424090 0 2 0 21969 251 0 0 20 0 1 0 82135 10457133056 2433675 33554432000 4194304 5970956 140728412176128 140728412173192 4908912 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2553011 2433675 843 434 0 2546375 0
Current children cumulated CPU time (s) 222.2
Current children cumulated vsize (KiB) 10212044

[startup+282.3 s]
/proc/loadavg: 1.98 1.24 0.57 4/248 9905
/proc/meminfo: memFree=21114344/32770624 swapFree=6064/173900
[pid=9895] ppid=9886 vsize=10212368 CPUtime=282.18 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1456503 0 2 0 27965 253 0 0 20 0 1 0 82135 10457464832 2434237 33554432000 4194304 5970956 140728412176128 140728412172888 5319771 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2553092 2434237 843 434 0 2546456 0
Current children cumulated CPU time (s) 282.18
Current children cumulated vsize (KiB) 10212368

[startup+342.3 s]
/proc/loadavg: 1.99 1.38 0.66 3/245 9906
/proc/meminfo: memFree=21113524/32770624 swapFree=6064/173900
[pid=9895] ppid=9886 vsize=10212368 CPUtime=342.17 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1471635 0 2 0 33963 254 0 0 20 0 1 0 82135 10457464832 2434237 33554432000 4194304 5970956 140728412176128 140728412172888 4967831 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2553092 2434237 843 434 0 2546456 0
Current children cumulated CPU time (s) 342.17
Current children cumulated vsize (KiB) 10212368

[startup+402.3 s]
/proc/loadavg: 2.00 1.49 0.74 3/244 9907
/proc/meminfo: memFree=21114184/32770624 swapFree=6064/173988
[pid=9895] ppid=9886 vsize=10212368 CPUtime=402.16 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1475418 0 2 0 39961 255 0 0 20 0 1 0 82135 10457464832 2434237 33554432000 4194304 5970956 140728412176128 140728412172888 5319938 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2553092 2434237 843 434 0 2546456 0
Current children cumulated CPU time (s) 402.16
Current children cumulated vsize (KiB) 10212368

[startup+462.3 s]
/proc/loadavg: 2.00 1.59 0.82 4/243 9915
/proc/meminfo: memFree=21113520/32770624 swapFree=6064/174024
[pid=9895] ppid=9886 vsize=10212368 CPUtime=462.15 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1492260 0 2 0 45959 256 0 0 20 0 1 0 82135 10457464832 2434249 33554432000 4194304 5970956 140728412176128 140728412172888 5069728 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2553092 2434249 843 434 0 2546456 0
Current children cumulated CPU time (s) 462.15
Current children cumulated vsize (KiB) 10212368

[startup+522.3 s]
/proc/loadavg: 2.10 1.69 0.90 4/243 9916
/proc/meminfo: memFree=21113812/32770624 swapFree=6064/174024
[pid=9895] ppid=9886 vsize=10212500 CPUtime=522.14 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1516718 0 2 0 51956 258 0 0 20 0 1 0 82135 10457600000 2434284 33554432000 4194304 5970956 140728412176128 140728412173048 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2553125 2434284 843 434 0 2546489 0
Current children cumulated CPU time (s) 522.14
Current children cumulated vsize (KiB) 10212500

[startup+582.3 s]
/proc/loadavg: 2.04 1.75 0.97 4/243 9917
/proc/meminfo: memFree=21111752/32770624 swapFree=6064/174096
[pid=9895] ppid=9886 vsize=10212500 CPUtime=582.12 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1533687 0 2 0 57953 259 0 0 20 0 1 0 82135 10457600000 2434303 33554432000 4194304 5970956 140728412176128 140728412173048 5070830 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2553125 2434303 843 434 0 2546489 0
Current children cumulated CPU time (s) 582.12
Current children cumulated vsize (KiB) 10212500


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


[startup+1602.3 s]
/proc/loadavg: 2.00 1.99 1.66 3/243 9966
/proc/meminfo: memFree=21108768/32770624 swapFree=6064/174632
[pid=9895] ppid=9886 vsize=10215228 CPUtime=1601.93 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1747564 0 2 0 159917 276 0 0 20 0 1 0 82135 10460393472 2434966 33554432000 4194304 5970956 140728412176128 140728412173096 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2553807 2434966 843 434 0 2547171 0
Current children cumulated CPU time (s) 1601.93
Current children cumulated vsize (KiB) 10215228

[startup+1662.3 s]
/proc/loadavg: 2.00 1.99 1.68 4/243 9974
/proc/meminfo: memFree=21108552/32770624 swapFree=6064/174660
[pid=9895] ppid=9886 vsize=10215228 CPUtime=1661.92 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1758165 0 2 0 165915 277 0 0 20 0 1 0 82135 10460393472 2434969 33554432000 4194304 5970956 140728412176128 140728412173096 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2553807 2434969 843 434 0 2547171 0
Current children cumulated CPU time (s) 1661.92
Current children cumulated vsize (KiB) 10215228

[startup+1722.3 s]
/proc/loadavg: 2.00 1.99 1.70 4/243 9975
/proc/meminfo: memFree=21108456/32770624 swapFree=6064/174660
[pid=9895] ppid=9886 vsize=10215228 CPUtime=1721.91 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1764890 0 2 0 171914 277 0 0 20 0 1 0 82135 10460393472 2434969 33554432000 4194304 5970956 140728412176128 140728412173096 4974228 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2553807 2434969 843 434 0 2547171 0
Current children cumulated CPU time (s) 1721.91
Current children cumulated vsize (KiB) 10215228

[startup+1782.3 s]
/proc/loadavg: 2.05 2.00 1.73 3/243 9976
/proc/meminfo: memFree=21107744/32770624 swapFree=6064/174728
[pid=9895] ppid=9886 vsize=10215360 CPUtime=1781.9 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1771333 0 2 0 177913 277 0 0 20 0 1 0 82135 10460528640 2434983 33554432000 4194304 5970956 140728412176128 140728412173096 4967886 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2553840 2434983 843 434 0 2547204 0
Current children cumulated CPU time (s) 1781.9
Current children cumulated vsize (KiB) 10215360

[startup+1842.3 s]
/proc/loadavg: 2.02 2.00 1.74 3/243 9977
/proc/meminfo: memFree=21108796/32770624 swapFree=6064/174756
[pid=9895] ppid=9886 vsize=10215360 CPUtime=1841.89 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1779944 0 2 0 183911 278 0 0 20 0 1 0 82135 10460528640 2434986 33554432000 4194304 5970956 140728412176128 140728412173096 5239672 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2553840 2434986 843 434 0 2547204 0
Current children cumulated CPU time (s) 1841.89
Current children cumulated vsize (KiB) 10215360

[startup+1902.3 s]
/proc/loadavg: 2.01 2.00 1.76 3/243 9978
/proc/meminfo: memFree=21109304/32770624 swapFree=6064/174788
[pid=9895] ppid=9886 vsize=10215360 CPUtime=1901.88 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1788022 0 2 0 189909 279 0 0 20 0 1 0 82135 10460528640 2434990 33554432000 4194304 5970956 140728412176128 140728412173096 4968237 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2553840 2434990 843 434 0 2547204 0
Current children cumulated CPU time (s) 1901.88
Current children cumulated vsize (KiB) 10215360

[startup+1962.3 s]
/proc/loadavg: 2.00 2.00 1.78 4/243 9979
/proc/meminfo: memFree=21108928/32770624 swapFree=6064/174788
[pid=9895] ppid=9886 vsize=10215360 CPUtime=1961.87 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1794027 0 2 0 195908 279 0 0 20 0 1 0 82135 10460528640 2434990 33554432000 4194304 5970956 140728412176128 140728412173096 5069728 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2553840 2434990 843 434 0 2547204 0
Current children cumulated CPU time (s) 1961.87
Current children cumulated vsize (KiB) 10215360

[startup+2022.3 s]
/proc/loadavg: 2.13 2.03 1.80 4/243 9980
/proc/meminfo: memFree=21109020/32770624 swapFree=6064/174828
[pid=9895] ppid=9886 vsize=10215360 CPUtime=2021.86 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1805696 0 2 0 201907 279 0 0 20 0 1 0 82135 10460528640 2434993 33554432000 4194304 5970956 140728412176128 140728412173096 4974237 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2553840 2434993 843 434 0 2547204 0
Current children cumulated CPU time (s) 2021.86
Current children cumulated vsize (KiB) 10215360

[startup+2082.3 s]
/proc/loadavg: 2.05 2.03 1.81 4/243 9981
/proc/meminfo: memFree=21109232/32770624 swapFree=6064/174828
[pid=9895] ppid=9886 vsize=10215360 CPUtime=2081.87 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1814548 0 2 0 207907 280 0 0 20 0 1 0 82135 10460528640 2434998 33554432000 4194304 5970956 140728412176128 140728412173096 5319919 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2553840 2434998 843 434 0 2547204 0
Current children cumulated CPU time (s) 2081.87
Current children cumulated vsize (KiB) 10215360

[startup+2142.3 s]
/proc/loadavg: 2.02 2.02 1.82 3/243 9982
/proc/meminfo: memFree=21109276/32770624 swapFree=6064/174880
[pid=9895] ppid=9886 vsize=10215496 CPUtime=2141.85 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1821406 0 2 0 213905 280 0 0 20 0 1 0 82135 10460667904 2435015 33554432000 4194304 5970956 140728412176128 140728412172888 5319801 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2553874 2435015 843 434 0 2547238 0
Current children cumulated CPU time (s) 2141.85
Current children cumulated vsize (KiB) 10215496

[startup+2202.31 s]
/proc/loadavg: 2.01 2.02 1.83 3/243 9983
/proc/meminfo: memFree=21109004/32770624 swapFree=6064/174912
[pid=9895] ppid=9886 vsize=10215496 CPUtime=2201.85 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1829606 0 2 0 219904 281 0 0 20 0 1 0 82135 10460667904 2435023 33554432000 4194304 5970956 140728412176128 140728412172888 5098928 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2553874 2435023 843 434 0 2547238 0
Current children cumulated CPU time (s) 2201.85
Current children cumulated vsize (KiB) 10215496

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.85 3/243 9991
/proc/meminfo: memFree=21107816/32770624 swapFree=6064/174944
[pid=9895] ppid=9886 vsize=10216156 CPUtime=2261.84 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1836380 0 2 0 225902 282 0 0 20 0 1 0 82135 10461343744 2435203 33554432000 4194304 5970956 140728412176128 140728412173096 5069728 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2554039 2435203 843 434 0 2547403 0
Current children cumulated CPU time (s) 2261.84
Current children cumulated vsize (KiB) 10216156

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.86 3/243 9992
/proc/meminfo: memFree=21108408/32770624 swapFree=6064/174944
[pid=9895] ppid=9886 vsize=10216156 CPUtime=2321.83 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1838088 0 2 0 231901 282 0 0 20 0 1 0 82135 10461343744 2435204 33554432000 4194304 5970956 140728412176128 140728412173096 4964576 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2554039 2435204 843 434 0 2547403 0
Current children cumulated CPU time (s) 2321.83
Current children cumulated vsize (KiB) 10216156

[startup+2382.3 s]
/proc/loadavg: 2.00 2.01 1.87 3/243 9993
/proc/meminfo: memFree=21107624/32770624 swapFree=6064/174944
[pid=9895] ppid=9886 vsize=10216156 CPUtime=2381.82 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1840263 0 2 0 237899 283 0 0 20 0 1 0 82135 10461343744 2435205 33554432000 4194304 5970956 140728412176128 140728412173096 4967831 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2554039 2435205 843 434 0 2547403 0
Current children cumulated CPU time (s) 2381.82
Current children cumulated vsize (KiB) 10216156



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2400.5 s]
/proc/loadavg: 2.00 2.01 1.87 3/243 9993
/proc/meminfo: memFree=21107604/32770624 swapFree=6064/174944
[pid=9895] ppid=9886 vsize=10216156 CPUtime=2400.02 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202496 1841277 0 2 0 239718 284 0 0 20 0 1 0 82135 10461343744 2435205 33554432000 4194304 5970956 140728412176128 140728412173096 4961271 0 0 4096 8405026 0 0 0 17 12 0 0 2 0 0 8070896 8075904 24686592 140728412181692 140728412181827 140728412181827 140728412184526 0
/proc/9895/statm: 2554039 2435205 843 434 0 2547403 0
Current children cumulated CPU time (s) 2400.02
Current children cumulated vsize (KiB) 10216156

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

[startup+2400.6 s]
/proc/loadavg: 2.00 2.01 1.87 3/243 9993
/proc/meminfo: memFree=21107604/32770624 swapFree=6064/174944
[pid=9895] ppid=9886 vsize=0 CPUtime=2400.12 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202500 1841298 0 2 0 239718 294 0 0 20 0 1 0 82135 0 0 33554432000 0 0 0 0 0 0 16384 4096 8405026 18446744073709551615 0 0 17 12 0 0 2 0 0 0 0 0 0 0 0 0 0
/proc/9895/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2400.12
Current children cumulated vsize (KiB) 0

[startup+2400.7 s]
/proc/loadavg: 2.00 2.01 1.87 3/243 9993
/proc/meminfo: memFree=21107604/32770624 swapFree=6064/174944
[pid=9895] ppid=9886 vsize=0 CPUtime=2400.22 cores=0,2,4,6,8,10,12,14
/proc/9895/stat : 9895 (cosoco) R 9886 9895 9830 0 -1 4202500 1841298 0 2 0 239718 304 0 0 20 0 1 0 82135 0 0 33554432000 0 0 0 0 0 0 16384 4096 8405026 18446744073709551615 0 0 17 12 0 0 2 0 0 0 0 0 0 0 0 0 0
/proc/9895/statm: 0 0 0 0 0 0 0
Current children cumulated CPU time (s) 2400.22
Current children cumulated vsize (KiB) 0

Child status: 1
Real time (s): 2400.79
CPU time (s): 2400.32
CPU user time (s): 2397.19
CPU system time (s): 3.12955
CPU usage (%): 99.9805
Max. virtual memory (cumulated for all children) (KiB): 10216156

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2397.19
system time used= 3.12955
maximum resident set size= 9740860
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1841298
page faults= 2
swaps= 0
block input operations= 584
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 226
involuntary context switches= 120744

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 7.18987 second user time and 12.0485 second system time

The end

Launcher Data

Begin job on node151 at 2017-07-21 16:42:52
IDJOB=4241161
IDBENCH=126219
IDSOLVER=2621
FILE ID=node151/4241161-1500648172
RUNJOBID= node151-1500648172-9862
PBS_JOBID= 20623270
Free space on /tmp= 62028 MiB

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

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

MD5SUM BENCH= 77b850f9bb38d7d923034c01213ab5aa
RANDOM SEED=35350229

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

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

processor	: 1
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 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	: 5342.81
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 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	: 5342.81
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.49
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	: 5342.81
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.49
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	: 5342.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

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

processor	: 9
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 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	: 5342.81
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.49
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 11
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
microcode	: 0x19
cpu MHz		: 1600.000
cache size	: 8192 KB
physical id	: 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	: 5342.81
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.49
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	: 5342.81
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.49
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	: 5342.81
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        32086928 kB
MemAvailable:   32027556 kB
Buffers:           29772 kB
Cached:           221616 kB
SwapCached:            0 kB
Active:           124016 kB
Inactive:         180456 kB
Active(anon):      55804 kB
Inactive(anon):     8548 kB
Active(file):      68212 kB
Inactive(file):   171908 kB
Unevictable:        6064 kB
Mlocked:            6096 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              2324 kB
Writeback:             0 kB
AnonPages:         58984 kB
Mapped:            29008 kB
Shmem:              8848 kB
Slab:              63420 kB
SReclaimable:      32688 kB
SUnreclaim:        30732 kB
KernelStack:        4080 kB
PageTables:         4768 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     308692 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:      8192 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      132480 kB
DirectMap2M:    33413120 kB

Free space on /tmp at the end= 62020 MiB
End job on node151 at 2017-07-21 17:22:53