Trace number 4094459

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
NaPS 1.02? (MO) 82.8524 84.8672

General information on the benchmark

Name/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/
normalized-cache.inv14.ucl--soft-66-100-0.wbo
MD5SUM49b917538dc517f3b04d67f1cc33a27a
Bench CategoryPARTIAL-BIGINT-LIN (both soft and hard constraints, big integers, linear constraints)
Best result obtained on this benchmark
Best cost obtained on this benchmark
Best CPU time to get the best result obtained on this benchmark
Max-Satisfiable
Max-(Un)Satisfiability was proved
Best value of the cost
Optimality of the best cost was proved
Number of variables62704
Total number of constraints187107
Number of soft constraints63512
Number of constraints which are clauses186603
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints504
Minimum length of a constraint1
Maximum length of a constraint11
Top cost 3204757
Min constraint cost 1
Max constraint cost 100
Sum of constraints costs 3204756
Biggest number in a constraint 33
Number of bits of the biggest number in a constraint 6
Biggest sum of numbers in a constraint 126
Number of bits of the biggest sum of numbers7
Number of products (including duplicates)0
Sum of products size (including duplicates)0
Number of different products0
Sum of products size0

Solver Data

0.00/0.00	c NaPS 1.02b.

Verifier Data

ERROR: no interpretation found !

Watcher Data

runsolver Copyright (C) 2010-2013 Olivier ROUSSEL

This is runsolver version 3.3.7 (svn: 2553)

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.

command line: BIN/runsolver --timestamp -w /tmp/evaluation-result-4094459-1466075380/watcher-4094459-1466075380 -o /tmp/evaluation-result-4094459-1466075380/solver-4094459-1466075380 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466074855-19418 --watchdog 1960 naps-1.02 HOME/instance-4094459-1466075380.wbo 

pid=19798
running on 4 cores: 0,2,4,6

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


[startup+0 s]
/proc/loadavg: 2.16 2.10 2.04 4/176 19801
/proc/meminfo: memFree=17501524/32872528 swapFree=1073984/1155744
[pid=19801] ppid=19798 vsize=6416 CPUtime=0 cores=0,2,4,6
/proc/19801/stat : 19801 (naps-1.02) R 19798 19801 17509 0 -1 4202496 306 0 0 0 0 0 0 0 20 0 1 0 9587243 6569984 181 33554432000 4194304 5796924 140735600369264 140735491215896 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19801/statm: 1604 181 130 392 0 1203 0

[startup+0.100159 s]
/proc/loadavg: 2.16 2.10 2.04 4/176 19801
/proc/meminfo: memFree=17501524/32872528 swapFree=1073984/1155744
[pid=19801] ppid=19798 vsize=9004 CPUtime=0.09 cores=0,2,4,6
/proc/19801/stat : 19801 (naps-1.02) R 19798 19801 17509 0 -1 4202496 957 0 0 0 9 0 0 0 20 0 1 0 9587243 9220096 811 33554432000 4194304 5796924 140735600369264 140735491215896 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19801/statm: 2251 812 130 392 0 1850 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 9004

[startup+0.200327 s]
/proc/loadavg: 2.16 2.10 2.04 4/176 19801
/proc/meminfo: memFree=17501524/32872528 swapFree=1073984/1155744
[pid=19801] ppid=19798 vsize=11236 CPUtime=0.19 cores=0,2,4,6
/proc/19801/stat : 19801 (naps-1.02) R 19798 19801 17509 0 -1 4202496 1627 0 0 0 19 0 0 0 20 0 1 0 9587243 11505664 1414 33554432000 4194304 5796924 140735600369264 140735491215896 4623680 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19801/statm: 2809 1414 130 392 0 2408 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 11236

[startup+0.300262 s]
/proc/loadavg: 2.16 2.10 2.04 4/176 19801
/proc/meminfo: memFree=17501524/32872528 swapFree=1073984/1155744
[pid=19801] ppid=19798 vsize=14036 CPUtime=0.29 cores=0,2,4,6
/proc/19801/stat : 19801 (naps-1.02) R 19798 19801 17509 0 -1 4202496 2270 0 0 0 29 0 0 0 20 0 1 0 9587243 14372864 2032 33554432000 4194304 5796924 140735600369264 140735600368488 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19801/statm: 3509 2032 130 392 0 3108 0
Current children cumulated CPU time (s) 0.29
Current children cumulated vsize (KiB) 14036

[startup+0.700239 s]
/proc/loadavg: 2.16 2.10 2.04 4/176 19801
/proc/meminfo: memFree=17501524/32872528 swapFree=1073984/1155744
[pid=19801] ppid=19798 vsize=23452 CPUtime=0.69 cores=0,2,4,6
/proc/19801/stat : 19801 (naps-1.02) R 19798 19801 17509 0 -1 4202496 4764 0 0 0 68 1 0 0 20 0 1 0 9587243 24014848 4850 33554432000 4194304 5796924 140735600369264 140735600368488 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19801/statm: 5863 4850 130 392 0 5462 0
Current children cumulated CPU time (s) 0.69
Current children cumulated vsize (KiB) 23452

[startup+1.50019 s]
/proc/loadavg: 2.16 2.10 2.04 4/177 19802
/proc/meminfo: memFree=17230328/32872528 swapFree=1073984/1155744
[pid=19801] ppid=19798 vsize=42588 CPUtime=1.49 cores=0,2,4,6
/proc/19801/stat : 19801 (naps-1.02) R 19798 19801 17509 0 -1 4202496 9647 0 0 0 147 2 0 0 20 0 1 0 9587243 43610112 9307 33554432000 4194304 5796924 140735600369264 140735600368632 5183584 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19801/statm: 10647 9307 130 392 0 10246 0
Current children cumulated CPU time (s) 1.49
Current children cumulated vsize (KiB) 42588

[startup+3.10024 s]
/proc/loadavg: 2.15 2.10 2.04 4/177 19802
/proc/meminfo: memFree=17049508/32872528 swapFree=1073984/1155744
[pid=19801] ppid=19798 vsize=89164 CPUtime=3.08 cores=0,2,4,6
/proc/19801/stat : 19801 (naps-1.02) R 19798 19801 17509 0 -1 4202496 22174 0 0 0 305 3 0 0 20 0 1 0 9587243 91303936 20612 33554432000 4194304 5796924 140735600369264 140735600368536 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19801/statm: 22291 20615 150 392 0 21890 0
Current children cumulated CPU time (s) 3.08
Current children cumulated vsize (KiB) 89164

[startup+6.30027 s]
/proc/loadavg: 2.15 2.10 2.04 3/177 19802
/proc/meminfo: memFree=16978344/32872528 swapFree=1073984/1155744
[pid=19801] ppid=19798 vsize=136792 CPUtime=6.29 cores=0,2,4,6
/proc/19801/stat : 19801 (naps-1.02) R 19798 19801 17509 0 -1 4202496 45710 0 0 0 621 8 0 0 20 0 1 0 9587243 140075008 30890 33554432000 4194304 5796924 140735600369264 140735600363848 4805619 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19801/statm: 34198 30890 165 392 0 33797 0
Current children cumulated CPU time (s) 6.29
Current children cumulated vsize (KiB) 136792

[startup+12.7003 s]
/proc/loadavg: 2.12 2.10 2.04 3/177 19802
/proc/meminfo: memFree=18255332/32872528 swapFree=1073984/1155744
[pid=19801] ppid=19798 vsize=406848 CPUtime=12.68 cores=0,2,4,6
/proc/19801/stat : 19801 (naps-1.02) R 19798 19801 17509 0 -1 4202496 75589 0 0 0 1252 16 0 0 20 0 1 0 9587243 416612352 98095 33554432000 4194304 5796924 140735600369264 140735600364904 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19801/statm: 101712 98096 171 392 0 101311 0
Current children cumulated CPU time (s) 12.68
Current children cumulated vsize (KiB) 406848

[startup+25.5003 s]
/proc/loadavg: 2.10 2.09 2.03 3/178 19805
/proc/meminfo: memFree=16338664/32872528 swapFree=1073984/1155744
[pid=19801] ppid=19798 vsize=2100940 CPUtime=25.49 cores=0,2,4,6
/proc/19801/stat : 19801 (naps-1.02) R 19798 19801 17509 0 -1 4202496 253322 0 0 0 2484 65 0 0 20 0 1 0 9587243 2151362560 502755 33554432000 4194304 5796924 140735600369264 140735600363320 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19801/statm: 525235 502755 171 392 0 524834 0
Current children cumulated CPU time (s) 25.49
Current children cumulated vsize (KiB) 2100940

[startup+51.1004 s]
/proc/loadavg: 2.19 2.12 2.04 3/178 19805
/proc/meminfo: memFree=10948996/32872528 swapFree=1073984/1155744
[pid=19801] ppid=19798 vsize=7783124 CPUtime=51.08 cores=0,2,4,6
/proc/19801/stat : 19801 (naps-1.02) R 19798 19801 17509 0 -1 4202496 642744 0 0 0 4905 203 0 0 20 0 1 0 9587243 7969918976 1756862 33554432000 4194304 5796924 140735600369264 140735600328424 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19801/statm: 1945781 1756864 171 392 0 1945380 0
Current children cumulated CPU time (s) 51.08
Current children cumulated vsize (KiB) 7783124



Maximum VSize exceeded: sending SIGTERM then SIGKILL

[startup+82.3003 s]
/proc/loadavg: 2.25 2.14 2.05 3/177 19806
/proc/meminfo: memFree=3461508/32872528 swapFree=1073984/1155744
[pid=19801] ppid=19798 vsize=15875120 CPUtime=82.28 cores=0,2,4,6
/proc/19801/stat : 19801 (naps-1.02) R 19798 19801 17509 0 -1 4202496 1373465 0 0 0 7796 432 0 0 20 0 1 0 9587243 16256122880 3627655 33554432000 4194304 5796924 140735600369264 140735600346280 5095032 0 0 4096 17954 0 0 0 17 4 0 0 0 0 0
/proc/19801/statm: 3968780 3627656 171 392 0 3968379 0
Current children cumulated CPU time (s) 82.28
Current children cumulated vsize (KiB) 15875120

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

Sending SIGKILL to process tree (bottom up)

Sending SIGKILL to -19801
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 19801 sig 9
??? end of watcher thread

Solver just ended.
Dumping a history of the last processes samples

[startup+83.2003 s]
/proc/loadavg: 2.23 2.13 2.05 2/177 19806
/proc/meminfo: memFree=3242024/32872528 swapFree=1073984/1155744
[pid=19801] ppid=19798 vsize=15875120 CPUtime=82.28 cores=0,2,4,6
/proc/19801/stat : 19801 (naps-1.02) S 19798 19801 17509 0 -1 4194304 1373469 0 0 0 7796 432 0 0 20 0 1 0 9587243 16256122880 3627659 33554432000 4194304 5796924 140735600369264 140735600345544 5190702 0 16384 4096 17954 18446744071579510697 0 0 17 4 0 0 0 0 0
/proc/19801/statm: 3968780 3627659 172 392 0 3968379 0
Current children cumulated CPU time (s) 82.28
Current children cumulated vsize (KiB) 15875120

[startup+84.0003 s]
/proc/loadavg: 2.23 2.13 2.05 2/177 19806
/proc/meminfo: memFree=3241900/32872528 swapFree=1073984/1155744
[pid=19801] ppid=19798 vsize=15875120 CPUtime=82.28 cores=0,2,4,6
/proc/19801/stat : 19801 (naps-1.02) S 19798 19801 17509 0 -1 4194304 1373469 0 0 0 7796 432 0 0 20 0 1 0 9587243 16256122880 3627659 33554432000 4194304 5796924 140735600369264 140735600345544 5190702 0 16384 4096 17954 18446744071579510697 0 0 17 4 0 0 0 0 0
/proc/19801/statm: 3968780 3627659 172 392 0 3968379 0
Current children cumulated CPU time (s) 82.28
Current children cumulated vsize (KiB) 15875120

[startup+84.2003 s]
/proc/loadavg: 2.23 2.13 2.05 2/177 19806
/proc/meminfo: memFree=3241900/32872528 swapFree=1073984/1155744
[pid=19801] ppid=19798 vsize=15875120 CPUtime=82.28 cores=0,2,4,6
/proc/19801/stat : 19801 (naps-1.02) S 19798 19801 17509 0 -1 4194304 1373469 0 0 0 7796 432 0 0 20 0 1 0 9587243 16256122880 3627659 33554432000 4194304 5796924 140735600369264 140735600345544 5190702 0 16384 4096 17954 18446744071579510697 0 0 17 4 0 0 0 0 0
/proc/19801/statm: 3968780 3627659 172 392 0 3968379 0
Current children cumulated CPU time (s) 82.28
Current children cumulated vsize (KiB) 15875120

[startup+84.3003 s]
/proc/loadavg: 2.23 2.13 2.05 2/177 19806
/proc/meminfo: memFree=3241900/32872528 swapFree=1073984/1155744
[pid=19801] ppid=19798 vsize=15875120 CPUtime=82.28 cores=0,2,4,6
/proc/19801/stat : 19801 (naps-1.02) S 19798 19801 17509 0 -1 4194304 1373469 0 0 0 7796 432 0 0 20 0 1 0 9587243 16256122880 3627659 33554432000 4194304 5796924 140735600369264 140735600345544 5190702 0 16384 4096 17954 18446744071579510697 0 0 17 4 0 0 0 0 0
/proc/19801/statm: 3968780 3627659 172 392 0 3968379 0
Current children cumulated CPU time (s) 82.28
Current children cumulated vsize (KiB) 15875120

Child ended because it received signal 9 (SIGKILL)
Real time (s): 84.8672
CPU time (s): 82.8524
CPU user time (s): 77.9621
CPU system time (s): 4.89026
CPU usage (%): 97.6259
Max. virtual memory (cumulated for all children) (KiB): 15875120

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 77.9621
system time used= 4.89026
maximum resident set size= 14510636
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 1373469
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= 4
involuntary context switches= 88

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.216967 second user time and 0.431934 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-16 13:09:40
IDJOB=4094459
IDBENCH=78623
IDSOLVER=2554
FILE ID=node114/4094459-1466075380
RUNJOBID= node114-1466074855-19418
PBS_JOBID= 19904022
Free space on /tmp= 71724 MiB

SOLVER NAME= NaPS 1.02
BENCH NAME= PB10/normalized-PB10/PARTIAL-BIGINT-LIN/PB06/web/uclid_pb_benchmarks/normalized-cache.inv14.ucl--soft-66-100-0.wbo
COMMAND LINE= naps-1.02 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4094459-1466075380/watcher-4094459-1466075380 -o /tmp/evaluation-result-4094459-1466075380/solver-4094459-1466075380 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1466074855-19418 --watchdog 1960  naps-1.02 HOME/instance-4094459-1466075380.wbo

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

MD5SUM BENCH= 49b917538dc517f3b04d67f1cc33a27a
RANDOM SEED=948992395

node114.alineos.net Linux 2.6.32-71.29.1.el6.x86_64 #1 SMP Mon Jun 27 19:49:27 BST 2011

/proc/cpuinfo:
processor	: 0
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5333.52
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
cpu MHz		: 2666.761
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.56
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 2
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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 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 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 tpr_shadow vnmi flexpriority ept vpid
bogomips	: 5332.54
clflush size	: 64
cache_alignment	: 64
address sizes	: 40 bits physical, 48 bits virtual
power management:

processor	: 3
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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 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 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 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
cpu MHz		: 2666.761
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 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 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 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	: 5
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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 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 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 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
cpu MHz		: 2666.761
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 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 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 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	: 7
vendor_id	: GenuineIntel
cpu family	: 6
model		: 26
model name	: Intel(R) Xeon(R) CPU           X5550  @ 2.67GHz
stepping	: 5
cpu MHz		: 2666.761
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 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 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 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:       32872528 kB
MemFree:        17508220 kB
Buffers:           17068 kB
Cached:            79436 kB
SwapCached:        79460 kB
Active:         13346020 kB
Inactive:         128372 kB
Active(anon):   13301512 kB
Inactive(anon):    78720 kB
Active(file):      44508 kB
Inactive(file):    49652 kB
Unevictable:     1155744 kB
Mlocked:         1073984 kB
SwapTotal:      67108856 kB
SwapFree:       67021976 kB
Dirty:              9928 kB
Writeback:             0 kB
AnonPages:      14496148 kB
Mapped:             7900 kB
Shmem:                 0 kB
Slab:             566560 kB
SReclaimable:      10676 kB
SUnreclaim:       555884 kB
KernelStack:        1456 kB
PageTables:        32304 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:   16582140 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   3960832 kB
HugePages_Total:       0
HugePages_Free:        0
HugePages_Rsvd:        0
HugePages_Surp:        0
Hugepagesize:       2048 kB
DirectMap4k:        7552 kB
DirectMap2M:    33538048 kB

Free space on /tmp at the end= 71720 MiB
End job on node114 at 2016-06-16 13:11:05