Trace number 4309692

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-08-14SAT 27.513 27.5215

General information on the benchmark

NameStripPacking/
StripPacking-C1P2_c18.xml
MD5SUMea26d3392de34cffb15676b0e6b531a1
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 benchmark8.0846
Satisfiable
(Un)Satisfiability was proved
Number of variables85
Number of constraints52
Number of domains13
Minimum domain size1
Maximum domain size20
Distribution of domain sizes[{"size":1,"count":2},{"size":2,"count":49},{"size":20,"count":34}]
Minimum variable degree1
Maximum variable degree3
Distribution of variable degrees[{"degree":1,"count":17},{"degree":2,"count":34},{"degree":3,"count":34}]
Minimum constraint arity2
Maximum constraint arity68
Distribution of constraint arities[{"arity":2,"count":34},{"arity":3,"count":17},{"arity":68,"count":1}]
Number of extensional constraints17
Number of intensional constraints34
Distribution of constraint types[{"type":"extension","count":17},{"type":"intension","count":34},{"type":"noOverlap","count":1}]
Optimization problemNO
Type of objective

Solver Data

27.49/27.51	c xcsp_picat version 2.4#7 (8/14/2018)
27.49/27.51	s SATISFIABLE
27.49/27.51	v <instantiation>
27.49/27.51	v     <list> y[] x[] w[] h[] r[]  </list> 
27.49/27.51	v     <values> 16 0 8 15 12 16 10 7 15 4 7 4 8 0 15 10 6  1 0 2 2 2 0 11 7 9 0 11 7 0 5 5 14 0  1 5 9 3 9 1 3 4 5 7 9 13 2 15 4 6 7  4 4 4 5 3 4 5 1 5 2 3 3 8 4 5 10 2  1 1 0 0 1 0 1 0 0 0 0 1 0 0 1 1 0   </values> 
27.49/27.51	v </instantiation>

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

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4309692-1534295773/watcher-4309692-1534295773 -o /tmp/evaluation-result-4309692-1534295773/solver-4309692-1534295773 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534293040-16589 --watchdog 2580 xcsp_picat HOME/instance-4309692-1534295773.xml 

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

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=16901, runsolver pid=16898

[startup+0.100457 s]*
/proc/loadavg: 1.94 1.98 1.95 3/188 16902
/proc/meminfo: memFree=7103924/32770624 swapFree=67108860/67108860
[pid=16901] ppid=16898 vsize=2029956 memory=19284 CPUtime=0.1 cores=1,3,5,7
/proc/16901/stat : 16901 (xcsp_picat) R 16898 16901 16557 0 -1 4202496 2481 0 0 0 10 0 0 0 20 0 1 0 247140478 2078674944 4821 33554432000 4194304 5849940 140731241901408 140731241900616 4488866 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 25014272 140731241903286 140731241903364 140731241903364 140731241906122 0
/proc/16901/statm: 507489 4821 671 405 0 504433 0
Current children cumulated CPU time: 0.1 s
Current children cumulated vsize: 2029956 KiB
Current children cumulated memory: 19284 KiB

[startup+0.209763 s]*
/proc/loadavg: 1.94 1.98 1.95 3/188 16902
/proc/meminfo: memFree=7101728/32770624 swapFree=67108860/67108860
[pid=16901] ppid=16898 vsize=2030808 memory=20444 CPUtime=0.2 cores=1,3,5,7
/proc/16901/stat : 16901 (xcsp_picat) R 16898 16901 16557 0 -1 4202496 3026 0 0 0 20 0 0 0 20 0 1 0 247140478 2079547392 5111 33554432000 4194304 5849940 140731241901408 140731241900616 5392383 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 25014272 140731241903286 140731241903364 140731241903364 140731241906122 0
/proc/16901/statm: 507702 5111 689 405 0 504646 0
Current children cumulated CPU time: 0.2 s
Current children cumulated vsize: 2030808 KiB
Current children cumulated memory: 20444 KiB

[startup+0.309335 s]*
/proc/loadavg: 1.94 1.98 1.95 3/188 16902
/proc/meminfo: memFree=7100700/32770624 swapFree=67108860/67108860
[pid=16901] ppid=16898 vsize=2032856 memory=22288 CPUtime=0.3 cores=1,3,5,7
/proc/16901/stat : 16901 (xcsp_picat) R 16898 16901 16557 0 -1 4202496 3538 0 0 0 30 0 0 0 20 0 1 0 247140478 2081644544 5572 33554432000 4194304 5849940 140731241901408 140731241900616 5392112 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 25014272 140731241903286 140731241903364 140731241903364 140731241906122 0
/proc/16901/statm: 508214 5572 703 405 0 505158 0
Current children cumulated CPU time: 0.3 s
Current children cumulated vsize: 2032856 KiB
Current children cumulated memory: 22288 KiB

[startup+0.700308 s]
/proc/loadavg: 1.94 1.98 1.95 3/188 16902
/proc/meminfo: memFree=7100328/32770624 swapFree=67108860/67108860
[pid=16901] ppid=16898 vsize=2033116 memory=22816 CPUtime=0.68 cores=1,3,5,7
/proc/16901/stat : 16901 (xcsp_picat) R 16898 16901 16557 0 -1 4202496 3606 0 0 0 68 0 0 0 20 0 1 0 247140478 2081910784 5704 33554432000 4194304 5849940 140731241901408 140731241900616 5362238 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 25014272 140731241903286 140731241903364 140731241903364 140731241906122 0
/proc/16901/statm: 508279 5704 706 405 0 505223 0
Current children cumulated CPU time: 0.68 s
Current children cumulated vsize: 2033116 KiB
Current children cumulated memory: 22816 KiB

[startup+1.50031 s]
/proc/loadavg: 1.94 1.98 1.95 3/188 16902
/proc/meminfo: memFree=7099736/32770624 swapFree=67108860/67108860
[pid=16901] ppid=16898 vsize=2033800 memory=23352 CPUtime=1.49 cores=1,3,5,7
/proc/16901/stat : 16901 (xcsp_picat) R 16898 16901 16557 0 -1 4202496 3841 0 0 0 147 2 0 0 20 0 1 0 247140478 2082611200 5838 33554432000 4194304 5849940 140731241901408 140731241899896 140526466125703 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 25014272 140731241903286 140731241903364 140731241903364 140731241906122 0
/proc/16901/statm: 508450 5838 721 405 0 505394 0
Current children cumulated CPU time: 1.49 s
Current children cumulated vsize: 2033800 KiB
Current children cumulated memory: 23352 KiB

[startup+3.10937 s]
/proc/loadavg: 1.94 1.98 1.95 3/188 16902
/proc/meminfo: memFree=13587304/32770624 swapFree=67108860/67108860
[pid=16901] ppid=16898 vsize=2034820 memory=24344 CPUtime=3.1 cores=1,3,5,7
/proc/16901/stat : 16901 (xcsp_picat) R 16898 16901 16557 0 -1 4202496 6612 0 0 0 305 5 0 0 20 0 1 0 247140478 2083655680 6086 33554432000 4194304 5849940 140731241901408 140731241900280 140526466125703 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 25014272 140731241903286 140731241903364 140731241903364 140731241906122 0
/proc/16901/statm: 508705 6086 721 405 0 505649 0
Current children cumulated CPU time: 3.1 s
Current children cumulated vsize: 2034820 KiB
Current children cumulated memory: 24344 KiB

[startup+6.3003 s]
/proc/loadavg: 1.95 1.98 1.95 3/188 16902
/proc/meminfo: memFree=12479980/32770624 swapFree=67108860/67108860
[pid=16901] ppid=16898 vsize=2035116 memory=24812 CPUtime=6.29 cores=1,3,5,7
/proc/16901/stat : 16901 (xcsp_picat) R 16898 16901 16557 0 -1 4202496 11990 0 0 0 617 12 0 0 20 0 1 0 247140478 2083958784 6203 33554432000 4194304 5849940 140731241901408 140731241900408 5356118 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 25014272 140731241903286 140731241903364 140731241903364 140731241906122 0
/proc/16901/statm: 508779 6203 721 405 0 505723 0
Current children cumulated CPU time: 6.29 s
Current children cumulated vsize: 2035116 KiB
Current children cumulated memory: 24812 KiB

[startup+12.7003 s]
/proc/loadavg: 2.03 2.00 1.96 3/188 16902
/proc/meminfo: memFree=9068832/32770624 swapFree=67108860/67108860
[pid=16901] ppid=16898 vsize=2038576 memory=28304 CPUtime=12.68 cores=1,3,5,7
/proc/16901/stat : 16901 (xcsp_picat) R 16898 16901 16557 0 -1 4202496 21215 0 0 0 1245 23 0 0 20 0 1 0 247140478 2087501824 7076 33554432000 4194304 5849940 140731241901408 140731241900408 140526466125703 0 0 4096 8389634 0 0 0 17 1 0 0 0 0 0 7949816 9396308 25014272 140731241903286 140731241903364 140731241903364 140731241906122 0
/proc/16901/statm: 509644 7076 721 405 0 506588 0
Current children cumulated CPU time: 12.68 s
Current children cumulated vsize: 2038576 KiB
Current children cumulated memory: 28304 KiB

[startup+25.5004 s]
/proc/loadavg: 2.02 2.00 1.96 3/188 16902
/proc/meminfo: memFree=13949700/32770624 swapFree=67108860/67108860
[pid=16901] ppid=16898 vsize=2039264 memory=28828 CPUtime=25.48 cores=1,3,5,7
/proc/16901/stat : 16901 (xcsp_picat) R 16898 16901 16557 0 -1 4202496 39779 0 0 0 2508 40 0 0 20 0 1 0 247140478 2088206336 7207 33554432000 4194304 5849940 140731241901408 140731241900408 5392486 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 25014272 140731241903286 140731241903364 140731241903364 140731241906122 0
/proc/16901/statm: 509816 7207 721 405 0 506760 0
Current children cumulated CPU time: 25.48 s
Current children cumulated vsize: 2039264 KiB
Current children cumulated memory: 28828 KiB

[startup+27.5215 s]
# the end of solver process 16901 was just reported to runsolver
# cumulated CPU time of all completed processes:  user=27.077 s, system=0.43592 s

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

[startup+25.6004 s]
/proc/loadavg: 2.02 2.00 1.96 3/188 16902
/proc/meminfo: memFree=13949700/32770624 swapFree=67108860/67108860
[pid=16901] ppid=16898 vsize=2039264 memory=28828 CPUtime=25.58 cores=1,3,5,7
/proc/16901/stat : 16901 (xcsp_picat) R 16898 16901 16557 0 -1 4202496 39779 0 0 0 2518 40 0 0 20 0 1 0 247140478 2088206336 7207 33554432000 4194304 5849940 140731241901408 140731241900280 5394708 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 25014272 140731241903286 140731241903364 140731241903364 140731241906122 0
/proc/16901/statm: 509816 7207 721 405 0 506760 0
Current children cumulated CPU time: 25.58 s
Current children cumulated vsize: 2039264 KiB
Current children cumulated memory: 28828 KiB

[startup+26.4003 s]
/proc/loadavg: 2.02 2.00 1.96 3/188 16902
/proc/meminfo: memFree=13594840/32770624 swapFree=67108860/67108860
[pid=16901] ppid=16898 vsize=2040944 memory=30412 CPUtime=26.38 cores=1,3,5,7
/proc/16901/stat : 16901 (xcsp_picat) R 16898 16901 16557 0 -1 4202496 40199 0 0 0 2597 41 0 0 20 0 1 0 247140478 2089926656 7603 33554432000 4194304 5849940 140731241901408 140731241900280 140526466125703 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 25014272 140731241903286 140731241903364 140731241903364 140731241906122 0
/proc/16901/statm: 510236 7603 721 405 0 507180 0
Current children cumulated CPU time: 26.38 s
Current children cumulated vsize: 2040944 KiB
Current children cumulated memory: 30412 KiB

[startup+27.2004 s]
/proc/loadavg: 2.02 2.00 1.96 3/188 16902
/proc/meminfo: memFree=13207524/32770624 swapFree=67108860/67108860
[pid=16901] ppid=16898 vsize=2043540 memory=32928 CPUtime=27.18 cores=1,3,5,7
/proc/16901/stat : 16901 (xcsp_picat) R 16898 16901 16557 0 -1 4202496 40848 0 0 0 2676 42 0 0 20 0 1 0 247140478 2092584960 8232 33554432000 4194304 5849940 140731241901408 140731241900408 140526466125703 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 25014272 140731241903286 140731241903364 140731241903364 140731241906122 0
/proc/16901/statm: 510885 8232 721 405 0 507829 0
Current children cumulated CPU time: 27.18 s
Current children cumulated vsize: 2043540 KiB
Current children cumulated memory: 32928 KiB

[startup+27.4004 s]
/proc/loadavg: 2.02 2.00 1.96 3/188 16902
/proc/meminfo: memFree=13207524/32770624 swapFree=67108860/67108860
[pid=16901] ppid=16898 vsize=2047636 memory=37064 CPUtime=27.39 cores=1,3,5,7
/proc/16901/stat : 16901 (xcsp_picat) R 16898 16901 16557 0 -1 4202496 41375 0 0 0 2696 43 0 0 20 0 1 0 247140478 2096779264 9266 33554432000 4194304 5849940 140731241901408 140731241900568 5437913 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 25014272 140731241903286 140731241903364 140731241903364 140731241906122 0
/proc/16901/statm: 511909 9266 721 405 0 508853 0
Current children cumulated CPU time: 27.39 s
Current children cumulated vsize: 2047636 KiB
Current children cumulated memory: 37064 KiB

[startup+27.5004 s]
/proc/loadavg: 2.02 2.00 1.96 3/188 16902
/proc/meminfo: memFree=13207524/32770624 swapFree=67108860/67108860
[pid=16901] ppid=16898 vsize=2046812 memory=36248 CPUtime=27.49 cores=1,3,5,7
/proc/16901/stat : 16901 (xcsp_picat) R 16898 16901 16557 0 -1 4202496 41633 0 0 0 2706 43 0 0 20 0 1 0 247140478 2095935488 9062 33554432000 4194304 5849940 140731241901408 140731241900568 5348680 0 0 4096 8389634 0 0 0 17 5 0 0 0 0 0 7949816 9396308 25014272 140731241903286 140731241903364 140731241903364 140731241906122 0
/proc/16901/statm: 511703 9062 721 405 0 508647 0
Current children cumulated CPU time: 27.49 s
Current children cumulated vsize: 2046812 KiB
Current children cumulated memory: 36248 KiB

Child status: 0
Real time (s): 27.5215
CPU time (s): 27.513
CPU user time (s): 27.077
CPU system time (s): 0.43592
CPU usage (%): 99.9688
Max. virtual memory (cumulated for all children) (KiB): 2047636
Max. memory (cumulated for all children) (KiB): 37064

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 27.077
system time used= 0.43592
maximum resident set size= 37568
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 42403
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= 25


# summary of solver processes directly reported to runsolver:
#   pid: 16901
#   total CPU time (s): 27.513
#   total CPU user time (s): 27.077
#   total CPU system time (s): 0.43592

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.137606 second user time and 0.219721 second system time

The end

Launcher Data

Begin job on node139 at 2018-08-15 03:16:13
IDJOB=4309692
IDBENCH=141122
IDSOLVER=2794
FILE ID=node139/4309692-1534295773
RUNJOBID= node139-1534293040-16589
PBS_JOBID= 21038134
Free space on /tmp= 35092 MiB

SOLVER NAME= PicatSAT 2018-08-14
BENCH NAME= XCSP18/StripPacking/StripPacking-C1P2_c18.xml
COMMAND LINE= xcsp_picat BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4309692-1534295773/watcher-4309692-1534295773 -o /tmp/evaluation-result-4309692-1534295773/solver-4309692-1534295773 -C 2520 -W 2520 -M 15500 --bin-var /tmp/runsolver-exch-node139-1534293040-16589 --watchdog 2580  xcsp_picat HOME/instance-4309692-1534295773.xml

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

MD5SUM BENCH= ea26d3392de34cffb15676b0e6b531a1
RANDOM SEED=2120360895

node139.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.80
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.80
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.80
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.80
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:         7119212 kB
MemAvailable:   19672796 kB
Buffers:          265228 kB
Cached:         12379840 kB
SwapCached:            0 kB
Active:         18246128 kB
Inactive:        6661912 kB
Active(anon):   12217268 kB
Inactive(anon):    98628 kB
Active(file):    6028860 kB
Inactive(file):  6563284 kB
Unevictable:        7192 kB
Mlocked:            7192 kB
SwapTotal:      67108860 kB
SwapFree:       67108860 kB
Dirty:              3180 kB
Writeback:             0 kB
AnonPages:      12235760 kB
Mapped:            67176 kB
Shmem:             49836 kB
Slab:             418348 kB
SReclaimable:     389900 kB
SUnreclaim:        28448 kB
KernelStack:        3584 kB
PageTables:        29180 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83494172 kB
Committed_AS:   12664424 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      350232 kB
VmallocChunk:   34341910524 kB
HardwareCorrupted:     0 kB
AnonHugePages:  12163072 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:      107904 kB
DirectMap2M:    33437696 kB

Free space on /tmp at the end= 35088 MiB
End job on node139 at 2018-08-15 03:16:41