Trace number 4078792

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
toysat 2016-05-02UNSAT 0.185971 0.18839

General information on the benchmark

Name/DEC-SMALLINT-LIN/oliveras/j30/
normalized-j307_9-unsat.opb
MD5SUM43774e98c3980bf5a768d09a9bf9d7d4
Bench CategoryDEC-SMALLINT-LIN (no 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.041993
Has Objective FunctionNO
Satisfiable
(Un)Satisfiability was proved
Best value of the objective function
Optimality of the best value was proved
Number of variables3720
Total number of constraints11544
Number of constraints which are clauses11308
Number of constraints which are cardinality constraints (but not clauses)0
Number of constraints which are nor clauses,nor cardinality constraints236
Minimum length of a constraint1
Maximum length of a constraint17
Number of terms in the objective function 0
Biggest coefficient in the objective function 0
Number of bits for the biggest coefficient in the objective function 0
Sum of the numbers in the objective function 0
Number of bits of the sum of numbers in the objective function 0
Biggest number in a constraint 24
Number of bits of the biggest number in a constraint 5
Biggest sum of numbers in a constraint 113
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 2016-06-07T06:12:43+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-4078792-1465272763.opb"]
0.00/0.01	c use --random-gen="247164178 2332504207 328217241 2111817725 1452556424 565472750 452602859 4169975383 462246630 3886975764 96138190 3947647613 2071252710 2089329761 2490372342 2542996348 438759996 423423091 2117426499 1086978674 4127787198 101002579 2608408949 3042535910 2055962566 1558426879 663852847 1862152961 2987210513 1260862680 631739158 4199747446 3198416394 1339253964 3736324507 2233343135 2531563198 2667608697 3411602247 1822018223 2259842683 2901479184 2953838213 4238666676 3105306934 131099123 1984432714 928238122 3471914750 33804378 3884543109 1916398453 935391430 3257919821 764769427 627383780 1348709794 2906700989 3005381141 639233872 572992358 3467191616 2961942128 4175232510 2142095943 2379485218 2220990357 2928940122 2206116452 2731188707 1519892288 3409549318 1426374707 1306821875 3991859361 763440517 4278190981 2932071679 2709745120 3505760927 1716634784 64840474 4076171075 3720229521 2991882292 4229098192 2666500526 1982074132 35345391 3427805882 997181774 182439127 3428195148 2517715767 444705342 593395921 2525756959 478436180 2279789154 1708873692 820117708 2989104443 1090895043 3152383222 3805100966 2630141413 2952795947 2692782759 1024917460 2534920055 3165231060 1576510313 4294232268 1903558843 3167455663 97436498 3558071500 3805819140 3517325702 327962444 1892526186 3107616232 3504160574 3370161967 4244786123 2981442681 476617785 2896437137 769163993 2392177017 8641306 2547744339 3153428638 4254398467 644985749 4167475862 3736039889 1171622617 4285420330 1111428421 4279471986 1573621332 2310929216 2784884778 3056674603 2065673661 3858482424 1159815906 2190502358 4112905514 1370939459 1573211309 1431927870 1245791611 4078641578 449929678 3628711777 4222764733 1205805450 2020900406 3864206714 154868197 4135196296 3130532663 387626330 3794260080 2729303310 1295366320 1786557994 2609324384 2783322542 609610885 1749353706 4285458038 3987815479 462507501 2794599456 2683956145 2839859684 3920293487 865454904 977282438 2252903346 2730359156 439313361 3631040179 2096674800 2917486704 3141470968 1348155962 3894063234 3278808836 4196793500 2618668054 2086938186 1848777610 254994267 3499858852 2332540100 2835584507 2232868504 3005036501 100207344 2450586289 1373497499 232907793 594141145 4066419311 3538009519 3821145890 3183428864 2082052496 458786476 3921040023 163926340 1419098447 1801740791 1942609327 2073321894 2900843998 201187763 2742004953 1079380768 731173334 4022509299 3613435747 2402852799 1166932598 3071286626 3135050832 1853117891 814991680 1462271192 4248944556 4080382053 2063540768 3905286998 1706335502 3953405253 1216426448 1827697426 3506705252 2835928178 4056819200 745935582 3018445179 1031849829 3186723832 3372202622 2984626441 4100998535 2524581115 3642307003 1717659541 4204733167 697544285 255 362436" option to reproduce the execution
0.00/0.08	c #vars 3720
0.00/0.08	c #constraints 11544
0.09/0.17	c Solving starts ...
0.09/0.17	s UNSATISFIABLE
0.09/0.17	c total CPU time = 0.176s
0.09/0.17	c total wall clock time = 0.176s

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

pid=16706
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.21 2.20 2.18 4/178 16709
/proc/meminfo: memFree=29185080/32872528 swapFree=17452/1581112
[pid=16709] ppid=16706 vsize=766396 CPUtime=0 cores=0,2,4,6
/proc/16709/stat : 16709 (toysat) R 16706 16709 13546 0 -1 4202496 2862 0 0 0 0 0 0 0 20 0 4 0 109208227 784789504 3224 33554432000 4194304 16246674 140735711612304 140735711611728 13880264 0 2 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16709/statm: 192111 3235 441 2943 0 189005 0
[pid=16709/tid=16710] ppid=16706 vsize=784828 CPUtime=0 cores=0,2,4,6
/proc/16709/task/16710/stat : 16710 (toysat) S 16706 16709 13546 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109208227 803663872 3297 33554432000 4194304 16246674 140735711612304 139823385914608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16709/tid=16711] ppid=16706 vsize=788924 CPUtime=0 cores=0,2,4,6
/proc/16709/task/16711/stat : 16711 (toysat) S 16706 16709 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109208227 807858176 3315 33554432000 4194304 16246674 140735711612304 139823375424752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16709/tid=16712] ppid=16706 vsize=793020 CPUtime=0 cores=0,2,4,6
/proc/16709/task/16712/stat : 16712 (toysat) S 16706 16709 13546 0 -1 4202560 1 0 0 0 0 0 0 0 20 0 4 0 109208227 812052480 3331 33554432000 4194304 16246674 140735711612304 139823364951216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0

[startup+0.100169 s]
/proc/loadavg: 2.21 2.20 2.18 4/178 16709
/proc/meminfo: memFree=29185080/32872528 swapFree=17452/1581112
[pid=16709] ppid=16706 vsize=1220164 CPUtime=0.09 cores=0,2,4,6
/proc/16709/stat : 16709 (toysat) R 16706 16709 13546 0 -1 4202496 27801 0 0 0 5 4 0 0 20 0 4 0 109208227 1249447936 28100 33554432000 4194304 16246674 140735711612304 140735711611616 12874965 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16709/statm: 305041 28107 831 2943 0 301935 0
[pid=16709/tid=16710] ppid=16706 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/16709/task/16710/stat : 16710 (toysat) S 16706 16709 13546 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109208227 1249447936 28113 33554432000 4194304 16246674 140735711612304 139823385914608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16709/tid=16711] ppid=16706 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/16709/task/16711/stat : 16711 (toysat) S 16706 16709 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109208227 1249447936 28118 33554432000 4194304 16246674 140735711612304 139823375424752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16709/tid=16712] ppid=16706 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/16709/task/16712/stat : 16712 (toysat) S 16706 16709 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109208227 1249447936 28123 33554432000 4194304 16246674 140735711612304 139823364951216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

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

[startup+0.100169 s]
/proc/loadavg: 2.21 2.20 2.18 4/178 16709
/proc/meminfo: memFree=29185080/32872528 swapFree=17452/1581112
[pid=16709] ppid=16706 vsize=1220164 CPUtime=0.09 cores=0,2,4,6
/proc/16709/stat : 16709 (toysat) R 16706 16709 13546 0 -1 4202496 27801 0 0 0 5 4 0 0 20 0 4 0 109208227 1249447936 28100 33554432000 4194304 16246674 140735711612304 140735711611616 12874965 0 0 0 34082818 18446744073709551615 0 0 17 4 0 0 0 0 0
/proc/16709/statm: 305041 28107 831 2943 0 301935 0
[pid=16709/tid=16710] ppid=16706 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/16709/task/16710/stat : 16710 (toysat) S 16706 16709 13546 0 -1 4202560 9 0 0 0 0 0 0 0 20 0 4 0 109208227 1249447936 28113 33554432000 4194304 16246674 140735711612304 139823385914608 15012391 0 0 0 34082818 18446744071580610281 0 0 -1 2 0 0 0 0 0
[pid=16709/tid=16711] ppid=16706 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/16709/task/16711/stat : 16711 (toysat) S 16706 16709 13546 0 -1 4202560 8 0 0 0 0 0 0 0 20 0 4 0 109208227 1249447936 28118 33554432000 4194304 16246674 140735711612304 139823375424752 14998865 0 0 0 34082818 18446744071580425449 0 0 -1 4 0 0 0 0 0
[pid=16709/tid=16712] ppid=16706 vsize=1220164 CPUtime=0 cores=0,2,4,6
/proc/16709/task/16712/stat : 16712 (toysat) S 16706 16709 13546 0 -1 4202560 2 0 0 0 0 0 0 0 20 0 4 0 109208227 1249447936 28123 33554432000 4194304 16246674 140735711612304 139823364951216 14069300 0 0 0 34082818 18446744071579510697 0 0 -1 2 0 0 0 0 0
Current children cumulated CPU time (s) 0.09
Current children cumulated vsize (KiB) 1220164

Child status: 0
Real time (s): 0.18839
CPU time (s): 0.185971
CPU user time (s): 0.113982
CPU system time (s): 0.071989
CPU usage (%): 98.7159
Max. virtual memory (cumulated for all children) (KiB): 1220164

getrusage(RUSAGE_CHILDREN,...) data:
user time used= 0.113982
system time used= 0.071989
maximum resident set size= 166316
integral shared memory size= 0
integral unshared data size= 0
integral unshared stack size= 0
page reclaims= 41281
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.002999 second user time and 0.006998 second system time

The end

Launcher Data

Begin job on node139 at 2016-06-07 06:12:43
IDJOB=4078792
IDBENCH=73375
IDSOLVER=2542
FILE ID=node139/4078792-1465272763
RUNJOBID= node139-1465254943-13562
PBS_JOBID= 19843273
Free space on /tmp= 71712 MiB

SOLVER NAME= toysat 2016-05-02
BENCH NAME= PB10/normalized-PB10/DEC-SMALLINT-LIN/oliveras/j30/normalized-j307_9-unsat.opb
COMMAND LINE= toysat +RTS -H1G -MMEMLIMITm -K1G -RTS --pb --search=bcd2 BENCHNAME
RUNSOLVER COMMAND LINE= BIN/runsolver --timestamp -w /tmp/evaluation-result-4078792-1465272763/watcher-4078792-1465272763 -o /tmp/evaluation-result-4078792-1465272763/solver-4078792-1465272763 -C 1800 -W 1900 -M 15500 --bin-var /tmp/runsolver-exch-node139-1465254943-13562 --watchdog 1960  toysat +RTS -H1G -M15500m -K1G -RTS --pb --search=bcd2 HOME/instance-4078792-1465272763.opb

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

MD5SUM BENCH= 43774e98c3980bf5a768d09a9bf9d7d4
RANDOM SEED=2006125736

node139.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.868
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.73
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.868
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.868
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.56
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.868
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.868
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.868
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.868
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.868
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:        29185608 kB
Buffers:           59584 kB
Cached:           100436 kB
SwapCached:          948 kB
Active:          1286760 kB
Inactive:          83524 kB
Active(anon):    1209836 kB
Inactive(anon):     3220 kB
Active(file):      76924 kB
Inactive(file):    80304 kB
Unevictable:     1581112 kB
Mlocked:           17452 kB
SwapTotal:      67108856 kB
SwapFree:       67099808 kB
Dirty:             16756 kB
Writeback:             0 kB
AnonPages:       2791212 kB
Mapped:             9952 kB
Shmem:                 0 kB
Slab:             599200 kB
SReclaimable:      42104 kB
SUnreclaim:       557096 kB
KernelStack:        1456 kB
PageTables:         9448 kB
NFS_Unstable:          0 kB
Bounce:                0 kB
WritebackTmp:          0 kB
CommitLimit:    83545120 kB
Committed_AS:    2932188 kB
VmallocTotal:   34359738367 kB
VmallocUsed:      346412 kB
VmallocChunk:   34341988032 kB
HardwareCorrupted:     0 kB
AnonHugePages:   1583104 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= 71696 MiB
End job on node139 at 2016-06-07 06:12:43