Trace number 4391902

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
miniBTD 19.06.16SAT 22.4199 22.4263

General information on the benchmark

NameQRandom/
QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-19.xml
MD5SUMc622486bfe805fe7b4319e9c74a24dc9
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 benchmark21.1537
Satisfiable
(Un)Satisfiability was proved
Number of variables21
Number of constraints2713
Number of domains1
Minimum domain size2
Maximum domain size2
Distribution of domain sizes[{"size":2,"count":21}]
Minimum variable degree1893
Maximum variable degree1981
Distribution of variable degrees[{"degree":1893,"count":1},{"degree":1910,"count":2},{"degree":1912,"count":1},{"degree":1916,"count":1},{"degree":1917,"count":1},{"degree":1921,"count":1},{"degree":1923,"count":1},{"degree":1927,"count":1},{"degree":1941,"count":1},{"degree":1943,"count":2},{"degree":1946,"count":2},{"degree":1951,"count":1},{"degree":1955,"count":2},{"degree":1963,"count":1},{"degree":1971,"count":2},{"degree":1981,"count":1}]
Minimum constraint arity15
Maximum constraint arity15
Distribution of constraint arities[{"arity":15,"count":2713}]
Number of extensional constraints2713
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":2713}]
Optimization problemNO
Type of objective

Solver Data

0.00/0.00	c Version 19.06.16
22.28/22.35	s SATISFIABLE
22.28/22.35	v <instantiation type="solution">
22.28/22.35	v <list> x[0] x[1] x[2] x[3] x[4] x[5] x[6] x[7] x[8] x[9] x[10] x[11] x[12] x[13] x[14] x[15] x[16] x[17] x[18] x[19] x[20] </list>
22.28/22.35	v <values> 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 1 0 0 0 </values>
22.28/22.35	v </instantiation>
22.28/22.39	c Solution is valid

Verifier Data

OK	

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4391902-1568309552/watcher-4391902-1568309552 -o /tmp/evaluation-result-4391902-1568309552/solver-4391902-1568309552 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568306885-1656 --watchdog 2560 miniBTD 2400 HOME/instance-4391902-1568309552.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=2951, runsolver pid=2948
Current StackSize limit: 8192 KiB


[startup+0.101005 s]*
/proc/loadavg: 1.95 2.00 1.96 3/199 2952
/proc/meminfo: memFree=24823768/32770624 swapFree=67017372/67108860
[pid=2951] ppid=2948 vsize=30404 memory=6628 CPUtime=0.1 cores=1,3,5,7
/proc/2951/stat : 2951 (miniBTD) R 2948 2951 1622 0 -1 4202496 1828 0 0 0 10 0 0 0 20 0 1 0 407227824 31133696 1657 33554432000 4194304 5326806 140734924810608 140734924805352 4476662 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 21725184 140734924813344 140734924813424 140734924813424 140734924816333 0
/proc/2951/statm: 7601 1657 596 277 0 1122 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 30404 KiB
Current children cumulated memory: 6628 KiB

[startup+0.209791 s]*
/proc/loadavg: 1.95 2.00 1.96 3/199 2952
/proc/meminfo: memFree=24821216/32770624 swapFree=67017372/67108860
[pid=2951] ppid=2948 vsize=33440 memory=9532 CPUtime=0.21 cores=1,3,5,7
/proc/2951/stat : 2951 (miniBTD) R 2948 2951 1622 0 -1 4202496 2596 0 0 0 21 0 0 0 20 0 1 0 407227824 34242560 2383 33554432000 4194304 5326806 140734924810608 140734924805352 139842154466277 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 21725184 140734924813344 140734924813424 140734924813424 140734924816333 0
/proc/2951/statm: 8360 2383 596 277 0 1881 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 33440 KiB
Current children cumulated memory: 9532 KiB

[startup+0.309118 s]*
/proc/loadavg: 1.95 2.00 1.96 3/199 2952
/proc/meminfo: memFree=24818240/32770624 swapFree=67017372/67108860
[pid=2951] ppid=2948 vsize=36212 memory=12436 CPUtime=0.3 cores=1,3,5,7
/proc/2951/stat : 2951 (miniBTD) R 2948 2951 1622 0 -1 4202496 3299 0 0 0 30 0 0 0 20 0 1 0 407227824 37081088 3109 33554432000 4194304 5326806 140734924810608 140734924805352 139842154466277 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 21725184 140734924813344 140734924813424 140734924813424 140734924816333 0
/proc/2951/statm: 9053 3109 596 277 0 2574 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 36212 KiB
Current children cumulated memory: 12436 KiB

[startup+0.700283 s]
/proc/loadavg: 1.95 2.00 1.96 3/199 2952
/proc/meminfo: memFree=24812660/32770624 swapFree=67017372/67108860
[pid=2951] ppid=2948 vsize=47036 memory=23260 CPUtime=0.68 cores=1,3,5,7
/proc/2951/stat : 2951 (miniBTD) R 2948 2951 1622 0 -1 4202496 6000 0 0 0 67 1 0 0 20 0 1 0 407227824 48164864 5815 33554432000 4194304 5326806 140734924810608 140734924805352 4371498 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 21725184 140734924813344 140734924813424 140734924813424 140734924816333 0
/proc/2951/statm: 11759 5815 596 277 0 5280 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 47036 KiB
Current children cumulated memory: 23260 KiB

[startup+1.5003 s]
/proc/loadavg: 1.95 2.00 1.96 3/199 2952
/proc/meminfo: memFree=24798532/32770624 swapFree=67017372/67108860
[pid=2951] ppid=2948 vsize=69344 memory=45436 CPUtime=1.49 cores=1,3,5,7
/proc/2951/stat : 2951 (miniBTD) R 2948 2951 1622 0 -1 4202496 11552 0 0 0 147 2 0 0 20 0 1 0 407227824 71008256 11359 33554432000 4194304 5326806 140734924810608 140734924805352 139842154466277 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 21725184 140734924813344 140734924813424 140734924813424 140734924816333 0
/proc/2951/statm: 17336 11359 596 277 0 10857 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 69344 KiB
Current children cumulated memory: 45436 KiB

[startup+3.10943 s]
/proc/loadavg: 1.87 1.99 1.95 3/199 2952
/proc/meminfo: memFree=24743548/32770624 swapFree=67017372/67108860
[pid=2951] ppid=2948 vsize=112772 memory=88740 CPUtime=3.1 cores=1,3,5,7
/proc/2951/stat : 2951 (miniBTD) R 2948 2951 1622 0 -1 4202496 27881 0 0 0 305 5 0 0 20 0 1 0 407227824 115478528 22185 33554432000 4194304 5326806 140734924810608 140734924805368 139842154462014 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 21725184 140734924813344 140734924813424 140734924813424 140734924816333 0
/proc/2951/statm: 28193 22185 596 277 0 21714 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 112772 KiB
Current children cumulated memory: 88740 KiB

[startup+6.30039 s]
/proc/loadavg: 1.87 1.99 1.95 3/199 2952
/proc/meminfo: memFree=24704588/32770624 swapFree=67017372/67108860
[pid=2951] ppid=2948 vsize=148428 memory=124720 CPUtime=6.29 cores=1,3,5,7
/proc/2951/stat : 2951 (miniBTD) R 2948 2951 1622 0 -1 4202496 73085 0 0 0 621 8 0 0 20 0 1 0 407227824 151990272 31180 33554432000 4194304 5326806 140734924810608 140734924809816 4402988 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 21725184 140734924813344 140734924813424 140734924813424 140734924816333 0
/proc/2951/statm: 37107 31180 633 277 0 30628 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 148428 KiB
Current children cumulated memory: 124720 KiB

[startup+12.7004 s]
/proc/loadavg: 1.89 1.99 1.95 3/199 2952
/proc/meminfo: memFree=24693332/32770624 swapFree=67017372/67108860
[pid=2951] ppid=2948 vsize=160252 memory=136448 CPUtime=12.68 cores=1,3,5,7
/proc/2951/stat : 2951 (miniBTD) R 2948 2951 1622 0 -1 4202496 107332 0 0 0 1258 10 0 0 20 0 1 0 407227824 164098048 34112 33554432000 4194304 5326806 140734924810608 140734924809816 4231766 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 21725184 140734924813344 140734924813424 140734924813424 140734924816333 0
/proc/2951/statm: 40063 34112 643 277 0 33584 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 160252 KiB
Current children cumulated memory: 136448 KiB

[startup+22.4262 s]
# the end of solver process 2951 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=22.2829 s, system=0.136986 s

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

[startup+12.8004 s]
/proc/loadavg: 1.89 1.99 1.95 3/199 2952
/proc/meminfo: memFree=24693332/32770624 swapFree=67017372/67108860
[pid=2951] ppid=2948 vsize=160252 memory=136448 CPUtime=12.78 cores=1,3,5,7
/proc/2951/stat : 2951 (miniBTD) R 2948 2951 1622 0 -1 4202496 107332 0 0 0 1268 10 0 0 20 0 1 0 407227824 164098048 34112 33554432000 4194304 5326806 140734924810608 140734924809816 139842154729852 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 21725184 140734924813344 140734924813424 140734924813424 140734924816333 0
/proc/2951/statm: 40063 34112 643 277 0 33584 0
Current children cumulated CPU time: 12.78 s
Current children cumulated vsize: 160252 KiB
Current children cumulated memory: 136448 KiB

[startup+19.2004 s]
/proc/loadavg: 1.90 1.99 1.95 3/200 2954
/proc/meminfo: memFree=24692044/32770624 swapFree=67017372/67108860
[pid=2951] ppid=2948 vsize=161964 memory=137600 CPUtime=19.18 cores=1,3,5,7
/proc/2951/stat : 2951 (miniBTD) R 2948 2951 1622 0 -1 4202496 136470 0 0 0 1906 12 0 0 20 0 1 0 407227824 165851136 34400 33554432000 4194304 5326806 140734924810608 140734924809816 4231766 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 21725184 140734924813344 140734924813424 140734924813424 140734924816333 0
/proc/2951/statm: 40491 34400 643 277 0 34012 0
Current children cumulated CPU time: 19.18 s
Current children cumulated vsize: 161964 KiB
Current children cumulated memory: 137600 KiB

[startup+20.8004 s]
/proc/loadavg: 1.90 1.99 1.95 3/200 2954
/proc/meminfo: memFree=24691740/32770624 swapFree=67017372/67108860
[pid=2951] ppid=2948 vsize=161964 memory=137600 CPUtime=20.78 cores=1,3,5,7
/proc/2951/stat : 2951 (miniBTD) R 2948 2951 1622 0 -1 4202496 136476 0 0 0 2066 12 0 0 20 0 1 0 407227824 165851136 34400 33554432000 4194304 5326806 140734924810608 140734924809816 4706788 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 21725184 140734924813344 140734924813424 140734924813424 140734924816333 0
/proc/2951/statm: 40491 34400 643 277 0 34012 0
Current children cumulated CPU time: 20.78 s
Current children cumulated vsize: 161964 KiB
Current children cumulated memory: 137600 KiB

[startup+21.6004 s]
/proc/loadavg: 1.90 1.99 1.95 3/200 2954
/proc/meminfo: memFree=24691740/32770624 swapFree=67017372/67108860
[pid=2951] ppid=2948 vsize=161964 memory=137600 CPUtime=21.58 cores=1,3,5,7
/proc/2951/stat : 2951 (miniBTD) R 2948 2951 1622 0 -1 4202496 136476 0 0 0 2146 12 0 0 20 0 1 0 407227824 165851136 34400 33554432000 4194304 5326806 140734924810608 140734924809816 4706788 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 21725184 140734924813344 140734924813424 140734924813424 140734924816333 0
/proc/2951/statm: 40491 34400 643 277 0 34012 0
Current children cumulated CPU time: 21.58 s
Current children cumulated vsize: 161964 KiB
Current children cumulated memory: 137600 KiB

[startup+22.0004 s]*
/proc/loadavg: 1.91 1.99 1.95 3/200 2954
/proc/meminfo: memFree=24691532/32770624 swapFree=67017372/67108860
[pid=2951] ppid=2948 vsize=161964 memory=137796 CPUtime=21.99 cores=1,3,5,7
/proc/2951/stat : 2951 (miniBTD) R 2948 2951 1622 0 -1 4202496 136477 0 0 0 2187 12 0 0 20 0 1 0 407227824 165851136 34449 33554432000 4194304 5326806 140734924810608 140734924809816 4231784 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 21725184 140734924813344 140734924813424 140734924813424 140734924816333 0
/proc/2951/statm: 40491 34449 643 277 0 34012 0
Current children cumulated CPU time: 21.99 s
Current children cumulated vsize: 161964 KiB
Current children cumulated memory: 137796 KiB

[startup+22.4004 s]
/proc/loadavg: 1.91 1.99 1.95 3/200 2954
/proc/meminfo: memFree=24691532/32770624 swapFree=67017372/67108860
[pid=2951] ppid=2948 vsize=161704 memory=137624 CPUtime=22.38 cores=1,3,5,7
/proc/2951/stat : 2951 (miniBTD) R 2948 2951 1622 0 -1 4202496 136534 0 0 0 2226 12 0 0 20 0 1 0 407227824 165584896 34406 33554432000 4194304 5326806 140734924810608 140734924809816 139842154459062 0 0 4096 0 0 0 0 17 1 0 0 0 0 0 7427920 7432256 21725184 140734924813344 140734924813424 140734924813424 140734924816333 0
/proc/2951/statm: 40426 34406 646 277 0 33947 0
Current children cumulated CPU time: 22.38 s
Current children cumulated vsize: 161704 KiB
Current children cumulated memory: 137624 KiB

Child status: 0
Real time (s): 22.4263
CPU time (s): 22.4199
CPU user time (s): 22.2829
CPU system time (s): 0.136986
CPU usage (%): 99.9712
Max. virtual memory (cumulated for all children) (KiB): 161964
Max. memory (cumulated for all children) (KiB): 137796

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 22.2829
system time used= 0.136986
maximum resident set size= 137796
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 136563
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= 7
involuntary context switches= 15


# summary of solver processes directly reported to runsolver:
#   pid: 2951
#   total CPU time (s): 22.4199
#   total CPU user time (s): 22.2829
#   total CPU system time (s): 0.136986

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.100233 second user time and 0.214785 second system time

The end

Launcher Data

Begin job on node150 at 2019-09-12 19:31:53
IDJOB=4391902
IDBENCH=125873
IDSOLVER=2836
FILE ID=node150/4391902-1568309552
RUNJOBID= node150-1568306885-1656
PBS_JOBID= 21701119
Free space on /tmp= 55024 MiB

SOLVER NAME= miniBTD 19.06.16
BENCH NAME= XCSP17/QRandom/QRandom-bdd-15-21-2/bdd-15-21-2-2713-79-19.xml
COMMAND LINE= miniBTD TIMELIMIT BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4391902-1568309552/watcher-4391902-1568309552 -o /tmp/evaluation-result-4391902-1568309552/solver-4391902-1568309552 -C 2400 -W 2500 -M 15500 --bin-var /tmp/runsolver-exch-node150-1568306885-1656 --watchdog 2560  miniBTD 2400 HOME/instance-4391902-1568309552.xml

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

MD5SUM BENCH= c622486bfe805fe7b4319e9c74a24dc9
RANDOM SEED=379953287

node150.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:        24827788 kB
MemAvailable:   31838316 kB
Buffers:          151484 kB
Cached:          7007692 kB
SwapCached:         8244 kB
Active:          1152428 kB
Inactive:        6050196 kB
Active(anon):      15232 kB
Inactive(anon):    49816 kB
Active(file):    1137196 kB
Inactive(file):  6000380 kB
Unevictable:      111376 kB
Mlocked:          111376 kB
SwapTotal:      67108860 kB
SwapFree:       67017372 kB
Dirty:              8160 kB
Writeback:             0 kB
AnonPages:        135552 kB
Mapped:            35920 kB
Shmem:             12720 kB
Slab:             332260 kB
SReclaimable:     301412 kB
SUnreclaim:        30848 kB
KernelStack:        3568 kB
PageTables:         5632 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     531736 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:     57344 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:       99712 kB
DirectMap2M:    33445888 kB

Free space on /tmp at the end= 55016 MiB
End job on node150 at 2019-09-12 19:32:15