Trace number 4079893

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 NameAnswerobjective functionCPU timeWall clock time
toysat 2016-05-02UNSAT 0.117981 0.12316

General information on the benchmark

Name/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/
datasets/caixa/normalized-1034.cudf.paranoid.opb
MD5SUM88e33ee7ac88a359370a6c69a6696259
Bench CategoryOPT-SMALLINT-LIN (optimisation, small integers, linear constraints)
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 benchmark0.018996
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables920
Total number of constraints6859
Number of constraints which are clauses6859
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints0
Minimum length of a constraint1
Maximum length of a constraint15
Number of terms in the objective function 433
Biggest coefficient in the objective function 1
Number of bits for the biggest coefficient in the objective function 1
Sum of the numbers in the objective function 433
Number of bits of the sum of numbers in the objective function 9
Biggest number in a constraint 1
Number of bits of the biggest number in a constraint 1
Biggest sum of numbers in a constraint 433
Number of bits of the biggest sum of numbers9
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 2016-06-07T05:10:14+0200
0.00/0.00	c version = 0.5.0
0.00/0.00	c githash = 1a49202
0.00/0.00	c compilationtime = 2016-05-02 00:19:28.990761 UTC
0.00/0.00	c arch = x86_64
0.00/0.00	c os = linux
0.00/0.00	c compiler = ghc 7.10
0.00/0.00	c packages:
0.00/0.00	c   OptDir-0.0.3
0.00/0.00	c   array-0.5.1.0
0.00/0.00	c   base-4.8.2.0
0.00/0.00	c   bytestring-0.10.6.0
0.00/0.00	c   bytestring-builder-0.10.6.0.0
0.00/0.00	c   clock-0.7.2
0.00/0.00	c   containers-0.5.6.2
0.00/0.00	c   data-default-0.5.3
0.00/0.00	c   data-default-class-0.0.1
0.00/0.00	c   data-interval-1.2.0
0.00/0.00	c   deepseq-1.4.1.1
0.00/0.00	c   directory-1.2.2.0
0.00/0.00	c   exceptions-0.8.2.1
0.00/0.00	c   extended-reals-0.2.1.0
0.00/0.00	c   filepath-1.4.0.0
0.00/0.00	c   finite-field-0.8.0
0.00/0.00	c   hashable-1.2.4.0
0.00/0.00	c   heaps-0.3.3
0.00/0.00	c   intern-0.9.1.4
0.00/0.00	c   loop-0.3.0
0.00/0.00	c   mtl-2.2.1
0.00/0.00	c   multiset-0.3.2
0.00/0.00	c   mwc-random-0.13.3.2
0.00/0.00	c   parse_dimacs-1.3
0.00/0.00	c   parsec-3.1.9
0.00/0.00	c   prettyclass-1.0.0.0
0.00/0.00	c   primes-0.2.1.0
0.00/0.00	c   primitive-0.6.1.0
0.00/0.00	c   process-1.2.3.0
0.00/0.00	c   pseudo-boolean-0.1.3.0
0.00/0.01	c   queue-0.1.2
0.00/0.01	c   semigroups-0.18.1
0.00/0.01	c   sign-0.4.3
0.00/0.01	c   stm-2.4.4.1
0.00/0.01	c   template-haskell-2.10.0.0
0.00/0.01	c   temporary-1.2.0.4
0.00/0.01	c   time-1.5.0.1
0.00/0.01	c   transformers-0.4.2.0
0.00/0.01	c   transformers-compat-0.5.1.4
0.00/0.01	c   type-level-numbers-0.1.1.1
0.00/0.01	c   unbounded-delays-0.1.0.9
0.00/0.01	c   unordered-containers-0.2.6.0
0.00/0.01	c   vector-0.11.0.0
0.00/0.01	c   vector-space-0.10.3
0.00/0.01	c command line = ["+RTS","-H1G","-M15500m","-K1G","-RTS","--pb","--search=bcd2","HOME/instance-4079893-1465269014.opb"]
0.00/0.01	c use --random-gen="2385770365 3650937893 4003877257 218657544 1428969967 183607626 133845033 2690719224 1081138199 417461643 3330899666 731134123 4102318239 701780252 4069870270 1130462507 2942628532 1917897428 2815381170 1077874631 3543727393 4230415726 1758491775 356671506 2484394088 1268829074 1688626471 2664926913 3302301074 696555278 2751392462 3433421968 2265408284 3039802233 459953740 78663156 3661363325 3036793222 1195619297 877426632 3349257236 3964619828 1211560383 3602882985 1816026549 2348911958 788022445 209766951 1864056577 3394641789 804577623 3861776853 1568482834 4170982775 465027424 482254401 1305586184 304680338 2060626303 1487538167 1604512326 3899454565 3138032645 612196867 1187388619 1939711977 328352051 263745982 4135897276 628848960 2383791142 2830706222 2479466100 499016537 506763875 1434359063 3208135965 4004747919 1482270431 2217825024 3372725504 2542195072 3061323646 78711459 2893384632 837062258 1824275630 1800647703 2838256432 242997891 2713088205 3412255591 1799245611 547624042 14668524 4045029111 2354943066 3791415088 3007675579 3629179770 2902720121 51119147 3520305503 2797846638 3964966622 2831075071 4073061968 4117771245 2432504755 360232490 2575237206 312269122 3365244930 1816801367 1926354281 3081712017 3266474461 2566693990 1304388492 340994385 4241213330 3902059366 3922215867 988042864 3409764850 846602945 2085654891 2768770550 1772744015 2914837228 2278664190 3335076166 2929602068 3679441444 305359575 1006598984 4238956479 3044514157 299631441 1560367261 2267325740 3877535751 3948767684 457147881 2842563205 401822933 4200802707 3865350362 3128790088 2288248972 3756789292 2270254439 2398929392 2145341095 1572257475 902936372 3390058783 870179746 3686725319 3973913829 1095105956 3645346045 32821971 1674386033 4222692692 3078733510 1248184327 1123641310 163029529 1345135263 492216967 2694596060 1860332029 3089837399 2851064796 2056945382 3788739900 3044244933 1008720666 2696029823 1316364182 1743737164 2211843687 3803103482 527615402 3559529486 1700807227 3475892241 461081671 1730233182 2863498672 38463812 3358598741 4211442176 2809670297 260514054 443708670 1446358718 1826955142 2287474163 3362236532 4069232839 577305238 3478162404 3307199861 990488441 623141998 1370067608 899448864 278065797 3735398097 836363104 1397343884 2978289971 978770631 909593474 280735790 1866981543 105686259 2164145732 578083918 2971920577 3061399820 1593890131 1249025095 1929457290 2860438451 1356739601 3048205801 717938377 3831299014 1632308624 51347090 447902640 2556563196 764981187 830492076 846637580 2492381143 3643968999 807950400 102813666 3450736392 2282588864 2570519368 3182752587 3663908748 3155420143 1786965007 3615261588 490535305 2784547198 118415056 3975107475 1585507151 48595007 255 362436" option to reproduce the execution
0.00/0.06	c #vars 920
0.00/0.06	c #constraints 6859
0.09/0.11	c BCD2: Hardening is enabled.
0.09/0.11	c BCD2: BiasedSearch is enabled.
0.09/0.11	c Solving starts ...
0.09/0.11	s UNSATISFIABLE
0.09/0.11	c total CPU time = 0.114s
0.09/0.11	c total wall clock time = 0.114s

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-4079893-1465269014/watcher-4079893-1465269014 -o /tmp/evaluation-result-4079893-1465269014/solver-4079893-1465269014 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465241547-9912 --watchdog 1960 toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079893-1465269014.opb 

pid=14097
running on 4 cores: 1,3,5,7

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.20 2.18 2.12 3/180 14100
/proc/meminfo: memFree=25459628/32872528 swapFree=12208/1156848
[pid=14100] ppid=14097 vsize=692668 CPUtime=0 cores=1,3,5,7
/proc/14100/stat : 14100 (toysat) R 14097 14100 9895 0 -1 4202496 2574 0 0 0 0 0 0 0 20 0 4 0 108835941 709292032 3446 33554432000 4194304 16246674 140734459644896 140734459644320 13880264 0 2 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14100/statm: 173679 3456 441 2943 0 170573 0
[pid=14100/tid=14101] ppid=14097 vsize=710076 CPUtime=0 cores=1,3,5,7
/proc/14100/task/14101/stat : 14101 (toysat) S 14097 14100 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108835941 727117824 3517 33554432000 4194304 16246674 140734459644896 139707526655216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14100/tid=14102] ppid=14097 vsize=715196 CPUtime=0 cores=1,3,5,7
/proc/14100/task/14102/stat : 14102 (toysat) S 14097 14100 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108835941 732360704 3534 33554432000 4194304 16246674 140734459644896 139707516165360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14100/tid=14103] ppid=14097 vsize=719292 CPUtime=0 cores=1,3,5,7
/proc/14100/task/14103/stat : 14103 (toysat) S 14097 14100 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108835941 736555008 3551 33554432000 4194304 16246674 140734459644896 139707434396848 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0

[startup+0.100178 s]
/proc/loadavg: 2.20 2.18 2.12 3/180 14100
/proc/meminfo: memFree=25459628/32872528 swapFree=12208/1156848
[pid=14100] ppid=14097 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/14100/stat : 14100 (toysat) R 14097 14100 9895 0 -1 4202496 22472 0 0 0 6 3 0 0 20 0 4 0 108835941 1250496512 23282 33554432000 4194304 16246674 140734459644896 140734459644208 6931108 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14100/statm: 305297 23282 831 2943 0 302191 0
[pid=14100/tid=14101] ppid=14097 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/14100/task/14101/stat : 14101 (toysat) S 14097 14100 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108835941 1250496512 23282 33554432000 4194304 16246674 140734459644896 139707526655216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14100/tid=14102] ppid=14097 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/14100/task/14102/stat : 14102 (toysat) S 14097 14100 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108835941 1250496512 23282 33554432000 4194304 16246674 140734459644896 139707516165360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14100/tid=14103] ppid=14097 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/14100/task/14103/stat : 14103 (toysat) S 14097 14100 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108835941 1250496512 23282 33554432000 4194304 16246674 140734459644896 139707434396848 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

Solver just ended.
??? exit watcher main loop
??? sigkill at end of watcher main loop
??? kill 14100 sig 9
??? end of watcher thread
Dumping a history of the last processes samples

[startup+0.100178 s]
/proc/loadavg: 2.20 2.18 2.12 3/180 14100
/proc/meminfo: memFree=25459628/32872528 swapFree=12208/1156848
[pid=14100] ppid=14097 vsize=1221188 CPUtime=0.09 cores=1,3,5,7
/proc/14100/stat : 14100 (toysat) R 14097 14100 9895 0 -1 4202496 22472 0 0 0 6 3 0 0 20 0 4 0 108835941 1250496512 23282 33554432000 4194304 16246674 140734459644896 140734459644208 6931108 0 0 0 34082818 18446744073709551615 0 0 17 5 0 0 0 0 0
/proc/14100/statm: 305297 23282 831 2943 0 302191 0
[pid=14100/tid=14101] ppid=14097 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/14100/task/14101/stat : 14101 (toysat) S 14097 14100 9895 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 108835941 1250496512 23282 33554432000 4194304 16246674 140734459644896 139707526655216 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 1 0 0 0 0 0
[pid=14100/tid=14102] ppid=14097 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/14100/task/14102/stat : 14102 (toysat) S 14097 14100 9895 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 108835941 1250496512 23282 33554432000 4194304 16246674 140734459644896 139707516165360 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 3 0 0 0 0 0
[pid=14100/tid=14103] ppid=14097 vsize=1221188 CPUtime=0 cores=1,3,5,7
/proc/14100/task/14103/stat : 14103 (toysat) S 14097 14100 9895 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 108835941 1250496512 23282 33554432000 4194304 16246674 140734459644896 139707434396848 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 1 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1221188

Child status: 0
Real time (s): 0.12316
CPU time (s): 0.117981
CPU user time (s): 0.085986
CPU system time (s): 0.031995
CPU usage (%): 95.7949
Max. virtual memory (cumulated for all children) (KiB): 1221188

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.085986
system time used= 0.031995
maximum resident set size= 93248
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 22502
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= 26
involuntary context switches= 4

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.001999 second user time and 0.008998 second system time

The end

Launcher Data

Begin job on node114 at 2016-06-07 05:10:14
IDJOB=4079893
IDBENCH=72143
IDSOLVER=2542
FILE ID=node114/4079893-1465269014
RUNJOBID= node114-1465241547-9912
PBS_JOBID= 19843245
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-SMALLINT-LIN/leberre/opb-paranoid/misc2010/datasets/caixa/normalized-1034.cudf.paranoid.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079893-1465269014/watcher-4079893-1465269014 -o /tmp/evaluation-result-4079893-1465269014/solver-4079893-1465269014 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node114-1465241547-9912 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079893-1465269014.opb

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

MD5SUM BENCH= 88e33ee7ac88a359370a6c69a6696259
RANDOM SEED=65822187

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.852
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.70
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.852
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.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
cpu MHz		: 2666.852
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.55
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.852
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.852
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.852
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.852
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.54
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.852
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:        25460264 kB
Buffers:          127056 kB
Cached:           230060 kB
SwapCached:         1696 kB
Active:          5293500 kB
Inactive:         218164 kB
Active(anon):    5155644 kB
Inactive(anon):     1252 kB
Active(file):     137856 kB
Inactive(file):   216912 kB
Unevictable:     1156848 kB
Mlocked:           12208 kB
SwapTotal:      67108856 kB
SwapFree:       67096680 kB
Dirty:             16776 kB
Writeback:             8 kB
AnonPages:       6310340 kB
Mapped:            10776 kB
Shmem:                 0 kB
Slab:             602612 kB
SReclaimable:      45588 kB
SUnreclaim:       557024 kB
KernelStack:        1512 kB
PageTables:        16696 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    6454172 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2123776 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= 71704 MiB
End job on node114 at 2016-06-07 05:10:14