Trace number 4409915

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
cosoco 2.0 parallel? (TO) 252.771 254.543

General information on the benchmark

NameGolombRuler/GolombRuler-a4-s1/
GolombRuler-09-a4.xml
MD5SUM24dd80e7bb1ef2b7df88c183d3ee4992
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark44
Best CPU time to get the best result obtained on this benchmark42.1712
Satisfiable
(Un)Satisfiability was proved
Number of variables9
Number of constraints548
Number of domains1
Minimum domain size501
Maximum domain size501
Distribution of domain sizes[{"size":501,"count":9}]
Minimum variable degree225
Maximum variable degree226
Distribution of variable degrees[{"degree":225,"count":7},{"degree":226,"count":2}]
Minimum constraint arity1
Maximum constraint arity9
Distribution of constraint arities[{"arity":1,"count":1},{"arity":3,"count":168},{"arity":4,"count":378},{"arity":9,"count":1}]
Number of extensional constraints0
Number of intensional constraints547
Distribution of constraint types[{"type":"intension","count":547},{"type":"ordered","count":1}]
Optimization problemYES
Type of objectivemin VAR

Solver Data


Verifier Data

One s line expected

Watcher Data

runsolver version 3.4.0 (svn: 3012) Copyright (C) 2010-2013 Olivier ROUSSEL

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.

NUMA information:
  number of nodes: 2
  memory of node 0: 16374 MiB (14988 MiB free)
  memory of node 1: 16384 MiB (15737 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4409915-1569828907/watcher-4409915-1569828907 -o /tmp/evaluation-result-4409915-1569828907/solver-4409915-1569828907 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node149-1569816999-10284 --watchdog 312 cosoco -model -nbcores=8 HOME/instance-4409915-1569828907.xml 

running on 8 cores: 0,2,4,6,1,3,5,7

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2016 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2046 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing VSIZE limit (soft limit, will send SIGTERM then SIGKILL): 31744000 KiB
Enforcing VSIZE limit (hard limit, stack expansion will fail with SIGSEGV, brk() and mmap() will return ENOMEM): 31795200 KiB
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=12011, runsolver pid=12008
Current StackSize limit: 8192 KiB


[startup+0.100154 s]*
/proc/loadavg: 6.15 4.21 5.28 2/191 12012
/proc/meminfo: memFree=31457932/32770624 swapFree=66943324/67108860
[pid=12011] ppid=12008 vsize=33960 memory=9628 CPUtime=0.1 cores=0-7
/proc/12011/stat : 12011 (cosoco) R 12008 12011 10257 0 -1 4202496 2614 0 0 0 10 0 0 0 20 0 1 0 559129223 34775040 2407 33554432000 4194304 6211132 140731877344272 140731877340808 140284014652389 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 31428608 140731877352470 140731877352562 140731877352562 140731877355470 0
/proc/12011/statm: 8490 2407 823 493 0 1795 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 33960 KiB
Current children cumulated memory: 9628 KiB

[startup+0.208846 s]*
/proc/loadavg: 6.15 4.21 5.28 2/191 12012
/proc/meminfo: memFree=31452744/32770624 swapFree=66943324/67108860
[pid=12011] ppid=12008 vsize=39792 memory=14964 CPUtime=0.21 cores=0-7
/proc/12011/stat : 12011 (cosoco) R 12008 12011 10257 0 -1 4202496 3924 0 0 0 21 0 0 0 20 0 1 0 559129223 40747008 3741 33554432000 4194304 6211132 140731877344272 140731877340808 140284014652389 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 31428608 140731877352470 140731877352562 140731877352562 140731877355470 0
/proc/12011/statm: 9948 3741 823 493 0 3253 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 39792 KiB
Current children cumulated memory: 14964 KiB

[startup+0.308536 s]*
/proc/loadavg: 6.15 4.21 5.28 2/191 12012
/proc/meminfo: memFree=31447908/32770624 swapFree=66943324/67108860
[pid=12011] ppid=12008 vsize=45120 memory=19716 CPUtime=0.31 cores=0-7
/proc/12011/stat : 12011 (cosoco) R 12008 12011 10257 0 -1 4202496 5130 0 0 0 31 0 0 0 20 0 1 0 559129223 46202880 4929 33554432000 4194304 6211132 140731877344272 140731877340808 5012856 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 31428608 140731877352470 140731877352562 140731877352562 140731877355470 0
/proc/12011/statm: 11280 4929 823 493 0 4585 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 45120 KiB
Current children cumulated memory: 19716 KiB

[startup+0.700326 s]
/proc/loadavg: 6.15 4.21 5.28 2/191 12012
/proc/meminfo: memFree=31438676/32770624 swapFree=66943324/67108860
[pid=12011] ppid=12008 vsize=65640 memory=39468 CPUtime=0.69 cores=0-7
/proc/12011/stat : 12011 (cosoco) R 12008 12011 10257 0 -1 4202496 9555 0 0 0 69 0 0 0 20 0 1 0 559129223 67215360 9867 33554432000 4194304 6211132 140731877344272 140731877338536 140284014652389 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 31428608 140731877352470 140731877352562 140731877352562 140731877355470 0
/proc/12011/statm: 16410 9867 823 493 0 9715 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 65640 KiB
Current children cumulated memory: 39468 KiB

[startup+1.50033 s]
/proc/loadavg: 5.74 4.16 5.26 2/191 12012
/proc/meminfo: memFree=31413164/32770624 swapFree=66943324/67108860
[pid=12011] ppid=12008 vsize=109744 memory=78976 CPUtime=1.49 cores=0-7
/proc/12011/stat : 12011 (cosoco) R 12008 12011 10257 0 -1 4202496 16894 0 0 0 148 1 0 0 20 0 1 0 559129223 112377856 19744 33554432000 4194304 6211132 140731877344272 140731877338536 140284014652389 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 31428608 140731877352470 140731877352562 140731877352562 140731877355470 0
/proc/12011/statm: 27436 19744 824 493 0 20741 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 109744 KiB
Current children cumulated memory: 78976 KiB

[startup+3.10848 s]
/proc/loadavg: 5.74 4.16 5.26 2/191 12012
/proc/meminfo: memFree=31317896/32770624 swapFree=66943324/67108860
[pid=12011] ppid=12008 vsize=202884 memory=155012 CPUtime=3.1 cores=0-7
/proc/12011/stat : 12011 (cosoco) R 12008 12011 10257 0 -1 4202496 30793 0 0 0 307 3 0 0 20 0 1 0 559129223 207753216 38753 33554432000 4194304 6211132 140731877344272 140731877338536 140284014652389 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 31428608 140731877352470 140731877352562 140731877352562 140731877355470 0
/proc/12011/statm: 50721 38753 824 493 0 44026 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 202884 KiB
Current children cumulated memory: 155012 KiB

[startup+6.30032 s]
/proc/loadavg: 5.36 4.10 5.23 2/191 12012
/proc/meminfo: memFree=31171280/32770624 swapFree=66943324/67108860
[pid=12011] ppid=12008 vsize=343336 memory=310468 CPUtime=6.29 cores=0-7
/proc/12011/stat : 12011 (cosoco) R 12008 12011 10257 0 -1 4202496 57428 0 0 0 621 8 0 0 20 0 1 0 559129223 351576064 77617 33554432000 4194304 6211132 140731877344272 140731877338536 140284014652389 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 31428608 140731877352470 140731877352562 140731877352562 140731877355470 0
/proc/12011/statm: 85834 77617 824 493 0 79139 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 343336 KiB
Current children cumulated memory: 310468 KiB

[startup+12.7003 s]
/proc/loadavg: 5.01 4.05 5.21 2/191 12012
/proc/meminfo: memFree=30881004/32770624 swapFree=66943324/67108860
[pid=12011] ppid=12008 vsize=688872 memory=621572 CPUtime=12.69 cores=0-7
/proc/12011/stat : 12011 (cosoco) R 12008 12011 10257 0 -1 4202496 110160 0 0 0 1252 17 0 0 20 0 1 0 559129223 705404928 155393 33554432000 4194304 6211132 140731877344272 140731877338536 140284014652389 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 31428608 140731877352470 140731877352562 140731877352562 140731877355470 0
/proc/12011/statm: 172218 155393 824 493 0 165523 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 688872 KiB
Current children cumulated memory: 621572 KiB

[startup+25.5003 s]
/proc/loadavg: 4.39 3.95 5.17 2/191 12015
/proc/meminfo: memFree=30249280/32770624 swapFree=66943324/67108860
[pid=12011] ppid=12008 vsize=1414788 memory=1241928 CPUtime=25.49 cores=0-7
/proc/12011/stat : 12011 (cosoco) R 12008 12011 10257 0 -1 4202496 214693 0 0 0 2517 32 0 0 20 0 1 0 559129223 1448742912 310482 33554432000 4194304 6211132 140731877344272 140731877338536 140284014652389 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 31428608 140731877352470 140731877352562 140731877352562 140731877355470 0
/proc/12011/statm: 353697 310482 824 493 0 347002 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 1414788 KiB
Current children cumulated memory: 1241928 KiB

[startup+51.1085 s]
/proc/loadavg: 3.06 3.67 5.03 2/191 12015
/proc/meminfo: memFree=28987764/32770624 swapFree=66943324/67108860
[pid=12011] ppid=12008 vsize=2524196 memory=2482852 CPUtime=51.1 cores=0-7
/proc/12011/stat : 12011 (cosoco) R 12008 12011 10257 0 -1 4202496 422722 0 0 0 5048 62 0 0 20 0 1 0 559129223 2584776704 620713 33554432000 4194304 6211132 140731877344272 140731877338536 140284014652389 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 31428608 140731877352470 140731877352562 140731877352562 140731877355470 0
/proc/12011/statm: 631049 620713 824 493 0 624354 0
Current children cumulated CPU time: 51.1 s
Current children cumulated vsize: 2524196 KiB
Current children cumulated memory: 2482852 KiB

[startup+102.3 s]
/proc/loadavg: 1.89 3.26 4.82 2/191 12018
/proc/meminfo: memFree=26511912/32770624 swapFree=66943324/67108860
[pid=12011] ppid=12008 vsize=5230916 memory=4965324 CPUtime=102.27 cores=0-7
/proc/12011/stat : 12011 (cosoco) R 12008 12011 10257 0 -1 4202496 837962 0 0 0 10107 120 0 0 20 0 1 0 559129223 5356457984 1241331 33554432000 4194304 6211132 140731877344272 140731877338536 140284014652389 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 31428608 140731877352470 140731877352562 140731877352562 140731877355470 0
/proc/12011/statm: 1307729 1241331 824 493 0 1301034 0
Current children cumulated CPU time: 102.27 s
Current children cumulated vsize: 5230916 KiB
Current children cumulated memory: 4965324 KiB

[startup+162.3 s]
/proc/loadavg: 1.33 2.85 4.58 2/191 12023
/proc/meminfo: memFree=23597808/32770624 swapFree=66943324/67108860
[pid=12011] ppid=12008 vsize=8117444 memory=7872084 CPUtime=162.24 cores=0-7
/proc/12011/stat : 12011 (cosoco) R 12008 12011 10257 0 -1 4202496 1324468 0 0 0 16031 193 0 0 20 0 1 0 559129223 8312262656 1968021 33554432000 4194304 6211132 140731877344272 140731877338536 140284014652389 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 31428608 140731877352470 140731877352562 140731877352562 140731877355470 0
/proc/12011/statm: 2029361 1968021 824 493 0 2022666 0
Current children cumulated CPU time: 162.24 s
Current children cumulated vsize: 8117444 KiB
Current children cumulated memory: 7872084 KiB

[startup+222.3 s]
/proc/loadavg: 1.12 2.51 4.36 2/191 12026
/proc/meminfo: memFree=20685312/32770624 swapFree=66943324/67108860
[pid=12011] ppid=12008 vsize=11478552 memory=10781496 CPUtime=222.21 cores=0-7
/proc/12011/stat : 12011 (cosoco) R 12008 12011 10257 0 -1 4202496 1810619 0 0 0 21957 264 0 0 20 0 1 0 559129223 11754037248 2695374 33554432000 4194304 6211132 140731877344272 140731877338536 140284014652389 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 31428608 140731877352470 140731877352562 140731877352562 140731877355470 0
/proc/12011/statm: 2869671 2695374 824 493 0 2862976 0
Current children cumulated CPU time: 222.21 s
Current children cumulated vsize: 11478552 KiB
Current children cumulated memory: 10781496 KiB



Maximum wall clock time exceeded: sending SIGTERM then SIGKILL

[startup+252 s]*
/proc/loadavg: 1.07 2.37 4.25 2/191 12028
/proc/meminfo: memFree=19227588/32770624 swapFree=66943324/67108860
[pid=12011] ppid=12008 vsize=12437796 memory=12220476 CPUtime=251.9 cores=0-7
/proc/12011/stat : 12011 (cosoco) R 12008 12011 10257 0 -1 4202496 2050800 0 0 0 24890 300 0 0 20 0 1 0 559129223 12736303104 3055119 33554432000 4194304 6211132 140731877344272 140731877338536 140284014648126 0 0 4096 8405026 0 0 0 17 2 0 0 0 0 0 8312316 8317760 31428608 140731877352470 140731877352562 140731877352562 140731877355470 0
/proc/12011/statm: 3109449 3055119 824 493 0 3102754 0
Current children cumulated CPU time: 251.9 s
Current children cumulated vsize: 12437796 KiB
Current children cumulated memory: 12220476 KiB

Sending SIGTERM to process tree (bottom up)
Sleeping 2 seconds

Sending SIGKILL to process tree (bottom up)
??? end of watcher thread

[startup+254.543 s]
# the end of solver process 12011 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=249.205 s, system=3.56585 s

Solver just ended.
Dumping a history of the last processes samples

[startup+252.8 s]
/proc/loadavg: 1.07 2.37 4.25 2/191 12028
/proc/meminfo: memFree=19227588/32770624 swapFree=66943324/67108860
[pid=12011] ppid=12008 vsize=12437796 memory=12220476 CPUtime=252.04 cores=0-7
/proc/12011/stat : 12011 (cosoco) S 12008 12011 10257 0 -1 512 2050810 0 0 0 24902 302 0 0 20 0 1 0 559129223 12736303104 3055119 33554432000 4194304 6211132 140731877344272 140731877338536 5189582 0 16384 4096 8405026 18446744071580971376 0 0 17 6 0 0 0 0 0 8312316 8317760 31428608 140731877352470 140731877352562 140731877352562 140731877355470 0
/proc/12011/statm: 3109449 3055119 824 493 0 3102754 0
Current children cumulated CPU time: 252.04 s
Current children cumulated vsize: 12437796 KiB
Current children cumulated memory: 12220476 KiB

[startup+253.6 s]
/proc/loadavg: 1.07 2.37 4.25 3/192 12029
/proc/meminfo: memFree=18666652/32770624 swapFree=66943324/67108860
[pid=12011] ppid=12008 vsize=12437796 memory=12220476 CPUtime=252.16 cores=0-7
/proc/12011/stat : 12011 (cosoco) R 12008 12011 10257 0 -1 512 2050810 0 0 0 24914 302 0 0 20 0 1 0 559129223 12736303104 3055119 33554432000 4194304 6211132 140731877344272 140731877338536 5189582 0 16384 4096 8405026 18446744071580971376 0 0 17 6 0 0 0 0 0 8312316 8317760 31428608 140731877352470 140731877352562 140731877352562 140731877355470 0
/proc/12011/statm: 3109449 3055119 824 493 0 3102754 0
Current children cumulated CPU time: 252.16 s
Current children cumulated vsize: 12437796 KiB
Current children cumulated memory: 12220476 KiB

[startup+254 s]*
/proc/loadavg: 1.07 2.37 4.25 2/192 12029
/proc/meminfo: memFree=18087076/32770624 swapFree=66943324/67108860
[pid=12011] ppid=12008 vsize=12437796 memory=12220476 CPUtime=252.23 cores=0-7
/proc/12011/stat : 12011 (cosoco) S 12008 12011 10257 0 -1 512 2050810 0 0 0 24920 303 0 0 20 0 1 0 559129223 12736303104 3055119 33554432000 4194304 6211132 140731877344272 140731877338536 5189582 0 16384 4096 8405026 18446744071580971376 0 0 17 6 0 0 0 0 0 8312316 8317760 31428608 140731877352470 140731877352562 140731877352562 140731877355470 0
/proc/12011/statm: 3109449 3055119 824 493 0 3102754 0
Current children cumulated CPU time: 252.23 s
Current children cumulated vsize: 12437796 KiB
Current children cumulated memory: 12220476 KiB

Child ended because it received signal 9 (SIGKILL)
Real time (s): 254.543
CPU time (s): 252.771
CPU user time (s): 249.205
CPU system time (s): 3.56585
CPU usage (%): 99.3039
Max. virtual memory (cumulated for all children) (KiB): 12437796
Max. memory (cumulated for all children) (KiB): 12220476

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 249.205
system time used= 3.56585
maximum resident set size= 12220564
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 2050810
page faults= 0
swaps= 0
block input operations= 0
block output operations= 0
messages sent= 0
messages received= 0
signals received= 0
voluntary context switches= 140699
involuntary context switches= 251


# summary of solver processes directly reported to runsolver:
#   pid: 12011
#   total CPU time (s): 252.771
#   total CPU user time (s): 249.205
#   total CPU system time (s): 3.56585

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.971588 second user time and 1.59592 second system time

The end

Launcher Data

Begin job on node149 at 2019-09-30 09:34:28
IDJOB=4409915
IDBENCH=126243
IDSOLVER=2878
FILE ID=node149/4409915-1569828907
RUNJOBID= node149-1569816999-10284
PBS_JOBID= 21705913
Free space on /tmp= 62032 MiB

SOLVER NAME= cosoco 2.0 parallel
BENCH NAME= XCSP17/GolombRuler/GolombRuler-a4-s1/GolombRuler-09-a4.xml
COMMAND LINE= cosoco -model -nbcores=NBCORE BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4409915-1569828907/watcher-4409915-1569828907 -o /tmp/evaluation-result-4409915-1569828907/solver-4409915-1569828907 -C 2016 -W 252 -M 31000 --bin-var /tmp/runsolver-exch-node149-1569816999-10284 --watchdog 312  cosoco -model -nbcores=8 HOME/instance-4409915-1569828907.xml

TIME LIMIT= 2016 seconds
MEMORY LIMIT= 31000 MiB
NBCORE= 8

MD5SUM BENCH= 24dd80e7bb1ef2b7df88c183d3ee4992
RANDOM SEED=1374619879

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

/sys/devices/system/cpu/cpu0/cpufreq/scaling_governor:
performance

/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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.81
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.81
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.81
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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		: 2668.000
cache size	: 8192 KB
physical id	: 0
siblings	: 4
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.81
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		: 2668.000
cache size	: 8192 KB
physical id	: 1
siblings	: 4
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:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        31464104 kB
MemAvailable:   31929900 kB
Buffers:          125384 kB
Cached:           629884 kB
SwapCached:         5468 kB
Active:           153836 kB
Inactive:         608700 kB
Active(anon):      13448 kB
Inactive(anon):    20408 kB
Active(file):     140388 kB
Inactive(file):   588292 kB
Unevictable:      109768 kB
Mlocked:          109768 kB
SwapTotal:      67108860 kB
SwapFree:       66943324 kB
Dirty:              2768 kB
Writeback:             0 kB
AnonPages:        117164 kB
Mapped:            26592 kB
Shmem:             17908 kB
Slab:             135356 kB
SReclaimable:     105900 kB
SUnreclaim:        29456 kB
KernelStack:        3616 kB
PageTables:         5800 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     539144 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     71680 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      144768 kB
DirectMap2M:    33400832 kB

Free space on /tmp at the end= 61480 MiB
End job on node149 at 2019-09-30 09:38:42