Trace number 4389608

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 NameAnswerCPU timeWall clock time
cosoco 2? (TO) 2520.02 2520.08

General information on the benchmark

NameXCSP19/hcp/
graph197.xml
MD5SUM037a78a785183bf334685935f46df3ca
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark156.565
Satisfiable
(Un)Satisfiability was proved
Number of variables1188
Number of constraints1
Number of domains1188
Minimum domain size3
Maximum domain size4
Distribution of domain sizes[{"size":3,"count":1186},{"size":4,"count":2}]
Minimum variable degree1
Maximum variable degree1
Distribution of variable degrees[{"degree":1,"count":1188}]
Minimum constraint arity1188
Maximum constraint arity1188
Distribution of constraint arities[{"arity":1188,"count":1}]
Number of extensional constraints0
Number of intensional constraints0
Distribution of constraint types[{"type":"circuit","count":1}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.03	c root propagations     : 0           
0.00/0.03	c restarts enabled, print stats at every restarts
0.00/0.03	c
0.00/0.03	c
0.00/0.03	c
0.00/0.03	c This is cosoco 2.00 --  
0.00/0.03	c
0.00/0.03	c command line: cosoco -lc -model -restarts -stick HOME/instance-4389608-1568360387.xml 
0.00/0.03	c ========================================[ Problem Statistics ]===========================================
0.00/0.03	c |                                                                                                       
0.00/0.03	c |  Parse time        :         0.02 s 
0.00/0.03	c |
0.00/0.03	c |               Variables: 1188
0.00/0.03	c |            Domain Sizes: 3..4
0.00/0.03	c |
0.00/0.03	c |             Constraints: 1
0.00/0.03	c |                   Arity: 1188..1188
0.00/0.03	c | 
0.00/0.03	c |                   Types: 
0.00/0.03	c |                          Circuit: 1
0.00/0.03	c |                          
0.00/0.03	c =========================================================================================================
0.00/0.03	c conflicts      decisions      filterCalls    propagations   Root Prop.     Nogoods        min/max/avg depth
2520.00/2519.80	
2520.00/2519.80	c *** INTERRUPTED ***
2520.00/2519.80	c restarts              : 0           
2520.00/2519.80	c conflicts             : 4            (0 /sec)
2520.00/2519.80	c decisions             : 13           (0 /sec)
2520.00/2519.80	c propagations          : 142         (0 /sec)
2520.00/2519.80	c root propagations     : 0           
2520.00/2519.80	c filter calls          : 23             (0 /sec)
2520.00/2519.80	c useless filter calls  : 5              (21 %)
2520.00/2519.80	c Memory used           : 27.89 MB
2520.00/2519.80	c CPU time              : 2520.01 s
2520.00/2519.80	c real time             : 2519.8 s
2520.00/2519.80	
2520.00/2519.80	s UNKNOWN*** Error in `cosoco': free(): invalid next size (normal): 0x0000000001d72c20 ***
2520.00/2519.80	======= Backtrace: =========
2520.00/2519.80	/lib64/libc.so.6(+0x7c503)[0x7fe18df87503]
2520.00/2519.80	/lib64/libc.so.6(+0x38a70)[0x7fe18df43a70]
2520.00/2519.80	/lib64/libc.so.6(+0x38a95)[0x7fe18df43a95]
2520.00/2519.80	cosoco[0x4f2d48]
2520.00/2519.80	/lib64/libc.so.6(+0x35250)[0x7fe18df40250]
2520.00/2519.80	cosoco(_ZN6Cosoco6Solver6delIdvEPNS_8VariableEi+0x0)[0x523d50]
2520.00/2519.80	cosoco(_ZN6Cosoco7Circuit6filterEPNS_8VariableE+0x12a)[0x4e818a]
2520.00/2519.80	cosoco(_ZN6Cosoco6Solver9propagateEb+0x135)[0x525b05]
2520.00/2519.80	cosoco(_ZN6Cosoco6Solver6searchERNS_3vecINS_15RootPropagationEEE+0x2bb)[0x5274fb]
2520.00/2519.80	cosoco(main+0x7aa)[0x4c226a]
2520.00/2519.80	/lib64/libc.so.6(__libc_start_main+0xf5)[0x7fe18df2cb35]
2520.00/2519.80	cosoco[0x4c4bcf]
2520.00/2519.80	======= Memory map: ========
2520.00/2519.80	00400000-005ed000 r-xp 00000000 08:05 1024003                            HOME/cosoco
2520.00/2519.80	007ec000-007ed000 r--p 001ec000 08:05 1024003                            HOME/cosoco
2520.00/2519.80	007ed000-007ee000 rw-p 001ed000 08:05 1024003                            HOME/cosoco
2520.00/2519.80	007ee000-007ef000 rw-p 00000000 00:00 0 
2520.00/2519.80	01d61000-01ede000 rw-p 00000000 00:00 0                                  [heap]
2520.00/2519.80	7fe188000000-7fe188021000 rw-p 00000000 00:00 0 
2520.00/2519.80	7fe188021000-7fe18c000000 ---p 00000000 00:00 0 
2520.00/2519.80	7fe18d8c4000-7fe18d8e9000 r-xp 00000000 08:03 181040                     /usr/lib64/liblzma.so.5.2.2
2520.00/2519.80	7fe18d8e9000-7fe18dae8000 ---p 00025000 08:03 181040                     /usr/lib64/liblzma.so.5.2.2
2520.00/2519.80	7fe18dae8000-7fe18dae9000 r--p 00024000 08:03 181040                     /usr/lib64/liblzma.so.5.2.2
2520.00/2519.80	7fe18dae9000-7fe18daea000 rw-p 00025000 08:03 181040                     /usr/lib64/liblzma.so.5.2.2
2520.00/2519.80	7fe18daea000-7fe18db06000 r-xp 00000000 00:27 145886960                  /home/evaluation/evaluation/tools-centos7/lib/libz.so.1.2.11
2520.00/2519.80	7fe18db06000-7fe18dd05000 ---p 0001c000 00:27 145886960                  /home/evaluation/evaluation/tools-centos7/lib/libz.so.1.2.11
2520.00/2519.80	7fe18dd05000-7fe18dd06000 r--p 0001b000 00:27 145886960                  /home/evaluation/evaluation/tools-centos7/lib/libz.so.1.2.11
2520.00/2519.80	7fe18dd06000-7fe18dd07000 rw-p 0001c000 00:27 145886960                  /home/evaluation/evaluation/tools-centos7/lib/libz.so.1.2.11
2520.00/2519.80	7fe18dd07000-7fe18dd09000 r-xp 00000000 08:03 180846                     /usr/lib64/libdl-2.17.so
2520.00/2519.80	7fe18dd09000-7fe18df09000 ---p 00002000 08:03 180846                     /usr/lib64/libdl-2.17.so
2520.00/2519.80	7fe18df09000-7fe18df0a000 r--p 00002000 08:03 180846                     /usr/lib64/libdl-2.17.so
2520.00/2519.80	7fe18df0a000-7fe18df0b000 rw-p 00003000 08:03 180846                     /usr/lib64/libdl-2.17.so
2520.00/2519.80	7fe18df0b000-7fe18e0c1000 r-xp 00000000 08:03 180840                     /usr/lib64/libc-2.17.so
2520.00/2519.80	7fe18e0c1000-7fe18e2c1000 ---p 001b6000 08:03 180840                     /usr/lib64/libc-2.17.so
2520.00/2519.80	7fe18e2c1000-7fe18e2c5000 r--p 001b6000 08:03 180840                     /usr/lib64/libc-2.17.so
2520.00/2519.80	7fe18e2c5000-7fe18e2c7000 rw-p 001ba000 08:03 180840                     /usr/lib64/libc-2.17.so
2520.00/2519.80	7fe18e2c7000-7fe18e2cc000 rw-p 00000000 00:00 0 
2520.00/2519.80	7fe18e2cc000-7fe18e2e2000 r-xp 00000000 00:27 145886976                  /home/evaluation/evaluation/tools-centos7/lib64/libgcc_s.so.1
2520.00/2519.80	7fe18e2e2000-7fe18e4e1000 ---p 00016000 00:27 145886976                  /home/evaluation/evaluation/tools-centos7/lib64/libgcc_s.so.1
2520.00/2519.80	7fe18e4e1000-7fe18e4e2000 r--p 00015000 00:27 145886976                  /home/evaluation/evaluation/tools-centos7/lib64/libgcc_s.so.1
2520.00/2519.80	7fe18e4e2000-7fe18e4e3000 rw-p 00016000 00:27 145886976                  /home/evaluation/evaluation/tools-centos7/lib64/libgcc_s.so.1
2520.00/2519.80	7fe18e4e3000-7fe18e5e3000 r-xp 00000000 08:03 180848                     /usr/lib64/libm-2.17.so
2520.00/2519.80	7fe18e5e3000-7fe18e7e3000 ---p 00100000 08:03 180848                     /usr/lib64/libm-2.17.so
2520.00/2519.80	7fe18e7e3000-7fe18e7e4000 r--p 00100000 08:03 180848                     /usr/lib64/libm-2.17.so
2520.00/2519.80	7fe18e7e4000-7fe18e7e5000 rw-p 00101000 08:03 180848                     /usr/lib64/libm-2.17.so
2520.00/2519.80	7fe18e7e5000-7fe18e957000 r-xp 00000000 00:27 145887006                  /home/evaluation/evaluation/tools-centos7/lib64/libstdc++.so.6.0.23
2520.00/2519.80	7fe18e957000-7fe18eb57000 ---p 00172000 00:27 145887006                  /home/evaluation/evaluation/tools-centos7/lib64/libstdc++.so.6.0.23
2520.00/2519.80	7fe18eb57000-7fe18eb61000 r--p 00172000 00:27 145887006                  /home/evaluation/evaluation/tools-centos7/lib64/libstdc++.so.6.0.23
2520.00/2519.80	7fe18eb61000-7fe18eb63000 rw-p 0017c000 00:27 145887006                  /home/evaluation/evaluation/tools-centos7/lib64/libstdc++.so.6.0.23
2520.00/2519.80	7fe18eb63000-7fe18eb67000 rw-p 00000000 00:00 0 
2520.00/2519.80	7fe18eb67000-7fe18ecc2000 r-xp 00000000 00:27 145886958                  /home/evaluation/evaluation/tools-centos7/lib/libxml2.so.2.9.4
2520.00/2519.80	7fe18ecc2000-7fe18eec1000 ---p 0015b000 00:27 145886958                  /home/evaluation/evaluation/tools-centos7/lib/libxml2.so.2.9.4
2520.00/2519.80	7fe18eec1000-7fe18eec9000 r--p 0015a000 00:27 145886958                  /home/evaluation/evaluation/tools-centos7/lib/libxml2.so.2.9.4
2520.00/2519.80	7fe18eec9000-7fe18eecb000 rw-p 00162000 00:27 145886958                  /home/evaluation/evaluation/tools-centos7/lib/libxml2.so.2.9.4
2520.00/2519.80	7fe18eecb000-7fe18eecc000 rw-p 00000000 00:00 0 
2520.00/2519.80	7fe18eecc000-7fe18eee3000 r-xp 00000000 08:03 180866                     /usr/lib64/libpthread-2.17.so
2520.00/2519.80	7fe18eee3000-7fe18f0e2000 ---p 00017000 08:03 180866                     /usr/lib64/libpthread-2.17.so
2520.00/2519.80	7fe18f0e2000-7fe18f0e3000 r--p 00016000 08:03 180866                     /usr/lib64/libpthread-2.17.so
2520.00/2519.80	7fe18f0e3000-7fe18f0e4000 rw-p 00017000 08:03 180866                     /usr/lib64/libpthread-2.17.so
2520.00/2519.80	7fe18f0e4000-7fe18f0e8000 rw-p 00000000 00:00 0 
2520.00/2519.80	7fe18f0e8000-7fe18f108000 r-xp 00000000 08:03 180997                     /usr/lib64/ld-2.17.so
2520.00/2519.80	7fe18f2de000-7fe18f2e6000 rw-p 00000000 00:00 0 
2520.00/2519.80	7fe18f304000-7fe18f307000 rw-p 00000000 00:00 0 
2520.00/2519.80	7fe18f307000-7fe18f308000 r--p 0001f000 08:03 180997                     /usr/lib64/ld-2.17.so
2520.00/2519.80	7fe18f308000-7fe18f309000 rw-p 00020000 08:03 180997                     /usr/lib64/ld-2.17.so
2520.00/2519.80	7fe18f309000-7fe18f30a000 rw-p 00000000 00:00 0 
2520.00/2519.80	7fffbdc7c000-7fffbdc9d000 rw-p 00000000 00:00 0                          [stack]
2520.00/2519.80	7fffbdcd9000-7fffbdcdb000 r-xp 00000000 00:00 0                          [vdso]
2520.00/2519.80	ffffffffff600000-ffffffffff601000 r-xp 00000000 00:00 0                  [vsyscall]

Verifier Data


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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4389608-1568360387/watcher-4389608-1568360387 -o /tmp/evaluation-result-4389608-1568360387/solver-4389608-1568360387 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568358628-25237 --watchdog 2580 cosoco -lc -model -restarts -stick HOME/instance-4389608-1568360387.xml 

running on 4 cores: 0,2,4,6

Enforcing CPUTime limit (soft limit, will send SIGTERM then SIGKILL): 2520 seconds
Enforcing CPUTime limit (hard limit, will send SIGXCPU): 2550 seconds
Enforcing wall clock limit (soft limit, will send SIGTERM then SIGKILL): 2520 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=25798, runsolver pid=25795


[startup+0.100235 s]*
/proc/loadavg: 2.11 2.07 1.98 3/200 25799
/proc/meminfo: memFree=31885512/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5012 CPUtime=0.1 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1432 0 0 0 10 0 0 0 20 0 1 0 412200294 29237248 1253 33554432000 4194304 6210612 140736377499104 140736377497368 5390000 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1253 829 493 0 443 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5012 KiB

[startup+0.209535 s]*
/proc/loadavg: 2.11 2.07 1.98 3/200 25799
/proc/meminfo: memFree=31885140/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5012 CPUtime=0.21 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1432 0 0 0 21 0 0 0 20 0 1 0 412200294 29237248 1253 33554432000 4194304 6210612 140736377499104 140736377497368 5389663 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1253 829 493 0 443 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5012 KiB

[startup+0.30898 s]*
/proc/loadavg: 2.11 2.07 1.98 3/200 25799
/proc/meminfo: memFree=31885140/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5012 CPUtime=0.31 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1432 0 0 0 31 0 0 0 20 0 1 0 412200294 29237248 1253 33554432000 4194304 6210612 140736377499104 140736377497368 5145205 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1253 829 493 0 443 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5012 KiB

[startup+0.700222 s]
/proc/loadavg: 2.11 2.07 1.98 3/200 25799
/proc/meminfo: memFree=31885140/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5012 CPUtime=0.69 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1432 0 0 0 69 0 0 0 20 0 1 0 412200294 29237248 1253 33554432000 4194304 6210612 140736377499104 140736377497368 5389663 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1253 829 493 0 443 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5012 KiB

[startup+1.50023 s]
/proc/loadavg: 2.11 2.07 1.98 3/200 25799
/proc/meminfo: memFree=31884784/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5012 CPUtime=1.49 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1432 0 0 0 149 0 0 0 20 0 1 0 412200294 29237248 1253 33554432000 4194304 6210612 140736377499104 140736377497368 5145051 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1253 829 493 0 443 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5012 KiB

[startup+3.10911 s]
/proc/loadavg: 2.10 2.06 1.98 3/200 25799
/proc/meminfo: memFree=31884860/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5012 CPUtime=3.1 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1441 0 0 0 310 0 0 0 20 0 1 0 412200294 29237248 1253 33554432000 4194304 6210612 140736377499104 140736377497368 5389648 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1253 829 493 0 443 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5012 KiB

[startup+6.30022 s]
/proc/loadavg: 2.10 2.06 1.98 3/200 25799
/proc/meminfo: memFree=31884612/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5012 CPUtime=6.28 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1450 0 0 0 628 0 0 0 20 0 1 0 412200294 29237248 1253 33554432000 4194304 6210612 140736377499104 140736377497368 5389659 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1253 829 493 0 443 0
Current children cumulated CPU time: 6.28 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5012 KiB

[startup+12.7002 s]
/proc/loadavg: 2.09 2.06 1.98 3/200 25799
/proc/meminfo: memFree=31884456/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5012 CPUtime=12.68 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1459 0 0 0 1268 0 0 0 20 0 1 0 412200294 29237248 1253 33554432000 4194304 6210612 140736377499104 140736377497368 5192928 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1253 829 493 0 443 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5012 KiB

[startup+25.5002 s]
/proc/loadavg: 2.07 2.06 1.98 3/200 25802
/proc/meminfo: memFree=31883772/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5012 CPUtime=25.48 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1477 0 0 0 2548 0 0 0 20 0 1 0 412200294 29237248 1253 33554432000 4194304 6210612 140736377499104 140736377497368 5145217 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1253 829 493 0 443 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5012 KiB

[startup+51.1095 s]
/proc/loadavg: 2.05 2.06 1.98 3/201 25809
/proc/meminfo: memFree=31883416/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=51.09 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1486 0 0 0 5109 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5145051 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB

[startup+102.3 s]
/proc/loadavg: 2.02 2.04 1.98 3/201 25813
/proc/meminfo: memFree=31884112/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=102.28 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1495 0 0 0 10228 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5389659 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 102.28 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB

[startup+162.3 s]
/proc/loadavg: 2.01 2.04 1.98 3/201 25819
/proc/meminfo: memFree=31883728/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=162.28 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1504 0 0 0 16228 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5389663 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 162.28 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB

[startup+222.3 s]
/proc/loadavg: 2.00 2.03 1.98 3/201 25823
/proc/meminfo: memFree=31883636/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=222.28 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1513 0 0 0 22228 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5389652 0 0 4096 8405026 0 0 0 17 0 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 222.28 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB

[startup+282.3 s]
/proc/loadavg: 1.96 2.01 1.97 3/200 25827
/proc/meminfo: memFree=31883864/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=282.29 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1522 0 0 0 28229 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5144970 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 282.29 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB

[startup+342.3 s]
/proc/loadavg: 1.99 2.01 1.97 3/200 25833
/proc/meminfo: memFree=31883092/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=342.29 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1522 0 0 0 34229 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5389648 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 342.29 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB

[startup+402.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/199 25837
/proc/meminfo: memFree=31883460/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=402.3 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1531 0 0 0 40230 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5145214 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 402.3 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB

[startup+462.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/199 25841
/proc/meminfo: memFree=31884168/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=462.3 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1531 0 0 0 46230 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5144961 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 462.3 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB


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

Current children cumulated CPU time: 1782.43 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB

[startup+1842.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/199 25989
/proc/meminfo: memFree=31880832/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=1842.44 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1639 0 0 0 184244 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5389648 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 1842.44 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB

[startup+1902.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/200 26001
/proc/meminfo: memFree=31881572/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=1902.44 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1639 0 0 0 190244 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5389659 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 1902.44 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB

[startup+1962.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/200 26007
/proc/meminfo: memFree=31882096/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=1962.45 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1648 0 0 0 196245 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5389663 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 1962.45 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB

[startup+2022.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/200 26011
/proc/meminfo: memFree=31881608/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=2022.46 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1648 0 0 0 202246 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5145051 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 2022.46 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB

[startup+2082.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/200 26015
/proc/meminfo: memFree=31882416/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=2082.46 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1657 0 0 0 208246 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5389663 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 2082.46 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB

[startup+2142.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/200 26021
/proc/meminfo: memFree=31881776/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=2142.47 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1657 0 0 0 214247 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5144965 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 2142.47 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB

[startup+2202.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/199 26025
/proc/meminfo: memFree=31881452/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=2202.47 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1666 0 0 0 220247 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5389652 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 2202.47 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB

[startup+2262.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/199 26029
/proc/meminfo: memFree=31882600/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=2262.48 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1666 0 0 0 226248 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5389648 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 2262.48 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB

[startup+2322.3 s]
/proc/loadavg: 2.00 2.01 1.97 3/199 26035
/proc/meminfo: memFree=31881892/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=2322.49 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1675 0 0 0 232249 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5389648 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 2322.49 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB

[startup+2382.3 s]
/proc/loadavg: 2.08 2.03 1.98 3/199 26039
/proc/meminfo: memFree=31882176/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=2382.49 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1675 0 0 0 238249 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5144943 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 2382.49 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB

[startup+2442.3 s]
/proc/loadavg: 2.11 2.04 1.98 3/199 26043
/proc/meminfo: memFree=31882036/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=2442.5 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1684 0 0 0 244250 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5145104 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 2442.5 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB

[startup+2502.3 s]
/proc/loadavg: 1.51 1.89 1.93 2/192 26101
/proc/meminfo: memFree=31885548/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=2502.5 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1684 0 0 0 250250 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5389652 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 2502.5 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB



Maximum CPU time exceeded: sending SIGTERM then SIGKILL

[startup+2519.8 s]
/proc/loadavg: 1.40 1.85 1.92 2/192 26102
/proc/meminfo: memFree=31885488/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=28552 memory=5080 CPUtime=2520 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) R 25795 25798 25206 0 -1 4202496 1693 0 0 0 252000 0 0 0 20 0 1 0 412200294 29237248 1270 33554432000 4194304 6210612 140736377499104 140736377497368 5390000 0 0 4096 8405026 0 0 0 17 4 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 7138 1270 844 493 0 443 0
Current children cumulated CPU time: 2520 s
Current children cumulated vsize: 28552 KiB
Current children cumulated memory: 5080 KiB

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

[startup+2520.08 s]
# the end of solver process 25798 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=2520.01 s, system=0.01 s

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

[startup+2520 s]*
/proc/loadavg: 1.40 1.85 1.92 1/193 26103
/proc/meminfo: memFree=31880140/32770624 swapFree=67004176/67108860
[pid=25798] ppid=25795 vsize=94092 memory=5224 CPUtime=2520.01 cores=0,2,4,6
/proc/25798/stat : 25798 (cosoco) S 25795 25798 25206 0 -1 512 1769 0 0 0 252001 0 0 0 20 0 1 0 412200294 96350208 1306 33554432000 4194304 6210612 140736377499104 140736377491592 5188451 0 16416 4096 8405026 18446744071581338616 0 0 17 0 0 0 0 0 0 8308220 8313664 30806016 140736377504779 140736377504881 140736377504881 140736377507790 0
/proc/25798/statm: 23523 1306 877 493 0 16828 0
Current children cumulated CPU time: 2520.01 s
Current children cumulated vsize: 94092 KiB
Current children cumulated memory: 5224 KiB

Child ended because it received signal 11 (SIGSEGV)
Child dumped core
Real time (s): 2520.08
CPU time (s): 2520.02
CPU user time (s): 2520.01
CPU system time (s): 0.01
CPU usage (%): 99.9977
Max. virtual memory (cumulated for all children) (KiB): 94092
Max. memory (cumulated for all children) (KiB): 5224

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 2520.01
system time used= 0.01
maximum resident set size= 5228
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1769
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= 519
involuntary context switches= 845


# summary of solver processes directly reported to runsolver:
#   pid: 25798
#   total CPU time (s): 2520.02
#   total CPU user time (s): 2520.01
#   total CPU system time (s): 0.01

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 9.76629 second user time and 15.5592 second system time

The end

Launcher Data

Begin job on node148 at 2019-09-13 09:39:10
IDJOB=4389608
IDBENCH=141693
IDSOLVER=2829
FILE ID=node148/4389608-1568360387
RUNJOBID= node148-1568358628-25237
PBS_JOBID= 21701201
Free space on /tmp= 58796 MiB

SOLVER NAME= cosoco 2
BENCH NAME= XCSP19/hcp/graph197.xml
COMMAND LINE= cosoco -lc -model -restarts -stick BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4389608-1568360387/watcher-4389608-1568360387 -o /tmp/evaluation-result-4389608-1568360387/solver-4389608-1568360387 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node148-1568358628-25237 --watchdog 2580  cosoco -lc -model -restarts -stick HOME/instance-4389608-1568360387.xml

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

MD5SUM BENCH= 037a78a785183bf334685935f46df3ca
RANDOM SEED=1549127225

node148.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.13
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.13
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.13
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.13
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:        31886880 kB
MemAvailable:   31906976 kB
Buffers:           14952 kB
Cached:           300112 kB
SwapCached:         3800 kB
Active:           193868 kB
Inactive:         129584 kB
Active(anon):       2152 kB
Inactive(anon):    46936 kB
Active(file):     191716 kB
Inactive(file):    82648 kB
Unevictable:      108688 kB
Mlocked:          108688 kB
SwapTotal:      67108860 kB
SwapFree:       67004176 kB
Dirty:              3132 kB
Writeback:             0 kB
AnonPages:        122612 kB
Mapped:            45120 kB
Shmem:             32296 kB
Slab:             152400 kB
SReclaimable:     123136 kB
SUnreclaim:        29264 kB
KernelStack:        3776 kB
PageTables:         5196 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     528580 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     75776 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      124288 kB
DirectMap2M:    33421312 kB

Free space on /tmp at the end= 58792 MiB
End job on node148 at 2019-09-13 10:21:10