Trace number 4079181

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.272957 0.27412

General information on the benchmark

Name/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/
datasets/caixa/normalized-121.cudf.trendy.opb
MD5SUMc7b7dedbc9d15fd2c084852f38d08809
Bench CategoryOPT-BIGINT-LIN (optimisation, big 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.12498
Has Objective FunctionYES
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3356
Total number of constraints15913
Number of constraints which are clauses15913
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 constraint602
Number of terms in the objective function 1782
Biggest coefficient in the objective function 712121957
Number of bits for the biggest coefficient in the objective function 30
Sum of the numbers in the objective function 427983701550
Number of bits of the sum of numbers in the objective function 39
Biggest number in a constraint 712121957
Number of bits of the biggest number in a constraint 30
Biggest sum of numbers in a constraint 427983701550
Number of bits of the biggest sum of numbers39
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:55: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-4079181-1465271714.opb"]
0.00/0.01	c use --random-gen="643184425 1172648242 778733112 2140083212 1224621789 2102384498 2229632497 2920332860 1621033147 1359508127 927005692 1191571318 2885657967 2767669836 2490706673 690088302 208701481 686878767 2706985528 1134844784 3944835475 4159163662 3243019292 626829215 3378916298 3155660101 251598320 1874033801 504418261 2085045355 342514595 74395508 2318796821 2748457294 1270315347 1319885331 1723373650 2937981524 617967150 2880302627 3575373452 1030122771 214864166 687555325 2241933510 3704820506 4139333235 93079460 407776715 3871223866 1033438935 1027762297 668171980 1623510936 1854529660 683582576 3434268589 2480425074 2619503924 916071870 612466078 783654809 808655392 246341374 1230131674 2081576941 1279472129 2008657596 2061189471 364874897 1916567732 4101504538 2535803305 3346578218 1339155812 1607236110 3450687403 2962903604 1176895168 891206142 1002330448 4014983318 2026429191 241753532 3677744899 423378953 1680697352 3119316870 2624234790 315949757 2600818001 2544632348 468987013 1143838702 2926971345 3199677531 2095103155 306699149 3636458225 1023055213 2166010344 195975137 2776215808 659749335 73476754 1803953399 2118419273 3797201179 2968282713 2642908060 4200500340 2318886109 2491557058 235634058 3550038951 336101880 635746905 3761067692 326412240 1714191434 2320773943 2973324240 8184364 2290927884 3094832728 3957651043 1119622890 4274875654 3766102376 3924442070 2047501615 1805883925 3888382547 193398213 2728978506 3551688991 974594928 1038344585 3623588294 4087156347 1831487289 3455188481 131829133 3886662756 4245044345 2343134679 3149900358 8368381 1510051431 448973717 3992647160 1018228287 2458272643 2595730958 2828916992 1164510518 3420939013 134260148 1440448876 4064414621 2213036844 1128016459 3340473173 3810149531 920993523 906637735 3733962270 3170904353 321687291 996575070 4290004264 2012823935 658065654 1567384560 2230676391 3550656861 3978990299 1512594974 4196096231 3583061123 625752350 63823411 1590329709 3136879910 3796906078 704274085 1695334418 823935921 3669760439 2015563164 3746324400 1310017963 252250865 2070891786 894663242 3137154056 1955695613 2581013648 3509676010 1990493671 2637879138 1033511315 751572052 941467058 1220530389 3651270507 3527085928 64806489 1190289891 1839336033 2026726620 1319107551 35385733 43150929 2182107377 3867919070 2919565588 3193107805 1975244147 1167774467 2441979814 1718712391 3852108758 1302836140 3433376655 2321748599 3322498407 2936502770 1097415296 830951723 566288192 1279505510 671839745 3448529952 962373063 1686635827 986255794 4196912966 3398577596 1776179330 481881578 1548557084 1106665671 2202879953 1712443317 929809589 2667763439 3549049659 2686957850 2876448296 3771176770 2210188621 2457455090 3223022345 129162068 916359331 255 362436" option to reproduce the execution
0.09/0.12	c #vars 3356
0.09/0.12	c #constraints 15913
0.19/0.26	c BCD2: Hardening is enabled.
0.19/0.26	c BCD2: BiasedSearch is enabled.
0.19/0.26	c Solving starts ...
0.19/0.26	s UNSATISFIABLE
0.19/0.26	c total CPU time = 0.259s
0.19/0.26	c total wall clock time = 0.259s

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

pid=4660
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.17 2.23 2.18 4/179 4663
/proc/meminfo: memFree=29049844/32872528 swapFree=17892/1720544
[pid=4663] ppid=4660 vsize=721340 CPUtime=0 cores=0,2,4,6
/proc/4663/stat : 4663 (toysat) R 4660 4663 3556 0 -1 4202496 2690 0 0 0 0 0 0 0 20 0 4 0 109104558 738652160 2540 33554432000 4194304 16246674 140733561772128 140733561771552 13880264 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4663/statm: 180847 2551 441 2943 0 177741 0
[pid=4663/tid=4664] ppid=4660 vsize=738748 CPUtime=0 cores=0,2,4,6
/proc/4663/task/4664/stat : 4664 (toysat) S 4660 4663 3556 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109104558 756477952 2612 33554432000 4194304 16246674 140733561772128 140064387476720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4663/tid=4665] ppid=4660 vsize=743868 CPUtime=0 cores=0,2,4,6
/proc/4663/task/4665/stat : 4665 (toysat) S 4660 4663 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109104558 761720832 2632 33554432000 4194304 16246674 140733561772128 140064376986864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4663/tid=4666] ppid=4660 vsize=748988 CPUtime=0 cores=0,2,4,6
/proc/4663/task/4666/stat : 4666 (toysat) S 4660 4663 3556 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109104558 766963712 2649 33554432000 4194304 16246674 140733561772128 140064366513328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0

[startup+0.10013 s]
/proc/loadavg: 2.17 2.23 2.18 4/179 4663
/proc/meminfo: memFree=29049844/32872528 swapFree=17892/1720544
[pid=4663] ppid=4660 vsize=1220164 CPUtime=0.09 cores=0,2,4,6
/proc/4663/stat : 4663 (toysat) R 4660 4663 3556 0 -1 4202496 26538 0 0 0 5 4 0 0 20 0 4 0 109104558 1249447936 26326 33554432000 4194304 16246674 140733561772128 140733561771440 4206613 0 2 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4663/statm: 305041 26326 800 2943 0 301935 0
[pid=4663/tid=4664] ppid=4660 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/4663/task/4664/stat : 4664 (toysat) S 4660 4663 3556 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109104558 1249447936 26326 33554432000 4194304 16246674 140733561772128 140064387476720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4663/tid=4665] ppid=4660 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/4663/task/4665/stat : 4665 (toysat) S 4660 4663 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109104558 1249447936 26326 33554432000 4194304 16246674 140733561772128 140064376986864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4663/tid=4666] ppid=4660 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/4663/task/4666/stat : 4666 (toysat) S 4660 4663 3556 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109104558 1249447936 26326 33554432000 4194304 16246674 140733561772128 140064366513328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

[startup+0.200463 s]
/proc/loadavg: 2.17 2.23 2.18 4/179 4663
/proc/meminfo: memFree=29049844/32872528 swapFree=17892/1720544
[pid=4663] ppid=4660 vsize=1302084 CPUtime=0.19 cores=0,2,4,6
/proc/4663/stat : 4663 (toysat) R 4660 4663 3556 0 -1 4202496 46680 0 0 0 12 7 0 0 20 0 4 0 109104558 1333334016 46468 33554432000 4194304 16246674 140733561772128 140733561754048 6155377 0 0 0 34082818 18446744073709551615 0 0 17 0 0 0 0 0 0
/proc/4663/statm: 325521 46477 833 2943 0 322415 0
[pid=4663/tid=4664] ppid=4660 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/4663/task/4664/stat : 4664 (toysat) S 4660 4663 3556 0 -1 4202560 10 0 0 0 0 0 0 0 20 0 4 0 109104558 1333334016 46482 33554432000 4194304 16246674 140733561772128 140064387476720 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 4 0 0 0 0 0
[pid=4663/tid=4665] ppid=4660 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/4663/task/4665/stat : 4665 (toysat) S 4660 4663 3556 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109104558 1333334016 46488 33554432000 4194304 16246674 140733561772128 140064376986864 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 0 0 0 0 0 0
[pid=4663/tid=4666] ppid=4660 vsize=1302084 CPUtime=0 cores=0,2,4,6
/proc/4663/task/4666/stat : 4666 (toysat) S 4660 4663 3556 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109104558 1333334016 46493 33554432000 4194304 16246674 140733561772128 140064366513328 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 4 0 0 0 0 0
Current children cumulated CPU time (s) 0.19
Current children cumulated vsize (KiB) 1302084

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

Child status: 0
Real time (s): 0.27412
CPU time (s): 0.272957
CPU user time (s): 0.185971
CPU system time (s): 0.086986
CPU usage (%): 99.5758
Max. virtual memory (cumulated for all children) (KiB): 1302084

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.185971
system time used= 0.086986
maximum resident set size= 186884
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 46933
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= 22
involuntary context switches= 5

??? join timestamper begins
??? join timestamper ends
??? end of timestamper thread
runsolver used 0.005999 second user time and 0.003999 second system time

The end

Launcher Data

Begin job on node117 at 2016-06-07 05:55:14
IDJOB=4079181
IDBENCH=72428
IDSOLVER=2542
FILE ID=node117/4079181-1465271714
RUNJOBID= node117-1465262703-3572
PBS_JOBID= 19843298
Free space on /tmp= 71720 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/OPT-BIGINT-LIN/leberre/opb-trendy/misc2010/datasets/caixa/normalized-121.cudf.trendy.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4079181-1465271714/watcher-4079181-1465271714 -o /tmp/evaluation-result-4079181-1465271714/solver-4079181-1465271714 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node117-1465262703-3572 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4079181-1465271714.opb

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

MD5SUM BENCH= c7b7dedbc9d15fd2c084852f38d08809
RANDOM SEED=54469571

node117.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		: 2667.088
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	: 5334.17
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		: 2667.088
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		: 2667.088
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		: 2667.088
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.56
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		: 2667.088
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.54
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		: 2667.088
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		: 2667.088
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.53
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		: 2667.088
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:        29049472 kB
Buffers:           81400 kB
Cached:           105612 kB
SwapCached:        55388 kB
Active:          1203488 kB
Inactive:         161836 kB
Active(anon):    1126384 kB
Inactive(anon):    54760 kB
Active(file):      77104 kB
Inactive(file):   107076 kB
Unevictable:     1720544 kB
Mlocked:           17892 kB
SwapTotal:      67108856 kB
SwapFree:       67045084 kB
Dirty:             16672 kB
Writeback:             0 kB
AnonPages:       2849092 kB
Mapped:            10892 kB
Shmem:                 0 kB
Slab:             598936 kB
SReclaimable:      42804 kB
SUnreclaim:       556132 kB
KernelStack:        1520 kB
PageTables:         9612 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2988264 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   2824192 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 node117 at 2016-06-07 05:55:14