Trace number 4397620

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? (exit code) 22.7279 22.7381

General information on the benchmark

NameRlfap_mini/Rlfap-opt_mini/
Rlfap-ext-graph-11-opt_c18.xml
MD5SUM883afe48e037930c9e115af2d6f001fb
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmark
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Satisfiable
(Un)Satisfiability was proved
Number of variables4097
Number of constraints3757
Number of domains11
Minimum domain size2
Maximum domain size44
Distribution of domain sizes[{"size":2,"count":3417},{"size":6,"count":48},{"size":22,"count":32},{"size":24,"count":18},{"size":36,"count":132},{"size":42,"count":168},{"size":44,"count":282}]
Minimum variable degree1
Maximum variable degree22
Distribution of variable degrees[{"degree":1,"count":3},{"degree":2,"count":3418},{"degree":3,"count":6},{"degree":4,"count":10},{"degree":5,"count":46},{"degree":6,"count":68},{"degree":7,"count":77},{"degree":8,"count":85},{"degree":9,"count":54},{"degree":10,"count":33},{"degree":11,"count":37},{"degree":12,"count":21},{"degree":13,"count":8},{"degree":14,"count":1},{"degree":15,"count":35},{"degree":16,"count":26},{"degree":17,"count":63},{"degree":18,"count":54},{"degree":19,"count":32},{"degree":20,"count":12},{"degree":21,"count":7},{"degree":22,"count":1}]
Minimum constraint arity2
Maximum constraint arity3
Distribution of constraint arities[{"arity":2,"count":340},{"arity":3,"count":3417}]
Number of extensional constraints3757
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":3757}]
Optimization problemYES
Type of objectivemin SUM

Solver Data

22.68/22.72	Solution Error : constraint number 854 (name ) is not valid
22.68/22.72	c
22.68/22.72	c This is cosoco 2.00 --  
22.68/22.72	c
22.68/22.72	c command line: cosoco -lc -model -restarts -stick HOME/instance-4397620-1568591817.xml 
22.68/22.72	c enable optimization
22.68/22.72	c ========================================[ Problem Statistics ]===========================================
22.68/22.72	c |                                                                                                       
22.68/22.72	c |  Parse time        :         9.40 s 
22.68/22.72	c |
22.68/22.72	c |               Variables: 4097
22.68/22.72	c |            Domain Sizes: 2..44
22.68/22.72	c |
22.68/22.72	c |             Constraints: 3758
22.68/22.72	c |                   Arity: 2..3417  -- Binary: 340  -- Ternary: 3417
22.68/22.72	c | 
22.68/22.72	c |                   Types: 
22.68/22.72	c |                          Extension: 3757  (nb tuples: 6..1936) -- (shared: 1958)
22.68/22.72	c |                          Sum: 1
22.68/22.72	c |                          
22.68/22.72	c |               Objective: Minimize Sum
22.68/22.72	
22.68/22.72	c =========================================================================================================

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 (14562 MiB free)
  memory of node 1: 16384 MiB (15125 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4397620-1568591817/watcher-4397620-1568591817 -o /tmp/evaluation-result-4397620-1568591817/solver-4397620-1568591817 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568569106-4725 --watchdog 2560 cosoco -lc -model -restarts -stick HOME/instance-4397620-1568591817.xml 

running on 4 cores: 1,3,5,7

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
Linux 3.10.0-514.16.1.el7.x86_64
Starting watchdog thread
solver pid=8507, runsolver pid=8504
Current StackSize limit: 8192 KiB


[startup+0.100159 s]*
/proc/loadavg: 1.95 2.00 2.04 3/198 8508
/proc/meminfo: memFree=30389820/32770624 swapFree=66999256/67108860
[pid=8507] ppid=8504 vsize=38672 memory=14780 CPUtime=0.1 cores=1,3,5,7
/proc/8507/stat : 8507 (cosoco) R 8504 8507 4693 0 -1 4202496 3916 0 0 0 10 0 0 0 20 0 1 0 435436244 39600128 3695 33554432000 4194304 6211092 140731729149424 140731729145960 5483329 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 22736896 140731729150987 140731729151089 140731729151089 140731729153998 0
/proc/8507/statm: 9668 3695 817 493 0 2973 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 38672 KiB
Current children cumulated memory: 14780 KiB

[startup+0.209607 s]*
/proc/loadavg: 1.95 2.00 2.04 3/198 8508
/proc/meminfo: memFree=30387960/32770624 swapFree=66999256/67108860
[pid=8507] ppid=8504 vsize=40604 memory=16892 CPUtime=0.21 cores=1,3,5,7
/proc/8507/stat : 8507 (cosoco) R 8504 8507 4693 0 -1 4202496 4399 0 0 0 21 0 0 0 20 0 1 0 435436244 41578496 4223 33554432000 4194304 6211092 140731729149424 140731729145960 5818093 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 22736896 140731729150987 140731729151089 140731729151089 140731729153998 0
/proc/8507/statm: 10151 4223 817 493 0 3456 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 40604 KiB
Current children cumulated memory: 16892 KiB

[startup+0.308859 s]*
/proc/loadavg: 1.95 2.00 2.04 3/198 8508
/proc/meminfo: memFree=30385820/32770624 swapFree=66999256/67108860
[pid=8507] ppid=8504 vsize=42296 memory=18476 CPUtime=0.31 cores=1,3,5,7
/proc/8507/stat : 8507 (cosoco) R 8504 8507 4693 0 -1 4202496 4816 0 0 0 31 0 0 0 20 0 1 0 435436244 43311104 4619 33554432000 4194304 6211092 140731729149424 140731729145960 5743366 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 22736896 140731729150987 140731729151089 140731729151089 140731729153998 0
/proc/8507/statm: 10574 4619 817 493 0 3879 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 42296 KiB
Current children cumulated memory: 18476 KiB

[startup+0.700279 s]
/proc/loadavg: 1.95 2.00 2.04 3/198 8508
/proc/meminfo: memFree=30382472/32770624 swapFree=66999256/67108860
[pid=8507] ppid=8504 vsize=49232 memory=25120 CPUtime=0.69 cores=1,3,5,7
/proc/8507/stat : 8507 (cosoco) R 8504 8507 4693 0 -1 4202496 6493 0 0 0 69 0 0 0 20 0 1 0 435436244 50413568 6280 33554432000 4194304 6211092 140731729149424 140731729145960 5816092 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 22736896 140731729150987 140731729151089 140731729151089 140731729153998 0
/proc/8507/statm: 12308 6280 817 493 0 5613 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 49232 KiB
Current children cumulated memory: 25120 KiB

[startup+1.50028 s]
/proc/loadavg: 1.95 2.00 2.04 3/198 8508
/proc/meminfo: memFree=30373916/32770624 swapFree=66999256/67108860
[pid=8507] ppid=8504 vsize=62072 memory=37776 CPUtime=1.49 cores=1,3,5,7
/proc/8507/stat : 8507 (cosoco) R 8504 8507 4693 0 -1 4202496 9659 0 0 0 148 1 0 0 20 0 1 0 435436244 63561728 9444 33554432000 4194304 6211092 140731729149424 140731729145960 5816129 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 22736896 140731729150987 140731729151089 140731729151089 140731729153998 0
/proc/8507/statm: 15518 9444 817 493 0 8823 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 62072 KiB
Current children cumulated memory: 37776 KiB

[startup+3.10912 s]
/proc/loadavg: 1.95 2.00 2.04 3/198 8508
/proc/meminfo: memFree=30339156/32770624 swapFree=66999256/67108860
[pid=8507] ppid=8504 vsize=91640 memory=66668 CPUtime=3.1 cores=1,3,5,7
/proc/8507/stat : 8507 (cosoco) R 8504 8507 4693 0 -1 4202496 17775 0 0 0 308 2 0 0 20 0 1 0 435436244 93839360 16667 33554432000 4194304 6211092 140731729149424 140731729146696 140496824572904 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 22736896 140731729150987 140731729151089 140731729151089 140731729153998 0
/proc/8507/statm: 22910 16667 817 493 0 16215 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 91640 KiB
Current children cumulated memory: 66668 KiB

[startup+6.30027 s]
/proc/loadavg: 1.95 2.00 2.04 3/198 8508
/proc/meminfo: memFree=30283492/32770624 swapFree=66999256/67108860
[pid=8507] ppid=8504 vsize=151892 memory=125940 CPUtime=6.29 cores=1,3,5,7
/proc/8507/stat : 8507 (cosoco) R 8504 8507 4693 0 -1 4202496 34045 0 0 0 624 5 0 0 20 0 1 0 435436244 155537408 31485 33554432000 4194304 6211092 140731729149424 140731729144920 140496837218880 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 22736896 140731729150987 140731729151089 140731729151089 140731729153998 0
/proc/8507/statm: 37973 31485 819 493 0 31278 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 151892 KiB
Current children cumulated memory: 125940 KiB

[startup+12.7004 s]
/proc/loadavg: 2.04 2.01 2.05 3/198 8508
/proc/meminfo: memFree=30127952/32770624 swapFree=66999256/67108860
[pid=8507] ppid=8504 vsize=309040 memory=282456 CPUtime=12.69 cores=1,3,5,7
/proc/8507/stat : 8507 (cosoco) R 8504 8507 4693 0 -1 4202496 97164 0 0 0 1257 12 0 0 20 0 1 0 435436244 316456960 70614 33554432000 4194304 6211092 140731729149424 140731729146744 5156188 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 22736896 140731729150987 140731729151089 140731729151089 140731729153998 0
/proc/8507/statm: 77260 70614 870 493 0 70565 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 309040 KiB
Current children cumulated memory: 282456 KiB

[startup+22.738 s]
# the end of solver process 8507 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=22.5369 s, system=0.19099 s

Solver just ended.
??? end of watcher thread
Dumping a history of the last processes samples

[startup+12.8004 s]
/proc/loadavg: 2.04 2.01 2.05 3/198 8508
/proc/meminfo: memFree=30127952/32770624 swapFree=66999256/67108860
[pid=8507] ppid=8504 vsize=309040 memory=282456 CPUtime=12.79 cores=1,3,5,7
/proc/8507/stat : 8507 (cosoco) R 8504 8507 4693 0 -1 4202496 97164 0 0 0 1267 12 0 0 20 0 1 0 435436244 316456960 70614 33554432000 4194304 6211092 140731729149424 140731729146744 5027136 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 22736896 140731729150987 140731729151089 140731729151089 140731729153998 0
/proc/8507/statm: 77260 70614 870 493 0 70565 0
Current children cumulated CPU time: 12.79 s
Current children cumulated vsize: 309040 KiB
Current children cumulated memory: 282456 KiB

[startup+19.2003 s]
/proc/loadavg: 2.03 2.01 2.05 3/198 8508
/proc/meminfo: memFree=30088124/32770624 swapFree=66999256/67108860
[pid=8507] ppid=8504 vsize=342500 memory=315508 CPUtime=19.18 cores=1,3,5,7
/proc/8507/stat : 8507 (cosoco) R 8504 8507 4693 0 -1 4202496 157158 0 0 0 1902 16 0 0 20 0 1 0 435436244 350720000 78877 33554432000 4194304 6211092 140731729149424 140731729146680 5027136 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 22736896 140731729150987 140731729151089 140731729151089 140731729153998 0
/proc/8507/statm: 85625 78877 870 493 0 78930 0
Current children cumulated CPU time: 19.18 s
Current children cumulated vsize: 342500 KiB
Current children cumulated memory: 315508 KiB

[startup+20.8004 s]
/proc/loadavg: 2.03 2.01 2.05 3/198 8508
/proc/meminfo: memFree=30081592/32770624 swapFree=66999256/67108860
[pid=8507] ppid=8504 vsize=349556 memory=322408 CPUtime=20.78 cores=1,3,5,7
/proc/8507/stat : 8507 (cosoco) R 8504 8507 4693 0 -1 4202496 165179 0 0 0 2062 16 0 0 20 0 1 0 435436244 357945344 80602 33554432000 4194304 6211092 140731729149424 140731729146680 5250251 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 22736896 140731729150987 140731729151089 140731729151089 140731729153998 0
/proc/8507/statm: 87389 80602 870 493 0 80694 0
Current children cumulated CPU time: 20.78 s
Current children cumulated vsize: 349556 KiB
Current children cumulated memory: 322408 KiB

[startup+21.6004 s]
/proc/loadavg: 2.03 2.01 2.05 3/198 8508
/proc/meminfo: memFree=30080104/32770624 swapFree=66999256/67108860
[pid=8507] ppid=8504 vsize=352740 memory=325132 CPUtime=21.58 cores=1,3,5,7
/proc/8507/stat : 8507 (cosoco) R 8504 8507 4693 0 -1 4202496 166080 0 0 0 2141 17 0 0 20 0 1 0 435436244 361205760 81283 33554432000 4194304 6211092 140731729149424 140731729146680 5033619 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 22736896 140731729150987 140731729151089 140731729151089 140731729153998 0
/proc/8507/statm: 88185 81283 870 493 0 81490 0
Current children cumulated CPU time: 21.58 s
Current children cumulated vsize: 352740 KiB
Current children cumulated memory: 325132 KiB

[startup+22.4004 s]
/proc/loadavg: 2.03 2.01 2.05 3/198 8508
/proc/meminfo: memFree=30078616/32770624 swapFree=66999256/67108860
[pid=8507] ppid=8504 vsize=352740 memory=325316 CPUtime=22.38 cores=1,3,5,7
/proc/8507/stat : 8507 (cosoco) R 8504 8507 4693 0 -1 4202496 166151 0 0 0 2221 17 0 0 20 0 1 0 435436244 361205760 81329 33554432000 4194304 6211092 140731729149424 140731729146632 5250272 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 22736896 140731729150987 140731729151089 140731729151089 140731729153998 0
/proc/8507/statm: 88185 81329 870 493 0 81490 0
Current children cumulated CPU time: 22.38 s
Current children cumulated vsize: 352740 KiB
Current children cumulated memory: 325316 KiB

[startup+22.6004 s]
/proc/loadavg: 2.03 2.01 2.05 3/198 8508
/proc/meminfo: memFree=30078616/32770624 swapFree=66999256/67108860
[pid=8507] ppid=8504 vsize=355532 memory=327840 CPUtime=22.58 cores=1,3,5,7
/proc/8507/stat : 8507 (cosoco) R 8504 8507 4693 0 -1 4202496 167006 0 0 0 2241 17 0 0 20 0 1 0 435436244 364064768 81960 33554432000 4194304 6211092 140731729149424 140731729146632 5392081 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 22736896 140731729150987 140731729151089 140731729151089 140731729153998 0
/proc/8507/statm: 88883 81960 870 493 0 82188 0
Current children cumulated CPU time: 22.58 s
Current children cumulated vsize: 355532 KiB
Current children cumulated memory: 327840 KiB

[startup+22.7004 s]
/proc/loadavg: 2.03 2.01 2.05 3/198 8508
/proc/meminfo: memFree=30078616/32770624 swapFree=66999256/67108860
[pid=8507] ppid=8504 vsize=359856 memory=331948 CPUtime=22.68 cores=1,3,5,7
/proc/8507/stat : 8507 (cosoco) R 8504 8507 4693 0 -1 4202496 168263 0 0 0 2251 17 0 0 20 0 1 0 435436244 368492544 82987 33554432000 4194304 6211092 140731729149424 140731729146632 5155957 0 0 4096 8405026 0 0 0 17 5 0 0 0 0 0 8312316 8317760 22736896 140731729150987 140731729151089 140731729151089 140731729153998 0
/proc/8507/statm: 89964 82987 870 493 0 83269 0
Current children cumulated CPU time: 22.68 s
Current children cumulated vsize: 359856 KiB
Current children cumulated memory: 331948 KiB

Child status: 1
Real time (s): 22.7381
CPU time (s): 22.7279
CPU user time (s): 22.5369
CPU system time (s): 0.19099
CPU usage (%): 99.9552
Max. virtual memory (cumulated for all children) (KiB): 359856
Max. memory (cumulated for all children) (KiB): 331948

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.5369
system time used= 0.19099
maximum resident set size= 333304
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 168618
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= 18
involuntary context switches= 22


# summary of solver processes directly reported to runsolver:
#   pid: 8507
#   total CPU time (s): 22.7279
#   total CPU user time (s): 22.5369
#   total CPU system time (s): 0.19099

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.098957 second user time and 0.204662 second system time

The end

Launcher Data

Begin job on node106 at 2019-09-16 00:55:39
IDJOB=4397620
IDBENCH=141088
IDSOLVER=2849
FILE ID=node106/4397620-1568591817
RUNJOBID= node106-1568569106-4725
PBS_JOBID= 21703334
Free space on /tmp= 59084 MiB

SOLVER NAME= cosoco 2.0
BENCH NAME= XCSP18/Rlfap_mini/Rlfap-opt_mini/Rlfap-ext-graph-11-opt_c18.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4397620-1568591817/watcher-4397620-1568591817 -o /tmp/evaluation-result-4397620-1568591817/solver-4397620-1568591817 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node106-1568569106-4725 --watchdog 2560  cosoco -lc -model -restarts -stick HOME/instance-4397620-1568591817.xml

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

MD5SUM BENCH= 883afe48e037930c9e115af2d6f001fb
RANDOM SEED=159544042

node106.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.79
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.79
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.79
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.79
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:        30400900 kB
MemAvailable:   31872288 kB
Buffers:          205116 kB
Cached:          1557048 kB
SwapCached:         8124 kB
Active:           533660 kB
Inactive:        1264884 kB
Active(anon):      37280 kB
Inactive(anon):    43104 kB
Active(file):     496380 kB
Inactive(file):  1221780 kB
Unevictable:      107116 kB
Mlocked:          107116 kB
SwapTotal:      67108860 kB
SwapFree:       66999256 kB
Dirty:             29520 kB
Writeback:             0 kB
AnonPages:        136332 kB
Mapped:            44320 kB
Shmem:             35036 kB
Slab:             167972 kB
SReclaimable:     138124 kB
SUnreclaim:        29848 kB
KernelStack:        3552 kB
PageTables:         5704 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     550336 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     90112 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 59080 MiB
End job on node106 at 2019-09-16 00:56:02