Trace number 4302256

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 1.12Signal 0.011444 0.705747

General information on the benchmark

NameBacp/Bacp-m1/
Bacp-m1-06_c18.xml
MD5SUM32277e0a94b1ff1bbbf238d8a7ce34be
Bench CategoryCOP (optimization problem)
Best result obtained on this benchmarkOPT
Best value of the objective obtained on this benchmark10
Best CPU time to get the best result obtained on this benchmark6.66674
Satisfiable
(Un)Satisfiability was proved
Number of variables152
Number of constraints46
Number of domains8
Minimum domain size2
Maximum domain size10
Distribution of domain sizes[{"size":2,"count":120},{"size":5,"count":6},{"size":6,"count":20},{"size":10,"count":6}]
Minimum variable degree1
Maximum variable degree10
Distribution of variable degrees[{"degree":1,"count":6},{"degree":2,"count":126},{"degree":7,"count":2},{"degree":8,"count":11},{"degree":9,"count":4},{"degree":10,"count":3}]
Minimum constraint arity2
Maximum constraint arity21
Distribution of constraint arities[{"arity":2,"count":14},{"arity":7,"count":20},{"arity":21,"count":12}]
Number of extensional constraints20
Number of intensional constraints14
Distribution of constraint types[{"type":"extension","count":20},{"type":"intension","count":14},{"type":"sum","count":6},{"type":"count","count":6}]
Optimization problemYES
Type of objectivemin MAXIMUM

Solver Data

0.00/0.01	c best=?? lower=6 upper=15 
0.00/0.01	c New Solution: create fragment with 30 vars
0.00/0.01	*** Error in `HOME/cosoco': realloc(): invalid pointer: 0x0000000000595738 ***
0.00/0.01	======= Backtrace: =========
0.00/0.01	/lib64/libc.so.6(+0x7ada4)[0x7f9d6b552da4]
0.00/0.01	/lib64/libc.so.6(realloc+0x379)[0x7f9d6b5587c9]
0.00/0.01	HOME/cosoco(_ZN6Cosoco15HeuristicVarLNS14createFragmentEi+0x2af)[0x51a21f]
0.00/0.01	HOME/cosoco(_ZN6Cosoco9Optimizer19solveInOneDirectionEv+0x82e)[0x50170e]
0.00/0.01	HOME/cosoco(main+0xd84)[0x4be704]
0.00/0.01	/lib64/libc.so.6(__libc_start_main+0xf5)[0x7f9d6b4f9b35]
0.00/0.01	HOME/cosoco[0x4c05bf]
0.00/0.01	======= Memory map: ========
0.00/0.01	00400000-005dc000 r-xp 00000000 08:05 1212419                            HOME/cosoco
0.00/0.01	007dc000-007dd000 r--p 001dc000 08:05 1212419                            HOME/cosoco
0.00/0.01	007dd000-007de000 rw-p 001dd000 08:05 1212419                            HOME/cosoco
0.00/0.01	007de000-007df000 rw-p 00000000 00:00 0 
0.00/0.01	019dd000-01a50000 rw-p 00000000 00:00 0                                  [heap]
0.00/0.01	7f9d64000000-7f9d64021000 rw-p 00000000 00:00 0 
0.00/0.01	7f9d64021000-7f9d68000000 ---p 00000000 00:00 0 
0.00/0.01	7f9d6ac75000-7f9d6ac8c000 r-xp 00000000 08:03 327749                     /usr/lib64/libpthread-2.17.so
0.00/0.01	7f9d6ac8c000-7f9d6ae8b000 ---p 00017000 08:03 327749                     /usr/lib64/libpthread-2.17.so
0.00/0.01	7f9d6ae8b000-7f9d6ae8c000 r--p 00016000 08:03 327749                     /usr/lib64/libpthread-2.17.so
0.00/0.01	7f9d6ae8c000-7f9d6ae8d000 rw-p 00017000 08:03 327749                     /usr/lib64/libpthread-2.17.so
0.00/0.01	7f9d6ae8d000-7f9d6ae91000 rw-p 00000000 00:00 0 
0.00/0.01	7f9d6ae91000-7f9d6aeb6000 r-xp 00000000 08:03 327923                     /usr/lib64/liblzma.so.5.2.2
0.00/0.01	7f9d6aeb6000-7f9d6b0b5000 ---p 00025000 08:03 327923                     /usr/lib64/liblzma.so.5.2.2
0.00/0.01	7f9d6b0b5000-7f9d6b0b6000 r--p 00024000 08:03 327923                     /usr/lib64/liblzma.so.5.2.2
0.00/0.01	7f9d6b0b6000-7f9d6b0b7000 rw-p 00025000 08:03 327923                     /usr/lib64/liblzma.so.5.2.2
0.00/0.01	7f9d6b0b7000-7f9d6b0d3000 r-xp 00000000 00:28 9601255                    /home/evaluation/evaluation/tools-centos7/lib/libz.so.1.2.11
0.00/0.01	7f9d6b0d3000-7f9d6b2d2000 ---p 0001c000 00:28 9601255                    /home/evaluation/evaluation/tools-centos7/lib/libz.so.1.2.11
0.00/0.01	7f9d6b2d2000-7f9d6b2d3000 r--p 0001b000 00:28 9601255                    /home/evaluation/evaluation/tools-centos7/lib/libz.so.1.2.11
0.00/0.01	7f9d6b2d3000-7f9d6b2d4000 rw-p 0001c000 00:28 9601255                    /home/evaluation/evaluation/tools-centos7/lib/libz.so.1.2.11
0.00/0.01	7f9d6b2d4000-7f9d6b2d6000 r-xp 00000000 08:03 327729                     /usr/lib64/libdl-2.17.so
0.00/0.01	7f9d6b2d6000-7f9d6b4d6000 ---p 00002000 08:03 327729                     /usr/lib64/libdl-2.17.so
0.00/0.01	7f9d6b4d6000-7f9d6b4d7000 r--p 00002000 08:03 327729                     /usr/lib64/libdl-2.17.so
0.00/0.01	7f9d6b4d7000-7f9d6b4d8000 rw-p 00003000 08:03 327729                     /usr/lib64/libdl-2.17.so
0.00/0.01	7f9d6b4d8000-7f9d6b68e000 r-xp 00000000 08:03 327723                     /usr/lib64/libc-2.17.so
0.00/0.01	7f9d6b68e000-7f9d6b88e000 ---p 001b6000 08:03 327723                     /usr/lib64/libc-2.17.so
0.00/0.01	7f9d6b88e000-7f9d6b892000 r--p 001b6000 08:03 327723                     /usr/lib64/libc-2.17.so
0.00/0.01	7f9d6b892000-7f9d6b894000 rw-p 001ba000 08:03 327723                     /usr/lib64/libc-2.17.so
0.00/0.01	7f9d6b894000-7f9d6b899000 rw-p 00000000 00:00 0 
0.00/0.01	7f9d6b899000-7f9d6b8af000 r-xp 00000000 00:28 13385817                   /home/evaluation/evaluation/tools-centos7/lib64/libgcc_s.so.1
0.00/0.01	7f9d6b8af000-7f9d6baae000 ---p 00016000 00:28 13385817                   /home/evaluation/evaluation/tools-centos7/lib64/libgcc_s.so.1
0.00/0.01	7f9d6baae000-7f9d6baaf000 r--p 00015000 00:28 13385817                   /home/evaluation/evaluation/tools-centos7/lib64/libgcc_s.so.1
0.00/0.01	7f9d6baaf000-7f9d6bab0000 rw-p 00016000 00:28 13385817                   /home/evaluation/evaluation/tools-centos7/lib64/libgcc_s.so.1
0.00/0.01	7f9d6bab0000-7f9d6bbb0000 r-xp 00000000 08:03 327731                     /usr/lib64/libm-2.17.so
0.00/0.01	7f9d6bbb0000-7f9d6bdb0000 ---p 00100000 08:03 327731                     /usr/lib64/libm-2.17.so
0.00/0.01	7f9d6bdb0000-7f9d6bdb1000 r--p 00100000 08:03 327731                     /usr/lib64/libm-2.17.so
0.00/0.01	7f9d6bdb1000-7f9d6bdb2000 rw-p 00101000 08:03 327731                     /usr/lib64/libm-2.17.so
0.00/0.01	7f9d6bdb2000-7f9d6bf24000 r-xp 00000000 00:28 13385788                   /home/evaluation/evaluation/tools-centos7/lib64/libstdc++.so.6.0.23
0.00/0.01	7f9d6bf24000-7f9d6c124000 ---p 00172000 00:28 13385788                   /home/evaluation/evaluation/tools-centos7/lib64/libstdc++.so.6.0.23
0.00/0.01	7f9d6c124000-7f9d6c12e000 r--p 00172000 00:28 13385788                   /home/evaluation/evaluation/tools-centos7/lib64/libstdc++.so.6.0.23
0.00/0.01	7f9d6c12e000-7f9d6c130000 rw-p 0017c000 00:28 13385788                   /home/evaluation/evaluation/tools-centos7/lib64/libstdc++.so.6.0.23
0.00/0.01	7f9d6c130000-7f9d6c134000 rw-p 00000000 00:00 0 
0.00/0.01	7f9d6c134000-7f9d6c28f000 r-xp 00000000 00:28 9601343                    /home/evaluation/evaluation/tools-centos7/lib/libxml2.so.2.9.4
0.00/0.01	7f9d6c28f000-7f9d6c48e000 ---p 0015b000 00:28 9601343                    /home/evaluation/evaluation/tools-centos7/lib/libxml2.so.2.9.4
0.00/0.01	7f9d6c48e000-7f9d6c496000 r--p 0015a000 00:28 9601343                    /home/evaluation/evaluation/tools-centos7/lib/libxml2.so.2.9.4
0.00/0.01	7f9d6c496000-7f9d6c498000 rw-p 00162000 00:28 9601343                    /home/evaluation/evaluation/tools-centos7/lib/libxml2.so.2.9.4
0.00/0.01	7f9d6c498000-7f9d6c499000 rw-p 00000000 00:00 0 
0.00/0.01	7f9d6c499000-7f9d6c4b9000 r-xp 00000000 08:03 327880                     /usr/lib64/ld-2.17.so
0.00/0.01	7f9d6c68f000-7f9d6c696000 rw-p 00000000 00:00 0 
0.00/0.01	7f9d6c6b4000-7f9d6c6b8000 rw-p 00000000 00:00 0 
0.00/0.01	7f9d6c6b8000-7f9d6c6b9000 r--p 0001f000 08:03 327880                     /usr/lib64/ld-2.17.so
0.00/0.01	7f9d6c6b9000-7f9d6c6ba000 rw-p 00020000 08:03 327880                     /usr/lib64/ld-2.17.so
0.00/0.01	7f9d6c6ba000-7f9d6c6bb000 rw-p 00000000 00:00 0 
0.00/0.01	7fff0889d000-7fff088be000 rw-p 00000000 00:00 0                          [stack]
0.00/0.01	7fff08985000-7fff08987000 r-xp 00000000 00:00 0                          [vdso]
0.00/0.01	ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]
0.00/0.01	c
0.00/0.01	c This is cosoco 1.12 --  
0.00/0.01	c
0.00/0.01	c command line: HOME/cosoco -lc -model -restarts HOME/instance-4302256-1532890700.xml 
0.00/0.01	c enable optimization
0.00/0.01	c ========================================[ Problem Statistics ]===========================================
0.00/0.01	c |                                                                                                       
0.00/0.01	c |  Parse time        :         0.01 s 
0.00/0.01	c |
0.00/0.01	c |               Variables: 152
0.00/0.01	c |            Domain Sizes: 2..10
0.00/0.01	c |
0.00/0.01	c |             Constraints: 47
0.00/0.01	c |                   Arity: 2..21  -- Binary: 14
0.00/0.01	c | 
0.00/0.01	c |                   Types: 
0.00/0.01	c |                          (X - Y < k): 14
0.00/0.01	c |                          Exactly K variable: 6
0.00/0.01	c |                          Extension: 20  (nb tuples: 6..6) -- (shared: 15)
0.00/0.01	c |                          Max constant: 1
0.00/0.01	c |                          Sum: 6
0.00/0.01	c |                          
0.00/0.01	c |               Objective: Minimize Max constant
0.00/0.01	
0.00/0.01	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 (13469 MiB free)
  memory of node 1: 16384 MiB (14082 MiB free)
  node distances:
     10  21
     21  10

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4302256-1532890700/watcher-4302256-1532890700 -o /tmp/evaluation-result-4302256-1532890700/solver-4302256-1532890700 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532885916-11035 --watchdog 312 HOME/cosoco -lc -model -restarts HOME/instance-4302256-1532890700.xml 

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

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 252 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 282 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 252 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
Current StackSize limit: 8192 KiB

solver pid=14261, runsolver pid=14258

[startup+0.100133 s]*
/proc/loadavg: 1.99 1.98 1.95 2/188 14263
/proc/meminfo: memFree=28211704/32770624 swapFree=67108436/67108860
[pid=14261] ppid=14258 vsize=92960 memory=4264 CPUtime=0 cores=1,3,5,7
/proc/14261/stat : 14261 (cosoco) S 14258 14261 9814 0 -1 512 1223 0 0 0 0 0 0 0 20 0 1 0 106633166 95191040 1066 33554432000 4194304 6142532 140733336767504 140733336760536 5172655 0 32 4096 8405026 18446744071580971376 0 0 17 1 0 0 0 0 0 8243016 8247936 27119616 140733336769675 140733336769805 140733336769805 140733336772558 0
/proc/14261/statm: 23240 1066 915 476 0 16562 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 92960 KiB
Current children cumulated memory: 4264 KiB

[startup+0.209602 s]*
/proc/loadavg: 1.99 1.98 1.95 2/188 14263
/proc/meminfo: memFree=28209564/32770624 swapFree=67108436/67108860
[pid=14261] ppid=14258 vsize=92960 memory=4264 CPUtime=0 cores=1,3,5,7
/proc/14261/stat : 14261 (cosoco) S 14258 14261 9814 0 -1 512 1223 0 0 0 0 0 0 0 20 0 1 0 106633166 95191040 1066 33554432000 4194304 6142532 140733336767504 140733336760536 5172655 0 32 4096 8405026 18446744071580971376 0 0 17 1 0 0 0 0 0 8243016 8247936 27119616 140733336769675 140733336769805 140733336769805 140733336772558 0
/proc/14261/statm: 23240 1066 915 476 0 16562 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 92960 KiB
Current children cumulated memory: 4264 KiB

[startup+0.309387 s]*
/proc/loadavg: 1.99 1.98 1.95 2/188 14263
/proc/meminfo: memFree=28209192/32770624 swapFree=67108436/67108860
[pid=14261] ppid=14258 vsize=92960 memory=4264 CPUtime=0 cores=1,3,5,7
/proc/14261/stat : 14261 (cosoco) S 14258 14261 9814 0 -1 512 1223 0 0 0 0 0 0 0 20 0 1 0 106633166 95191040 1066 33554432000 4194304 6142532 140733336767504 140733336760536 5172655 0 32 4096 8405026 18446744071580971376 0 0 17 1 0 0 0 0 0 8243016 8247936 27119616 140733336769675 140733336769805 140733336769805 140733336772558 0
/proc/14261/statm: 23240 1066 915 476 0 16562 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 92960 KiB
Current children cumulated memory: 4264 KiB

[startup+0.700275 s]
/proc/loadavg: 1.99 1.98 1.95 2/188 14263
/proc/meminfo: memFree=28207416/32770624 swapFree=67108436/67108860
[pid=14261] ppid=14258 vsize=92960 memory=4264 CPUtime=0 cores=1,3,5,7
/proc/14261/stat : 14261 (cosoco) t 14258 14261 9814 0 -1 1073742336 1224 0 0 0 0 0 0 0 20 0 1 0 106633166 95191040 1066 33554432000 4194304 6142532 140733336767504 140733336760536 5172655 0 32 4096 8405026 18446744071579484205 0 0 17 1 0 0 0 0 0 8243016 8247936 27119616 140733336769675 140733336769805 140733336769805 140733336772558 0
/proc/14261/statm: 23240 1066 915 476 0 16562 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 92960 KiB
Current children cumulated memory: 4264 KiB

[startup+0.705715 s]
# the end of solver process 14261 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=0.010122 s, system=0.001322 s

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

[startup+0.700275 s]
/proc/loadavg: 1.99 1.98 1.95 2/188 14263
/proc/meminfo: memFree=28207416/32770624 swapFree=67108436/67108860
[pid=14261] ppid=14258 vsize=92960 memory=4264 CPUtime=0 cores=1,3,5,7
/proc/14261/stat : 14261 (cosoco) t 14258 14261 9814 0 -1 1073742336 1224 0 0 0 0 0 0 0 20 0 1 0 106633166 95191040 1066 33554432000 4194304 6142532 140733336767504 140733336760536 5172655 0 32 4096 8405026 18446744071579484205 0 0 17 1 0 0 0 0 0 8243016 8247936 27119616 140733336769675 140733336769805 140733336769805 140733336772558 0
/proc/14261/statm: 23240 1066 915 476 0 16562 0
Current children cumulated CPU time: 0 s
Current children cumulated vsize: 92960 KiB
Current children cumulated memory: 4264 KiB

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 0.705747
CPU time (s): 0.011444
CPU user time (s): 0.010122
CPU system time (s): 0.001322
CPU usage (%): 1.62154
Max. virtual memory (cumulated for all children) (KiB): 92960
Max. memory (cumulated for all children) (KiB): 4264

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.010122
system time used= 0.001322
maximum resident set size= 4268
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1224
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= 261
involuntary context switches= 1


# summary of solver processes directly reported to runsolver:
#   pid: 14261
#   total CPU time (s): 0.011444
#   total CPU user time (s): 0.010122
#   total CPU system time (s): 0.001322

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.02779 second user time and 0.040141 second system time

The end

Launcher Data

Begin job on node137 at 2018-07-29 20:58:20
IDJOB=4302256
IDBENCH=141687
IDSOLVER=2774
FILE ID=node137/4302256-1532890700
RUNJOBID= node137-1532885916-11035
PBS_JOBID= 21022513
Free space on /tmp= 48532 MiB

SOLVER NAME= cosoco 1.12
BENCH NAME= XCSP18/Bacp/Bacp-m1/Bacp-m1-06_c18.xml
COMMAND LINE= DIR/cosoco -lc -model -restarts BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4302256-1532890700/watcher-4302256-1532890700 -o /tmp/evaluation-result-4302256-1532890700/solver-4302256-1532890700 -C 252 -W 252 -M 15500 --bin-var /tmp/runsolver-exch-node137-1532885916-11035 --watchdog 312  HOME/cosoco -lc -model -restarts HOME/instance-4302256-1532890700.xml

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

MD5SUM BENCH= 32277e0a94b1ff1bbbf238d8a7ce34be
RANDOM SEED=1739024193

node137.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.54
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.56
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.54
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.56
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.54
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.56
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.54
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.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:


/proc/meminfo:
MemTotal:       32770624 kB
MemFree:        28214668 kB
MemAvailable:   31930932 kB
Buffers:          214928 kB
Cached:          3737556 kB
SwapCached:           32 kB
Active:          1720768 kB
Inactive:        2289320 kB
Active(anon):       5428 kB
Inactive(anon):    80044 kB
Active(file):    1715340 kB
Inactive(file):  2209276 kB
Unevictable:        7424 kB
Mlocked:            7424 kB
SwapTotal:      67108860 kB
SwapFree:       67108436 kB
Dirty:              2748 kB
Writeback:             0 kB
AnonPages:         64900 kB
Mapped:            44500 kB
Shmem:             25052 kB
Slab:             243280 kB
SReclaimable:     214964 kB
SUnreclaim:        28316 kB
KernelStack:        3296 kB
PageTables:         5096 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     352932 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     10240 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      114048 kB
DirectMap2M:    33431552 kB

Free space on /tmp at the end= 48528 MiB
End job on node137 at 2018-07-29 20:58:21