Trace number 4294719

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
PicatSAT 2018-06-15UNSAT 62.4066 62.4105

General information on the benchmark

NameHaystacks/
Haystacks-ext-13_c18.xml
MD5SUMd20946c70cb8756d1a4b7fb63c02a1de
Bench CategoryCSP (decision problem)
Best result obtained on this benchmarkUNSAT
Best value of the objective obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark22.866
Satisfiable
(Un)Satisfiability was proved
Number of variables169
Number of constraints1026
Number of domains1
Minimum domain size13
Maximum domain size13
Distribution of domain sizes[{"size":13,"count":169}]
Minimum variable degree12
Maximum variable degree13
Distribution of variable degrees[{"degree":12,"count":145},{"degree":13,"count":24}]
Minimum constraint arity2
Maximum constraint arity2
Distribution of constraint arities[{"arity":2,"count":1026}]
Number of extensional constraints1026
Number of intensional constraints0
Distribution of constraint types[{"type":"extension","count":1026}]
Optimization problemNO
Type of objective

Solver Data

62.39/62.40	c xcsp_picat version 2.4#4 (June 15, 2018)
62.39/62.40	s UNSATISFIABLE

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4294719-1532450543/watcher-4294719-1532450543 -o /tmp/evaluation-result-4294719-1532450543/solver-4294719-1532450543 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532432860-27368 --watchdog 2580 xcsp_picat HOME/instance-4294719-1532450543.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=342, runsolver pid=339

[startup+0.10015 s]*
/proc/loadavg: 2.17 2.08 2.06 3/191 343
/proc/meminfo: memFree=21131140/32770624 swapFree=67108860/67108860
[pid=342] ppid=339 vsize=112836 memory=15400 CPUtime=0.09 cores=0,2,4,6
/proc/342/stat : 342 (xcsp_picat) R 339 342 27337 0 -1 4202496 2057 0 0 0 9 0 0 0 20 0 1 0 62617488 115544064 3850 33554432000 4194304 5849740 140730223082800 140730223082800 140705882185607 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 39866368 140730223084726 140730223084804 140730223084804 140730223087562 0
/proc/342/statm: 28209 3850 678 405 0 25153 0
Current children cumulated CPU time: 0.09 s
Current children cumulated vsize: 112836 KiB
Current children cumulated memory: 15400 KiB

[startup+0.210168 s]*
/proc/loadavg: 2.17 2.08 2.06 3/191 343
/proc/meminfo: memFree=21130520/32770624 swapFree=67108860/67108860
[pid=342] ppid=339 vsize=113280 memory=15916 CPUtime=0.21 cores=0,2,4,6
/proc/342/stat : 342 (xcsp_picat) R 339 342 27337 0 -1 4202496 2203 0 0 0 20 1 0 0 20 0 1 0 62617488 115998720 3979 33554432000 4194304 5849740 140730223082800 140730223082800 5355977 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 39866368 140730223084726 140730223084804 140730223084804 140730223087562 0
/proc/342/statm: 28320 3979 696 405 0 25264 0
Current children cumulated CPU time: 0.21 s
Current children cumulated vsize: 113280 KiB
Current children cumulated memory: 15916 KiB

[startup+0.309437 s]*
/proc/loadavg: 2.17 2.08 2.06 3/191 343
/proc/meminfo: memFree=21130520/32770624 swapFree=67108860/67108860
[pid=342] ppid=339 vsize=113264 memory=16172 CPUtime=0.31 cores=0,2,4,6
/proc/342/stat : 342 (xcsp_picat) R 339 342 27337 0 -1 4202496 2211 0 0 0 30 1 0 0 20 0 1 0 62617488 115982336 4043 33554432000 4194304 5849740 140730223082800 140730223082800 5319730 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 39866368 140730223084726 140730223084804 140730223084804 140730223087562 0
/proc/342/statm: 28316 4043 701 405 0 25260 0
Current children cumulated CPU time: 0.31 s
Current children cumulated vsize: 113264 KiB
Current children cumulated memory: 16172 KiB

[startup+0.700281 s]
/proc/loadavg: 2.16 2.08 2.06 3/191 343
/proc/meminfo: memFree=21130148/32770624 swapFree=67108860/67108860
[pid=342] ppid=339 vsize=113936 memory=16804 CPUtime=0.69 cores=0,2,4,6
/proc/342/stat : 342 (xcsp_picat) R 339 342 27337 0 -1 4202496 2366 0 0 0 68 1 0 0 20 0 1 0 62617488 116670464 4201 33554432000 4194304 5849740 140730223082800 140730223082800 140705882185607 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 39866368 140730223084726 140730223084804 140730223084804 140730223087562 0
/proc/342/statm: 28484 4201 711 405 0 25428 0
Current children cumulated CPU time: 0.69 s
Current children cumulated vsize: 113936 KiB
Current children cumulated memory: 16804 KiB

[startup+1.50034 s]
/proc/loadavg: 2.16 2.08 2.06 3/191 343
/proc/meminfo: memFree=21127752/32770624 swapFree=67108860/67108860
[pid=342] ppid=339 vsize=116012 memory=18868 CPUtime=1.49 cores=0,2,4,6
/proc/342/stat : 342 (xcsp_picat) R 339 342 27337 0 -1 4202496 4012 0 0 0 146 3 0 0 20 0 1 0 62617488 118796288 4717 33554432000 4194304 5849740 140730223082800 140730223081288 140705882185607 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 39866368 140730223084726 140730223084804 140730223084804 140730223087562 0
/proc/342/statm: 29003 4717 711 405 0 25947 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 116012 KiB
Current children cumulated memory: 18868 KiB

[startup+3.1096 s]
/proc/loadavg: 2.16 2.08 2.06 3/191 343
/proc/meminfo: memFree=21124144/32770624 swapFree=67108860/67108860
[pid=342] ppid=339 vsize=120044 memory=22836 CPUtime=3.1 cores=0,2,4,6
/proc/342/stat : 342 (xcsp_picat) R 339 342 27337 0 -1 4202496 6896 0 0 0 303 7 0 0 20 0 1 0 62617488 122925056 5709 33554432000 4194304 5849740 140730223082800 140730223081800 140705882185607 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 39866368 140730223084726 140730223084804 140730223084804 140730223087562 0
/proc/342/statm: 30011 5709 711 405 0 26955 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 120044 KiB
Current children cumulated memory: 22836 KiB

[startup+6.30038 s]
/proc/loadavg: 2.14 2.08 2.06 3/191 343
/proc/meminfo: memFree=21116844/32770624 swapFree=67108860/67108860
[pid=342] ppid=339 vsize=125024 memory=27584 CPUtime=6.29 cores=0,2,4,6
/proc/342/stat : 342 (xcsp_picat) R 339 342 27337 0 -1 4202496 13062 0 0 0 615 14 0 0 20 0 1 0 62617488 128024576 6896 33554432000 4194304 5849740 140730223082800 140730223081800 140705882185607 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 39866368 140730223084726 140730223084804 140730223084804 140730223087562 0
/proc/342/statm: 31256 6896 711 405 0 28200 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 125024 KiB
Current children cumulated memory: 27584 KiB

[startup+12.7004 s]
/proc/loadavg: 2.13 2.08 2.06 3/191 343
/proc/meminfo: memFree=21110396/32770624 swapFree=67108860/67108860
[pid=342] ppid=339 vsize=133360 memory=36252 CPUtime=12.69 cores=0,2,4,6
/proc/342/stat : 342 (xcsp_picat) R 339 342 27337 0 -1 4202496 21143 0 0 0 1244 25 0 0 20 0 1 0 62617488 136560640 9063 33554432000 4194304 5849740 140730223082800 140730223081800 140705882185607 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 39866368 140730223084726 140730223084804 140730223084804 140730223087562 0
/proc/342/statm: 33340 9063 711 405 0 30284 0
Current children cumulated CPU time: 12.69 s
Current children cumulated vsize: 133360 KiB
Current children cumulated memory: 36252 KiB

[startup+25.5004 s]
/proc/loadavg: 2.11 2.08 2.06 3/191 343
/proc/meminfo: memFree=21090284/32770624 swapFree=67108860/67108860
[pid=342] ppid=339 vsize=153236 memory=56056 CPUtime=25.49 cores=0,2,4,6
/proc/342/stat : 342 (xcsp_picat) R 339 342 27337 0 -1 4202496 37872 0 0 0 2501 48 0 0 20 0 1 0 62617488 156913664 14014 33554432000 4194304 5849740 140730223082800 140730223081800 5437698 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 39866368 140730223084726 140730223084804 140730223084804 140730223087562 0
/proc/342/statm: 38309 14014 711 405 0 35253 0
Current children cumulated CPU time: 25.49 s
Current children cumulated vsize: 153236 KiB
Current children cumulated memory: 56056 KiB

[startup+51.1097 s]
/proc/loadavg: 2.14 2.09 2.06 3/191 343
/proc/meminfo: memFree=21078792/32770624 swapFree=67108860/67108860
[pid=342] ppid=339 vsize=163960 memory=66696 CPUtime=51.09 cores=0,2,4,6
/proc/342/stat : 342 (xcsp_picat) R 339 342 27337 0 -1 4202496 54093 0 0 0 5013 96 0 0 20 0 1 0 62617488 167895040 16674 33554432000 4194304 5849740 140730223082800 140730223081800 140705882185607 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 39866368 140730223084726 140730223084804 140730223084804 140730223087562 0
/proc/342/statm: 40990 16674 711 405 0 37934 0
Current children cumulated CPU time: 51.09 s
Current children cumulated vsize: 163960 KiB
Current children cumulated memory: 66696 KiB

[startup+62.4105 s]
# the end of solver process 342 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=61.2496 s, system=1.15694 s

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

[startup+51.2004 s]
/proc/loadavg: 2.14 2.09 2.06 3/191 343
/proc/meminfo: memFree=21078792/32770624 swapFree=67108860/67108860
[pid=342] ppid=339 vsize=163960 memory=66696 CPUtime=51.18 cores=0,2,4,6
/proc/342/stat : 342 (xcsp_picat) R 339 342 27337 0 -1 4202496 54093 0 0 0 5022 96 0 0 20 0 1 0 62617488 167895040 16674 33554432000 4194304 5849740 140730223082800 140730223081800 140705882185607 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 39866368 140730223084726 140730223084804 140730223084804 140730223087562 0
/proc/342/statm: 40990 16674 711 405 0 37934 0
Current children cumulated CPU time: 51.18 s
Current children cumulated vsize: 163960 KiB
Current children cumulated memory: 66696 KiB

[startup+57.6003 s]
/proc/loadavg: 2.13 2.08 2.06 3/191 343
/proc/meminfo: memFree=21066444/32770624 swapFree=67108860/67108860
[pid=342] ppid=339 vsize=176524 memory=79424 CPUtime=57.59 cores=0,2,4,6
/proc/342/stat : 342 (xcsp_picat) R 339 342 27337 0 -1 4202496 55975 0 0 0 5652 107 0 0 20 0 1 0 62617488 180760576 19856 33554432000 4194304 5849740 140730223082800 140730223081800 140705882185607 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 39866368 140730223084726 140730223084804 140730223084804 140730223087562 0
/proc/342/statm: 44131 19856 711 405 0 41075 0
Current children cumulated CPU time: 57.59 s
Current children cumulated vsize: 176524 KiB
Current children cumulated memory: 79424 KiB

[startup+60.8004 s]
/proc/loadavg: 2.13 2.08 2.06 3/191 343
/proc/meminfo: memFree=21082588/32770624 swapFree=67108860/67108860
[pid=342] ppid=339 vsize=167068 memory=69796 CPUtime=60.78 cores=0,2,4,6
/proc/342/stat : 342 (xcsp_picat) R 339 342 27337 0 -1 4202496 56801 0 0 0 5966 112 0 0 20 0 1 0 62617488 171077632 17449 33554432000 4194304 5849740 140730223082800 140730223081800 140705882185607 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 39866368 140730223084726 140730223084804 140730223084804 140730223087562 0
/proc/342/statm: 41767 17449 711 405 0 38711 0
Current children cumulated CPU time: 60.78 s
Current children cumulated vsize: 167068 KiB
Current children cumulated memory: 69796 KiB

[startup+61.6004 s]
/proc/loadavg: 2.12 2.08 2.06 3/191 344
/proc/meminfo: memFree=21107908/32770624 swapFree=67108860/67108860
[pid=342] ppid=339 vsize=151484 memory=54388 CPUtime=61.58 cores=0,2,4,6
/proc/342/stat : 342 (xcsp_picat) R 339 342 27337 0 -1 4202496 56801 0 0 0 6045 113 0 0 20 0 1 0 62617488 155119616 13597 33554432000 4194304 5849740 140730223082800 140730223081800 5360458 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 39866368 140730223084726 140730223084804 140730223084804 140730223087562 0
/proc/342/statm: 37871 13597 711 405 0 34815 0
Current children cumulated CPU time: 61.58 s
Current children cumulated vsize: 151484 KiB
Current children cumulated memory: 54388 KiB

[startup+62.0003 s]*
/proc/loadavg: 2.12 2.08 2.06 3/191 344
/proc/meminfo: memFree=21107660/32770624 swapFree=67108860/67108860
[pid=342] ppid=339 vsize=166980 memory=69748 CPUtime=61.99 cores=0,2,4,6
/proc/342/stat : 342 (xcsp_picat) R 339 342 27337 0 -1 4202496 57098 0 0 0 6085 114 0 0 20 0 1 0 62617488 170987520 17437 33554432000 4194304 5849740 140730223082800 140730223081800 140705882185607 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 39866368 140730223084726 140730223084804 140730223084804 140730223087562 0
/proc/342/statm: 41745 17437 711 405 0 38689 0
Current children cumulated CPU time: 61.99 s
Current children cumulated vsize: 166980 KiB
Current children cumulated memory: 69748 KiB

[startup+62.4003 s]
/proc/loadavg: 2.12 2.08 2.06 3/191 344
/proc/meminfo: memFree=21107660/32770624 swapFree=67108860/67108860
[pid=342] ppid=339 vsize=158968 memory=61832 CPUtime=62.39 cores=0,2,4,6
/proc/342/stat : 342 (xcsp_picat) R 339 342 27337 0 -1 4202496 57899 0 0 0 6124 115 0 0 20 0 1 0 62617488 162783232 15458 33554432000 4194304 5849740 140730223082800 140730223081800 140705882185607 0 0 4096 8389634 0 0 0 17 4 0 0 0 0 0 7949816 9399828 39866368 140730223084726 140730223084804 140730223084804 140730223087562 0
/proc/342/statm: 39742 15458 711 405 0 36686 0
Current children cumulated CPU time: 62.39 s
Current children cumulated vsize: 158968 KiB
Current children cumulated memory: 61832 KiB

Child status: 0
Real time (s): 62.4105
CPU time (s): 62.4066
CPU user time (s): 61.2496
CPU system time (s): 1.15694
CPU usage (%): 99.9936
Max. virtual memory (cumulated for all children) (KiB): 192908
Max. memory (cumulated for all children) (KiB): 95580

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 61.2496
system time used= 1.15694
maximum resident set size= 95580
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 57955
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= 2
involuntary context switches= 101


# summary of solver processes directly reported to runsolver:
#   pid: 342
#   total CPU time (s): 62.4066
#   total CPU user time (s): 61.2496
#   total CPU system time (s): 1.15694

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.262684 second user time and 0.478461 second system time

The end

Launcher Data

Begin job on node132 at 2018-07-24 18:42:23
IDJOB=4294719
IDBENCH=141414
IDSOLVER=2754
FILE ID=node132/4294719-1532450543
RUNJOBID= node132-1532432860-27368
PBS_JOBID= 21021577
Free space on /tmp= 52472 MiB

SOLVER NAME= PicatSAT 2018-06-15
BENCH NAME= XCSP18/Haystacks/Haystacks-ext-13_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4294719-1532450543/watcher-4294719-1532450543 -o /tmp/evaluation-result-4294719-1532450543/solver-4294719-1532450543 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node132-1532432860-27368 --watchdog 2580  xcsp_picat HOME/instance-4294719-1532450543.xml

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

MD5SUM BENCH= d20946c70cb8756d1a4b7fb63c02a1de
RANDOM SEED=295744650

node132.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.65
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.65
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.65
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.65
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:        21144420 kB
MemAvailable:   31697068 kB
Buffers:          185664 kB
Cached:         10531648 kB
SwapCached:            0 kB
Active:          2798264 kB
Inactive:        8217072 kB
Active(anon):     246860 kB
Inactive(anon):    70916 kB
Active(file):    2551404 kB
Inactive(file):  8146156 kB
Unevictable:        7020 kB
Mlocked:            7020 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3624 kB
Writeback:             0 kB
AnonPages:        304588 kB
Mapped:            40972 kB
Shmem:             17056 kB
Slab:             310984 kB
SReclaimable:     283548 kB
SUnreclaim:        27436 kB
KernelStack:        3552 kB
PageTables:         5612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:     648856 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:    184320 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      120192 kB
DirectMap2M:    33425408 kB

Free space on /tmp at the end= 52468 MiB
End job on node132 at 2018-07-24 18:43:26